paper-with-me

Papers

Scalable Spectral Clustering Using Random Binning Features

2018-05-25 · Lingfei Wu, Pin-Yu Chen, Ian En-Hsu Yen, Fangli Xu, Yinglong Xia, Charu Aggarwal

Spectral clustering is one of the most effective clustering approaches that capture hidden cluster structures in the data. However, it does not scale well to large-scale problems due to its quadratic complexity in constructing similarity graphs and computing subsequent eigendecomposition. Although a number of methods have been proposed to accelerate spectral clustering, most of them compromise considerable information loss in the original data for reducing computational bottlenecks. In this paper, we present a novel scalable spectral clustering method using Random Binning features (RB) to simultaneously accelerate both similarity graph construction and the eigendecomposition. Specifically, we implicitly approximate the graph similarity (kernel) matrix by the inner product of a large sparse feature matrix generated by RB. Then we introduce a state-of-the-art SVD solver to effectively compute eigenvectors of this large matrix for spectral clustering. Using these two building blocks, we reduce the computational cost from quadratic to linear in the number of data points while achieving similar accuracy. Our theoretical analysis shows that spectral clustering via RB converges faster to the exact spectral clustering than the standard Random Feature approximation. Extensive experiments on 8 benchmarks show that the proposed method either outperforms or matches the state-of-the-art methods in both accuracy and runtime. Moreover, our method exhibits linear scalability in both the number of data samples and the number of RB features.

📄 PDF Abstract BibTeX arXiv:1805.11048

Code (1)

IBM/SpectralClustering_RandomBinning 공식 구현

Tasks

Clusteringgraph constructionGraph SimilarityImage/Document 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 제목 키워드 기반

Scaling up Kernel Ridge Regression via Locality Sensitive Hashing

2020-03-21 · Michael Kapralov, Navid Nouri, Ilya Razenshteyn, Ameya Velingker 외

Random binning features, introduced in the seminal paper of Rahimi and Recht (2007), are an efficient method for approximating a kernel matrix using locality sensitive hashing. Random binning features provide a very simp…

Gaussian Processesregression

Scalable and Adaptive Spectral Embedding for Attributed Graph Clustering

2024-08-11 · Yunhui Liu, Tieke He, Qing Wu, Tao Zheng 외

Attributed graph clustering, which aims to group the nodes of an attributed graph into disjoint clusters, has made promising advancements in recent years. However, most existing methods face challenges when applied to la…

ClusteringGraph Clustering

Semantic Word Clusters Using Signed Spectral Clustering

2017-07-01 · ACL 2017 7 · Jo{\~a}o Sedoc, Jean Gallier, Dean Foster, Lyle Ungar

Vector space representations of words capture many aspects of word similarity, but such methods tend to produce vector spaces in which antonyms (as well as synonyms) are close to each other. For spectral clustering using…

ClusteringGraph ClusteringSemantic Textual SimilarityWord Embeddings+1

Auditing Discriminatory Patterns in Mortgage Lending Through Association Rules and Fair Binning

2026-05-16 · Archit Rathod, Dhwani Chande, Het Nagda arxiv

Mortgage lending in the United States exhibits persistent racial and gender disparities. We investigate whether standard data preprocessing steps, specifically attribute binning, amplify these disparities in downstream p…

Data Aggregation for Reducing Training Data in Symbolic Regression

2021-08-24 · Lukas Kammerer, Gabriel Kronberger, Michael Kommenda

The growing volume of data makes the use of computationally intense machine learning techniques such as symbolic regression with genetic programming more and more impractical. This work discusses methods to reduce the tr…

BIG-bench Machine LearningregressionSymbolic Regression