On Quadratic Programming with a Ratio Objective
Aditya Bhaskara, Moses Charikar, Rajsekar Manokaran, Aravindan, Vijayaraghavan

TL;DR
This paper introduces and analyzes the Quadratic Programming problem with variables in {-1,0,1} and ratio objectives, providing approximation algorithms and complexity insights.
Contribution
It extends quadratic programming to include zero variables, develops SDP relaxations for ratio objectives, and offers new approximation algorithms and hardness results.
Findings
Developed an $ ilde{O}(n^{1/3})$ approximation algorithm for QP-Ratio.
Achieved an $ ilde{O}(n^{1/4})$ approximation for bipartite graphs.
Indicated potential hardness of approximation for QP-Ratio.
Abstract
Quadratic Programming (QP) is the well-studied problem of maximizing over {-1,1} values the quadratic form \sum_{i \ne j} a_{ij} x_i x_j. QP captures many known combinatorial optimization problems, and assuming the unique games conjecture, semidefinite programming techniques give optimal approximation algorithms. We extend this body of work by initiating the study of Quadratic Programming problems where the variables take values in the domain {-1,0,1}. The specific problems we study are QP-Ratio : \max_{\{-1,0,1\}^n} \frac{\sum_{i \not = j} a_{ij} x_i x_j}{\sum x_i^2}, and Normalized QP-Ratio : \max_{\{-1,0,1\}^n} \frac{\sum_{i \not = j} a_{ij} x_i x_j}{\sum d_i x_i^2}, where d_i = \sum_j |a_{ij}| We consider an SDP relaxation obtained by adding constraints to the natural eigenvalue (or SDP) relaxation for this problem. Using this, we obtain an algorithm for…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Advanced Optimization Algorithms Research
