Sparse Convex Optimization Toolkit: A Mixed-Integer Framework
Alireza Olama, Eduardo Camponogara, and Jan Kronqvist

TL;DR
This paper introduces SCOT, an open-source distributed solver for Sparse Convex Optimization problems, utilizing a mixed-integer approach and a novel algorithm to efficiently find exact solutions on distributed networks.
Contribution
The paper presents a new mixed-integer framework and the DiHOA algorithm for solving SCO problems efficiently in distributed computing environments.
Findings
SCOT outperforms existing MINLP solvers in benchmarks.
The DiHOA algorithm effectively solves large-scale SCO problems.
Distributed datasets benefit from the parallel capabilities of SCOT.
Abstract
This paper proposes an open-source distributed solver for solving Sparse Convex Optimization (SCO) problems over computational networks. Motivated by past algorithmic advances in mixed-integer optimization, the Sparse Convex Optimization Toolkit (SCOT) adopts a mixed-integer approach to find exact solutions to SCO problems. In particular, SCOT brings together various techniques to transform the original SCO problem into an equivalent convex Mixed-Integer Nonlinear Programming (MINLP) problem that can benefit from high-performance and parallel computing platforms. To solve the equivalent mixed-integer problem, we present the Distributed Hybrid Outer Approximation (DiHOA) algorithm that builds upon the LP/NLP based branch-and-bound and is tailored for this specific problem structure. The DiHOA algorithm combines the so-called single- and multi-tree outer approximation, naturally…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Stochastic Gradient Optimization Techniques · Advanced Optimization Algorithms Research
