on the resolution complexity of graph non isomorphism
play

On the Resolution Complexity of Graph non-Isomorphism Jacobo Tor - PowerPoint PPT Presentation

On the Resolution Complexity of Graph non-Isomorphism Jacobo Tor an Universit at Ulm 1 Graph Isomorphism Graphs G 1 = ( V 1 , E 1 ) , G 2 = ( V 2 , E 2 ) Isomorphism: Bijection : V 1 V 2 , ( u, v ) E 1 ( ( u ) , ( v


  1. On the Resolution Complexity of Graph non-Isomorphism Jacobo Tor´ an Universit¨ at Ulm 1

  2. Graph Isomorphism Graphs G 1 = ( V 1 , E 1 ) , G 2 = ( V 2 , E 2 ) Isomorphism: Bijection ϕ : V 1 → V 2 , ( u, v ) ∈ E 1 ⇔ ( ϕ ( u ) , ϕ ( v )) ∈ E 2 . 2

  3. Graph Isomorphism Graphs G 1 = ( V 1 , E 1 ) , G 2 = ( V 2 , E 2 ) Isomorphism: Bijection ϕ : V 1 → V 2 , ( u, v ) ∈ E 1 ⇔ ( ϕ ( u ) , ϕ ( v )) ∈ E 2 . Automorphism: Permutation ϕ : V 1 → V 1 , ( u, v ) ∈ E 1 ⇔ ( ϕ ( u ) , ϕ ( v )) ∈ E 1 . ϕ 2

  4. Algorithms Best upper bound for GI: 2 O ( √ n log n ) [Zemlyachenko 80], [Babai,Luks 83] 3

  5. Algorithms Best upper bound for GI: 2 O ( √ n log n ) [Zemlyachenko 80], [Babai,Luks 83] There are efficient algorithms for GI for concrete graph classes: • Planar graphs • Graphs of bounded degree • Colored graphs with bounded color classes . . . 3

  6. Why GI and proof complexity? SAT-solvers perform well on hard problems. How well do they perform on a problem of intermediate complexity like GI? Can we prove results about the performance of DPLL algorithms on GI instances? Can knowledge on GI help us to gain some knowledge on proof systems? 4

  7. Resolution • Propositional refutation system • CNF-formulas: C 1 ∧ C 2 ∧ · · · ∧ C m C i = x 1 ∨ x 5 ∨ x 7 ( x 1 x 5 x 7 ) • Resolution rule: A ∨ x B ∨ x A ∨ B • Resolution refutation: C 1 , . . . , C s C i is an initial clause or can be inferred from previous clauses C s is the empty clause: 2 • The size of a refutation is the number of clauses in it. • The width is the maximum number of literals in a clause. 5

  8. Dag-like vs. tree-like Resolution x 1 x 2 x 1 x 3 x 1 x 3 x 1 x 4 x 2 x 4 x 1 x 2 x 1 x 3 x 1 x 3 x 1 x 3 x 1 x 3 x 1 x 4 x 2 x 4 x 1 x 1 x 1 x 2 x 4 x 2 x 4 x 2 x 2 2 2 • Tree-like resolution can be exponentially larger than DAG-like resolution. • Size in Tree-like resolution size ≡ number of recursive calls in a DPLL algorithm. 6

  9. Encoding GI as a SAT instance G 1 = ( V 1 , E 1 ) and G 2 = ( V 2 , E 2 ) graphs with n nodes each. We define F ( G 1 , G 2 ) over the set of variables { x i,j | i, j ∈ [ n ] } . n 2 many variables. Each satisfying assignments for F ( G 1 , G 2 ) encodes an isomorphism between G 1 and G 2 . x i,j = 1 ↔ the encoded isomorphism maps vertex v i ∈ V 1 to v j ∈ V 2 . 7

  10. F ( G 1 , G 2 ) is the conjunction of the clauses: Type 1 : for every i ∈ [ n ] , ( x i, 1 ∨ x i, 2 ∨ · · · ∨ x i,n ) vertex v i ∈ V 1 is mapped to some vertex in V 2 . Type 2 : for every i, j, k ∈ [ n ] , i � = j, ( x i,k ∨ x j,k ) not two different vertices are mapped to the same one. Type 3 : for every i, j, k, l ∈ [ n ] i < j and k � = l with ( v i , v j ) ∈ E 1 ↔ ( v k , v l ) �∈ E 2 , ( x i,k ∨ x j,l ) an edge cannot be mapped to a non-edge and vice-versa. F ( G 1 , G 2 ) has O ( n 4 ) clauses. Clauses of Types 2 and 3 have width 2 , clauses of Type 1 have width n . 8

  11. G 1 G 2 F ( G 1 , G 2 ) : Type 1 clauses: ( x i, 1 ∨ x i, 2 ∨ · · · ∨ x i,n ) for i ∈ [ n + 1] and Type 2 clauses: ( x i,k ∨ x j,k ) for i, j ∈ [ n + 1] , i � = j, k ∈ [ n ] This is exactly the pigeon hole principle PHP n n +1 . 9

  12. Colored graphs The vertices are colored (at most k vertices from each color). An isomorphism must respect the colors. The search space for possible isomorphism is reduced. For bounded k , the GI problem can be efficiently solved (even FPT). In the corresponding formulas, type 1 clauses have width at most k ( x i,i 1 ∨ x i,i 2 ∨ · · · ∨ x i,i k ) Are there short resolution refutations for bounded k ? 10

  13. Results 1) Non-isomorphic colored graphs with color classes of size ≤ 3 have polynomial size tree-like resolution refutations. 2) There are non-isomorphic colored graphs with color classes of size 4 for which any resolution refutation has to be exponential in the formula size. 11

  14. Color classes of size ≤ 3 Consider the subgraphs induced by two color classes in G 1 and G 2 , then 4 possible cases can happen. Either: 1) this already suffices for proving non-isomorphism G 1 G 2 this implies a constant size refutation since there is only a finite number of clauses associated to the subgraphs. 12

  15. or 2) the coloring can be refined: implies the corresponding “refined” clauses can be obtained by a constant size tree-like refutation. 13

  16. or 3) for every partial isomorphism between the blue vertices, every bijection on the red vertices is an extension to a partial isomorphism between the blue-red subgraphs. or 4) every partial isomorphism of the blue vertices can be extended in a unique way to an isomorphism between the blue-red subgraph. Translating this to resolution, an assignment for a mapping of the blue class (unit clauses x i,j ) fixes an assignment of the variables for the red color (new unit clauses obtained by unit resolution). 14

  17. (this does not happen with color classes of size 4) In some cases a partial isomorphism between the blue nodes does not imply a unique partial isomorphism between the red nodes. 15

  18. New graph C . Vertices = color classes in G 1 . Edge iff the edge connections between the classes are as in Case 4. C If G 1 �≡ G 2 there is a cycle in C so that the sub-graphs induced by the colors in it are non-isomorphic. Starting from a color in the cycle, and a possible partial isomorphism, a contradiction is forced. 16

  19. Color classes of size ≥ 4 CFI graphs [Cai,F¨ urer,Immerman 92] For k ≥ 2 the graph X k = ( V k , E k ) is defined as follows: V k = A k ∪ B k ∪ M k where A k = { a i | i ∈ [ k ] } , B k = { b i | i ∈ [ k ] } and M k = { m S | S ⊆ [ k ] , | S | even } . ( 2 k − 1 m -vertices) E k = { ( m S , a i ) | i �∈ S } ∪ { ( m S , b i ) | i ∈ S } . 17

  20. a 1 m ∅ v 1 b 1 a 3 m { 2 , 3 } v 3 m m { 1 , 3 } v 2 a 2 b 3 m { 1 , 2 } b 2 Lemma: There are 2 k − 1 automorphisms in X k stabilizing the sets { a i , b i } . Each automorphism is determined by interchanging a i and b i for each i in some subset even S ⊆ [ k ] . 18

  21. Let G = ( V, E ) be connected graph with min degree at least 2 . We transform G in a new graph X ( G ) . Every vertex v of degree d in G is substituted by a copy X ( v ) of the gadget X d . Every edge in G is transformed into two edges in X ( G ) . X ( G ) G 19

  22. Let E � ⊆ E , ˜ X ( G, E � ) is a copy of X ( G ) but in which all the edges e = ( u, v ) ∈ E � are twisted. ˜ X ( G ) X ( G, { e 1 , e 2 } ) e 1 e 2 20

  23. Lemma [CFI92] Let G = ( V, E ) be a connected graph with minimal degree at least 2 and let E � ⊆ E with || E � || = t . If t is even then ˜ X ( G, E � ) is isomorphic to X ( G ) , and if t is odd, then X ( G, E � ) is isomorphic to ˜ ˜ X ( G, { e } ) , for any edge e ∈ E . Moreover, X ( G ) and ˜ X ( G, { e } ) are non-isomorphic. ≡ 21

  24. Lemma [CFI92] Let G = ( V, E ) be a connected graph with minimal degree at least 2 and let E � ⊆ E with || E � || = t . If t is even then ˜ X ( G, E � ) is isomorphic to X ( G ) , and if t is odd, then X ( G, E � ) is isomorphic to ˜ ˜ X ( G, { e } ) , for any edge e ∈ E . Moreover, X ( G ) and ˜ X ( G, { e } ) are non-isomorphic. �≡ 22

  25. For any graph G of min degree ≥ 2 , F ( X ( G ) , ˜ X ( G )) is unsatisfiable. We consider the “colored” version of this formula. An edge can only be mapped to itself or to the “parallel” edge. Color clases (clause width) of size 2 for edge endpoints and 2 d − 1 for vertices in a gadget of degree d . Similar to Tseitin formulas. 23

  26. Tseitin Formulas G = ( V, E ) connected undirected graph with n vertices. → { 0 , 1 } with � marking m : V − x ∈ V m ( x ) odd. 1 0 1 1 Formula F ( G, m ) conjunction of F x x ∈ V , where F x = [ e 1 ( x ) ⊕ · · · ⊕ e d ( x ) = m ( x )] e 1 ( x ) . . . e d ( x ) are the edges (variables) incident with vertex x . 23

  27. Definition: G = ( V, E ) undirected graph with | V | = n . The expansion of G , ex ( G ) is defined as: � n � 3 , 2 n ex ( G ) = min k : ∃ S ⊆ V, | S | ∈ 3 |{ ( x, y ) ∈ E : x ∈ S, y �∈ S }| = k. (min number of edges that have to be cut to separate a large component) 23

  28. Theorem: Let G = ( V, E ) be a connected graph with maximum degree d and minimum degree at least 2 . Any resolution refutation of the colored version of F ( X ( G ) , ˜ X ( G )) requires width at least ex ( G ) . d 24

  29. Theorem: [Ben-Sasson, Wigderson 01] For an unsatisfiable formula F in CNF with n variables size ( Res ( F )) = exp (Ω([ width ( Res ( F )) − width ( F )] 2 )) . n Theorem: [Ajtai 94] There are constructive families G of graphs of degree 3 and linear expansion (in the number of vertices). For such a graph G n ∈ G with n vertices, X ( G n ) has O ( n ) vertices, and color multiplicity at most 4 . F ( X ( G n ) , ˜ X ( G n )) contains O ( n ) variables and O ( n 2 ) clauses. The width of these clauses is at most 4. 25

  30. Corollary: There exists a family of graphs G such that for any n , G n ∈ G has n vertices and the resolution refutation of the formula F ( X ( G n ) , ˜ X ( G n )) requires size exp (Ω( n )) . X ( G n ) and ˜ X ( G n ) are colored graphs with color multiplicity at most 4 . 26

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend