English

Polynomial-time trace reconstruction in the low deletion rate regime

Data Structures and Algorithms 2020-12-09 v2

Abstract

In the \emph{trace reconstruction problem}, an unknown source string x{0,1}nx \in \{0,1\}^n is transmitted through a probabilistic \emph{deletion channel} which independently deletes each bit with some fixed probability δ\delta and concatenates the surviving bits, resulting in a \emph{trace} of xx. The problem is to reconstruct xx given access to independent traces. Trace reconstruction of arbitrary (worst-case) strings is a challenging problem, with the current state of the art for poly(n)(n)-time algorithms being the 2004 algorithm of Batu et al. \cite{BKKM04}. This algorithm can reconstruct an arbitrary source string x{0,1}nx \in \{0,1\}^n in poly(n)(n) time provided that the deletion rate δ\delta satisfies δn(1/2+ε)\delta \leq n^{-(1/2 + \varepsilon)} for some ε>0\varepsilon > 0. In this work we improve on the result of \cite{BKKM04} by giving a poly(n)(n)-time algorithm for trace reconstruction for any deletion rate δn(1/3+ε)\delta \leq n^{-(1/3 + \varepsilon)}. Our algorithm works by alternating an alignment-based procedure, which we show effectively reconstructs portions of the source string that are not "highly repetitive", with a novel procedure that efficiently determines the length of highly repetitive subwords of the source string.

Keywords

Cite

@article{arxiv.2012.02844,
  title  = {Polynomial-time trace reconstruction in the low deletion rate regime},
  author = {Xi Chen and Anindya De and Chin Ho Lee and Rocco A. Servedio and Sandip Sinha},
  journal= {arXiv preprint arXiv:2012.02844},
  year   = {2020}
}

Comments

ITCS 2021. Updated with minor correction of extraneous file reference

R2 v1 2026-06-23T20:44:38.448Z