Examples of sparse non-smooth convex optimization problems
The sparse non-smooth convex optimization usually have the following representations:
where is smooth convex function and is potentially non-smooth convex function and is a linear operator.
Some examples of this model are listed here:
- Lasso problem: see wiki and its generalizations:
- Elastic net
- Group Lasso
- Fused lasso
- Quasi-norms and bridge regression
- Adaptive lasso
- Prior lasso
- Blasso problem (infinite dim ver of Lasso): see [2]
- Entropy regularized Optimal transport problem: see [5] equation (5)
Note that this problem is convex. - Basic Pursuit problem
- Some functions:
- proposed in [1], epage 10:
- Quadratic distance (a.k.a. least squares or linear regression)
- -divergence
- Kullback-Leibler divergence
- Logistic regression
- proposed in [3], epage :
- (Non-smooth) Hinge Loss function (in Support Vector Machine problems): see [3], epage 11
- Smooth Hinge Loss function: see [3], epage 38
- Multi-task Regression and Multinomial Logistic Regression: see [3] epage 37
- proposed in [1], epage 10:
- Some functions:
- proposed in [4], table 1, epage 6: -norm (Lasso), -norm (anti-sparse coding problem), -norm, atomic-norm, elastic-net-regularization, ridge regression, …
- Sparse group Lasso: see [3] epage 39
References
[1]: Dantas, Cassio F., Emmanuel Soubies, and Cédric Févotte. “Expanding boundaries of Gap Safe screening.” The Journal of Machine Learning Research 22.1 (2021): 10665-10721.
[2]: Bredies, Kristian, and Hanna Katriina Pikkarainen. “Inverse problems in spaces of measures.” ESAIM: Control, Optimisation and Calculus of Variations_ 19.1 (2013): 190-218.
[3]: Ndiaye, Eugene. Safe optimization algorithms for variable selection and hyperparameter tuning. Diss. Université Paris-Saclay (ComUE), 2018.
[4]: Jaggi, Martin. “Revisiting Frank-Wolfe: Projection-free sparse convex optimization.” International conference on machine learning. PMLR, 2013.
[5]: Rawson, Michael, and Jakob Hultgren. [“Optimal Transport for Super Resolution Applied to Astronomy Imaging.”[ref5] 2022 30th European Signal Processing Conference (EUSIPCO). IEEE, 2022.