paper-with-me

홈 › Papers

A New Branch-and-Bound Pruning Framework for $\ell_0$-Regularized Problems

2024-06-03 · Theo Guyard, Cédric Herzet, Clément Elvira, Ayşe-Nur Arslan

We consider the resolution of learning problems involving $\ell_0$-regularization via Branch-and-Bound (BnB) algorithms. These methods explore regions of the feasible space of the problem and check whether they do not contain solutions through "pruning tests". In standard implementations, evaluating a pruning test requires to solve a convex optimization problem, which may result in computational bottlenecks. In this paper, we present an alternative to implement pruning tests for some generic family of $\ell_0$-regularized problems. Our proposed procedure allows the simultaneous assessment of several regions and can be embedded in standard BnB implementations with a negligible computational overhead. We show through numerical simulations that our pruning strategy can improve the solving time of BnB procedures by several orders of magnitude for typical problems encountered in machine-learning applications.

📄 PDF Abstract BibTeX arXiv:2406.03504

Code (2)

TheoGuyard/El0ps 공식 구현
TheoGuyard/l0exp

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Safe Peeling for L0-Regularized Least-Squares with supplementary material

2023-02-28 · Théo Guyard, Gilles Monnoyer, Clément Elvira, Cédric Herzet

We introduce a new methodology dubbed ``safe peeling'' to accelerate the resolution of L0-regularized least-squares problems via a Branch-and-Bound (BnB) algorithm. Our procedure enables to tighten the convex relaxation …

Decision Diagram-Based Branch-and-Bound with Caching for Dominance and Suboptimality Detection

2022-11-22 · Vianney Coppé, Xavier Gillard, Pierre Schaus

The branch-and-bound algorithm based on decision diagrams introduced by Bergman et al. in 2016 is a framework for solving discrete optimization problems with a dynamic programming formulation. It works by compiling a ser…

Improving the filtering of Branch-And-Bound MDD solver (extended)

2021-04-24 · Xavier Gillard, Vianney Coppé, Pierre Schaus, André Augusto Cire

This paper presents and evaluates two pruning techniques to reinforce the efficiency of constraint optimization solvers based on multi-valued decision-diagrams (MDD). It adopts the branch-and-bound framework proposed by …

E-Globe: Scalable $ε$-Global Verification of Neural Networks via Tight Upper Bounds and Pattern-Aware Branching

2026-02-04 · Wenting Li, Saif R. Kazi, Russell Bent, Duo Zhou 외 arxiv

Neural networks achieve strong empirical performance, but robustness concerns still hinder deployment in safety-critical applications. Formal verification provides robustness guarantees, but current methods face a scalab…

Efficient Pruning LMI Conditions for Branch-and-Prune Rank and Chirality-Constrained Estimation of the Dual Absolute Quadric

2014-06-01 · CVPR 2014 6 · Adlane Habed, Danda Pani Paudel, Cedric Demonceaux, David Fofi

We present a new globally optimal algorithm for self-calibrating a moving camera with constant parameters. Our method aims at estimating the Dual Absolute Quadric (DAQ) under the rank-3 and, optionally, camera centers ch…