paper-with-me

Papers

Learning Ultrametric Trees for Optimal Transport Regression

2022-10-21 · Samantha Chen, Puoya Tabaghi, Yusu Wang

Optimal transport provides a metric which quantifies the dissimilarity between probability measures. For measures supported in discrete metric spaces, finding the optimal transport distance has cubic time complexity in the size of the space. However, measures supported on trees admit a closed-form optimal transport that can be computed in linear time. In this paper, we aim to find an optimal tree structure for a given discrete metric space so that the tree-Wasserstein distance approximates the optimal transport distance in the original space. One of our key ideas is to cast the problem in ultrametric spaces. This helps us optimize over the space of ultrametric trees -- a mixed-discrete and continuous optimization problem -- via projected gradient decent over the space of ultrametric matrices. During optimization, we project the parameters to the ultrametric space via a hierarchical minimum spanning tree algorithm, equivalent to the closest projection to ultrametrics under the supremum norm. Experimental results on real datasets show that our approach outperforms previous approaches (e.g. Flowtree, Quadtree) in approximating optimal transport distances. Finally, experiments on synthetic data generated on ground truth trees show that our algorithm can accurately uncover the underlying trees.

📄 PDF Abstract BibTeX arXiv:2210.12288

Code (1)

chens5/tree_learning 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

The Ultrametric Constraint and its Application to Phylogenetics

2014-01-15 · Neil C. A. Moore, Patrick Prosser

A phylogenetic tree shows the evolutionary relationships among species. Internal nodes of the tree represent speciation events and leaf nodes correspond to species. A goal of phylogenetics is to combine such trees into l…

Variational phylogenetic inference with products over bipartitions

2025-02-21 · Evan Sidrow, Alexandre Bouchard-Côté, Lloyd T. Elliott

Bayesian phylogenetics requires accurate and efficient approximation of posterior distributions over trees. In this work, we develop a variational Bayesian approach for ultrametric phylogenetic trees. We present a novel …

Leaping through tree space: continuous phylogenetic inference for rooted and unrooted trees

2023-06-09 · Matthew J Penn, Neil Scheidwasser, Joseph Penn, Christl A Donnelly 외

Phylogenetics is now fundamental in life sciences, providing insights into the earliest branches of life and the origins and spread of epidemics. However, finding suitable phylogenies from the vast space of possible tree…

The space of equidistant phylogenetic cactuses

2021-11-11 · Katharina T. Huber, Vincent Moulton, Megan Owen, Andreas Spillner 외

We introduce and investigate the space of \emph{equidistant} $X$-\emph{cactuses}. These are rooted, arc weighted, phylogenetic networks with leaf set $X$, where $X$ is a finite set of species, and all leaves have the sam…

ARC

Fitting trees to $\ell_1$-hyperbolic distances

2024-09-02 · NeurIPS 2023 11 · Joon-Hyeok Yim, Anna C. Gilbert

Building trees to represent or to fit distances is a critical component of phylogenetic analysis, metric embeddings, approximation algorithms, geometric graph neural nets, and the analysis of hierarchical data. Much of t…