paper-with-me

홈 › Papers

Scalable Laplacian K-modes

2018-10-31 · NeurIPS 2018 12 · Imtiaz Masud Ziko, Eric Granger, Ismail Ben Ayed

We advocate Laplacian K-modes for joint clustering and density mode finding, and propose a concave-convex relaxation of the problem, which yields a parallel algorithm that scales up to large datasets and high dimensions. We optimize a tight bound (auxiliary function) of our relaxation, which, at each iteration, amounts to computing an independent update for each cluster-assignment variable, with guaranteed convergence. Therefore, our bound optimizer can be trivially distributed for large-scale data sets. Furthermore, we show that the density modes can be obtained as byproducts of the assignment variables via simple maximum-value operations whose additional computational cost is linear in the number of data points. Our formulation does not need storing a full affinity matrix and computing its eigenvalue decomposition, neither does it perform expensive projection steps and Lagrangian-dual inner iterates for the simplex constraints of each point. Furthermore, unlike mean-shift, our density-mode estimation does not require inner-loop gradient-ascent iterates. It has a complexity independent of feature-space dimension, yields modes that are valid data points in the input set and is applicable to discrete domains as well as arbitrary kernels. We report comprehensive experiments over various data sets, which show that our algorithm yields very competitive performances in term of optimization quality (i.e., the value of the discrete-variable objective at convergence) and clustering accuracy.

📄 PDF Abstract BibTeX arXiv:1810.13044

Code (1)

imtiazziko/SLK 공식 구현

Tasks

Clusteringvalid

Similar Papers 제목 키워드 기반

Graph Regularized PCA

2026-01-15 · Antonio Briola, Marwin Schmidt, Fabio Caccioli, Carlos Ros Perez 외 arxiv

Multivariate data often exhibit complex dependencies that violate the assumption of isotropic residual noise. For such cases, we introduce Graph Regularized PCA (GR-PCA). It is a graph-based regularization of PCA that in…

Dimensionality Reduction

The Laplacian K-modes algorithm for clustering

2014-06-16 · Weiran Wang, Miguel Á. Carreira-Perpiñán

In addition to finding meaningful clusters, centroid-based clustering algorithms such as K-means or mean-shift should ideally find centroids that are valid patterns in the input space, representative of data in their clu…

Clusteringvalid

Disentangling the Spectral Properties of the Hodge Laplacian: Not All Small Eigenvalues Are Equal

2023-11-24 · Vincent P. Grande, Michael T. Schaub

The rich spectral information of the graph Laplacian has been instrumental in graph theory, machine learning, and graph signal processing for applications such as graph classification, clustering, or eigenmode analysis. …

AllClusteringGraph Classification

Data-driven discovery with Limited Data Acquisition for fluid flow across cylinder

2023-12-19 · Dr. Himanshu Singh

One of the central challenge for extracting governing principles of dynamical system via Dynamic Mode Decomposition (DMD) is about the limit data availability or formally called as Limited Data Acquisition in the present…

Projection onto the probability simplex: An efficient algorithm with a simple proof, and an application

2013-09-06 · Weiran Wang, Miguel Á. Carreira-Perpiñán

We provide an elementary proof of a simple, efficient algorithm for computing the Euclidean projection of a point onto the probability simplex. We also show an application in Laplacian K-modes clustering.

Clustering