paper-with-me

홈 › Papers

Graph Probability Aggregation Clustering

2025-02-27 · Yuxuan Yan, Na Lu, Difei Mei, Ruofan Yan, Youtian Du

Traditional clustering methods typically focus on either cluster-wise global clustering or point-wise local clustering to reveal the intrinsic structures in unlabeled data. Global clustering optimizes an objective function to explore the relationships between clusters, but this approach may inevitably lead to coarse partition. In contrast, local clustering heuristically groups data based on detailed point relationships, but it tends to be less coherence and efficient. To bridge the gap between these two concepts and utilize the strengths of both, we propose Graph Probability Aggregation Clustering (GPAC), a graph-based fuzzy clustering algorithm. GPAC unifies the global clustering objective function with a local clustering constraint. The entire GPAC framework is formulated as a multi-constrained optimization problem, which can be solved using the Lagrangian method. Through the optimization process, the probability of a sample belonging to a specific cluster is iteratively calculated by aggregating information from neighboring samples within the graph. We incorporate a hard assignment variable into the objective function to further improve the convergence and stability of optimization. Furthermore, to efficiently handle large-scale datasets, we introduce an acceleration program that reduces the computational complexity from quadratic to linear, ensuring scalability. Extensive experiments conducted on synthetic, real-world, and deep learning datasets demonstrate that GPAC not only exceeds existing state-of-the-art methods in clustering performance but also excels in computational efficiency, making it a powerful tool for complex clustering challenges.

📄 PDF Abstract BibTeX arXiv:2502.19897

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringComputational Efficiency

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Deep Online Probability Aggregation Clustering

2024-07-07 · Yuxuan Yan, Na Lu, Ruofan Yan

Combining machine clustering with deep models has shown remarkable superiority in deep clustering. It modifies the data processing pipeline into two alternating phases: feature clustering and model training. However, suc…

ClusteringDeep ClusteringImage ClassificationImage Clustering

Multilayer Spectral Graph Clustering via Convex Layer Aggregation: Theory and Algorithms

2017-08-08 · Pin-Yu Chen, Alfred O. Hero

Multilayer graphs are commonly used for representing different relations between entities and handling heterogeneous data processing tasks. Non-standard multilayer graph clustering methods are needed for assigning cluste…

ClusteringGraph ClusteringSpectral Graph Clustering

Multilayer Spectral Graph Clustering via Convex Layer Aggregation

2016-09-23 · Pin-Yu Chen, Alfred O. Hero III

Multilayer graphs are commonly used for representing different relations between entities and handling heterogeneous data processing tasks. New challenges arise in multilayer graph clustering for assigning clusters to a …

ClusteringGraph ClusteringSpectral Graph Clustering

Clustering Aggregation as Maximum-Weight Independent Set

2012-12-01 · NeurIPS 2012 12 · Nan Li, Longin J. Latecki

We formulate clustering aggregation as a special instance of Maximum-Weight Independent Set (MWIS) problem. For a given dataset, an attributed graph is constructed from the union of the input clusterings generated by dif…

Clustering

Spectral Clustering on Large Datasets: When Does it Work? Theory from Continuous Clustering and Density Cheeger-Buser

2023-05-11 · Timothy Chu, Gary Miller, Noel Walkington

Spectral clustering is one of the most popular clustering algorithms that has stood the test of time. It is simple to describe, can be implemented using standard linear algebra, and often finds better clusters than tradi…

Clustering