PELGMar 31, 2023

Constructing Phylogenetic Networks via Cherry Picking and Machine Learning

arXiv:2304.02729v18 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses a fundamental challenge in evolutionary studies for biologists, offering scalable methods for constructing phylogenetic networks from multiple trees.

The paper tackles the problem of combining multiple phylogenetic trees into a single network, which is computationally expensive with existing methods, by introducing efficient heuristics based on cherry picking and machine learning that produce good-quality solutions for practical datasets, always within a small constant factor from the optimum.

Combining a set of phylogenetic trees into a single phylogenetic network that explains all of them is a fundamental challenge in evolutionary studies. Existing methods are computationally expensive and can either handle only small numbers of phylogenetic trees or are limited to severely restricted classes of networks. In this paper, we apply the recently-introduced theoretical framework of cherry picking to design a class of efficient heuristics that are guaranteed to produce a network containing each of the input trees, for datasets consisting of binary trees. Some of the heuristics in this framework are based on the design and training of a machine learning model that captures essential information on the structure of the input trees and guides the algorithms towards better solutions. We also propose simple and fast randomised heuristics that prove to be very effective when run multiple times. Unlike the existing exact methods, our heuristics are applicable to datasets of practical size, and the experimental study we conducted on both simulated and real data shows that these solutions are qualitatively good, always within some small constant factor from the optimum. Moreover, our machine-learned heuristics are one of the first applications of machine learning to phylogenetics and show its promise.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes