English

Scalable First-order Method for Certifying Optimal k-Sparse GLMs

Machine Learning 2025-06-12 v3 Optimization and Control

Abstract

This paper investigates the problem of certifying optimality for sparse generalized linear models (GLMs), where sparsity is enforced through an 0\ell_0 cardinality constraint. While branch-and-bound (BnB) frameworks can certify optimality by pruning nodes using dual bounds, existing methods for computing these bounds are either computationally intensive or exhibit slow convergence, limiting their scalability to large-scale problems. To address this challenge, we propose a first-order proximal gradient algorithm designed to solve the perspective relaxation of the problem within a BnB framework. Specifically, we formulate the relaxed problem as a composite optimization problem and demonstrate that the proximal operator of the non-smooth component can be computed exactly in log-linear time complexity, eliminating the need to solve a computationally expensive second-order cone program. Furthermore, we introduce a simple restart strategy that enhances convergence speed while maintaining low per-iteration complexity. Extensive experiments on synthetic and real-world datasets show that our approach significantly accelerates dual bound computations and is highly effective in providing optimality certificates for large-scale problems.

Keywords

Cite

@article{arxiv.2502.09502,
  title  = {Scalable First-order Method for Certifying Optimal k-Sparse GLMs},
  author = {Jiachang Liu and Soroosh Shafiee and Andrea Lodi},
  journal= {arXiv preprint arXiv:2502.09502},
  year   = {2025}
}

Comments

ICML 2025 camera ready, typo fixed

R2 v1 2026-06-28T21:43:25.601Z