paper-with-me

Papers

Spectral Clustering via Orthogonalization-Free Methods

2023-05-16 · Qiyuan Pang, Haizhao Yang

While orthogonalization exists in current dimensionality reduction methods in spectral clustering on undirected graphs, it does not scale in parallel computing environments. We propose four orthogonalization-free methods for spectral clustering. Our methods optimize one of two objective functions with no spurious local minima. In theory, two methods converge to features isomorphic to the eigenvectors corresponding to the smallest eigenvalues of the symmetric normalized Laplacian. The other two converge to features isomorphic to weighted eigenvectors weighting by the square roots of eigenvalues. We provide numerical evidence on the synthetic graphs from the IEEE HPEC Graph Challenge to demonstrate the effectiveness of the orthogonalization-free methods. Numerical results on the streaming graphs show that the orthogonalization-free methods are competitive in the streaming graph scenario since they can take full advantage of the computed features of previous graphs and converge fast. Our methods are also more scalable in parallel computing environments because orthogonalization is unnecessary. Numerical results are provided to demonstrate the scalability of our methods. Consequently, our methods have advantages over other dimensionality reduction methods when handling spectral clustering for large streaming graphs.

📄 PDF Abstract BibTeX arXiv:2305.10356

Code (1)

qiyuanpang/distributedlevp.jl 공식 구현

Tasks

ClusteringDimensionality Reduction

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

SpecNet2: Orthogonalization-free spectral embedding by neural networks

2022-06-14 · Ziyu Chen, Yingzhou Li, Xiuyuan Cheng

Spectral methods which represent data points by eigenvectors of kernel matrices or graph Laplacian matrices have been a primary tool in unsupervised data analysis. In many application scenarios, parametrizing the spectra…

Computational Efficiency

Spectral Gradient Orthogonalization Improves Differentially Private Training at Scale

2026-08-18 · Sabari Shanmugam, Nick Barnes, Kerry Taylor arxiv

Differentially private training adds isotropic Gaussian noise to clipped gradients, corrupting every singular direction equally. In vision models, where spatial correlation concentrates gradient energy into a low-rank su…

Powering Up Zeroth-Order Training via Subspace Gradient Orthogonalization

2026-02-19 · Yicheng Lang, Changsheng Wang, Yihua Zhang, Mingyi Hong 외 arxiv

Zeroth-order (ZO) optimization provides a gradient-free alternative to first-order (FO) methods by estimating gradients via finite differences of function evaluations, and has recently emerged as a memory-efficient parad…

Preconditioning Benefits of Spectral Orthogonalization in Muon

2026-01-20 · Jianhao Ma, Yu Huang, Yuejie Chi, Yuxin Chen arxiv

The Muon optimizer, a matrix-structured algorithm that leverages spectral orthogonalization of gradients, is a milestone in the pretraining of large language models. However, the underlying mechanisms of Muon -- particul…

Orthogonalization of data via Gromov-Wasserstein type feedback for clustering and visualization

2022-07-25 · Martin Ryner, Johan Karlsson

In this paper we propose an adaptive approach for clustering and visualization of data by an orthogonalization process. Starting with the data points being represented by a Markov process using the diffusion map framewor…

ClusteringSpecificity