Structured sparsity regularization

Creator
Creator
Seonglae Cho
Created
Created
2024 Jan 15 16:24
Editor
Edited
Edited
2025 Mar 24 23:57
minαxDα2+λα0\min_\alpha||x-D\alpha||^2 + \lambda||\alpha||_0
α0||\alpha||_0 represents counts of element which are not 0 valued.
 

Sparse
Total Variation

This regularization favors solutions whose coefficients are constant within contiguous regions but also promotes sparsity.
J(w)=λ(w+w)J(w) = \lambda(|\nabla w| + |w|)

Sparse Total
Laplacian Kernel

This regularization encourages both smooth variations within regions and sparsity.
J(w)=12λ(1α)ij(wiwj)2+λαw where α[0,1]J(w) = \frac{1}{2} \lambda(1 -\alpha) \sum_{i\sim j} (w_i - w_j)^2 + \lambda\alpha |w| \text{ where } \alpha \in [0,1]
 
 
 
 
 

Backlinks

Sparse Model

Recommendations