Dynamic Similarity Graph Construction with Kernel Density Estimation
Data Structures and Algorithms
2025-07-03 v1 Machine Learning
Abstract
In the kernel density estimation (KDE) problem, we are given a set of data points in , a kernel function , and a query point , and the objective is to quickly output an estimate of . In this paper, we consider in the dynamic setting, and introduce a data structure that efficiently maintains the estimates for a set of query points as data points are added to over time. Based on this, we design a dynamic data structure that maintains a sparse approximation of the fully connected similarity graph on , and develop a fast dynamic spectral clustering algorithm. We further evaluate the effectiveness of our algorithms on both synthetic and real-world datasets.
Cite
@article{arxiv.2507.01696,
title = {Dynamic Similarity Graph Construction with Kernel Density Estimation},
author = {Steinar Laenen and Peter Macgregor and He Sun},
journal= {arXiv preprint arXiv:2507.01696},
year = {2025}
}
Comments
ICML'25