Generic-case complexity

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Generic-case complexity is a subfield of computational complexity theory that studies the complexity of computational problems on "most inputs".

Generic-case complexity is a way of measuring the complexity of a computational problem by neglecting a small set of unrepresentative inputs and considering worst-case complexity on the rest. Small is defined in terms of asymptotic density. The apparent efficacy of generic case complexity is because for a wide variety of concrete computational problems, the most difficult instances seem to be rare. Typical instances are relatively easy.

This approach to complexity originated in combinatorial group theory, which has a computational tradition going back to the beginning of the last century. The notion of generic complexity was introduced in [1] where authors showed that for a large class of finitely generated groups the generic time complexity of some classical decision problems from combinatorial group theory, namely the word problem, conjugacy problem and membership problem, are linear.

A detailed introduction of generic case complexity can be found in the surveys ,[2] [3]

Basic definitions

Asymptotic density

Let I be an infinite set of inputs for a computational problem.

Definition 1. A size function on I is a map \sigma:I\to \mathbb{N} with infinite range. The ball of radius n is B_n=\{x\in I \mid \sigma(x)\le n \}.

If the inputs are coded as strings over a finite alphabet, size might be the string length.

Let \{\mu_n\} be an ensemble of probability distributions where \mu_n is a probability distribution on B_n. If the balls B_n are finite, then each \mu_n can be taken to be the equiprobable distribution which is the most common case. Notice that only finitely many B_n's can be empty or have \mu_n(B_n) = 0; we ignore them.

Definition 2. The asymptotic density of a subset X \subset I is \rho(X) = \lim_{n \to \infty}\mu_n(X \cap B_n) when this limit exists.

When the balls B_n are finite and \mu_n is the equiprobable measure,

\rho(X)=\lim \frac{|X\cap B_n|}{|B_n|}.

In this case it is often convenient to use spheres I_n=\{x\in I\mid \sigma(x)=n\} instead of balls and define \rho'(X)=\lim \frac{|X\cap I_n|}{|I_n|}. An argument using Stolz theorem shows that \rho(X) exists if \rho'(X) does, and in that case they are equal.

Definition 3 X\subseteq I is generic if \rho(X)=1 and negligible if \rho(X)=0. X is exponentially (superpolynomially) generic if the convergence to the limit in Definition 2 is exponentially (superpolynomially) fast, etc.

A generic subset X is asymptotically large. Whether X appears large in practice depends on how fast \mu_n(X\cap B_n) converges to 1. Superpolynomial convergence seems to be fast enough.

Generic complexity classes

Definition 4 An algorithm is in GenP (generically polynomial time) if it never gives incorrect answers and if it gives correct answers in polynomial time on a generic set of inputs. A problem is in GenP if it admits an algorithm in GenP. Likewise for GenL (generically linear time), GenE (generically exponential time with a linear exponent) GenExp (generically exponential time), etc. ExpGenP is the subclass of GenP for which the relevant generic set is exponentially generic.

More generally for any f : \mathbb{N} \to \mathbb{N} we can define the class Gen(f) corresponding to time complexity O(f) on a generic set of input.

Definition 5. An algorithm solves a problem generically if it never gives incorrect answers and if it gives correct answers on a generic set of inputs. A problem is generically solvable if it is solved generically by some algorithm.

Theory and applications

Combinatorial group theory problems

  • The famous undecidable problems: the word, conjugacy and membership decision problems are in generically polynomial.[1]
  • The word and conjugacy search problems are in GenP for all fixed finitely presented groups.[4]
  • The well known coset enumeration procedure admits a computable upper bound on a generic set of inputs.[5]
  • The Whitehead algorithm for testing whether or not one element of a free group is mapped to another by an automorphism has an exponential worst case upper bound but runs well in practice. The algorithm is shown to be in GenL.[6]

The halting problem and the Post correspondence problem

The situation for two-sided tape is unknown. However, there is a kind of lower bound for machines of both types. The halting problem is not in ExpGenP for any model of Turing machine,[9][10]

Presburger arithmetic

The decision problem for Presburger arithmetic admits a double exponential worst case lower bound [11] and a triple exponential worst case upper bound. The generic complexity is not known, but it is known that the problem is not in ExpGenP.[12]

NP complete problems

As it is well known that NP-complete problems can be easy on average, it is not a surprise that several of them are generically easy too.

One way functions

There is a generic complexity version of a one-way function [14] which yields the same class of functions but allows one to consider different security assumptions than usual.

Public-key cryptography

A series of articles,[15][16][17] is devoted to cryptanalysis of the Anshel–Anshel–Goldfeld key exchange protocol, whose security is based on assumptions about the braid group. This series culminates in [18] which applies techniques from generic case complexity to obtain a complete analysis of the length based attack and the conditions under which it works. The generic point of view also suggests a kind of new attack called the quotient attack, and a more secure version of the Anshel–Anshel–Goldfeld protocol.

List of general theoretical results

  • A famous Rice's theorem states that if F is a subset of the set of partial computable functions from \mathbb{N} to \{0,1\}, then unless F or its complement is empty, the problem of deciding whether or not a particular Turing machine computes a function in F is undecidable. The following theorem gives a generic version.

Theorem 1 [19] Let I be the set of all Turing machines. If F is a subset of the set of all partial computable function from \mathbb{N} to itself such that F and its complement are both non-empty, then the problem of deciding whether or not a given Turing machine computes a function from F is not decidable on any exponentially generic subset of I.

  • The following theorems are from.[1]

Theorem 2 The set of formal languages which are generically computable has measure zero.

Theorem 3 There is an infinite hierarchy of generic complexity classes. More precisely for a proper complexity function f, Gen(f) \subsetneq Gen(f^3).

there are also generic case complete problems. The arguments in the generic case are similar to those in the average case, and the generic case complete problem is also average case complete. It is the distributional bounded halting problem.

Theorem 4 [2] There is a notion of generic-polynomial-time reduction with respect to which the distributional bounded halting problem is complete within class of distributional NP problems.

Comparisons with previous work

Almost polynomial time

Meyer and Paterson [20] define an algorithm to be almost polynomial time, or APT, if it halts within p(n) steps on all but p(n) inputs of size n. Clearly APT algorithms are included in our class GenP. We have seen several NP complete problems in GenP, but Meyer and Paterson show that this is not the case for APT. They prove that an NP complete problem is reducible to a problem in APT if and only if P = NP. Thus APT seems much more restrictive than GenP.

Average-case complexity

Generic case complexity is similar to average-case complexity. However there are some significant differences. Generic case complexity is a direct measure of the performance of an algorithm on most inputs while average case complexity gives a measure of the balance between easy and difficult instances. In addition Generic-case complexity naturally applies to undecidable problems.

Suppose \mathcal{A} is an algorithm whose time complexity, T:I\to \mathbb{N} is polynomial on \mu average. What can we infer about the behavior of \mathcal{A} on typical inputs?

Example 1 Let I be the set of all words over \{0,1\} and define the size \sigma(w) to be word length, |w|. Define I_n to be the set of words of length n, and assume that each \mu_n is the equiprobable measure. Suppose that T(w)=n for all but one word in each I_n, and T(w)=2^{2^n} on the exceptional words.

In this example T is certainly polynomial on typical inputs, but T is not polynomial on average. T is in GenP.

Example 2 Keep I and \sigma(w) = |w| as before, but define \mu(w)= 2^{-2|w|-1} and T(w) = 2^{|w|}. T is polynomial on average even though it is exponential on typical inputs. T is not in GenP.

In these two examples the generic complexity is more closely related to behavior on typical inputs than average case complexity. Average case complexity measures something else: the balance between the frequency of difficult instances and the degree of difficulty,.[21][22] Roughly speaking an algorithm which is polynomial time on average can have only a subpolynomial fraction of inputs that require superpolynomial time to compute.

Nevertheless in some cases generic and average case complexity are quite close to each other. A function f:I\rightarrow\mathbb{R}^+ is polynomial on \mu-average on spheres if there exists k \geq 1 such that \sum_{w\in I_n} f^{1/k}(w) \mu_n(w) = O(n) where \{\mu_n\} is the ensemble induced by \mu. If f is polynomial on \mu-average on spheres, the f is polynomial on \mu-average, and for many distributions the converse holds [23]

Theorem 5 [2] If a function f:I\rightarrow \mathbb{R}^+ is polynomial on \mu-average on spheres then f is generically polynomial relative to the spherical asymptotic density \rho'.

Theorem 6 [2] Suppose a complete algorithm \mathcal{A} has subexponential time bound T and a partial algorithm \mathcal{B} for the same problem is in ExpGenP with respect to the ensemble \{\mu_n\} corresponding to a probability measure \mu on the inputs I for \mathcal{A}. Then there is a complete algorithm which is \mu-average time complexity.

Errorless heuristic algorithms

In a 2006 paper, Bogdanov and Trevisan came close to defining generic case complexity.[24] Instead of partial algorithms, they consider so-called errorless heuristic algorithms. These are complete algorithms which may fail by halting with output "?". The class AvgnegP is defined to consist of all errorless heuristic algorithms A which run in polynomial time and for which the probability of failure on I_n is negligible, i.e., converges superpolynomially fast to 0. AvgnegP is a subset of GenP. Errorless heuristic algorithms are essentially the same as the algorithms with benign faults defined by Impagliazzo where polynomial time on average algorithms are characterized in terms of so-called benign algorithm schemes.

References

  1. 1.0 1.1 1.2 I. Kapovich, A. Myasnikov, P. Schupp and V. Shpilrain, Generic case complexity, decision problems in group theory and random walks, J. Algebra, vol 264 (2003), 665–694.
  2. 2.0 2.1 2.2 2.3 2.4 2.5 R. Gilman, A. G. Miasnikov, A. D. Myasnikov, and A. Ushakov, Generic Case Complexity, unpublished first draft of a book, 143 pages.
  3. R. Gilman, A. G. Miasnikov, A. D. Myasnikov, and A. Ushakov, Report on generic case complexity, Herald of Omsk University, Special Issue, 2007, 103–110.
  4. A. Ushakov, Dissertation, City University of New York, 2005.
  5. R. Gilman, Hard problems in group theory, talk given at the International Conference on Geometric and Combinatorial Methods in Group Theory and Semigroup Theory, May 18, 2009.
  6. I. Kapovich, P. Schupp, V. Shpilrain, Generic properties of Whiteheads algorithm and isomorphism rigidity of random one-relator groups, Pacific J. Math. 223 (2006)
  7. A.V. Borovik, A.G. Myasnikov, V.N. Remeslennikov, Generic complexity of the conjugacy problem in HNN-extensions and algorithmic stratification of Miller's groups, Internat. J. Algebra Comput. 17 (2007), 963–997.
  8. J. D. Hamkins and A. Miasnikov, The halting problem is decidable on a set of asymptotic probability one, Notre Dame J. Formal Logic 47 (2006), 515–524.
  9. A. Miasnikov and A. Rybalov, Generic complexity of undecidable problems, J. Symbolic Logic 73 (2008), 656–673.
  10. A. Rybalov, On the strongly generic undecidability of the halting problem, Theoret. Comput. Sci. 377 (2007), 268–270.
  11. M. J. Fischer and M. O. Rabin, Super-Exponential Complexity of Presburger Arithmetic, Proceedings of the SIAM-AMS Symposium in Applied Mathematics 7 (1974) 2741.
  12. A. Rybalov, Generic complexity of Presburger arithmetic, 356–361 in Second International Symposium on Computer Science in Russia, CSR 2007, Lecture Notes in Computer Science 4649, Springer 2007.
  13. R. Gilman, A. G. Miasnikov, A. D. Myasnikov, and A. Ushakov, Report on generic case complexity, Herald of Omsk University, Special Issue, 2007, 103–110.
  14. A. D. Myasnikov, Generic Complexity and One-Way Functions, Groups, Complexity and Cryptography, 1, (2009), 13–31.
  15. R. Gilman, A. G. Miasnikov, A. D. Myasnikov, and A. Ushakov, New developments in commutator key exchange, Proc. First Int. Conf. on Symbolic Computation and Cryptography (SCC-2008), Beijing, 2008.
  16. A. G. Myasnikov, V. Shpilrain, A. Ushakov, A practical attack on a braid group based cryptographic protocol, in Lecture Notes in Computer Science, 3621, Springer Verlag, 2005, 86–96.
  17. A. D. Myasnikov, and A. Ushakov, Length based attack and braid groups: cryptanalysis of Anshel–Anshel–Goldfeld key exchange protocol, in Public Key Cryptography PKC 2007, 76–88, Lecture Notes in Comput. Sci., 4450, Springer, Berlin, 2007.
  18. A. G. Miasnikov and A. Ushakov, Random subgroups and analysis of the length-based and quotient attacks, Journal of Mathematical Cryptology, 2 (2008), 29–61.
  19. A. Miasnikov and A. Rybalov, Generic complexity of undecidable problems, J. Symbolic Logic 73 (2008), 656–673.
  20. A. R. Meyer and M. S. Paterson, With what frequency are apparently intractable problems difficult?, M.I.T. Technical Report, MIT/LCS/TM-126, February, 1979.
  21. Y. Gurevich, The challenger-solver game: variations on the theme of P =?NP, Logic in Computer Science Column, The Bulletin of the EATCS, October 1989, p.112-121.
  22. R. Impagliazzo, A personal view of average-case complexity, in Proceedings of the 10th Annual Structure in Complexity Theory Conference - SCT 1995, IEEE Computer Society, 1995, page 134.
  23. Y. Gurevich, Average case completeness, J. of Computer and System Science, 42 (1991), 346–398.
  24. A. Bogdanov, L. Trevisan, Average-case Complexity, Found. Trends Theor. Comput. Sci. 2, No. 1, 111 p. (2006)..