REVIEW 4 minor 37 references
Quasipolynomial Trace Reconstruction
T0 review · 0 major / 4 minor · reviewed 2026-07-11 · grok-4.5
Pith's one-line read Any n-bit string can be recovered from a quasipolynomial number of deletion-channel traces once the retention probability is at least inverse-polylogarithmic.
desk verdict Quasipolynomial upper bound for worst-case trace reconstruction that finally beats the local-SQ barrier; the induction is modular and the constant-factor control is the whole game. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
An induction that starts from a mean-based (order-1) statistic on a polylog-sized window around the first discrepancy and, at each step, produces a new statistic of order at most three times larger whose discrepancy survives binomial blurring over a window whose length is essentially the square of the previous one; the induction is powered by a three-point test on sequences (inspired by BLR linearity testing) together with exact simulation of three independent low-retention traces from one higher-retention trace and controlled binomial deconvolution.
What would settle it
Exhibit two n-bit strings whose first discrepancy is at a known location and show that every statistic of polylogarithmic order, when averaged over all binomial shifts of a window of size roughly R^2, has absolute difference smaller than any inverse-quasipolynomial of n for all retention probabilities in a constant-factor range around a fixed p.
Extended reading notes
Core claim
There exists a constant c such that, for every retention probability p > 0, every n-bit string can be reconstructed from e^{p^{-7/3}(log_2 n)^c} independent traces of the deletion channel that retains each bit independently with probability p.
Load-bearing premise
Every intermediate weight function and coefficient sequence must preserve both its support length and its Fourier decay up to only constant factors relative to the optimal binomial tradeoff; any super-constant loss in either quantity turns the final sample complexity exponential.
Editorial extensions
If this is right
- Maximum-likelihood estimation itself succeeds with quasipolynomially many traces, because it is known to be sample-optimal up to linear factors.
- Any pair of strings can be distinguished in quasipolynomial time by dynamic programming on the likelihood of each observed trace.
- The same zoom-out technique supplies the first quasipolynomial upper bound that works for every retention probability down to inverse polylogarithmic.
- Local statistical-query lower bounds of exp(Ω̃(n^{1/5})) no longer apply, because the algorithm uses non-local products of bits.
Reading between the lines
- The same three-point Fourier argument may yield quasipolynomial sample complexity for other group-action reconstruction problems (for example, multireference alignment with non-Gaussian noise) once an abrupt-start condition can be enforced.
- If the constant-factor losses in support and smoothness can be driven below 1 + ε, the exponent on log n could be made arbitrarily close to the information-theoretic minimum.
- The base-case mean statistic already concentrates near the first discrepancy; a tighter location bound might remove the inverse-polylog restriction on p entirely.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proves that worst-case trace reconstruction of an arbitrary n-bit string is possible from a quasipolynomial number of independent traces under the deletion channel, for any fixed retention probability p > 0. Concretely, Theorem 43 (and the informal theorem on page 1) states that e^{p^{-7/3}(log_2 n)^c} traces suffice for a universal constant c. The argument proceeds by reducing reconstruction to distinguishing an arbitrary pair x, y via an inductive “zoom-out” around their first discrepancy d: a base-case mean-based statistic (Lemma 42) on a polylog-sized window is iteratively converted, via second- and third-order statistics of sequences, multi-trace simulation (Lemma 17), and carefully controlled binomial deconvolution (Corollary 33), into a higher-order statistic that works on the full strings after O(log log n) steps (Proposition 36).
Significance. If correct, the result is a major advance: it replaces the previous best upper bound of exp(Õ(n^{1/5})) by a quasipolynomial bound and thereby closes the exponential gap that had persisted for more than a decade. The techniques deliberately evade the local statistical-query barrier of Chase–De–Lee–Servedio by using non-local polylog-order statistics whose locations are free; the modular control of both support size and Fourier decay at every intermediate step (explicitly required for the final complexity to remain quasipolynomial) is a technical contribution of independent interest, with clear links to multiple-reference alignment and BLR-style linearity testing. The sample-complexity claim is essentially optimal among statistical-query algorithms that stay within the present analytic framework, and the paper correctly notes that maximum-likelihood estimation inherits the same sample bound (though not necessarily the same running time).
minor comments (4)
- The constant c that appears in the final exponent is left completely unspecified; a short remark in Section 8 tracking the concrete losses through the O(log log n) iterations (or even a crude numerical upper bound) would make the result more concrete without changing the asymptotic claim.
- In the discussion of running time (page 3 and end of Section 8) it is stated that distinguishing is quasipolynomial-time via dynamic programming while full reconstruction via MLE is not known to be. A one-sentence clarification that the sample-complexity theorem itself does not claim quasipolynomial time for reconstruction would avoid any possible misreading.
- Notation for the retention probability occasionally switches between p and P inside a single induction step (e.g., Proposition 36 and Lemma 38); a consistent convention (or a short glossary) would improve readability of the long inductive argument.
- Several absolute constants (c, c', c'', C* in Lemmas 13, 15, 33, 42, etc.) are introduced with only the inequalities needed for the induction to close; collecting them in a single “parameter table” or appendix would help a reader verify that the chain of inequalities is free of circularity.
Circularity Check
No significant circularity; the quasipolynomial bound is obtained from a self-contained inductive argument tracking support size and Fourier decay through explicit lemmas.
full rationale
The derivation chain (base case Lemma 42 from standard mean-based Littlewood bounds, induction step Proposition 36 via Lemmas 15/27/33/35 on abrupt Fourier non-vanishing, triple-product simulation, and binomial deconvolution, culminating in Theorem 43) is analytic and parameter-free. Constants (c', c'' satisfying the explicit inequalities 0.075c' ≥ 3+c and c'c'' ≤ 0.000004) are chosen so that each of the log-log n steps multiplies log(1/τ) by only a constant factor, yielding the final e^{p^{-7/3}(log_2 n)^c} sample complexity by direct calculation. The sole self-citation [BVW26] is used only for motivational contrast (sixth-order statistics for integer sequences) and is not invoked in any load-bearing step of the real-valued induction. No fitted inputs, self-definitional equalities, uniqueness theorems, or renamed empirical patterns appear. The argument is therefore independent of its own conclusions.
Assumptions & free parameters
free parameters (2)
- universal constant c in the final sample-complexity exponent
- various absolute constants appearing in Lemmas 13, 15, 27, 33, 36, 42 (e.g., c, c′, c″, C*)
assumptions (4)
- standard math Standard Fourier analysis on the circle and discrete Fourier transform of finite sequences (Definition 4, Lemmas 10–11).
- standard math Chernoff / Hoeffding tail bounds for binomial random variables.
- standard math Littlewood-type lower bounds on polynomials with coefficients in {-1,0,1} (Fact 40 from BE97).
- domain assumption The deletion channel on a string is equivalent (up to binomial shift) to the deletion channel on a suffix after a random prefix retention (Lemma 5).
Cite this review
Pith. "Pith review of Quasipolynomial Trace Reconstruction." pith.science (2026). https://pith.science/paper/L6VNZFUC
@misc{pith2026260704073,
author = {Pith},
title = {Pith review of: Quasipolynomial Trace Reconstruction},
year = {2026},
howpublished = {\url{https://pith.science/paper/L6VNZFUC}},
note = {Machine review of arXiv:2607.04073}
}
read the original abstract
We show that trace reconstruction on n-bit strings is possible using a quasipolynomial number of traces, for any retention probability p that is at least inverse polylogarithmic in n.
Reference graph
Works this paper leans on
-
[1]
Indiana University mathematics journal , pages=
Littlewood-type problems on subarcs of the unit circle , author=. Indiana University mathematics journal , pages=. 1997 , publisher=
1997
-
[2]
Random Structures & Algorithms , volume =
Ben-Or, Michael and Coppersmith, Don and Luby, Mike and Rubinfeld, Ronitt , title =. Random Structures & Algorithms , volume =. doi:https://doi.org/10.1002/rsa.20182 , url =. https://onlinelibrary.wiley.com/doi/pdf/10.1002/rsa.20182 , abstract =
-
[3]
Theory of Computing Systems , volume=
A Self-Tester for Linear Functions over the Integers with an Elementary Proof of Correctness , author=. Theory of Computing Systems , volume=. 2016 , publisher=
2016
-
[4]
Blum, Manuel and Luby, Michael and Rubinfeld, Ronitt , title =. 1990 , isbn =. doi:10.1145/100216.100225 , booktitle =
-
[5]
SIAM Journal on Mathematics of Data Science , volume=
The sample complexity of multireference alignment , author=. SIAM Journal on Mathematics of Data Science , volume=. 2019 , publisher=
2019
-
[6]
Applied and Computational Harmonic Analysis , volume=
Estimation under group actions: recovering orbits from invariants , author=. Applied and Computational Harmonic Analysis , volume=. 2023 , publisher=
2023
-
[7]
IEEE Transactions on Information Theory , volume=
Limitations of mean-based algorithms for trace reconstruction at small edit distance , author=. IEEE Transactions on Information Theory , volume=. 2022 , publisher=
2022
-
[8]
Proceedings of the Thirty-Second Annual ACM-SIAM Symposium on Discrete Algorithms , pages =
Narayanan, Shyam , title =. Proceedings of the Thirty-Second Annual ACM-SIAM Symposium on Discrete Algorithms , pages =. 2021 , isbn =
2021
Show all 37 references
-
[9]
and Sinha, Sandip , booktitle=
Ban, Frank and Chen, Xi and Freilich, Adam and Servedio, Rocco A. and Sinha, Sandip , booktitle=. Beyond Trace Reconstruction: Population Recovery from the Deletion Channel , year=
-
[10]
Mathematical Statistics and Learning , volume=
Subpolynomial trace reconstruction for random strings and arbitrary deletion probability , author=. Mathematical Statistics and Learning , volume=
-
[11]
Bulletin of the Australian Mathematical Society , author=
Real. Bulletin of the Australian Mathematical Society , author=. 1983 , pages=. doi:10.1017/S0004972700011515 , number=
1983 doi
-
[12]
12th Innovations in Theoretical Computer Science Conference (ITCS 2021) , pages=
Circular Trace Reconstruction , author=. 12th Innovations in Theoretical Computer Science Conference (ITCS 2021) , pages=. 2021 , organization=
2021
-
[13]
IEEE Transactions on Information Theory , volume=
Trace reconstruction: Generalized and parameterized , author=. IEEE Transactions on Information Theory , volume=. 2021 , publisher=
2021
-
[14]
Proceedings of the Fifteenth Annual ACM-SIAM Symposium on Discrete Algorithms , pages =
Reconstructing strings from random traces , author =. Proceedings of the Fifteenth Annual ACM-SIAM Symposium on Discrete Algorithms , pages =. 2004 , isbn =
2004
-
[15]
Annales de l’Institut Henri Poincar
New lower bounds for trace reconstruction , author=. Annales de l’Institut Henri Poincar
-
[16]
Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of Computing , pages=
Separating words and trace reconstruction , author=. Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of Computing , pages=
-
[17]
IEEE Transactions on Information Theory , volume=
Efficient reconstruction of sequences , author=. IEEE Transactions on Information Theory , volume=. 2002 , publisher=
2002
-
[18]
2019 IEEE 60th Annual Symposium on Foundations of Computer Science (FOCS) , pages=
Beyond trace reconstruction: Population recovery from the deletion channel , author=. 2019 IEEE 60th Annual Symposium on Foundations of Computer Science (FOCS) , pages=. 2019 , organization=
2019
-
[19]
IEEE Transactions on Information Theory , volume=
Coded trace reconstruction , author=. IEEE Transactions on Information Theory , volume=. 2020 , publisher=
2020
-
[20]
2020 IEEE 61st Annual Symposium on Foundations of Computer Science (FOCS) , pages=
Coded trace reconstruction in a constant number of traces , author=. 2020 IEEE 61st Annual Symposium on Foundations of Computer Science (FOCS) , pages=. 2020 , organization=
2020
-
[21]
52nd International Colloquium on Automata, Languages, and Programming (ICALP 2025) , pages =
Aamand, Anders and Liu, Allen and Narayanan, Shyam , title =. 52nd International Colloquium on Automata, Languages, and Programming (ICALP 2025) , pages =. 2025 , volume =
2025
-
[22]
Knuth , journal =
Donald E. Knuth , journal =. Johann Faulhaber and Sums of Powers , urldate =
-
[23]
Trace Reconstruction with Constant Deletion Probability and Related Results , booktitle =
Holenstein, Thomas and Mitzenmacher, Michael and Panigrahy, Rina and Wieder, Udi , year =. Trace Reconstruction with Constant Deletion Probability and Related Results , booktitle =
-
[24]
The Annals of Applied Probability , volume=
Optimal Mean-Based Algorithms for Trace Reconstruction , author=. The Annals of Applied Probability , volume=. 2019 , publisher=
2019
-
[25]
Proceedings of the 49th Annual ACM SIGACT Symposium on Theory of Computing , pages =
Nazarov, Fedor and Peres, Yuval , title =. Proceedings of the 49th Annual ACM SIGACT Symposium on Theory of Computing , pages =. 2017 , isbn =
2017
-
[26]
2020 , month = apr, journal =
Lower Bounds for Trace Reconstruction , author =. 2020 , month = apr, journal =
2020
-
[27]
Average-
Peres, Yuval and Zhai, Alex , year =. Average-. 2017
2017
-
[28]
On k -Mer-Based and Maximum Likelihood Estimation Algorithms for Trace Reconstruction , year=
Cheng, Kuan and Grigorescu, Elena and Li, Xin and Sudan, Madhu and Zhu, Minshen , booktitle=. On k -Mer-Based and Maximum Likelihood Estimation Algorithms for Trace Reconstruction , year=
-
[29]
Proceedings of the 57th Annual ACM Symposium on Theory of Computing , pages =
Rivkin, Joey and Valiant, Gregory and Valiant, Paul , title =. Proceedings of the 57th Annual ACM Symposium on Theory of Computing , pages =. 2025 , isbn =
2025
-
[30]
IEEE Transactions on Information Theory , author =
Limitations of Mean-Based Algorithms for Trace Reconstruction at Small Edit Distance , volume =. IEEE Transactions on Information Theory , author =. 2022 , pages =
2022
-
[31]
Trace Reconstruction with Bounded Edit Distance , booktitle =
Sima, Jin and Bruck, Jehoshua , year =. Trace Reconstruction with Bounded Edit Distance , booktitle =
-
[32]
, title =
Chen, Xi and De, Anindya and Lee, Chin Ho and Servedio, Rocco A. , title =. Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2024) , pages =. 2024 , volume =
2024
-
[33]
17th Innovations in Theoretical Computer Science Conference (ITCS 2026) , pages =
Burudgunte, Arnav and Valiant, Paul and Wang, Hongao , title =. 17th Innovations in Theoretical Computer Science Conference (ITCS 2026) , pages =. 2026 , volume =
2026
-
[34]
50th International Colloquium on Automata, Languages, and Programming (ICALP 2023) , pages=
Average-Case to (Shifted) Worst-Case Reduction for the Trace Reconstruction Problem , author=. 50th International Colloquium on Automata, Languages, and Programming (ICALP 2023) , pages=. 2023 , organization=
2023
-
[35]
Subpolynomial trace reconstruction for random strings
Holden, Nina and Pemantle, Robin and Peres, Yuval , booktitle =. Subpolynomial trace reconstruction for random strings. 2018 , editor =
2018
-
[36]
and Schiffer, Benjamin G
Davies, Sami and Rácz, Miklós Z. and Schiffer, Benjamin G. and Rashtchian, Cyrus , month = jul, year =. Approximate. 2021. doi:10.1109/ISIT45174.2021.9517926 , abstract =
2021 doi
-
[37]
and Sinha, Sandip , month = jan, year =
Chen, Xi and De, Anindya and Lee, Chin Ho and Servedio, Rocco A. and Sinha, Sandip , month = jan, year =. Approximate. Proceedings of the 2023. doi:10.1137/1.9781611977554.ch27 , abstract =
2023 doi
Reviewed July 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.