paper-with-me

Papers

Self-Supervised Graph Embedding Clustering

2024-09-24 · Fangfang Li, Quanxue Gao, Cheng Deng, Wei Xia

The K-means one-step dimensionality reduction clustering method has made some progress in addressing the curse of dimensionality in clustering tasks. However, it combines the K-means clustering and dimensionality reduction processes for optimization, leading to limitations in the clustering effect due to the introduced hyperparameters and the initialization of clustering centers. Moreover, maintaining class balance during clustering remains challenging. To overcome these issues, we propose a unified framework that integrates manifold learning with K-means, resulting in the self-supervised graph embedding framework. Specifically, we establish a connection between K-means and the manifold structure, allowing us to perform K-means without explicitly defining centroids. Additionally, we use this centroid-free K-means to generate labels in low-dimensional space and subsequently utilize the label information to determine the similarity between samples. This approach ensures consistency between the manifold structure and the labels. Our model effectively achieves one-step clustering without the need for redundant balancing hyperparameters. Notably, we have discovered that maximizing the $\ell_{2,1}$-norm naturally maintains class balance during clustering, a result that we have theoretically proven. Finally, experiments on multiple datasets demonstrate that the clustering results of Our-LPP and Our-MFA exhibit excellent and reliable performance.

📄 PDF Abstract BibTeX arXiv:2409.15887

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDimensionality ReductionGraph Embedding

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Self-Supervised Metric Learning With Graph Clustering For Speaker Diarization

2021-09-14 · Prachi Singh, Sriram Ganapathy

In this paper, we propose a novel algorithm for speaker diarization using metric learning for graph based clustering. The graph clustering algorithms use an adjacency matrix consisting of similarity scores. These scores …

ClusteringGraph ClusteringMetric LearningRepresentation Learning+3

GraPix: Exploring Graph Modularity Optimization for Unsupervised Pixel Clustering

2024-12-04 · 27th International Conference on Pattern Recognition (ICPR) 2024 12 · Sonal Kumar, Arijit Sur, Rashmi Dutta Baruah

A vision transformer learns high-quality patch embeddings during the self-supervised training, which plays a crucial role in many unsupervised downstream tasks like object localization, object detection, and sparse seman…

AttributeClusteringObject LocalizationSegmentation+2

Deep Graph Clustering via Mutual Information Maximization and Mixture Model

2022-05-10 · Maedeh Ahmadi, Mehran Safayani, Abdolreza Mirzaei

Attributed graph clustering or community detection which learns to cluster the nodes of a graph is a challenging task in graph analysis. In this paper, we introduce a contrastive learning framework for learning clusterin…

ClusteringCommunity DetectionContrastive LearningGraph Clustering+1

Self Supervised Clustering of Traffic Scenes using Graph Representations

2022-11-24 · Maximilian Zipfl, Moritz Jarosch, J. Marius Zöllner

Examining graphs for similarity is a well-known challenge, but one that is mandatory for grouping graphs together. We present a data-driven method to cluster traffic scenes that is self-supervised, i.e. without manual la…

ClusteringGraph Embedding

Every Node is Different: Dynamically Fusing Self-Supervised Tasks for Attributed Graph Clustering

2024-01-12 · Pengfei Zhu, Qian Wang, Yu Wang, Jialu Li 외

Attributed graph clustering is an unsupervised task that partitions nodes into different groups. Self-supervised learning (SSL) shows great potential in handling this task, and some recent studies simultaneously learn mu…

ClusteringGraph ClusteringSelf-Supervised Learning