L1Gss
L1Gss stands for L1 Generalized Sparse Solver, a family of optimization algorithms designed to solve large-scale L1-regularized problems by exploiting sparsity. It extends conventional proximal gradient and ADMM approaches by employing a generalized shrinkage operator capable of enforcing various sparsity structures, including block and overlapping group sparsity. The framework is used in signal processing, statistics, and machine learning to recover sparse signals from limited or noisy measurements.
Originating in the early 2010s as researchers sought scalable methods for high-dimensional sparse recovery, L1Gss was
Algorithm and variants: Basic L1Gss iterates x^{k+1} = S_lambda^g(x^k - t_k grad f(x^k)). With additional splitting or dual
Applications and reception: L1Gss is used for sparse signal reconstruction in compressed sensing, feature selection in
See also: LASSO, proximal gradient methods, ADMM, sparse optimization, structured sparsity.