paper-with-me

Papers

Alternating Iteratively Reweighted $\ell_1$ and Subspace Newton Algorithms for Nonconvex Sparse Optimization

2024-07-24 · Hao Wang, Xiangyu Yang, Yichen Zhu

This paper presents a novel hybrid algorithm for minimizing the sum of a continuously differentiable loss function and a nonsmooth, possibly nonconvex, sparse regularization function. The proposed method alternates between solving a reweighted $\ell_1$-regularized subproblem and performing an inexact subspace Newton step. The reweighted $\ell_1$-subproblem allows for efficient closed-form solutions via the soft-thresholding operator, avoiding the computational overhead of proximity operator calculations. As the algorithm approaches an optimal solution, it maintains a stable support set, ensuring that nonzero components stay uniformly bounded away from zero. It then switches to a perturbed regularized Newton method, further accelerating the convergence. We prove global convergence to a critical point and, under suitable conditions, demonstrate that the algorithm exhibits local linear and quadratic convergence rates. Numerical experiments show that our algorithm outperforms existing methods in both efficiency and solution quality across various model prediction problems.

📄 PDF Abstract BibTeX arXiv:2407.17216

Code (1)

yuqiawu/hpgsrn 공식 구현

Tasks

Second-order methods

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Alternating Iteratively Reweighted Minimization Algorithms for Low-Rank Matrix Factorization

2017-10-05 · Paris V. Giampouras, Athanasios A. Rontogiannis, Konstantinos D. Koutroumbas

Nowadays, the availability of large-scale data in disparate application domains urges the deployment of sophisticated tools for extracting valuable knowledge out of this huge bulk of information. In that vein, low-rank r…

DenoisingMatrix Completion

Iteratively reweighted penalty alternating minimization methods with continuation for image deblurring

2019-02-09 · Tao Sun, Dongsheng Li, Hao Jiang, Zhe Quan

In this paper, we consider a class of nonconvex problems with linear constraints appearing frequently in the area of image processing. We solve this problem by the penalty method and propose the iteratively reweighted al…

DeblurringImage Deblurring

Global Convergence of Iteratively Reweighted Least Squares for Robust Subspace Recovery

2025-06-25 · Gilad Lerman, Kang Li, Tyler Maunu, Teng Zhang

Robust subspace estimation is fundamental to many machine learning and data analysis tasks. Iteratively Reweighted Least Squares (IRLS) is an elegant and empirically effective approach to this problem, yet its theoretica…

Iteratively Linearized Reweighted Alternating Direction Method of Multipliers for a Class of Nonconvex Problems

2017-09-01 · Tao Sun, Hao Jiang, Lizhi Cheng, Wei Zhu

In this paper, we consider solving a class of nonconvex and nonsmooth problems frequently appearing in signal processing and machine learning research. The traditional alternating direction method of multipliers encounte…

Iteratively Reweighted Least Squares Algorithms for L1-Norm Principal Component Analysis

2016-09-10 · Young Woong Park, Diego Klabjan

Principal component analysis (PCA) is often used to reduce the dimension of data by selecting a few orthonormal vectors that explain most of the variance structure of the data. L1 PCA uses the L1 norm to measure error, w…