An efficient projection neural network for $\ell_1$-regularized logistic regression
Majid Mohammadi, Amir Ahooye Atashin, Damian A. Tamburri

TL;DR
This paper introduces a simple, efficient projection neural network for $\, ext{l}_1$-regularized logistic regression that converges reliably and outperforms existing methods in speed while maintaining competitive accuracy.
Contribution
It proposes a novel neural network approach that avoids auxiliary variables and smooth approximations, with proven convergence and improved computational efficiency.
Findings
Outperforms state-of-the-art methods in execution time
Converges to a solution from any initial point
Maintains competitive accuracy and AUROC
Abstract
regularization has been used for logistic regression to circumvent the overfitting and use the estimated sparse coefficient for feature selection. However, the challenge of such a regularization is that the norm is not differentiable, making the standard algorithms for convex optimization not applicable to this problem. This paper presents a simple projection neural network for -regularized logistics regression. In contrast to many available solvers in the literature, the proposed neural network does not require any extra auxiliary variable nor any smooth approximation, and its complexity is almost identical to that of the gradient descent for logistic regression without regularization, thanks to the projection operator. We also investigate the convergence of the proposed neural network by using the Lyapunov theory and show that it converges to a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Face and Expression Recognition · Machine Learning and ELM
MethodsLogistic Regression
