paper-with-me

Papers

GPU-friendly and Linearly Convergent First-order Methods for Certifying Optimal $k$-sparse GLMs

2026-03-01 · Jiachang Liu, Andrea Lodi, Soroosh Shafiee arxiv

We investigate the problem of certifying optimality for sparse generalized linear models (GLMs), where sparsity is enforced through a cardinality constraint. While Branch-and-Bound (BnB) frameworks can certify optimality using perspective relaxations, existing methods for solving these relaxations are computationally intensive, limiting their scalability. To address this challenge, we reformulate the relaxations as composite optimization problems and develop a unified proximal framework that is both linearly convergent and computationally efficient. Under specific geometric regularity conditions, our analysis links primal quadratic growth to dual quadratic decay, yielding error bounds that make the Fenchel duality gap a sharp proxy for progress towards the solution set. This leads to a duality gap-based restart scheme that upgrades a broad class of sublinear proximal methods to provably linearly convergent methods, and applies beyond the sparse GLM setting. For the implicit perspective regularizer, we further derive specialized routines to evaluate the regularizer and its proximal operator exactly in log-linear time, avoiding costly generic conic solvers. The resulting iterations are dominated by matrix--vector multiplications, which enables GPU acceleration. Experiments on synthetic and real-world datasets show orders-of-magnitude faster dual-bound computations and substantially improved BnB scalability on large instances.

📄 PDF Abstract BibTeX arXiv:2603.01306

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Linearly Convergent Frank-Wolfe-type Method for Smooth Convex Minimization over the Spectrahedron

2025-03-03 · Dan Garber

We consider the problem of minimizing a smooth and convex function over the $n$-dimensional spectrahedron -- the set of real symmetric $n\times n$ positive semidefinite matrices with unit trace, which underlies numerous …

A Linearly Convergent Algorithm for Decentralized Optimization: Sending Less Bits for Free!

2020-11-03 · Dmitry Kovalev, Anastasia Koloskova, Martin Jaggi, Peter Richtarik 외

Decentralized optimization methods enable on-device training of machine learning models without a central coordinator. In many scenarios communication between devices is energy demanding and time consuming and forms the …

Quantization

Learning to optimize with guarantees: a complete characterization of linearly convergent algorithms

2025-08-01 · Andrea Martin, Ian R. Manchester, Luca Furieri arxiv

The design of many classical optimization algorithms is driven by the certification of linear convergence rates over classes of optimization problems. In this paper, we consider the problem of improving the average-case …

Second-order Conditional Gradient Sliding

2020-02-20 · Alejandro Carderera, Sebastian Pokutta

Constrained second-order convex optimization algorithms are the method of choice when a high accuracy solution to a problem is needed, due to their local quadratic convergence. These algorithms require the solution of a …

HAMSI: A Parallel Incremental Optimization Algorithm Using Quadratic Approximations for Solving Partially Separable Problems

2015-09-05 · Kamer Kaya, Figen Öztoprak, Ş. İlker Birbil, A. Taylan Cemgil 외

We propose HAMSI (Hessian Approximated Multiple Subsets Iteration), which is a provably convergent, second order incremental algorithm for solving large-scale partially separable optimization problems. The algorithm is b…