paper-with-me

Papers

Dynamic Similarity Graph Construction with Kernel Density Estimation

2025-07-02 · Steinar Laenen, Peter Macgregor, He Sun arxiv

In the kernel density estimation (KDE) problem, we are given a set $X$ of data points in $\mathbb{R}^d$, a kernel function $k: \mathbb{R}^d \times \mathbb{R}^d \rightarrow \mathbb{R}$, and a query point $\mathbf{q} \in \mathbb{R}^d$, and the objective is to quickly output an estimate of $\sum_{\mathbf{x} \in X} k(\mathbf{q}, \mathbf{x})$. In this paper, we consider $\textsf{KDE}$ 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 $X$ over time. Based on this, we design a dynamic data structure that maintains a sparse approximation of the fully connected similarity graph on $X$, and develop a fast dynamic spectral clustering algorithm. We further evaluate the effectiveness of our algorithms on both synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2507.01696

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Fast Approximation of Similarity Graphs with Kernel Density Estimation

2023-09-21 · NeurIPS 2023 11

Constructing a similarity graph from a set $X$ of data points in $ \mathbb{R}^d$ is the first step of many modern clustering algorithms. However, typical constructions of a similarity graph have high time complexity, and…

A Maximum Entropy approach to Massive Graph Spectra

2019-12-19 · Diego Granziol, Robin Ru, Stefan Zohren, Xiaowen Dong 외

Graph spectral techniques for measuring graph similarity, or for learning the cluster number, require kernel smoothing. The choice of kernel function and bandwidth are typically chosen in an ad-hoc manner and heavily aff…

Graph Similarity

Density of States Graph Kernels

2020-10-21 · Leo Huang, Andrew Graven, David Bindel

A fundamental problem on graph-structured data is that of quantifying similarity between graphs. Graph kernels are an established technique for such tasks; in particular, those based on random walks and return probabilit…

Statistical analysis of coupled time series with Kernel Cross-Spectral Density operators.

2013-12-01 · NeurIPS 2013 12 · Michel Besserve, Nikos K. Logothetis, Bernhard Schölkopf

Many applications require the analysis of complex interactions between time series. These interactions can be non-linear and involve vector valued as well as complex data structures such as graphs or strings. Here we pro…

Time SeriesTime Series Analysis

Clustering with Similarity Preserving

2019-05-21 · Zhao Kang, Honghui Xu, Boyu Wang, Hongyuan Zhu 외

Graph-based clustering has shown promising performance in many tasks. A key step of graph-based approach is the similarity graph construction. In general, learning graph in kernel space can enhance clustering accuracy du…

Clusteringgraph constructionGraph Learning