paper-with-me

홈 › Papers

FAMST: Fast Approximate Minimum Spanning Tree Construction for Large-Scale and High-Dimensional Data

2025-07-18 · Mahmood K. M. Almansoori, Miklos Telek arxiv

We present Fast Approximate Minimum Spanning Tree (FAMST), a novel algorithm that addresses the computational challenges of constructing Minimum Spanning Trees (MSTs) for large-scale and high-dimensional datasets. FAMST utilizes a three-phase approach: Approximate Nearest Neighbor (ANN) graph construction, ANN inter-component connection, and iterative edge refinement. For a dataset of $n$ points in a $d$-dimensional space, FAMST achieves $\mathcal{O}(dn \log n)$ time complexity and $\mathcal{O}(dn + kn)$ space complexity when $k$ nearest neighbors are considered, which is a significant improvement over the $\mathcal{O}(n^2)$ time and space complexity of traditional methods. Experiments across diverse datasets demonstrate that FAMST achieves remarkably low approximation errors while providing speedups of up to 1000$\times$ compared to exact MST algorithms. We analyze how the key hyperparameters, $k$ (neighborhood size) and $λ$ (inter-component edges), affect performance, providing practical guidelines for hyperparameter selection. FAMST enables MST-based analysis on datasets with millions of points and thousands of dimensions, extending the applicability of MST techniques to problem scales previously considered infeasible.

📄 PDF Abstract BibTeX arXiv:2507.14261

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Approximate Tree Completion and Learning-Augmented Algorithms for Metric Minimum Spanning Trees

2025-02-18 · Nate Veldt, Thomas Stanley, Benjamin W. Priest, Trevor Steil 외

Finding a minimum spanning tree (MST) for $n$ points in an arbitrary metric space is a fundamental primitive for hierarchical clustering and many other ML tasks, but this takes $\Omega(n^2)$ time to even approximate. We …

Fast Prediction on a Tree

2008-12-01 · NeurIPS 2008 12 · Mark Herbster, Massimiliano Pontil, Sergio R. Galeano

Given an $n$-vertex weighted tree with structural diameter $S$ and a subset of $m$ vertices, we present a technique to compute a corresponding $m \times m$ Gram matrix of the pseudoinverse of the graph Laplacian in $O(n+…

Prediction

A Solution of Degree Constrained Spanning Tree Using Hybrid GA

2014-01-08 · Sounak Sadhukhan, Samar Sen Sarma

In real life, it is always an urge to reach our goal in minimum effort i.e., it should have a minimum constrained path. The path may be shortest route in practical life, either physical or electronic medium. The scenario…

Fast Parallel Algorithms for Euclidean Minimum Spanning Tree and Hierarchical Spatial Clustering

2021-04-02 · Yiqiu Wang, Shangdi Yu, Yan Gu, Julian Shun

This paper presents new parallel algorithms for generating Euclidean minimum spanning trees and spatial clustering hierarchies (known as HDBSCAN$^*$). Our approach is based on generating a well-separated pair decompositi…

Clustering

Real-Time Salient Object Detection With a Minimum Spanning Tree

2016-06-01 · CVPR 2016 6 · Wei-Chih Tu, Shengfeng He, Qingxiong Yang, Shao-Yi Chien

In this paper, we present a real-time salient object detection system based on the minimum spanning tree. Due to the fact that background regions are typically connected to the image boundaries, salient objects can be ex…

Objectobject-detectionObject DetectionRGB Salient Object Detection+2