English

Proximal Iteration for Nonlinear Adaptive Lasso

Machine Learning 2024-12-10 v1 Machine Learning

Abstract

Augmenting a smooth cost function with an 1\ell_1 penalty allows analysts to efficiently conduct estimation and variable selection simultaneously in sophisticated models and can be efficiently implemented using proximal gradient methods. However, one drawback of the 1\ell_1 penalty is bias: nonzero parameters are underestimated in magnitude, motivating techniques such as the Adaptive Lasso which endow each parameter with its own penalty coefficient. But it's not clear how these parameter-specific penalties should be set in complex models. In this article, we study the approach of treating the penalty coefficients as additional decision variables to be learned in a \textit{Maximum a Posteriori} manner, developing a proximal gradient approach to joint optimization of these together with the parameters of any differentiable cost function. Beyond reducing bias in estimates, this procedure can also encourage arbitrary sparsity structure via a prior on the penalty coefficients. We compare our method to implementations of specific sparsity structures for non-Gaussian regression on synthetic and real datasets, finding our more general method to be competitive in terms of both speed and accuracy. We then consider nonlinear models for two case studies: COVID-19 vaccination behavior and international refugee movement, highlighting the applicability of this approach to complex problems and intricate sparsity structures.

Keywords

Cite

@article{arxiv.2412.05726,
  title  = {Proximal Iteration for Nonlinear Adaptive Lasso},
  author = {Nathan Wycoff and Lisa O. Singh and Ali Arab and Katharine M. Donato},
  journal= {arXiv preprint arXiv:2412.05726},
  year   = {2024}
}

Comments

Some of these results were previously presented in the Technical Report at arXiv:2211.05089

R2 v1 2026-06-28T20:26:41.328Z