English

ARTreeFormer: A Faster Attention-based Autoregressive Model for Phylogenetic Inference

Populations and Evolution 2025-07-25 v1

Abstract

Probabilistic modeling over the combinatorially large space of tree topologies remains a central challenge in phylogenetic inference. Previous approaches often necessitate pre-sampled tree topologies, limiting their modeling capability to a subset of the entire tree space. A recent advancement is ARTree, a deep autoregressive model that offers unrestricted distributions for tree topologies. However, its reliance on repetitive tree traversals and inefficient local message passing for computing topological node representations may hamper the scalability to large datasets. This paper proposes ARTreeFormer, a novel approach that harnesses fixed-point iteration and attention mechanisms to accelerate ARTree. By introducing a fixed-point iteration algorithm for computing the topological node embeddings, ARTreeFormer allows fast vectorized computation, especially on CUDA devices. This, together with an attention-based global message passing scheme, significantly improves the computation speed of ARTree while maintaining great approximation performance. We demonstrate the effectiveness and efficiency of our method on a benchmark of challenging real data phylogenetic inference problems.

Keywords

Cite

@article{arxiv.2507.18380,
  title  = {ARTreeFormer: A Faster Attention-based Autoregressive Model for Phylogenetic Inference},
  author = {Tianyu Xie and Yicong Mao and Cheng Zhang},
  journal= {arXiv preprint arXiv:2507.18380},
  year   = {2025}
}

Comments

29 pages, 7 figures

R2 v1 2026-07-01T04:16:57.080Z