3

What's the best result about derandomizing BPP which based on some uniform assumptions?

For instance, is there some one proved that BPP can be simulate in subexp time if EXP \not\eq BPP?

flag

2 Answers

2

cseweb.ucsd.edu/~russell/iw1.ps

"In other words, randomness never speeds computation by more than a polynomial amount unless non-uniformity always helps computation more than polynomially for problems with exponential time complexity."

link|flag
This is derandomization under nonuniform assumption, isn't it? – Emil Jeřábek Mar 4 2011 at 12:31
1

If $\mathrm{EXP}\ne\mathrm{BPP}$, then every problem in BPP can be solved deterministically in subexponential time on almost every input: http://dx.doi.org/10.1006/jcss.2001.1780. Basically, this says that you can trade nonuniformity in the assumption with approximability in the conclusion. There is a nice (although not quite recent) survey of various derandomization results by Kabanets: http://www.cs.sfu.ca/~kabanets/papers/chapter.ps.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.