English

Optimal Phylogenetic Reconstruction from Sampled Quartets

Data Structures and Algorithms 2026-04-21 v1

Abstract

Quartet Reconstruction, the task of recovering a phylogenetic tree from smaller trees on four species called \textit{quartets}, is a well-studied problem in theoretical computer science with far-reaching connections to statistics, graph theory and biology. Given a random sample containing mm noisy quartets, labeled by an unknown ground-truth tree TT on nn taxa, we want to output a tree T^\widehat T that is \textit{close} to TT in terms of quartet distance and can predict unseen quartets. Unfortunately, the empirical risk minimizer corresponds to the NP\mathsf{NP}-hard problem of finding a tree that maximizes agreements with the sampled quartets, and earlier works in approximation algorithms gave (1\eps)(1-\eps)-approximation schemes (PTAS) for dense instances with m=Θ(n4)m=\Theta(n^4) quartets, or for m=Θ(n2logn)m=\Theta(n^2\log n) quartets \textit{randomly} sampled from TT. Prior to our work, it was unknown how many samples are information-theoretically required to learn the tree, and whether there is an efficient reconstruction algorithm. We present optimal results for reconstructing an unknown phylogenetic tree TT from a random sample of m=Θ(n)m=\Theta(n) quartets, corrupted under the Random Classification Noise (RCN) model. This matches the Ω(n)\Omega(n) lower bound required for any meaningful tree reconstruction. Our contribution is twofold: first, we give a tree reconstruction algorithm that, not only achieves a (1\eps)(1-\eps)-approximation, but most importantly \textit{recovers} a tree close to TT in quartet distance; second, we show a new Θ(n)\Theta(n) bound on the Natarajan dimension of phylogenies (an analog of VC dimension in multiclass classification). Our analysis relies on a new \textit{Quartet-based Embedding and Detection} procedure that identifies and removes well-clustered subtrees from the (unknown) ground-truth TT via semidefinite programming.

Keywords

Cite

@article{arxiv.2604.17461,
  title  = {Optimal Phylogenetic Reconstruction from Sampled Quartets},
  author = {Dionysis Arvanitakis and Vaggos Chatziafratis and Yiyuan Luo and Konstantin Makarychev},
  journal= {arXiv preprint arXiv:2604.17461},
  year   = {2026}
}

Comments

To appear in STOC 2026

R2 v1 2026-07-01T12:16:57.332Z