English

Near-Optimal Average-Case Approximate Trace Reconstruction from Few Traces

Data Structures and Algorithms 2021-08-26 v2 Discrete Mathematics

Abstract

In the standard trace reconstruction problem, the goal is to \emph{exactly} reconstruct an unknown source string x{0,1}n\mathsf{x} \in \{0,1\}^n from independent "traces", which are copies of x\mathsf{x} that have been corrupted by a δ\delta-deletion channel which independently deletes each bit of x\mathsf{x} with probability δ\delta and concatenates the surviving bits. We study the \emph{approximate} trace reconstruction problem, in which the goal is only to obtain a high-accuracy approximation of x\mathsf{x} rather than an exact reconstruction. We give an efficient algorithm, and a near-matching lower bound, for approximate reconstruction of a random source string x{0,1}n\mathsf{x} \in \{0,1\}^n from few traces. Our main algorithmic result is a polynomial-time algorithm with the following property: for any deletion rate 0<δ<10 < \delta < 1 (which may depend on nn), for almost every source string x{0,1}n\mathsf{x} \in \{0,1\}^n, given any number MΘ(1/δ)M \leq \Theta(1/\delta) of traces from Delδ(x)\mathrm{Del}_\delta(\mathsf{x}), the algorithm constructs a hypothesis string x^\widehat{\mathsf{x}} that has edit distance at most n(δM)Ω(M)n \cdot (\delta M)^{\Omega(M)} from x\mathsf{x}. We also prove a near-matching information-theoretic lower bound showing that given MΘ(1/δ)M \leq \Theta(1/\delta) traces from Delδ(x)\mathrm{Del}_\delta(\mathsf{x}) for a random nn-bit string x\mathsf{x}, the smallest possible expected edit distance that any algorithm can achieve, regardless of its running time, is n(δM)O(M)n \cdot (\delta M)^{O(M)}.

Keywords

Cite

@article{arxiv.2107.11530,
  title  = {Near-Optimal Average-Case Approximate Trace Reconstruction from Few Traces},
  author = {Xi Chen and Anindya De and Chin Ho Lee and Rocco A. Servedio and Sandip Sinha},
  journal= {arXiv preprint arXiv:2107.11530},
  year   = {2021}
}

Comments

Updated few references

R2 v1 2026-06-24T04:28:55.828Z