paper-with-me

Papers

Iterative Regularization with k-support Norm: An Important Complement to Sparse Recovery

2023-12-19 · William de Vazelhes, Bhaskar Mukhoty, Xiao-Tong Yuan, Bin Gu

Sparse recovery is ubiquitous in machine learning and signal processing. Due to the NP-hard nature of sparse recovery, existing methods are known to suffer either from restrictive (or even unknown) applicability conditions, or high computational cost. Recently, iterative regularization methods have emerged as a promising fast approach because they can achieve sparse recovery in one pass through early stopping, rather than the tedious grid-search used in the traditional methods. However, most of those iterative methods are based on the $\ell_1$ norm which requires restrictive applicability conditions and could fail in many cases. Therefore, achieving sparse recovery with iterative regularization methods under a wider range of conditions has yet to be further explored. To address this issue, we propose a novel iterative regularization algorithm, IRKSN, based on the $k$-support norm regularizer rather than the $\ell_1$ norm. We provide conditions for sparse recovery with IRKSN, and compare them with traditional conditions for recovery with $\ell_1$ norm regularizers. Additionally, we give an early stopping bound on the model error of IRKSN with explicit constants, achieving the standard linear rate for sparse recovery. Finally, we illustrate the applicability of our algorithm on several experiments, including a support recovery experiment with a correlated design matrix.

📄 PDF Abstract BibTeX arXiv:2401.05394

Code (1)

wdevazelhes/irksn_aaai2024 공식 구현

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

On the Geometry of Regularization in Adversarial Training: High-Dimensional Asymptotics and Generalization Bounds

2024-10-21 · Matteo Vilucchio, Nikolaos Tsilivis, Bruno Loureiro, Julia Kempe

Regularization, whether explicit in terms of a penalty in the loss or implicit in the choice of algorithm, is a cornerstone of modern machine learning. Indeed, controlling the complexity of the model class is particularl…

Binary ClassificationGeneralization Bounds

Stochastic Normalization

2020-12-01 · NeurIPS 2020 12 · Zhi Kou, Kaichao You, Mingsheng Long, Jianmin Wang

Fine-tuning pre-trained deep networks on a small dataset is an important component in the deep learning pipeline. A critical problem in fine-tuning is how to avoid over-fitting when data are limited. Existing efforts wor…

An Iterative Algorithm for Regularized Non-negative Matrix Factorizations

2024-10-30 · Steven E. Pav

We generalize the non-negative matrix factorization algorithm of Lee and Seung to accept a weighted norm, and to support ridge and Lasso regularization. We recast the Lee and Seung multiplicative update as an additive up…

A Statistical Theory of Regularization-Based Continual Learning

2024-06-10 · Xuyang Zhao, Huiyuan Wang, Weiran Huang, Wei Lin

We provide a statistical analysis of regularization-based continual learning on a sequence of linear regression tasks, with emphasis on how different regularization terms affect the model performance. We first derive the…

Continual LearningregressionTransfer Learning

Spectral k-Support Norm Regularization

2014-12-01 · NeurIPS 2014 12 · Andrew M. McDonald, Massimiliano Pontil, Dimitris Stamos

The $k$-support norm has successfully been applied to sparse vector prediction problems. We observe that it belongs to a wider class of norms, which we call the box-norms. Within this framework we derive an efficient alg…

Matrix Completion