LGMLMay 12, 2021

An efficient projection neural network for $\ell_1$-regularized logistic regression

arXiv:2105.05449v1
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck in sparse feature selection for logistic regression, offering an efficient solver with faster execution times, though it is incremental in method innovation.

The paper tackles the challenge of non-differentiability in ℓ₁-regularized logistic regression by proposing a projection neural network that avoids auxiliary variables or smooth approximations, achieving significant speed improvements and competitive accuracy and AUROC compared to state-of-the-art methods.

$\ell_1$ 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 $\ell_1$ 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 $\ell_1$-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 $\ell_1$ 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 solution of the problem with any arbitrary initial value. The proposed neural solution significantly outperforms state-of-the-art methods with respect to the execution time and is competitive in terms of accuracy and AUROC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes