paper-with-me

홈 › Papers

Discretize Relaxed Solution of Spectral Clustering via a Non-Heuristic Algorithm

2023-10-19 · Hongyuan Zhang, Xuelong Li

Spectral clustering and its extensions usually consist of two steps: (1) constructing a graph and computing the relaxed solution; (2) discretizing relaxed solutions. Although the former has been extensively investigated, the discretization techniques are mainly heuristic methods, e.g., k-means, spectral rotation. Unfortunately, the goal of the existing methods is not to find a discrete solution that minimizes the original objective. In other words, the primary drawback is the neglect of the original objective when computing the discrete solution. Inspired by the first-order optimization algorithms, we propose to develop a first-order term to bridge the original problem and discretization algorithm, which is the first non-heuristic to the best of our knowledge. Since the non-heuristic method is aware of the original graph cut problem, the final discrete solution is more reliable and achieves the preferable loss value. We also theoretically show that the continuous optimum is beneficial to discretization algorithms though simply finding its closest discrete solution is an existing heuristic algorithm which is also unreliable. Sufficient experiments significantly show the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2310.12752

Code (1)

hyzhang98/first-order-discretization 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Understanding the Generalization Performance of Spectral Clustering Algorithms

2022-04-30 · Shaojie Li, Sheng Ouyang, Yong liu

The theoretical analysis of spectral clustering mainly focuses on consistency, while there is relatively little research on its generalization performance. In this paper, we study the excess risk bounds of the popular sp…

Clustering

Grassmannian Manifold Optimization Assisted Sparse Spectral Clustering

2017-07-01 · CVPR 2017 7 · Qiong Wang, Junbin Gao, Hong Li

Spectral Clustering is one of pioneered clustering methods in machine learning and pattern recognition field. It relies on the spectral decomposition criterion to learn a low-dimensonal embedding of data for a basic clus…

ClusteringDimensionality Reduction

A Novel Normalized-Cut Solver with Nearest Neighbor Hierarchical Initialization

2023-11-26 · Feiping Nie, Jitao Lu, Danyang Wu, Rong Wang 외

Normalized-Cut (N-Cut) is a famous model of spectral clustering. The traditional N-Cut solvers are two-stage: 1) calculating the continuous spectral embedding of normalized Laplacian matrix; 2) discretization via $K$-mea…

Clustering

Graph Summarization via Node Grouping: A Spectral Algorithm

2022-11-08 · Arpit Merchant, Michael Mathioudakis, Yanhao Wang

Graph summarization via node grouping is a popular method to build concise graph representations by grouping nodes from the original graph into supernodes and encoding edges into superedges such that the loss of adjacenc…

A New Result on the Complexity of Heuristic Estimates for the A* Algorithm

2018-03-16 · Othar Hansson, Andrew Mayer, Marco Valtorta

Relaxed models are abstract problem descriptions generated by ignoring constraints that are present in base-level problems. They play an important role in planning and search algorithms, as it has been shown that the len…