paper-with-me

Papers

Refining a $k$-nearest neighbor graph for a computationally efficient spectral clustering

2023-02-22 · Mashaan Alshammari, John Stavrakakis, Masahiro Takatsuka

Spectral clustering became a popular choice for data clustering for its ability of uncovering clusters of different shapes. However, it is not always preferable over other clustering methods due to its computational demands. One of the effective ways to bypass these computational demands is to perform spectral clustering on a subset of points (data representatives) then generalize the clustering outcome, this is known as approximate spectral clustering (ASC). ASC uses sampling or quantization to select data representatives. This makes it vulnerable to 1) performance inconsistency (since these methods have a random step either in initialization or training), 2) local statistics loss (because the pairwise similarities are extracted from data representatives instead of data points). We proposed a refined version of $k$-nearest neighbor graph, in which we keep data points and aggressively reduce number of edges for computational efficiency. Local statistics were exploited to keep the edges that do not violate the intra-cluster distances and nullify all other edges in the $k$-nearest neighbor graph. We also introduced an optional step to automatically select the number of clusters $C$. The proposed method was tested on synthetic and real datasets. Compared to ASC methods, the proposed method delivered a consistent performance despite significant reduction of edges.

📄 PDF Abstract BibTeX arXiv:2302.11296

Code (1)

mashaan14/Spectral-Clustering 공식 구현 tf

Tasks

ClusteringComputational EfficiencyGraph ClusteringGraph Embeddinggraph partitioningQuantizationSpectral Graph Clustering

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…
k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…
Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Refining a -nearest neighbor graph for a computationally efficient spectral clustering

2021-02-06 · Pattern Recognition 2021 2 · Mashaan Alshammari, John Stavrakakis, Masahiro Takatsuka

Spectral clustering became a popular choice for data clustering for its ability of uncovering clusters of different shapes. However, it is not always preferable over other clustering methods due to its computational dema…

ClusteringComputational EfficiencyGraph ClusteringGraph Embedding+3

Data is missing again -- Reconstruction of power generation data using $k$-Nearest Neighbors and spectral graph theory

2024-08-30 · Amandine Pierrot, Pierre Pinson

The risk of missing data and subsequent incomplete data records at wind farms increases with the number of turbines and sensors. We propose here an imputation method that blends data-driven concepts with expert knowledge…

Imputation

Predicting Soil Properties from Hyperspectral Satellite Images

2022-10-18 · Conference 2022 10 · Rıdvan Salih Kuzu, Frauke Albrecht, Caroline Arnold, Roshni Kamath

The AI4EO HYPERVIEW challenge seeks machine learning methods that predict agriculturally relevant soil parameters (K, Mg, P2O5, pH) from airborne hyperspectral images. We present a hybrid model fusing Random Forest an…

Seeing Beyond the Visible

Incorporating Fairness in Neighborhood Graphs for Fair Spectral Clustering

2025-12-10 · Adithya K Moorthy, V Vijaya Saradhi, Bhanu Prasad arxiv

Graph clustering plays a pivotal role in unsupervised learning methods like spectral clustering, yet traditional methods for graph clustering often perpetuate bias through unfair graph constructions that may underreprese…

Graph Clustering

UMAP Is Spectral Clustering on the Fuzzy Nearest-Neighbor Graph

2026-02-12 · Yang Yang arxiv

UMAP (Uniform Manifold Approximation and Projection) is among the most widely used algorithms for non linear dimensionality reduction and data visualisation. Despite its popularity, and despite being presented through th…

Dimensionality ReductionContrastive Learning