Approximating Sparse Quadratic Programs
Danny Hermelin, Leon Kellerhals, Rolf Niedermeier, and Rami Pugatch

TL;DR
This paper develops fast, combinatorial algorithms for approximating sparse quadratic programs, improving efficiency over previous semidefinite programming methods while maintaining competitive approximation guarantees.
Contribution
It introduces new combinatorial approximation algorithms for MaxQP with sparse matrices, achieving better running times than semidefinite relaxations.
Findings
MaxQP admits a 1/2Δ-approximation in O(n log n) time.
UnitMaxQP achieves a 1/2d-approximation in O(n) time for d-degenerate graphs.
MaxQP can be approximated within (1-ε) in O(n) time for graphs with bounded local treewidth.
Abstract
Given a matrix , we consider the problem of maximizing subject to the constraint . This problem, called MaxQP by Charikar and Wirth [FOCS'04], generalizes MaxCut and has natural applications in data clustering and in the study of disordered magnetic phases of matter. Charikar and Wirth showed that the problem admits an approximation via semidefinite programming, and Alon, Makarychev, Makarychev, and Naor [STOC'05] showed that the same approach yields an approximation when corresponds to a graph of bounded chromatic number. Both these results rely on solving the semidefinite relaxation of MaxQP, whose currently best running time is , where is the number of nonzero entries in and ignores polylogarithmic factors. In this sequel, we…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMarkov Chains and Monte Carlo Methods · Data Management and Algorithms · Stochastic Gradient Optimization Techniques
