LGMLApr 13, 2023

OKRidge: Scalable Optimal k-Sparse Ridge Regression

arXiv:2304.06686v38 citationsh-index: 57
Originality Highly original
AI Analysis

This addresses the need for scalable and optimal sparse regression in scientific discovery, offering a significant speed improvement over prior methods.

The paper tackles the problem of identifying sparse governing equations for nonlinear dynamical systems by solving sparse ridge regression problems to provable optimality, resulting in an algorithm, OKRidge, that achieves run times orders of magnitude faster than existing MIP formulations solved by Gurobi.

We consider an important problem in scientific discovery, namely identifying sparse governing equations for nonlinear dynamical systems. This involves solving sparse ridge regression problems to provable optimality in order to determine which terms drive the underlying dynamics. We propose a fast algorithm, OKRidge, for sparse ridge regression, using a novel lower bound calculation involving, first, a saddle point formulation, and from there, either solving (i) a linear system or (ii) using an ADMM-based approach, where the proximal operators can be efficiently evaluated by solving another linear system and an isotonic regression problem. We also propose a method to warm-start our solver, which leverages a beam search. Experimentally, our methods attain provable optimality with run times that are orders of magnitude faster than those of the existing MIP formulations solved by the commercial solver Gurobi.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes