paper-with-me

Papers

Two-way kernel matrix puncturing: towards resource-efficient PCA and spectral clustering

2021-02-24 · Romain Couillet, Florent Chatelain, Nicolas Le Bihan

The article introduces an elementary cost and storage reduction method for spectral clustering and principal component analysis. The method consists in randomly "puncturing" both the data matrix $X\in\mathbb{C}^{p\times n}$ (or $\mathbb{R}^{p\times n}$) and its corresponding kernel (Gram) matrix $K$ through Bernoulli masks: $S\in\{0,1\}^{p\times n}$ for $X$ and $B\in\{0,1\}^{n\times n}$ for $K$. The resulting "two-way punctured" kernel is thus given by $K=\frac{1}{p}[(X \odot S)^{\sf H} (X \odot S)] \odot B$. We demonstrate that, for $X$ composed of independent columns drawn from a Gaussian mixture model, as $n,p\to\infty$ with $p/n\to c_0\in(0,\infty)$, the spectral behavior of $K$ -- its limiting eigenvalue distribution, as well as its isolated eigenvalues and eigenvectors -- is fully tractable and exhibits a series of counter-intuitive phenomena. We notably prove, and empirically confirm on GAN-generated image databases, that it is possible to drastically puncture the data, thereby providing possibly huge computational and storage gains, for a virtually constant (clustering of PCA) performance. This preliminary study opens as such the path towards rethinking, from a large dimensional standpoint, computational and storage costs in elementary machine learning models.

📄 PDF Abstract BibTeX arXiv:2102.12293

Code (1)

https://gricad-gitlab.univ-grenoble-alpes.fr/chatelaf/two-way-kernel-matrix-puncturing 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Federated Spectral Clustering via Secure Similarity Reconstruction

2023-09-21 · NeurIPS 2023 11

Federated learning has a significant advantage in protecting information privacy. Many scholars proposed various secure learning methods within the framework of federated learning but the study on secure federated unsupe…

Boosting Spectral Clustering on Incomplete Data via Kernel Correction and Affinity Learning

2023-11-03 · 37th Conference on Neural Information Processing Systems (NeurIPS 2023) 2023 11 · Fangchen Yu, Runze Zhao, Zhan Shi, Yiwen Lu 외

Spectral clustering has gained popularity for clustering non-convex data due to its simplicity and effectiveness. It is essential to construct a similarity graph using a high-quality affinity measure that models the loca…

ClusteringImputation

Multiple kernel concept factorization algorithm based on global fusion

2024-10-27 · Fei Li, Liang Du, Chaohong Ren

Non-negative Matrix Factorization(NMF) algorithm can only be used to find low rank approximation of original non-negative data while Concept Factorization(CF) algorithm extends matrix factorization to single non-linear k…

Clustering

Sparse Subspace Clustering with Entropy-Norm

2020-01-01 · ICML 2020 1 · Liang Bai, Jiye Liang

Sparse subspace clustering (SSC) and spectral clustering (SC) are both state-of-the-art methods to identify complex clusters in high-dimensional input space. However, there are few researches to discuss the relation betw…

Clustering

Twin Learning for Similarity and Clustering: A Unified Kernel Approach

2017-05-01 · Zhao Kang, Chong Peng, Qiang Cheng

Many similarity-based clustering methods work in two separate steps including similarity matrix computation and subsequent spectral clustering. However, similarity measurement is challenging because it is usually impacte…

Clustering