Group Sparsity and Joint Recovery (MMV)
Group Sparsity for Multi-Measurement Imaging
In many RF imaging scenarios, the scene has group structure: multi-frequency responses share support, multi-snapshot data observe the same scatterers, or spatial pixels cluster. The group LASSO ( penalty) exploits this structure for improved recovery, as predicted by the block RIP theory of [?ch11:s05]. This section also introduces the Pesavento compact formulation for efficient mixed-norm minimization.
Definition: Group LASSO for RF Imaging
Group LASSO for RF Imaging
Partition the reflectivity vector into groups . The group LASSO:
The penalty promotes block sparsity: entire groups are set to zero, while entries within active groups are unconstrained.
Proximal operator (block soft-thresholding):
This shrinks the block norm and preserves the direction β the block analog of soft-thresholding.
Definition: MMV (Multiple Measurement Vector) for Imaging
MMV (Multiple Measurement Vector) for Imaging
The MMV problem arises when measurement vectors share a common sparse support:
The row-sparse recovery problem:
This is a group LASSO with groups = rows of .
RF imaging applications:
- Multi-snapshot: CPIs with the same scene support.
- Multi-polarization: HH, HV, VH, VV channels.
- Multi-frequency band: Independent bands observing the same scene.
Theorem: Measurement Reduction from Group Sparsity
Let be -block-sparse with blocks of size . The group LASSO requires measurements for exact support recovery, compared to for element-wise .
The gain from exploiting block structure is a factor of in the number of measurements.
The group LASSO searches over groups instead of elements. Each group costs degrees of freedom but provides "free" entries once detected. The savings grow with group size .
Block RIP argument
Define the block RIP: satisfies block-RIP of order if for all -block-sparse with blocks of size .
Sample complexity
By the block-RIP concentration inequality (Eldar and Mishali, 2009), the block-RIP holds with high probability when for sub-Gaussian .
Comparison with element-wise RIP
Element-wise RIP requires , which has an extra factor of inside the logarithm.
Definition: Pesavento Compact Formulation for Minimization
Pesavento Compact Formulation for Minimization
Pesavento et al. reformulate the group LASSO into an equivalent weighted problem that can be solved efficiently by iteratively reweighted LASSO:
where the weights are updated as:
This iteratively reweighted (IR-) approach promotes even sparser solutions by penalizing small-norm rows more heavily.
Advantage over standard group LASSO: The reweighting approximates (exact row sparsity), yielding fewer false positives in support detection at moderate .
Group Sparsity: Single-Frequency vs. Multi-Frequency Recovery
Compares standard (LASSO) with group (group LASSO) on a block-sparse imaging problem.
Left panel: True block-sparse scene β groups of adjacent pixels are jointly active or inactive.
Center: LASSO reconstruction β treats each pixel independently, may miss weak entries within active groups.
Right: Group LASSO reconstruction β preserves entire groups, recovering weak entries within active groups.
Increase group size to see larger advantage of group LASSO.
Parameters
Example: MMV for Multi-Snapshot Radar Imaging
Setup: MIMO radar, , , (). Scene: grid (), scatterers. snapshots, dB per snapshot. Scatterer amplitudes are independent across snapshots (Swerling I model).
Results:
| Method | Support F1 | Amplitude RMSE |
|---|---|---|
| LASSO (best single snapshot) | 0.73 | 0.32 |
| LASSO (average of ) | 0.81 | 0.24 |
| MMV (, ) | 0.94 | 0.18 |
The MMV formulation provides a 28% improvement in support F1 over averaging independent LASSO solutions, because it enforces a common support across snapshots.
Why MMV wins
Independent LASSO on each snapshot may detect different subsets of scatterers. The MMV formulation jointly recovers the support, borrowing strength across snapshots: a scatterer that is weak in one snapshot but strong in another is still detected.
When MMV loses
If the support changes across snapshots (moving targets), the common-support assumption is violated and standard LASSO on each snapshot independently is more appropriate.
Definition: Sparse Group LASSO
Sparse Group LASSO
The sparse group LASSO combines element-wise and group-wise sparsity:
This promotes sparsity at both the element and group level: few active groups, and within active groups, few nonzero entries.
RF imaging use case: Extended targets (group-sparse at the spatial cluster level) with sparse internal structure (only edges reflect strongly).
Quick Check
In multi-frequency RF imaging with frequency bands, the scatterers at each frequency have the same spatial positions but different complex amplitudes. How should you form the groups for MMV recovery?
Groups = rows of (each row spans all frequencies for one pixel).
Groups = columns of (each column is one frequency).
Groups = spatial blocks of adjacent pixels.
The common support is across frequencies β each pixel is either active at all frequencies or inactive. Grouping by pixel (row) enforces this shared support structure.
Common Mistake: Choosing the Wrong Group Size
Mistake:
Using a fixed group size that does not match the scene structure. If is too large, the group LASSO forces many irrelevant pixels to be active (false positives within groups). If is too small, the group advantage is lost.
Correction:
For multi-frequency imaging, the natural group size is (the number of frequencies). For spatial grouping, adaptively estimate the group structure from the matched filter image, or use the sparse group LASSO that does not commit to a rigid group size.
Computational Cost of MMV vs. Independent LASSO
The per-iteration cost of FISTA for the MMV problem with snapshots is times the cost of a single LASSO (one matvec per snapshot), but the total number of iterations is typically lower because the joint structure provides a better conditioning.
Practical guideline: For , solve the full MMV. For , consider forming a reduced-rank approximation: compute the SVD of , keep the top singular vectors, and solve an -column MMV problem instead.
Compact Formulation for Group Sparse Recovery
Pesavento et al. developed a compact iteratively reweighted formulation for -norm minimization that achieves sharper support detection than standard group LASSO. The key insight is that iterative reweighting with weights approximates the quasi-norm, producing fewer false positives. This formulation is particularly effective for multi-frequency RF imaging where the support is shared across frequency bands but the complex reflectivities differ.
Group LASSO
Extension of the LASSO using the mixed -norm to promote block sparsity.
Related: LASSO, MMV (Multiple Measurement Vectors)
MMV (Multiple Measurement Vectors)
Sparse recovery problem where multiple measurement vectors share a common sparse support: with row-sparse .
Key Takeaway
Group LASSO ( penalty) exploits block structure in the scene. MMV handles multi-snapshot, multi-polarization, and multi-band imaging with common support using row-wise block soft-thresholding. The Pesavento compact formulation (iteratively reweighted ) approximates for sharper support detection. Group sparsity requires fewer measurements than element-wise sparsity by a factor of .