Optimal bounds on a tree inference algorithm
Jack Gardiner, Lachlan L. H. Andrew, Junhao Gan, Jean Honorio, and Seeun William Umboh

TL;DR
This paper provides tight bounds on the number of path-length queries needed to infer a weighted tree's topology, establishing both upper and lower bounds and analyzing algorithmic performance.
Contribution
It improves the analysis of Hein's 1989 algorithm, establishing optimal bounds and demonstrating the existence of trees with better inference performance.
Findings
Number of queries needed is O(n k log_k n)
Lower bound matches the upper bound for query complexity
Existence of trees with asymptotically better inference performance
Abstract
This paper tightens the best known analysis of Hein's 1989 algorithm to infer the topology of a weighted tree based on the lengths of paths between its leaves. It shows that the number of length queries required for a degree- tree of leaves is , which is the lower bound. It also presents a family of trees for which the performance is asymptotically better, and shows that no such family exists for a competing algorithm.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Neural Networks and Applications · Machine Learning and Data Classification
