linear programming and approximate constraint satisfaction

Size: px
Start display at page:

Download "linear programming and approximate constraint satisfaction"

Transcription

1 linear programming and approximate constraint satisfaction Siu On Chan MSR New England James R. Lee University of Washington Prasad Raghavendra UC Berkeley David Steurer Cornell

2 results MAIN THEOREM: Any polynomial-sized linear program for problem MAX-CUT MAX-2SAT MAX-3SAT integrality gap 1/2 3/4 7/8 holds for LPs of size n c log n log log n MAIN TECHNIQUE: For approximating MAX-CSPs, polynomial-size LPs are exactly as powerful as those arising from O 1 rounds of the Sherali-Adams hierarchy.

3 a brief history of LP lower bounds Specific LP hierarchies (Lovász-Schrijver, Sherali-Adams) [Arora-Bollobás-Lovász 02] MAX-CUT has integrality gap 1/2 for Ω n rounds of LS [Schoenbeck-Trevisan-Tulsiani 07] ω 1 rounds of SA [Fernández de la Vega-Mathieu 07] n Ω 1 rounds of SA [Charikar-Makarychev-Makarychev 09] Extended formulations (EF) Every extended formulation for TSP has size 2 Ω n r-round relaxation has size no r [Yannakakis 88] every symmetric EF for TSP (and matching) has exponential size [Fiorini-Massar-Pokutta-Tiwary-de Wolf 12] EFs for approx. clique within n 1 2 ε require size 2 nε [Braun-Fiorini-Pokutta-Steurer 12] EFs for approx. clique within n 1 ε require size 2 nε [Braverman-Moitra 13]

4 a brief history of LP lower bounds Specific LP hierarchies (Lovász-Schrijver, Sherali-Adams) R N [Arora-Bollobás-Lovász 02] MAX-CUT has integrality gap 1/2 for Ω n rounds of LS [Schoenbeck-Trevisan-Tulsiani 07] ω 1 rounds of SA [Fernández de la Vega-Mathieu 07] n Ω 1 N n rounds of SA [Charikar-Makarychev-Makarychev 09] Extended formulations (EF) [Yannakakis 88] every symmetric EF for TSP (and matching) has exponential size Every extended formulation for TSP has size 2 Ω n r-round relaxation has size no r R n [Fiorini-Massar-Pokutta-Tiwary-de Wolf 12] EFs for approx. clique within n 1 2 ε require size 2 nε [Braun-Fiorini-Pokutta-Steurer 12] EFs for approx. clique within n 1 ε require size 2 nε [Braverman-Moitra 13]

5 what is a linear program for MAX-CUT? For a graph G = V, E and S V, write cut G S = so that opt G = max S V cut G S. E S, S E Standard relaxation: opt G = max x 1,1 n i j 1 x i x j Introduce variables {y ij } meant to represent 1 x i x j /2 2 max y ij subject to: i j {0 y ij 1} {y ij + y ik + y jk 2} {y ij y ik + y jk } {y ij + y jk + y kl + y lh + y hi 4}

6 what is a linear program for MAX-CUT? For a graph G = V, E and S V, write cut G S = so that opt G = max S V cut G S. Linearization: For every n, we have a natural number m and: - For every n-vertex graph G, a vector v G R m - For every cut S, a vector y S R m satisfying cut G S = v G, y S E S, S Relaxation: A polytope P R m such that y S P for every cut S The LP value is given by L G = max v G, x x P Size of the relaxation = # of inequalities needed to specify P E

7 approximation and integrality gaps An LP relaxation L is a (c, s)-approximation for MAX-CUT if for every graph G with opt G s, we have L G c. Linearization: For every n, we have a natural number m and: - For every n-vertex graph G, a vector v G R m - For every cut S, a vector y S R m satisfying cut G S = v G, y S Relaxation: A polytope P R m such that y S P for every cut S The LP value is given by L G = max v G, x x P Size of the relaxation = # of inequalities needed to specify P

8 approximation and integrality gaps An LP relaxation L is a (c, s)-approximation for MAX-CUT if for every graph G with opt G s, we have L G c. For the next theorem, view cut G as a function from 1,1 n to 0,1. THEOREM [Yannakakis via Farkas]: If there exists an LP relaxation of size R that is a (c, s)-approximation, then there are non-negative functions q 1, q 2,, q R : 1,1 n R + such that for every graph G with opt G s, there exists λ 1, λ 2,, λ R 0 satisfying c cut G = λ 1 q 1 + λ 2 q λ R q R

9 approximation and integrality gaps THEOREM [Yannakakis via Farkas]: If there exists an LP relaxation of size R that is a (c, s)-approximation, then there are non-negative functions q 1, q 2,, q R : 1,1 n R + such that for every graph G with opt G s, there exists λ 1, λ 2,, λ R 0 satisfying c cut G = λ 1 q 1 + λ 2 q λ R q R max v G, x b 1 A 1, x 0 b 2 A 2, x 0 b R A R, x 0 q i S = b i A i, y S Farkas Lemma says that every linear inequality valid for the polytope P can be derived from a nonnegative combination of the defining inequalities. Apply to the valid inequality c v G, x 0

10 lower bounds via separating hyperplanes THEOREM [Yannakakis via Farkas]: If there exists an LP relaxation of size R that is a (c, s)-approximation, then there are non-negative functions q 1, q 2,, q R : 1,1 n R + such that for every graph G with opt G s, there exists λ 1, λ 2,, λ R 0 satisfying c cut G = λ 1 q 1 + λ 2 q λ R q R Find a graph G and a hyperplane H such that: H, q i 0 for i = 1, 2, R, c cut G but H, c cut G < 0 H { 1,1} n R

11 the sherali-adams hierarchy THEOREM [Yannakakis via Farkas]: If there exists an LP relaxation of size R that is a (c, s)-approximation, then there are non-negative functions q 1, q 2,, q R : 1,1 n R + such that for every graph G with opt G s, there exists λ 1, λ 2,, λ R 0 satisfying c cut G = λ 1 q 1 + λ 2 q λ R q R A function q 1,1 n R is a k-junta if it only depends on k of its input coordinates. k rounds of Sherali-Adams corresponds to the case when all the q i s are k-junta s, i.e. c cut G cone(non-negative k-juntas)

12 junta reduction Let G 0 be a (c, s) gap instance for k rounds of Sherali-Adams. q 1, q 2,, q R : 1,1 n R + are n 0.2 -juntas c cut G0 G 0 H SA G 0 = m Works for R n 0.3k G = n m n

13 smoothing the q i s Normalize q 1, q 2,, q R : 1,1 n R + so that E q i = 1 Consider all the points at which q i x > R 2 for some i By Markov s inequality, total measure of such points is < 1 R Zero out the separating functional H on these points. Uses: H SA small

14 structure lemma LEMMA: Suppose q 1,1 n R + satisfies E q = 1 and q < R 2. Then there is an O k(log R) n 0.2 -junta q such that every degree-k Fourier coefficient of q q is at most n 0.1 Tells us nothing about the high-degree Fourier coefficients of q q. That s OK. The Sherali-Adams(k) functional H SA degree-k (as a multi-linear polynomial). 1,1 n R is

15 structure lemma LEMMA: Suppose q 1,1 n R + satisfies E q = 1 and q < R 2. Then there is an O k(log R) n 0.2 -junta q such that every degree-k Fourier coefficient of q q is at most n 0.1 q q Tells us nothing about the high-degree Fourier coefficients of q q. That s OK. The Sherali-Adams(k) functional H SA degree-k (as a multi-linear polynomial). 1,1 n R is H

16 recap q 1, q 2,, q R : 1,1 n R + c cut G (i) By zeroing H on a small set, can assume that E q i = 1 and q i < R 2 (ii) Every such q i can be approximated by an n 0.2 -junta q i so that q i q i has small degree-k Fourier coefficients. (iii) When randomly planting G 0, each q i becomes a k-junta on the support of G 0 G 0 H H { 1,1} n R (iv) The Sherali-Adams functional H SA is degree-k. Cannot see the high-degree discrepancy between q i and q i.

17 future directions For CSPs, does the connection between Sherali-Adams(k) and general LPs hold for k n ε? Can our method be extended beyond CSPs? (TSP, Vertex Cover, ) Can it be used to resolve the long-standing open problem: Do there exist polynomial-size extended formulations of the perfect matching polytope? Is there a similar connection between SDPs and the Lasserre hierarchy?

Lower bounds on the size of semidefinite relaxations. David Steurer Cornell

Lower bounds on the size of semidefinite relaxations. David Steurer Cornell Lower bounds on the size of semidefinite relaxations David Steurer Cornell James R. Lee Washington Prasad Raghavendra Berkeley Institute for Advanced Study, November 2015 overview of results unconditional

More information

Hierarchies. 1. Lovasz-Schrijver (LS), LS+ 2. Sherali Adams 3. Lasserre 4. Mixed Hierarchy (recently used) Idea: P = conv(subset S of 0,1 n )

Hierarchies. 1. Lovasz-Schrijver (LS), LS+ 2. Sherali Adams 3. Lasserre 4. Mixed Hierarchy (recently used) Idea: P = conv(subset S of 0,1 n ) Hierarchies Today 1. Some more familiarity with Hierarchies 2. Examples of some basic upper and lower bounds 3. Survey of recent results (possible material for future talks) Hierarchies 1. Lovasz-Schrijver

More information

Lift-and-Project Techniques and SDP Hierarchies

Lift-and-Project Techniques and SDP Hierarchies MFO seminar on Semidefinite Programming May 30, 2010 Typical combinatorial optimization problem: max c T x s.t. Ax b, x {0, 1} n P := {x R n Ax b} P I := conv(k {0, 1} n ) LP relaxation Integral polytope

More information

Integrality Gaps for Sherali Adams Relaxations

Integrality Gaps for Sherali Adams Relaxations Integrality Gaps for Sherali Adams Relaxations Moses Charikar Princeton University Konstantin Makarychev IBM T.J. Watson Research Center Yury Makarychev Microsoft Research Abstract We prove strong lower

More information

Information Theory + Polyhedral Combinatorics

Information Theory + Polyhedral Combinatorics Information Theory + Polyhedral Combinatorics Sebastian Pokutta Georgia Institute of Technology ISyE, ARC Joint work Gábor Braun Information Theory in Complexity Theory and Combinatorics Simons Institute

More information

Cutting Planes for First Level RLT Relaxations of Mixed 0-1 Programs

Cutting Planes for First Level RLT Relaxations of Mixed 0-1 Programs Cutting Planes for First Level RLT Relaxations of Mixed 0-1 Programs 1 Cambridge, July 2013 1 Joint work with Franklin Djeumou Fomeni and Adam N. Letchford Outline 1. Introduction 2. Literature Review

More information

Introduction to LP and SDP Hierarchies

Introduction to LP and SDP Hierarchies Introduction to LP and SDP Hierarchies Madhur Tulsiani Princeton University Local Constraints in Approximation Algorithms Linear Programming (LP) or Semidefinite Programming (SDP) based approximation algorithms

More information

Optimal Sherali-Adams Gaps from Pairwise Independence

Optimal Sherali-Adams Gaps from Pairwise Independence Optimal Sherali-Adams Gaps from Pairwise Independence Konstantinos Georgiou Avner Magen Madhur Tulsiani {cgeorg,avner}@cs.toronto.edu, madhurt@cs.berkeley.edu Abstract This work considers the problem of

More information

Approximating Sparsest Cut in Graphs of Bounded Treewidth

Approximating Sparsest Cut in Graphs of Bounded Treewidth Approximating Sparsest Cut in Graphs of Bounded Treewidth Eden Chlamtac 1, Robert Krauthgamer 1, and Prasad Raghavendra 2 1 Weizmann Institute of Science, Rehovot, Israel. {eden.chlamtac,robert.krauthgamer}@weizmann.ac.il

More information

Integrality Gaps of Linear and Semi-definite Programming Relaxations for Knapsack

Integrality Gaps of Linear and Semi-definite Programming Relaxations for Knapsack Integrality Gaps of Linear and Semi-definite Programming Relaxations for Knapsack Anna R. Karlin Claire Mathieu C. Thach Nguyen Abstract Recent years have seen an explosion of interest in lift and project

More information

Improving Integrality Gaps via Chvátal-Gomory Rounding

Improving Integrality Gaps via Chvátal-Gomory Rounding Improving Integrality Gaps via Chvátal-Gomory Rounding Mohit Singh Kunal Talwar June 23, 2010 Abstract In this work, we study the strength of the Chvátal-Gomory cut generating procedure for several hard

More information

Hypergraph Matching by Linear and Semidefinite Programming. Yves Brise, ETH Zürich, Based on 2010 paper by Chan and Lau

Hypergraph Matching by Linear and Semidefinite Programming. Yves Brise, ETH Zürich, Based on 2010 paper by Chan and Lau Hypergraph Matching by Linear and Semidefinite Programming Yves Brise, ETH Zürich, 20110329 Based on 2010 paper by Chan and Lau Introduction Vertex set V : V = n Set of hyperedges E Hypergraph matching:

More information

Sherali-Adams relaxations of the matching polytope

Sherali-Adams relaxations of the matching polytope Sherali-Adams relaxations of the matching polytope Claire Mathieu Alistair Sinclair November 17, 2008 Abstract We study the Sherali-Adams lift-and-project hierarchy of linear programming relaxations of

More information

Limitations of Linear Programming as a model of approximate computation

Limitations of Linear Programming as a model of approximate computation Limitations of Linear Programming as a model of approximate computation Yannis Moysoglou Department of Informatics and Telecommunications, National and Kapodistrian University of Athens, Panepistimiopolis

More information

MINI-TUTORIAL ON SEMI-ALGEBRAIC PROOF SYSTEMS. Albert Atserias Universitat Politècnica de Catalunya Barcelona

MINI-TUTORIAL ON SEMI-ALGEBRAIC PROOF SYSTEMS. Albert Atserias Universitat Politècnica de Catalunya Barcelona MINI-TUTORIAL ON SEMI-ALGEBRAIC PROOF SYSTEMS Albert Atserias Universitat Politècnica de Catalunya Barcelona Part I CONVEX POLYTOPES Convex polytopes as linear inequalities Polytope: P = {x R n : Ax b}

More information

Tight Integrality Gaps for Lovasz-Schrijver LP Relaxations of Vertex Cover and Max Cut

Tight Integrality Gaps for Lovasz-Schrijver LP Relaxations of Vertex Cover and Max Cut Tight Integrality Gaps for Lovasz-Schrijver LP Relaxations of Vertex Cover and Max Cut Grant Schoenebeck Luca Trevisan Madhur Tulsiani Abstract We study linear programming relaxations of Vertex Cover and

More information

Limitations of Linear and Semidefinite Programs by Grant Robert Schoenebeck

Limitations of Linear and Semidefinite Programs by Grant Robert Schoenebeck Limitations of Linear and Semidefinite Programs by Grant Robert Schoenebeck A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Computer Science

More information

approximation algorithms I

approximation algorithms I SUM-OF-SQUARES method and approximation algorithms I David Steurer Cornell Cargese Workshop, 201 meta-task encoded as low-degree polynomial in R x example: f(x) = i,j n w ij x i x j 2 given: functions

More information

A NEARLY-TIGHT SUM-OF-SQUARES LOWER BOUND FOR PLANTED CLIQUE

A NEARLY-TIGHT SUM-OF-SQUARES LOWER BOUND FOR PLANTED CLIQUE A NEARLY-TIGHT SUM-OF-SQUARES LOWER BOUND FOR PLANTED CLIQUE Boaz Barak Sam Hopkins Jon Kelner Pravesh Kothari Ankur Moitra Aaron Potechin on the market! PLANTED CLIQUE ("DISTINGUISHING") Input: graph

More information

Proof Complexity Meets Algebra

Proof Complexity Meets Algebra ICALP 17, Warsaw 11th July 2017 (CSP problem) P 3-COL S resolution (proof system) Proofs in S of the fact that an instance of P is unsatisfiable. Resolution proofs of a graph being not 3-colorable. Standard

More information

Semidefinite programming techniques in combinatorial optimization

Semidefinite programming techniques in combinatorial optimization Semidefinite programming techniques in combinatorial optimization Dept. of Combinatorics and Optimization, Faculty of Mathematics, University of Waterloo July 22 26, 2016 We will start with the discussion

More information

Local Constraints in Combinatorial Optimization. Madhur Tulsiani

Local Constraints in Combinatorial Optimization. Madhur Tulsiani Local Constraints in Combinatorial Optimization by Madhur Tulsiani A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Computer Science in the

More information

A Linear Round Lower Bound for Lovasz-Schrijver SDP Relaxations of Vertex Cover

A Linear Round Lower Bound for Lovasz-Schrijver SDP Relaxations of Vertex Cover A Linear Round Lower Bound for Lovasz-Schrijver SDP Relaxations of Vertex Cover Grant Schoenebeck Luca Trevisan Madhur Tulsiani Abstract We study semidefinite programming relaxations of Vertex Cover arising

More information

Approximation & Complexity

Approximation & Complexity Summer school on semidefinite optimization Approximation & Complexity David Steurer Cornell University Part 1 September 6, 2012 Overview Part 1 Unique Games Conjecture & Basic SDP Part 2 SDP Hierarchies:

More information

Approximation Algorithms for the k-set Packing Problem

Approximation Algorithms for the k-set Packing Problem Approximation Algorithms for the k-set Packing Problem Marek Cygan Institute of Informatics University of Warsaw 20th October 2016, Warszawa Marek Cygan Approximation Algorithms for the k-set Packing Problem

More information

Approximate Constraint Satisfaction Requires Large LP Relaxations

Approximate Constraint Satisfaction Requires Large LP Relaxations Approximate Constraint Satisfaction Requires Large LP Relaxations oah Fleming April 19, 2018 Linear programming is a very powerful tool for attacking optimization problems. Techniques such as the ellipsoi

More information

On Linear and Semidefinite Programming Relaxations for Hypergraph Matching

On Linear and Semidefinite Programming Relaxations for Hypergraph Matching On Linear and Semidefinite Programming Relaxations for Hypergraph Matching Yuk Hei Chan Lap Chi Lau Department of Computer Science and Engineering The Chinese University of Hong Kong Abstract The hypergraph

More information

Lecture : Lovász Theta Body. Introduction to hierarchies.

Lecture : Lovász Theta Body. Introduction to hierarchies. Strong Relaations for Discrete Optimization Problems 20-27/05/6 Lecture : Lovász Theta Body. Introduction to hierarchies. Lecturer: Yuri Faenza Scribes: Yuri Faenza Recall: stable sets and perfect graphs

More information

Cuts for mixed 0-1 conic programs

Cuts for mixed 0-1 conic programs Cuts for mixed 0-1 conic programs G. Iyengar 1 M. T. Cezik 2 1 IEOR Department Columbia University, New York. 2 GERAD Université de Montréal, Montréal TU-Chemnitz Workshop on Integer Programming and Continuous

More information

Notes on the decomposition result of Karlin et al. [2] for the hierarchy of Lasserre by M. Laurent, December 13, 2012

Notes on the decomposition result of Karlin et al. [2] for the hierarchy of Lasserre by M. Laurent, December 13, 2012 Notes on the decomposition result of Karlin et al. [2] for the hierarchy of Lasserre by M. Laurent, December 13, 2012 We present the decomposition result of Karlin et al. [2] for the hierarchy of Lasserre

More information

arxiv: v2 [cs.ds] 11 Jun 2012

arxiv: v2 [cs.ds] 11 Jun 2012 Directed Steiner Tree and the Lasserre Hierarchy Thomas Rothvoß arxiv:1111.5473v2 [cs.ds] 11 Jun 2012 M.I.T. rothvoss@math.mit.edu June 13, 2012 Abstract The goal for the DIRECTED STEINER TREE problem

More information

Downloaded 05/14/13 to Redistribution subject to SIAM license or copyright; see

Downloaded 05/14/13 to Redistribution subject to SIAM license or copyright; see SIAM J. COMPUT. Vol. 39, No. 8, pp. 3553 3570 c 2010 Society for Industrial and Applied Mathematics INTEGRALITY GAPS OF 2 o(1) FOR VERTEX COVER SDPs IN THE LOVÁSZ SCHRIJVER HIERARCHY KONSTANTINOS GEORGIOU,

More information

arxiv: v4 [math.co] 23 Dec 2013

arxiv: v4 [math.co] 23 Dec 2013 Exponential Lower Bounds for Polytopes in Combinatorial Optimization arxiv:1111.0837v4 [math.co] 23 Dec 2013 Samuel Fiorini 1, Serge Massar 3, Sebastian Pokutta 2, Hans Raj Tiwary 1, and Ronald de Wolf

More information

Unique Games Conjecture & Polynomial Optimization. David Steurer

Unique Games Conjecture & Polynomial Optimization. David Steurer Unique Games Conjecture & Polynomial Optimization David Steurer Newton Institute, Cambridge, July 2013 overview Proof Complexity Approximability Polynomial Optimization Quantum Information computational

More information

A REDUCTION FRAMEWORK FOR APPROXIMATE EXTENDED FORMULATIONS AND A FASTER ALGORITHM FOR CONVEX OPTIMIZATION

A REDUCTION FRAMEWORK FOR APPROXIMATE EXTENDED FORMULATIONS AND A FASTER ALGORITHM FOR CONVEX OPTIMIZATION A REDUCTION FRAMEWORK FOR APPROXIMATE EXTENDED FORMULATIONS AND A FASTER ALGORITHM FOR CONVEX OPTIMIZATION A Dissertation Presented to The Academic Faculty By Daniel Zink In Partial Fulfillment of the

More information

How to Play Unique Games against a Semi-Random Adversary

How to Play Unique Games against a Semi-Random Adversary How to Play Unique Games against a Semi-Random Adversary Study of Semi-Random Models of Unique Games Alexandra Kolla Microsoft Research Konstantin Makarychev IBM Research Yury Makarychev TTIC Abstract

More information

Sherali-Adams Relaxations of the Matching Polytope

Sherali-Adams Relaxations of the Matching Polytope Sherali-Adams Relaxations of the Matching Polytope Claire Mathieu Computer Science Department Brown University Providence, RI 091 claire@cs.brown.edu Alistair Sinclair Computer Science Division University

More information

Approximating Sparsest Cut in Graphs of Bounded Treewidth

Approximating Sparsest Cut in Graphs of Bounded Treewidth Approximating Sparsest Cut in Graphs of Bounded Treewidth Eden Chlamtac Weizmann Institute Robert Krauthgamer Weizmann Institute Prasad Raghavendra Microsoft Research New England Abstract We give the first

More information

A better approximation ratio for the Vertex Cover problem

A better approximation ratio for the Vertex Cover problem A better approximation ratio for the Vertex Cover problem George Karakostas Dept. of Computing and Software McMaster University October 5, 004 Abstract We reduce the approximation factor for Vertex Cover

More information

SDP Relaxations for MAXCUT

SDP Relaxations for MAXCUT SDP Relaxations for MAXCUT from Random Hyperplanes to Sum-of-Squares Certificates CATS @ UMD March 3, 2017 Ahmed Abdelkader MAXCUT SDP SOS March 3, 2017 1 / 27 Overview 1 MAXCUT, Hardness and UGC 2 LP

More information

Lecture 22: Hyperplane Rounding for Max-Cut SDP

Lecture 22: Hyperplane Rounding for Max-Cut SDP CSCI-B609: A Theorist s Toolkit, Fall 016 Nov 17 Lecture : Hyperplane Rounding for Max-Cut SDP Lecturer: Yuan Zhou Scribe: Adithya Vadapalli 1 Introduction In the previous lectures we had seen the max-cut

More information

On the Rank of Cutting-Plane Proof Systems

On the Rank of Cutting-Plane Proof Systems On the Rank of Cutting-Plane Proof Systems Sebastian Pokutta 1 and Andreas S. Schulz 2 1 H. Milton Stewart School of Industrial and Systems Engineering, Georgia Institute of Technology, Atlanta, GA. Email:

More information

CSC Linear Programming and Combinatorial Optimization Lecture 12: The Lift and Project Method

CSC Linear Programming and Combinatorial Optimization Lecture 12: The Lift and Project Method CSC2411 - Linear Programming and Combinatorial Optimization Lecture 12: The Lift and Project Method Notes taken by Stefan Mathe April 28, 2007 Summary: Throughout the course, we have seen the importance

More information

SDP gaps for 2-to-1 and other Label-Cover variants

SDP gaps for 2-to-1 and other Label-Cover variants SDP gaps for -to-1 and other Label-Cover variants Venkatesan Guruswami 1, Subhash Khot, Ryan O Donnell 1, Preyas Popat, Madhur Tulsiani 3, and Yi Wu 1 1 Computer Science Department Carnegie Mellon University

More information

THE COMPLEXITY OF EXTENDED FORMULATIONS

THE COMPLEXITY OF EXTENDED FORMULATIONS THE COMPLEXITY OF EXTENDED FORMULATIONS A Dissertation Presented to The Academic Faculty by Arefin Huq In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the School of Computer

More information

arxiv: v2 [cs.dm] 30 Dec 2014

arxiv: v2 [cs.dm] 30 Dec 2014 Extended Formulation Lower Bounds via Hypergraph Coloring? arxiv:1410.1150v2 [cs.dm] 30 Dec 2014 Stavros G. Kolliopoulos Yannis Moysoglou Abstract Exploring the power of linear programming for combinatorial

More information

Sum-of-Squares Method, Tensor Decomposition, Dictionary Learning

Sum-of-Squares Method, Tensor Decomposition, Dictionary Learning Sum-of-Squares Method, Tensor Decomposition, Dictionary Learning David Steurer Cornell Approximation Algorithms and Hardness, Banff, August 2014 for many problems (e.g., all UG-hard ones): better guarantees

More information

Some Open Problems in Approximation Algorithms

Some Open Problems in Approximation Algorithms Some Open Problems in Approximation Algorithms David P. Williamson School of Operations Research and Information Engineering Cornell University February 28, 2011 University of Bonn Bonn, Germany David

More information

Almost-polynomial Ratio ETH-Hardness of ApproxIMATIng Densest k-subgraph. Pasin Manurangsi UC Berkeley

Almost-polynomial Ratio ETH-Hardness of ApproxIMATIng Densest k-subgraph. Pasin Manurangsi UC Berkeley Almost-polynomial Ratio ETH-Hardness of ApproxIMATIng Densest k-subgraph Pasin Manurangsi UC Berkeley Densest k-subgraph (DkS) G S Input An undirected graph G = (V, E) A positive integer k Goal Find a

More information

Some Open Problems in Approximation Algorithms

Some Open Problems in Approximation Algorithms Some Open Problems in Approximation Algorithms David P. Williamson School of Operations Research and Information Engineering Cornell University November 2, 2010 Egerváry Research Group on Combinatorial

More information

Semidefinite programming lifts and sparse sums-of-squares

Semidefinite programming lifts and sparse sums-of-squares 1/15 Semidefinite programming lifts and sparse sums-of-squares Hamza Fawzi (MIT, LIDS) Joint work with James Saunderson (UW) and Pablo Parrilo (MIT) Cornell ORIE, October 2015 Linear optimization 2/15

More information

arxiv: v5 [math.co] 13 Mar 2015

arxiv: v5 [math.co] 13 Mar 2015 Exponential Lower Bounds for Polytopes in Combinatorial Optimization arxiv:1111.0837v5 [math.co] 13 Mar 2015 Samuel Fiorini 1, Serge Massar 3, Sebastian Pokutta 2, Hans Raj Tiwary 1, and Ronald de Wolf

More information

Introduction to Semidefinite Programming I: Basic properties a

Introduction to Semidefinite Programming I: Basic properties a Introduction to Semidefinite Programming I: Basic properties and variations on the Goemans-Williamson approximation algorithm for max-cut MFO seminar on Semidefinite Programming May 30, 2010 Semidefinite

More information

Graph Partitioning Algorithms and Laplacian Eigenvalues

Graph Partitioning Algorithms and Laplacian Eigenvalues Graph Partitioning Algorithms and Laplacian Eigenvalues Luca Trevisan Stanford Based on work with Tsz Chiu Kwok, Lap Chi Lau, James Lee, Yin Tat Lee, and Shayan Oveis Gharan spectral graph theory Use linear

More information

Linear Level Lasserre Lower Bounds for Certain k-csps

Linear Level Lasserre Lower Bounds for Certain k-csps Linear Level Lasserre Lower Bounds for Certain k-csps Grant Schoenebeck Abstract We show that for k 3 even the Ωn) level of the Lasserre hierarchy cannot disprove a random k-csp instance over any predicate

More information

Representations of Monotone Boolean Functions by Linear Programs

Representations of Monotone Boolean Functions by Linear Programs Representations of Monotone Boolean Functions by Linear Programs Mateus de Oliveira Oliveira 1 and Pavel Pudlák 2 1 University of Bergen, Bergen, Norway mateus.oliveira@uib.no 2 Czech Academy of Sciences,

More information

On the existence of 0/1 polytopes with high semidefinite extension complexity

On the existence of 0/1 polytopes with high semidefinite extension complexity On the existence of 0/1 polytopes with high semidefinite extension complexity Jop Briët 1, Daniel Dadush 1, and Sebastian Pokutta 2 1 New York University, Courant Institute of Mathematical Sciences, New

More information

Approximability of Constraint Satisfaction Problems

Approximability of Constraint Satisfaction Problems Approximability of Constraint Satisfaction Problems Venkatesan Guruswami Carnegie Mellon University October 2009 Venkatesan Guruswami (CMU) Approximability of CSPs Oct 2009 1 / 1 Constraint Satisfaction

More information

Hierarchical Clustering via Spreading Metrics

Hierarchical Clustering via Spreading Metrics Journal of Machine Learning Research 18 2017) 1-35 Submitted 2/17; Revised 5/17; Published 8/17 Hierarchical Clustering via Spreading Metrics Aurko Roy College of Computing Georgia Institute of Technology

More information

A simple LP relaxation for the Asymmetric Traveling Salesman Problem

A simple LP relaxation for the Asymmetric Traveling Salesman Problem A simple LP relaxation for the Asymmetric Traveling Salesman Problem Thành Nguyen Cornell University, Center for Applies Mathematics 657 Rhodes Hall, Ithaca, NY, 14853,USA thanh@cs.cornell.edu Abstract.

More information

6-1 The Positivstellensatz P. Parrilo and S. Lall, ECC

6-1 The Positivstellensatz P. Parrilo and S. Lall, ECC 6-1 The Positivstellensatz P. Parrilo and S. Lall, ECC 2003 2003.09.02.10 6. The Positivstellensatz Basic semialgebraic sets Semialgebraic sets Tarski-Seidenberg and quantifier elimination Feasibility

More information

Label Cover Algorithms via the Log-Density Threshold

Label Cover Algorithms via the Log-Density Threshold Label Cover Algorithms via the Log-Density Threshold Jimmy Wu jimmyjwu@stanford.edu June 13, 2017 1 Introduction Since the discovery of the PCP Theorem and its implications for approximation algorithms,

More information

Near-Optimal Algorithms for Maximum Constraint Satisfaction Problems

Near-Optimal Algorithms for Maximum Constraint Satisfaction Problems Near-Optimal Algorithms for Maximum Constraint Satisfaction Problems Moses Charikar Konstantin Makarychev Yury Makarychev Princeton University Abstract In this paper we present approximation algorithms

More information

Travelling Salesman Problem

Travelling Salesman Problem Travelling Salesman Problem Fabio Furini November 10th, 2014 Travelling Salesman Problem 1 Outline 1 Traveling Salesman Problem Separation Travelling Salesman Problem 2 (Asymmetric) Traveling Salesman

More information

arxiv: v1 [cs.ds] 6 Oct 2011

arxiv: v1 [cs.ds] 6 Oct 2011 Polynomial integrality gaps for strong SDP relaxations of Densest k-subgraph Aditya Bhaskara Moses Charikar Venkatesan Guruswami Aravindan Vijayaraghavan Yuan Zhou arxiv:1110.1360v1 [cs.ds] 6 Oct 2011

More information

Random Walks and Evolving Sets: Faster Convergences and Limitations

Random Walks and Evolving Sets: Faster Convergences and Limitations Random Walks and Evolving Sets: Faster Convergences and Limitations Siu On Chan 1 Tsz Chiu Kwok 2 Lap Chi Lau 2 1 The Chinese University of Hong Kong 2 University of Waterloo Jan 18, 2017 1/23 Finding

More information

Positive semidefinite rank

Positive semidefinite rank 1/15 Positive semidefinite rank Hamza Fawzi (MIT, LIDS) Joint work with João Gouveia (Coimbra), Pablo Parrilo (MIT), Richard Robinson (Microsoft), James Saunderson (Monash), Rekha Thomas (UW) DIMACS Workshop

More information

Discrete Optimization 2010 Lecture 12 TSP, SAT & Outlook

Discrete Optimization 2010 Lecture 12 TSP, SAT & Outlook Discrete Optimization 2010 Lecture 12 TSP, SAT & Outlook Marc Uetz University of Twente m.uetz@utwente.nl Lecture 12: sheet 1 / 29 Marc Uetz Discrete Optimization Outline TSP Randomization Outlook 1 Approximation

More information

arxiv:cs/ v1 [cs.cc] 7 Sep 2006

arxiv:cs/ v1 [cs.cc] 7 Sep 2006 Approximation Algorithms for the Bipartite Multi-cut problem arxiv:cs/0609031v1 [cs.cc] 7 Sep 2006 Sreyash Kenkre Sundar Vishwanathan Department Of Computer Science & Engineering, IIT Bombay, Powai-00076,

More information

Lecture 5. Max-cut, Expansion and Grothendieck s Inequality

Lecture 5. Max-cut, Expansion and Grothendieck s Inequality CS369H: Hierarchies of Integer Programming Relaxations Spring 2016-2017 Lecture 5. Max-cut, Expansion and Grothendieck s Inequality Professor Moses Charikar Scribes: Kiran Shiragur Overview Here we derive

More information

Lecture 4: Polynomial Optimization

Lecture 4: Polynomial Optimization CS369H: Hierarchies of Integer Programming Relaxations Spring 2016-2017 Lecture 4: Polynomial Optimization Professor Moses Charikar Scribes: Mona Azadkia 1 Introduction Non-negativity over the hypercube.

More information

Notes for Lecture 2. Statement of the PCP Theorem and Constraint Satisfaction

Notes for Lecture 2. Statement of the PCP Theorem and Constraint Satisfaction U.C. Berkeley Handout N2 CS294: PCP and Hardness of Approximation January 23, 2006 Professor Luca Trevisan Scribe: Luca Trevisan Notes for Lecture 2 These notes are based on my survey paper [5]. L.T. Statement

More information

Approximability of Dense Instances of Nearest Codeword Problem

Approximability of Dense Instances of Nearest Codeword Problem Approximability of Dense Instances of Nearest Codeword Problem Cristina Bazgan 1, W. Fernandez de la Vega 2, Marek Karpinski 3 1 Université Paris Dauphine, LAMSADE, 75016 Paris, France, bazgan@lamsade.dauphine.fr

More information

Optimization of Submodular Functions Tutorial - lecture I

Optimization of Submodular Functions Tutorial - lecture I Optimization of Submodular Functions Tutorial - lecture I Jan Vondrák 1 1 IBM Almaden Research Center San Jose, CA Jan Vondrák (IBM Almaden) Submodular Optimization Tutorial 1 / 1 Lecture I: outline 1

More information

What Computers Can Compute (Approximately) David P. Williamson TU Chemnitz 9 June 2011

What Computers Can Compute (Approximately) David P. Williamson TU Chemnitz 9 June 2011 What Computers Can Compute (Approximately) David P. Williamson TU Chemnitz 9 June 2011 Outline The 1930s-40s: What can computers compute? The 1960s-70s: What can computers compute efficiently? The 1990s-:

More information

Unique Games and Small Set Expansion

Unique Games and Small Set Expansion Proof, beliefs, and algorithms through the lens of sum-of-squares 1 Unique Games and Small Set Expansion The Unique Games Conjecture (UGC) (Khot [2002]) states that for every ɛ > 0 there is some finite

More information

U.C. Berkeley CS294: Spectral Methods and Expanders Handout 11 Luca Trevisan February 29, 2016

U.C. Berkeley CS294: Spectral Methods and Expanders Handout 11 Luca Trevisan February 29, 2016 U.C. Berkeley CS294: Spectral Methods and Expanders Handout Luca Trevisan February 29, 206 Lecture : ARV In which we introduce semi-definite programming and a semi-definite programming relaxation of sparsest

More information

New Directions in Approximation Algorithms and Hardness of Approximation Thesis proposal

New Directions in Approximation Algorithms and Hardness of Approximation Thesis proposal New Directions in Approximation Algorithms and Hardness of Approximation Thesis proposal Yuan Zhou Computer Science Department Carnegie Mellon University January 9, 2014 Abstract This thesis is a collection

More information

A Hierarchy of Polyhedral Approximations of Robust Semidefinite Programs

A Hierarchy of Polyhedral Approximations of Robust Semidefinite Programs A Hierarchy of Polyhedral Approximations of Robust Semidefinite Programs Raphael Louca Eilyan Bitar Abstract Robust semidefinite programs are NP-hard in general In contrast, robust linear programs admit

More information

Convex sets, matrix factorizations and positive semidefinite rank

Convex sets, matrix factorizations and positive semidefinite rank Convex sets, matrix factorizations and positive semidefinite rank Pablo A. Parrilo Laboratory for Information and Decision Systems Electrical Engineering and Computer Science Massachusetts Institute of

More information

Cutting Planes for RLT Relaxations of Mixed 0-1 Polynomial Programs

Cutting Planes for RLT Relaxations of Mixed 0-1 Polynomial Programs Cutting Planes for RLT Relaxations of Mixed 0-1 Polynomial Programs Franklin Djeumou Fomeni Konstantinos Kaparis Adam N. Letchford December 2013 Abstract The Reformulation-Linearization Technique (RLT),

More information

Tight Size-Degree Lower Bounds for Sums-of-Squares Proofs

Tight Size-Degree Lower Bounds for Sums-of-Squares Proofs Tight Size-Degree Lower Bounds for Sums-of-Squares Proofs Massimo Lauria KTH Royal Institute of Technology (Stockholm) 1 st Computational Complexity Conference, 015 Portland! Joint work with Jakob Nordström

More information

Lecture 21 (Oct. 24): Max Cut SDP Gap and Max 2-SAT

Lecture 21 (Oct. 24): Max Cut SDP Gap and Max 2-SAT CMPUT 67: Approximation Algorithms Fall 014 Lecture 1 Oct. 4): Max Cut SDP Gap and Max -SAT Lecturer: Zachary Friggstad Scribe: Chris Martin 1.1 Near-Tight Analysis of the Max Cut SDP Recall the Max Cut

More information

Sherali-Adams Relaxations of Graph Isomorphism Polytopes. Peter N. Malkin* and Mohammed Omar + UC Davis

Sherali-Adams Relaxations of Graph Isomorphism Polytopes. Peter N. Malkin* and Mohammed Omar + UC Davis Sherali-Adams Relaxations of Graph Isomorphism Polytopes Peter N. Malkin* and Mohammed Omar + UC Davis University of Washington May 18th 2010 *Partly funded by an IBM OCR grant and the NSF. + Partly funded

More information

Quadratic Forms on Graphs. and. Their Applications

Quadratic Forms on Graphs. and. Their Applications Quadratic Forms on Graphs and Their Applications Konstantin Makarychev A Dissertation Presented to the Faculty of Princeton University in Candidacy for the Degree of Doctor of Philosophy Recommended for

More information

Topics in Theoretical Computer Science April 08, Lecture 8

Topics in Theoretical Computer Science April 08, Lecture 8 Topics in Theoretical Computer Science April 08, 204 Lecture 8 Lecturer: Ola Svensson Scribes: David Leydier and Samuel Grütter Introduction In this lecture we will introduce Linear Programming. It was

More information

Notice that lemma 4 has nothing to do with 3-colorability. To obtain a better result for 3-colorable graphs, we need the following observation.

Notice that lemma 4 has nothing to do with 3-colorability. To obtain a better result for 3-colorable graphs, we need the following observation. COMPSCI 632: Approximation Algorithms November 1, 2017 Lecturer: Debmalya Panigrahi Lecture 18 Scribe: Feng Gui 1 Overview In this lecture, we examine graph coloring algorithms. We first briefly discuss

More information

ORIE 6334 Spectral Graph Theory December 1, Lecture 27 Remix

ORIE 6334 Spectral Graph Theory December 1, Lecture 27 Remix ORIE 6334 Spectral Graph Theory December, 06 Lecturer: David P. Williamson Lecture 7 Remix Scribe: Qinru Shi Note: This is an altered version of the lecture I actually gave, which followed the structure

More information

Discrete Optimization 2010 Lecture 12 TSP, SAT & Outlook

Discrete Optimization 2010 Lecture 12 TSP, SAT & Outlook TSP Randomization Outlook Discrete Optimization 2010 Lecture 12 TSP, SAT & Outlook Marc Uetz University of Twente m.uetz@utwente.nl Lecture 12: sheet 1 / 29 Marc Uetz Discrete Optimization Outline TSP

More information

Cutting Planes for RLT Relaxations of Mixed 0-1 Polynomial Programs

Cutting Planes for RLT Relaxations of Mixed 0-1 Polynomial Programs Cutting Planes for RLT Relaxations of Mixed 0-1 Polynomial Programs Franklin Djeumou Fomeni Konstantinos Kaparis Adam N. Letchford To Appear in Mathematical Programming Abstract The Reformulation-Linearization

More information

Approximating Maximum Constraint Satisfaction Problems

Approximating Maximum Constraint Satisfaction Problems Approximating Maximum Constraint Satisfaction Problems Johan Håstad some slides by Per Austrin Shafi and Silvio celebration, December 10, 2013 The Swedish Angle Today we are celebrating a Turing Award.

More information

CORC REPORT Approximate fixed-rank closures of covering problems

CORC REPORT Approximate fixed-rank closures of covering problems CORC REPORT 2003-01 Approximate fixed-rank closures of covering problems Daniel Bienstock and Mark Zuckerberg (Columbia University) January, 2003 version 2004-August-25 Abstract Consider a 0/1 integer

More information

Approximation Resistance from Pairwise Independent Subgroups

Approximation Resistance from Pairwise Independent Subgroups 1/19 Approximation Resistance from Pairwise Independent Subgroups Siu On Chan UC Berkeley 2/19 Max-CSP Goal: Satisfy the maximum fraction of constraints Examples: 1 MAX-3XOR: x 1 + x 10 + x 27 = 1 x 4

More information

Approximation Algorithms and Hardness of Approximation May 14, Lecture 22

Approximation Algorithms and Hardness of Approximation May 14, Lecture 22 Approximation Algorithms and Hardness of Approximation May 4, 03 Lecture Lecturer: Alantha Newman Scribes: Christos Kalaitzis The Unique Games Conjecture The topic of our next lectures will be the Unique

More information

Locally Expanding Hypergraphs and the Unique Games Conjecture

Locally Expanding Hypergraphs and the Unique Games Conjecture Locally Expanding Hypergraphs and the Unique Games Conjecture Eric Purdy September 25, 2008 Abstract We examine the hardness of approximating constraint satisfaction problems with k-variable constraints,

More information

Lecture 16: Constraint Satisfaction Problems

Lecture 16: Constraint Satisfaction Problems A Theorist s Toolkit (CMU 18-859T, Fall 2013) Lecture 16: Constraint Satisfaction Problems 10/30/2013 Lecturer: Ryan O Donnell Scribe: Neal Barcelo 1 Max-Cut SDP Approximation Recall the Max-Cut problem

More information

Local Global Tradeoffs in Metric Embeddings

Local Global Tradeoffs in Metric Embeddings Local Global Tradeoffs in Metric Embeddings Moses Charikar Konstantin Makarychev Yury Makarychev Preprint Abstract Suppose that every k points in a n point metric space X are D-distortion embeddable into

More information

Polynomial integrality gaps for strong SDP relaxations of Densest k-subgraph

Polynomial integrality gaps for strong SDP relaxations of Densest k-subgraph Polynomial integrality gaps for strong SDP relaxations of Densest k-subgraph Aditya Bhaskara Moses Charikar Venkatesan Guruswami Aravindan Vijayaraghavan Yuan Zhou July 12, 2011 Abstract The Densest k-subgraph

More information

Maximum cut and related problems

Maximum cut and related problems Proof, beliefs, and algorithms through the lens of sum-of-squares 1 Maximum cut and related problems Figure 1: The graph of Renato Paes Leme s friends on the social network Orkut, the partition to top

More information

STRENGTHENING CONVEX RELAXATIONS OF 0/1-SETS USING BOOLEAN FORMULAS

STRENGTHENING CONVEX RELAXATIONS OF 0/1-SETS USING BOOLEAN FORMULAS STRENGTHENING CONVEX RELAXATIONS OF 0/1-SETS USING BOOLEAN FORMULAS SAMUEL FIORINI, TONY HUYNH, AND STEFAN WELTGE Abstract. In convex integer programming, various procedures have been developed to strengthen

More information