paper-with-me

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 quadratic space dependency with respect to $|X|$. We address this limitation and present a new algorithmic framework that constructs a sparse approximation of the fully connected similarity graph while preserving its cluster structure. Our presented algorithm is based on the kernel density estimation problem, and is applicable for arbitrary kernel functions. We compare our designed algorithm with the well-known implementations from the scikit-learn library and the FAISS library, and find that our method significantly outperforms the implementation from both libraries on a variety of datasets.

📄 PDF Abstract BibTeX

Code (1)

pmacg/kde-similarity-graph 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Entropic Spectral Learning for Large-Scale Graphs

2018-04-18 · Diego Granziol, Binxin Ru, Stefan Zohren, Xiaowen Dong 외

Graph spectra have been successfully used to classify network types, compute the similarity between graphs, and determine the number of communities in a network. For large graphs, where an eigen-decomposition is infeasib…

Community Detection

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 \…

Density Estimation

Fast Kernel Density Estimation with Density Matrices and Random Fourier Features

2022-08-02 · Joseph A. Gallego, Juan F. Osorio, Fabio A. González

Kernel density estimation (KDE) is one of the most widely used nonparametric density estimation methods. The fact that it is a memory-based method, i.e., it uses the entire training data set for prediction, makes it unsu…

Density Estimation

Sub-quadratic Algorithms for Kernel Matrices via Kernel Density Estimation

2022-12-01 · Ainesh Bakshi, Piotr Indyk, Praneeth Kacham, Sandeep Silwal 외

Kernel matrices, as well as weighted graphs represented by them, are ubiquitous objects in machine learning, statistics and other related fields. The main drawback of using kernel methods (learning and inference using ke…

Density Estimation

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