L1minimization
L1 minimization is a class of optimization problems that seek the vector x with minimum L1 norm, subject to linear constraints. Formally, given A in R^{m×n} and b in R^m, it asks to minimize ||x||_1 = sum_i |x_i| subject to Ax = b (or Ax ≈ b in the presence of noise). The L1 norm promotes sparsity in the solution.
Because the L1 norm is convex, L1 minimization provides a tractable convex relaxation of the combinatorial
Recovery of a k-sparse x0 from b = Ax0 via L1 minimization holds under certain conditions on A.
Practically, L1 minimization is solved as a linear program or via iterative methods such as ISTA/FISTA (which
Applications span compressed sensing, magnetic resonance imaging, image and audio reconstruction, sparse regression, and machine learning