Generic-case complexity


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 a 2003 paper, 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.

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 with infinite range.
The ball of radius n is.
If the inputs are coded as strings over a finite alphabet, size might be the string length.
Let be an ensemble of probability distributions where
is a probability distribution on.
If the balls are finite, then each can be taken to
be the equiprobable distribution which is the most common case. Notice that only finitely many
's can be empty or have ; we ignore them.
Definition 2. The asymptotic density of a subset is
when this limit exists.
When the balls are finite and is the equiprobable measure,
In this case it is often convenient to use spheres instead of balls and
define. An argument using Stolz theorem shows that
exists if does, and in that case they are equal.
Definition 3 is generic if and negligible if.
X is exponentially generic if the convergence to the limit in Definition 2 is exponentially fast, etc.
A generic subset X is asymptotically large. Whether X appears large in practice depends
on how fast converges to 1. Superpolynomial convergence seems to be fast enough.

Generic complexity classes

Definition 4 An algorithm is in GenP 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, GenE GenExp, etc.
ExpGenP is the subclass of GenP for which the relevant generic set is exponentially generic.
More generally for any we can define the class Gen corresponding to
time complexity O 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 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,
The decision problem for Presburger arithmetic admits a double exponential worst case lower bound 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.

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.
There is a generic complexity version of a one-way function which yields the same class of functions but allows one to consider different security assumptions than usual.

Public-key cryptography

A series of articles 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 Miasnikov and Ushakov 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

Theorem 1 Let I be the set of all Turing machines. If F is a subset of the set of all
partial computable function from 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.
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,.
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 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 define an algorithm to be almost polynomial time, or APT, if it halts
within p steps on all but p 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 is an algorithm whose time complexity, is polynomial on average.
What can we infer about the behavior of on typical inputs?
Example 1 Let I be the set of all words over and define the size to be word length,
. Define to be the set of words of length n, and assume that each is the equiprobable measure.
Suppose that T=n for all but one word in each, and 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 as before, but define and
. 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,.
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 is polynomial on -average on spheres if there
exists such that where
is the ensemble induced by. If f is polynomial on -average on spheres, the f is
polynomial on -average, and for many distributions the converse holds
Theorem 5 If a function is polynomial on -average on spheres then f
is generically polynomial relative to the spherical asymptotic density.
Theorem 6 Suppose a complete algorithm has subexponential time bound T and a partial algorithm
for the same problem is in ExpGenP with respect to the ensemble corresponding to a probability measure
on the inputs I for. Then there is a complete algorithm which is -average time complexity.

Errorless heuristic algorithms

In a 2006 paper, Bogdanov and Trevisan came close to defining generic case complexity. 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 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.