paper-with-me

Papers

Smooth Bilevel Programming for Sparse Regularization

2021-06-02 · NeurIPS 2021 12 · Clarice Poon, Gabriel Peyré

Iteratively reweighted least square (IRLS) is a popular approach to solve sparsity-enforcing regression problems in machine learning. State of the art approaches are more efficient but typically rely on specific coordinate pruning schemes. In this work, we show how a surprisingly simple reparametrization of IRLS, coupled with a bilevel resolution (instead of an alternating scheme) is able to achieve top performances on a wide range of sparsity (such as Lasso, group Lasso and trace norm regularizations), regularization strength (including hard constraints), and design matrices (ranging from correlated designs to differential operators). Similarly to IRLS, our method only involves linear systems resolutions, but in sharp contrast, corresponds to the minimization of a smooth function. Despite being non-convex, we show that there is no spurious minima and that saddle points are "ridable", so that there always exists a descent direction. We thus advocate for the use of a BFGS quasi-Newton solver, which makes our approach simple, robust and efficient. We perform a numerical benchmark of the convergence speed of our algorithm against state of the art solvers for Lasso, group Lasso, trace norm and linearly constrained problems. These results highlight the versatility of our approach, removing the need to use different solvers depending on the specificity of the ML problem under study.

📄 PDF Abstract BibTeX arXiv:2106.01429

Code (2)

gpeyre/2021-NonCvxPro 공식 구현
miclegr/sbp-sr

Tasks

Specificity

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Bilevel Optimization for Feature Selection in the Data-Driven Newsvendor Problem

2022-09-12 · Breno Serrano, Stefan Minner, Maximilian Schiffer, Thibaut Vidal

We study the feature-based newsvendor problem, in which a decision-maker has access to historical data consisting of demand observations and exogenous features. In this setting, we investigate feature selection, aiming t…

Bilevel OptimizationExplainable Modelsfeature selection

Fully Zeroth-Order Bilevel Programming via Gaussian Smoothing

2024-03-29 · Alireza Aghasi, Saeed Ghadimi

In this paper, we study and analyze zeroth-order stochastic approximation algorithms for solving bilvel problems, when neither the upper/lower objective values, nor their unbiased gradient estimates are available. In par…

Bilevel Optimization

Stability and Generalization of Bilevel Programming in Hyperparameter Optimization

2021-06-08 · NeurIPS 2021 12 · Fan Bao, Guoqiang Wu, Chongxuan Li, Jun Zhu 외

The (gradient-based) bilevel programming framework is widely used in hyperparameter optimization and has achieved excellent performance empirically. Previous theoretical work mainly focuses on its optimization properties…

Hyperparameter Optimization

Enhanced Bilevel Optimization via Bregman Distance

2021-07-26 · Feihu Huang, Junyi Li, Shangqian Gao, Heng Huang

Bilevel optimization has been recently used in many machine learning problems such as hyperparameter optimization, policy optimization, and meta learning. Although many bilevel optimization methods have been proposed, th…

Bilevel OptimizationHyperparameter OptimizationMeta-LearningRepresentation Learning

LiFT: Local Search via Linear Programming for Overfitting-Controlled Transformers

2026-06-15 · Abhishek Shukla, Anikeit Khanna, Ankur Sinha, Faiz Hamid arxiv

This paper proposes a Linear Programming (LP)-based local search framework for fine-tuning pretrained transformer models with explicit control against overfitting. The approach formulates transformer fine-tuning as a bil…

Bilevel Optimization