Differentiable Quadratic Optimization For The Maximum Independent Set Problem
Ismail Alkhouri, Cedric Le Denmat, Yingjie Li, Cunxi Yu, Jia Liu, Rongrong Wang, Alvaro Velasquez

TL;DR
This paper introduces pCQO-MIS, a differentiable quadratic optimization method that improves maximum independent set solutions by leveraging a novel formulation, multiple initializations, and theoretical insights, achieving better results efficiently.
Contribution
The paper proposes a new quadratic formulation for MIS incorporating a maximum clique term and a parallelized optimization approach with theoretical analysis, advancing differentiable combinatorial optimization.
Findings
pCQO-MIS achieves larger MIS sizes than existing methods.
The runtime scales with the number of nodes, not edges.
The method outperforms exact, heuristic, and data-centric approaches in experiments.
Abstract
Combinatorial Optimization (CO) addresses many important problems, including the challenging Maximum Independent Set (MIS) problem. Alongside exact and heuristic solvers, differentiable approaches have emerged, often using continuous relaxations of ReLU-based or quadratic objectives. Noting that an MIS in a graph is a Maximum Clique (MC) in its complement, we propose a new quadratic formulation for MIS by incorporating an MC term, improving convergence and exploration. We show that every maximal independent set corresponds to a local minimizer, derive conditions with respect to the MIS size, and characterize stationary points. To tackle the non-convexity of the objective, we propose optimizing several initializations in parallel using momentum-based gradient descent, complemented by an efficient MIS checking criterion derived from our theory. We dub our method as parallelized…
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
Taxonomy
TopicsNeural Networks and Applications · Machine Learning and ELM · Brain Tumor Detection and Classification
MethodsSparse Evolutionary Training · Adam
