Better Pseudodistributions and Derandomization for Space-Bounded Computation

Author William M. Hoza



PDF
Thumbnail PDF

File

LIPIcs.APPROX-RANDOM.2021.28.pdf
  • Filesize: 0.86 MB
  • 23 pages

Document Identifiers

Author Details

William M. Hoza
  • Simons Institute for the Theory of Computing, Berkeley, CA, USA

Acknowledgements

I thank David Zuckerman for helpful comments on a draft of this paper. I thank Alicia Torres Hoza for suggesting ways to cut down on footnotes.

Cite AsGet BibTex

William M. Hoza. Better Pseudodistributions and Derandomization for Space-Bounded Computation. In Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2021). Leibniz International Proceedings in Informatics (LIPIcs), Volume 207, pp. 28:1-28:23, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2021)
https://doi.org/10.4230/LIPIcs.APPROX/RANDOM.2021.28

Abstract

Three decades ago, Nisan constructed an explicit pseudorandom generator (PRG) that fools width-n length-n read-once branching programs (ROBPs) with error ε and seed length O(log² n + log n ⋅ log(1/ε)) [Nisan, 1992]. Nisan’s generator remains the best explicit PRG known for this important model of computation. However, a recent line of work starting with Braverman, Cohen, and Garg [Braverman et al., 2020; Chattopadhyay and Liao, 2020; Cohen et al., 2021; Pyne and Vadhan, 2021] has shown how to construct weighted pseudorandom generators (WPRGs, aka pseudorandom pseudodistribution generators) with better seed lengths than Nisan’s generator when the error parameter ε is small. In this work, we present an explicit WPRG for width-n length-n ROBPs with seed length O(log² n + log(1/ε)). Our seed length eliminates log log factors from prior constructions, and our generator completes this line of research in the sense that further improvements would require beating Nisan’s generator in the standard constant-error regime. Our technique is a variation of a recently-discovered reduction that converts moderate-error PRGs into low-error WPRGs [Cohen et al., 2021; Pyne and Vadhan, 2021]. Our version of the reduction uses averaging samplers. We also point out that as a consequence of the recent work on WPRGs, any randomized space-S decision algorithm can be simulated deterministically in space O (S^{3/2} / √{log S}). This is a slight improvement over Saks and Zhou’s celebrated O(S^{3/2}) bound [Saks and Zhou, 1999]. For this application, our improved WPRG is not necessary.

Subject Classification

ACM Subject Classification
  • Theory of computation → Pseudorandomness and derandomization
  • Theory of computation → Complexity classes
Keywords
  • Weighted pseudorandom generator
  • pseudorandom pseudodistribution
  • read-once branching program
  • derandomization
  • space complexity

Metrics

  • Access Statistics
  • Total Accesses (updated on a weekly basis)
    0
    PDF Downloads

References

  1. AmirMahdi Ahmadinejad, Jonathan Kelner, Jack Murtagh, John Peebles, Aaron Sidford, and Salil Vadhan. High-precision estimation of random walks in small space. In Proceedings of the 61st Symposium on Foundations of Computer Science (FOCS), pages 1295-1306, 2020. URL: https://doi.org/10.1109/FOCS46700.2020.00123.
  2. Miklós Ajtai, János Komlós, and Endre Szemerédi. Deterministic simulation in logspace. In Proceedings of the 19th Symposium on Theory of Computing (STOC), pages 132-140, 1987. URL: https://doi.org/10.1145/28395.28410.
  3. Roy Armoni. On the derandomization of space-bounded computations. In Proceedings of the 2nd International Workshop on Randomization and Approximation Techniques in Computer Science (RANDOM), pages 47-59, 1998. URL: https://doi.org/10.1007/3-540-49543-6_5.
  4. László Babai, Noam Nisant, and Márió Szegedy. Multiparty protocols, pseudorandom generators for logspace, and time-space trade-offs. Journal of Computer and System Sciences, 45(2):204-232, 1992. URL: https://doi.org/10.1016/0022-0000(92)90047-M.
  5. A. Borodin, S. Cook, and N. Pippenger. Parallel computation for well-endowed rings and space-bounded probabilistic machines. Information and Control, 58(1-3):113-136, 1983. URL: https://doi.org/10.1016/S0019-9958(83)80060-6.
  6. Mark Braverman, Gil Cohen, and Sumegha Garg. Pseudorandom pseudo-distributions with near-optimal error for read-once branching programs. SIAM Journal on Computing, 49(5):STOC18-242-STOC18-299, 2020. URL: https://doi.org/10.1137/18M1197734.
  7. Mark Braverman, Anup Rao, Ran Raz, and Amir Yehudayoff. Pseudorandom generators for regular branching programs. SIAM Journal on Computing, 43(3):973-986, 2014. URL: https://doi.org/10.1137/120875673.
  8. Eshan Chattopadhyay and Jyun-Jie Liao. Optimal Error Pseudodistributions for Read-Once Branching Programs. In Proceedings of the 35th Computational Complexity Conference (CCC), pages 25:1-25:27, 2020. URL: https://doi.org/10.4230/LIPIcs.CCC.2020.25.
  9. Kuan Cheng and William M. Hoza. Hitting Sets Give Two-Sided Derandomization of Small Space. In Proceedings of the 35th Computational Complexity Conference (CCC), pages 10:1-10:25, 2020. URL: https://doi.org/10.4230/LIPIcs.CCC.2020.10.
  10. Gil Cohen, Dean Doron, Oren Renard, Ori Sberlo, and Amnon Ta-Shma. Error Reduction For Weighted PRGs Against Read Once Branching Programs, 2021. URL: https://eccc.weizmann.ac.il/report/2021/020/.
  11. Anindya De. Pseudorandomness for permutation and regular branching programs. In Proceedings of the 26th Conference on Computational Complexity (CCC), pages 221-231, 2011. URL: https://doi.org/10.1109/CCC.2011.23.
  12. William M. Hoza, Edward Pyne, and Salil Vadhan. Pseudorandom Generators for Unbounded-Width Permutation Branching Programs. In Proceedings of the 12th Innovations in Theoretical Computer Science Conference (ITCS), pages 7:1-7:20, 2021. URL: https://doi.org/10.4230/LIPIcs.ITCS.2021.7.
  13. William M. Hoza and Chris Umans. Targeted pseudorandom generators, simulation advice generators, and derandomizing logspace. SIAM Journal on Computing, pages STOC17-281-STOC17-304, 2021. URL: https://doi.org/10.1137/17M1145707.
  14. William M. Hoza and David Zuckerman. Simple optimal hitting sets for small-success RL. SIAM Journal on Computing, 49(4):811-820, 2020. URL: https://doi.org/10.1137/19M1268707.
  15. Russell Impagliazzo, Noam Nisan, and Avi Wigderson. Pseudorandomness for network algorithms. In Proceedings of the 26th Symposium on Theory of Computing (STOC), pages 356-364, 1994. URL: https://doi.org/10.1145/195058.195190.
  16. H. Jung. Relationships between probabilistic and deterministic tape complexity. In Proceedings of the 10th Symposium on Mathematical Foundations of Computer Science (MFCS), pages 339-346, 1981. URL: https://doi.org/10.1007/3-540-10856-4_101.
  17. Daniel M. Kane, Jelani Nelson, and David P. Woodruff. Revisiting norm estimation in data streams, 2008. URL: http://arxiv.org/abs/0811.3648.
  18. Raghu Meka, Omer Reingold, and Avishay Tal. Pseudorandom generators for width-3 branching programs. In Proceedings of the 51st Symposium on Theory of Computing (STOC), pages 626-637, 2019. URL: https://doi.org/10.1145/3313276.3316319.
  19. Noam Nisan. Pseudorandom generators for space-bounded computation. Combinatorica, 12(4):449-461, 1992. URL: https://doi.org/10.1007/BF01305237.
  20. Noam Nisan. RL ⊆ SC. Computational Complexity, 4(1):1-11, 1994. URL: https://doi.org/10.1007/BF01205052.
  21. Noam Nisan and David Zuckerman. Randomness is linear in space. Journal of Computer and System Sciences, 52(1):43-52, 1996. URL: https://doi.org/10.1006/jcss.1996.0004.
  22. Edward Pyne and Salil Vadhan. Pseudodistributions That Beat All Pseudorandom Generators, 2021. URL: https://eccc.weizmann.ac.il/report/2021/019/.
  23. Michael Saks and Shiyu Zhou. BP_H SPACE(S) ⊆ DSPACE(S^3/2). Journal of Computer and System Sciences, 58(2):376-403, 1999. URL: https://doi.org/10.1006/jcss.1998.1616.
  24. Walter J. Savitch. Relationships between nondeterministic and deterministic tape complexities. Journal of Computer and System Sciences, 4:177-192, 1970. URL: https://doi.org/10.1016/S0022-0000(70)80006-X.
  25. David Zuckerman. Randomness-optimal oblivious sampling. Random Structures & Algorithms, 11(4):345–367, 1997. URL: https://doi.org/10.1002/(SICI)1098-2418(199712)11:4<345::AID-RSA4>3.0.CO;2-Z.
Questions / Remarks / Feedback
X

Feedback for Dagstuhl Publishing


Thanks for your feedback!

Feedback submitted

Could not send message

Please try again later or send an E-mail