18
On Combinatorial vs Algebraic Computational Problems Boaz Barak – MSR New England Based on joint works with Benny Applebaum, Guy Kindler, David Steurer, and Avi Wigderson Erdős Centennial, Budapest, July 2013

On Combinatorial vs Algebraic Computational Problems

  • Upload
    cachez

  • View
    69

  • Download
    0

Embed Size (px)

DESCRIPTION

On Combinatorial vs Algebraic Computational Problems. Boaz Barak – MSR New England. Based on joint works with Benny Applebaum, Guy Kindler, David Steurer, and Avi Wigderson . Erd ő s Centennial, Budapest, July 2013. Heuristic Classification of Computational Problems. - PowerPoint PPT Presentation

Citation preview

Page 1: On Combinatorial  vs  Algebraic Computational Problems

On Combinatorial vs AlgebraicComputational Problems

Boaz Barak – MSR New EnglandBased on joint works with Benny Applebaum, Guy Kindler, David Steurer, and Avi Wigderson

Erdős Centennial, Budapest, July 2013

Page 2: On Combinatorial  vs  Algebraic Computational Problems

Heuristic Classification of Computational Problems

“Combinatorial” / “Unstructured”

“Algebraic” / “structured”

Boolean Satisfiability, Graph Coloring, Clique, Stable Set, …

Integer Factoring, Primality Testing, Discrete Logarithm, Matrix Multiplication, …

Simple algorithms (greedy, convex optimization, ….)

Surprising algorithms (cancellations, manipulations,…)

Either very easy or very hard (NP-hard, “)Useful for Private-Key Cryptography

Useful for (private and) Public-Key Crypto

Often intermediate difficulty (subexp, quantum, )

Page 3: On Combinatorial  vs  Algebraic Computational Problems

Heuristic Classification of Computational Problems

“Combinatorial” / “Unstructured”

“Algebraic” / “structured”

Boolean Satisfiability, Graph Coloring, Clique, Stable Set, …

Integer Factoring, Primality Testing, Discrete Logarithm, Matrix Multiplication, …

Simple algorithms (greedy, convex optimization, ….)

Surprising algorithms (cancellations, manipulations,…)

Either very easy or very hard (NP-hard, “)Useful for Private-Key Cryptography

Useful for (private and) Public-Key Crypto

Often intermediate difficulty (subexp, quantum, )

Unproven Thesis:Classification captures a real phenomena.For many “combinatorial” problems, “best” algorithm is one of few possibilities.

Page 4: On Combinatorial  vs  Algebraic Computational Problems

Research QuestionsCan we make this classification formal? Can we predict whether combinatorial problems are easy or hard?

Is there a general way to figure out the optimal algorithm for a combinatorial problem?Could be particularly useful for average-case problems.

Is algebraic structure necessary for exponential quantum speedup?What could we do with an 100 qubit quantum

computer?Is algebraic structure necessary for public key cryptography?

Can we build public key cryptosystems resilient to quantum attacks? Principled reasons to assume non-existence of surprising classical attacks?

Page 5: On Combinatorial  vs  Algebraic Computational Problems

This TalkCan we make this classification formal? Can we predict whether combinatorial problems are easy or hard?

Is there a general way to figure out the optimal algorithm for a combinatorial problem?Could be particularly useful for average-case problems.

Is algebraic structure necessary for exponential quantum speedup?What could we do with an 100 qubit quantum

computer?Is algebraic structure necessary for public key cryptography?

Can we build public key cryptosystems resilient to quantum attacks? Principled reasons to assume non-existence of surprising classical attacks?

Phase transition between “combinatorial” and “algebraic” regimes

“meta-conjecture” on optimal algorithm for random constraint satisfaction problems. [B-Kindler-Steurer ‘13]

Construction of public key encryption from random CSPs, expansion problems on graphs. [Applebaum-B-Wigderson

‘10]

Page 6: On Combinatorial  vs  Algebraic Computational Problems

Part I: Average-Case Complexity of Combinatorial Problems

Canonical way of showing hardness: web of reductions

Almost no reductions for average-case complexity.Main Issue: Reductions don’t maintain natural input distributions.

As a result, in average-case complexity we have a collection of problems with very few relations known between them(Integer Factoring, Random k-SAT, Planted Clique, Learning Parity with Noise, …)

Reduction: Show problem A no harder than B, by mapping A-instance to B-instance s.t. solution for can be mapped back to sol’n for

Typically map from to introduces gadgets, grows instances size In particular even if is uniform, is not.

A solver

B solver

𝜑 𝜓=𝜓 (𝜑 )

𝐵(𝜓 )𝐴(𝜑 )

Page 7: On Combinatorial  vs  Algebraic Computational Problems

Alternative Approach to Showing HardnessInstead of conjecturing one problem hard and reducing many

problems to it…Conjecture a single algorithm is optimal for all problems in a large class Reduces checking if is hard or easy to analyzing ’s performance on Main Challenge: Can we find such conjecture that is both true and useful? What evidence can support such a

conjecture?

Attempt [B-Kindler-Steurer’13]: The basic semi-definite program is optimal for random constraint satisfaction problems.

Next: • Precise formulation

• Applications• Evidence

Natural convex optimizationGeneralization of Lovász function.See also [Raghavendra ‘08]

Page 8: On Combinatorial  vs  Algebraic Computational Problems

Optimal Algorithm for Random CSP’sPrototypical combinatorial problem:Predicate (e.g., for 3SAT)Instance of : -tuples of literals over variables

e.g., where each is some variable or its negation .

𝑣𝑎𝑙 (𝜑 ) := max𝑥∈ {0,1 }𝑛

1𝑚∑

𝑖=1

𝑚

𝑃 (𝐶𝑖(𝑥))

Random : chosen at random, (overconstrained regime)

Relaxation for : Algorithm s.t. for all

Hypothesis [B-Kindler-Steurer’13]: the Basic SDP relaxation is the tightest efficient relaxation for random :

efficient relaxation and it holds that

The probabilistic (Erdős) method non-constructively

Page 9: On Combinatorial  vs  Algebraic Computational Problems

Optimal Algorithm for Random CSP’sPrototypical combinatorial problem:Predicate (e.g., for 3SAT)Instance of : -tuples of literals over variables

e.g., where each is some variable or its negation .

𝑣𝑎𝑙 (𝜑 ) := max𝑥∈ {0,1 }𝑛

1𝑚∑

𝑖=1

𝑚

𝑃 (𝐶𝑖(𝑥))

Random : chosen at random, (overconstrained regime)

Relaxation for : Algorithm s.t. for all

Hypothesis [B-Kindler-Steurer’13]: the Basic SDP relaxation is the tightest efficient relaxation for random :

efficient relaxation and it holds that

The probabilistic (Erdős) method non-constructively

Page 10: On Combinatorial  vs  Algebraic Computational Problems

Instance of : -tuples of literals over 𝑣𝑎𝑙 (𝜑 )= max𝑥∈ {0,1 }𝑛

1𝑚∑

𝑖=1

𝑚

𝑃 (𝐶𝑖 (𝑥))Relaxation: s.t. for all

Hypothesis [B-Kindler-Steurer’13]: the Basic SDP relaxation is the tightest efficient relaxation for random :

efficient relaxation and it holds that

Hypothesis implies: Random is hard to certify iff

Theorem: over pairwise independent dist over

max𝐷𝔼𝑃 (𝐷)𝔼𝑃 (𝑈𝑘)Predicate

3XOR3SAT

MAX-CUT

1/27 /81/2 1/211

Random instance:

Page 11: On Combinatorial  vs  Algebraic Computational Problems

Instance of : -tuples of literals over 𝑣𝑎𝑙 (𝜑 )= max𝑥∈ {0,1 }𝑛

1𝑚∑

𝑖=1

𝑚

𝑃 (𝐶𝑖 (𝑥))Relaxation: s.t. for all

Hypothesis [B-Kindler-Steurer’13]: the Basic SDP relaxation is the tightest efficient relaxation for random :

efficient relaxation and it holds that

Hypothesis implies: Random is hard to certify iff

Theorem: over pairwise independent dist over

max𝐷𝔼𝑃 (𝐷)𝔼𝑃 (𝑈𝑘)Predicate

3XOR3SAT

MAX-CUT

1/27 /81/2 1/211

Random instance:

Page 12: On Combinatorial  vs  Algebraic Computational Problems

Hypothesis [B-Kindler-Steurer’13]: the Basic SDP relaxation is the tightest efficient relaxation for random

Applications: Hardness of approx for Expanding Label Cover, Densest Subgraph, characterization of “approximation resistant” predicates.

Evidence:

• Coincides with Feige’s Hypothesis for 3-ary predicates.

• Sometimes proven that potentially stronger algorithms (SDP hierarchies) do not outperform Basic CSP.

• Some hardness of approximation “predictions” verified. [Chan ‘13]

Page 13: On Combinatorial  vs  Algebraic Computational Problems

Part II: Structure and Public Key CryptoPublic Key Cryptography (Diffie-Hellman ‘76): Two parties can communicate confidentially without a shared secret keyAll widely deployed variants based on Integer Factoring or related problems (RSA, discrete log, elliptic curve dlog, etc..).Significant structure:• Non-trivial algorithms (e.g., for factoring [Buhler-Lenstra-Pomerance

‘94])• Cannot be NP-hard (inside or , etc..)• Quantum polynomial time algorithm [Shor ‘94].

Can we be sure the current classical algorithms are optimal?e.g., halving the exponent for factoring will square the key size for RSA and will increase running time to the 4th to 6th power.

Page 14: On Combinatorial  vs  Algebraic Computational Problems

Is Structure needed for Public Key Crypto?

Current best (only?) public-key alternative: Lattice-based crypto.

-hard“unstructured”

Useful for public key crypto

Hardness of lattice problems for given approximation factor*

√𝑛 2𝑛

In [Goldreich-Goldwasser 98, Aharonov-Regev ‘04]

Polynomial time

Is there “combinatorial”/”unstructured” public-key crypto?

“structured”?

Perhaps give more confidence that known attacks are optimal?

Page 15: On Combinatorial  vs  Algebraic Computational Problems

Public-Key Crypto from Random 3SATTheorem 1 [Applebaum-B-Wigderson ’10]:Can build public-key crypto from (problem related to) random 3SAT

Hard?“unstructured”?

Useful for PKC

𝑛1.2 𝑛1.5

In* [Feige-Kim-Ofek ‘06]

Polynomial time

“structured”?

Hardness of random 3SAT for given number of clauses*𝑛❑

Not a satisfactory answer….

Page 16: On Combinatorial  vs  Algebraic Computational Problems

Public-Key Crypto from Random 3SATTheorem 1 [Applebaum-B-Wigderson ’10]:Can build public-key crypto from (problem related to) random 3SAT

Hardness of random 3SAT for given number of clauses*

Hard?“unstructured”?

Useful for PKC

𝑛1.2 𝑛1.5

In* [Feige-Kim-Ofek ‘06]

Polynomial time

“structured”?

𝑛❑

Not a satisfactory answer….

Page 17: On Combinatorial  vs  Algebraic Computational Problems

Hard?“unstructured”?

Useful for PKC

𝑛1.2 𝑛1.5

In* [Feige-Kim-Ofek ‘06]

Polynomial time

“structured”?

𝑛❑

Theorem 2 [Applebaum-B-Wigderson ’10]:Can build PKC from (problem related to) random 3SAT in “unstructured regime”and random “unbalanced expansion” problem.

No known attacks on the “unbalanced expansion” problem…but structure and critical parameters are yet to be fully understood. Not (yet?) a satisfactory answer….

Page 18: On Combinatorial  vs  Algebraic Computational Problems

(Some of the many) Open QuestionsJustify/refute intuition that some classes of problems have single optimal algorithm.

Find more “meta-conjectures” on optimal algorithms.

Vefirify/refute hardness-of-approx predictions of [BKS] hypothesis.

More candidate public key cryptosystems..

.. and better ways to classify their “structure”.

Relations between structure and quantum speedup..

..candidate hard distributions for combinatorial problems with quantum speedup?

... in particular for under-constrained CSP’s (see [Achlioptas Coja-Oghlan ‘12])