1 / 224

Hardness of Robust Graph Isomorphism, Lasserre Gaps, and Asymmetry of Random Graphs

Hardness of Robust Graph Isomorphism, Lasserre Gaps, and Asymmetry of Random Graphs. Ryan O’Donnell (CMU) John Wright (CMU) Chenggang Wu ( Tsinghua ) Yuan Zhou (CMU). Hardness of Robust Graph Isomorphism , Lasserre Gaps, and Asymmetry of Random Graphs. Ryan O’Donnell (CMU)

ayame
Download Presentation

Hardness of Robust Graph Isomorphism, Lasserre Gaps, and Asymmetry of Random Graphs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hardness of Robust Graph Isomorphism, Lasserre Gaps,and Asymmetry of Random Graphs Ryan O’Donnell (CMU) John Wright (CMU) Chenggang Wu (Tsinghua) Yuan Zhou (CMU)

  2. Hardness of Robust Graph Isomorphism,Lasserre Gaps,and Asymmetry of Random Graphs Ryan O’Donnell (CMU) John Wright (CMU) Chenggang Wu (Tsinghua) Yuan Zhou (CMU)

  3. Motivating Example Yesterday’s Facebook graph Yesterday’s Facebook graph Graph Isomorphism algorithm A

  4. Motivating Example Yesterday’s Facebook graph Yesterday’s Facebook graph Graph Isomorphism algorithm A

  5. Motivating Example Yesterday’s Facebook graph Yesterday’s Facebook graph Graph Isomorphism algorithm A should: • output “YES, same graph” • unscramble graph #2

  6. Motivating Example Yesterday’s Facebook graph Today’s Facebook graph Graph Isomorphism algorithm A

  7. Motivating Example Yesterday’s Facebook graph Today’s Facebook graph Graph Isomorphism algorithm A

  8. Motivating Example Yesterday’s Facebook graph Today’s Facebook graph Graph Isomorphism algorithm A

  9. Motivating Example Yesterday’s Facebook graph Today’s Facebook graph Graph Isomorphism algorithm A

  10. Motivating Example Yesterday’s Facebook graph Today’s Facebook graph Graph Isomorphism algorithm A will: • output “NO, not isomorphic” • terminate

  11. Motivating Example Yesterday’s Facebook graph Today’s Facebook graph But these graphs are almost isomorphic! • can we detect this? • can we unscramble graph #2?

  12. Robust Graph Isomorphism Given two “almost isomorphic” graphs, find the “best almost-isomorphism” between them (or something close to it)

  13. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  14. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  15. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  16. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  17. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  18. Isomorphisms A bijectionπ:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  19. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  20. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  21. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) π H = (V(H), E(H)) G = (V(G), E(G))

  22. Isomorphisms A bijection π:V(G) → V(H) is an isomorphism if (u, v) ∈E(G) ⇔ (π(u), π(v)) ∈ E(H) H = (V(H), E(H)) G = (V(G), E(G))

  23. Isomorphisms, eq. A bijection π:V(G) → V(H) is an isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = 1 (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) H = (V(H), E(H)) G = (V(G), E(G))

  24. Isomorphisms, eq. A bijection π:V(G) → V(H) is an isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = 1 (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) (uniformly random) H = (V(H), E(H)) G = (V(G), E(G))

  25. Isomorphisms, eq. A bijection π:V(G) → V(H) is an isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = 1 (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) H = (V(H), E(H)) G = (V(G), E(G))

  26. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|)

  27. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  28. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π Fact: π is an isomorphism ⇔π is a 1-isomorphism

  29. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|)

  30. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  31. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  32. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  33. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  34. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  35. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  36. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  37. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  38. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  39. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  40. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  41. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  42. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π

  43. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) π Fact: This π is a ½-isomorphism.

  44. Approximate Isomorphisms A bijectionπ:V(G) → V(H) is an α-isomorphism if Pr[(π(u), π(v)) ∈ E(H)] = α (u, v) E(G) ~ (assuming |E(G)| = |E(H)|) G and H are α-isomorphic if they have a β-isomorphism, • and β≥ α.

  45. Approximate GISO (c, s)-approximate GISO c > s, c “close to 1” s “far from 1” Given G and H, output: • YES if G and H are c-isomorphic • NO if G and H are not s-isomorphic Fact: (1, s)-approximate GISO is no harder than GISO. Not so clear for (1-ε, s)-approximate GISO…

  46. Robust GISO Given G and H which are (1-ε)-isomorphic, output a (1-r(ε))-isomorphism. (r(ε)→0 as ε→0+) • Robust algorithms previously studied for CSPs • a characterization conjectured by [Guruswami and Zhou 2011] • confirmed by [Barto and Kozik 2012] • Robust GISO introduced in [WYZV 2013] • gives a robust GISO algorithm if G and H are trees • which other classes of graphs have robust GISO algorithms?

  47. Approximate GISO, a brief history • [Arora et al. 2002] give a PTAS for this problem in the case of dense graphs • Our graphs will be sparse, i.e. m = O(n) • [Arvind et al. 2012] have shown hardness of approximation results for variants of our problem • e.g., GISO with colored graphs

  48. GISO Hardness • Famously not known to be in P or NP-complete • Evidence that it’s not NP-complete • What about robust GISO?

  49. Our result Thm: Assume Feige’s Random 3XOR Hypothesis. Then there is no poly-time algorithm for Robust GISO. There exists a constant ε0 such that: For all ε > 0, no poly-time algorithm can distinguish between: • (1-ε)-isomorphic graphs G and H • not (1-ε0)-isomorphic graphs G and H (constantly far apart) In other words, no poly-time algorithm solves (1-ε, 1-ε0)-approximate GISO.

  50. Our (newer) result Thm: Assume RP≠NP. Then there is no poly-time algorithm for Robust GISO. There exists a constant ε0 such that: For all ε > 0, no poly-time algorithm can distinguish between: • (1-ε)-isomorphic graphs G and H • not (1-ε0)-isomorphic graphs G and H (constantly far apart) In other words, no poly-time algorithm solves (1-ε, 1-ε0)-approximate GISO.

More Related