paper-with-me

Papers

Deep Cut-informed Graph Embedding and Clustering

2025-03-09 · Zhiyuan Ning, Zaitian Wang, Ran Zhang, Ping Xu, Kunpeng Liu, Pengyang Wang, Wei Ju, Pengfei Wang, Yuanchun Zhou, Erik Cambria, Chong Chen

Graph clustering aims to divide the graph into different clusters. The recently emerging deep graph clustering approaches are largely built on graph neural networks (GNN). However, GNN is designed for general graph encoding and there is a common issue of representation collapse in existing GNN-based deep graph clustering algorithms. We attribute two main reasons for such issues: (i) the inductive bias of GNN models: GNNs tend to generate similar representations for proximal nodes. Since graphs often contain a non-negligible amount of inter-cluster links, the bias results in error message passing and leads to biased clustering; (ii) the clustering guided loss function: most traditional approaches strive to make all samples closer to pre-learned cluster centers, which causes a degenerate solution assigning all data points to a single label thus make all samples and less discriminative. To address these challenges, we investigate graph clustering from a graph cut perspective and propose an innovative and non-GNN-based Deep Cut-informed Graph embedding and Clustering framework, namely DCGC. This framework includes two modules: (i) cut-informed graph encoding; (ii) self-supervised graph clustering via optimal transport. For the encoding module, we derive a cut-informed graph embedding objective to fuse graph structure and attributes by minimizing their joint normalized cut. For the clustering module, we utilize the optimal transport theory to obtain the clustering assignments, which can balance the guidance of "proximity to the pre-learned cluster center". With the above two tailored designs, DCGC is more suitable for the graph clustering task, which can effectively alleviate the problem of representation collapse and achieve better performance. We conduct extensive experiments to demonstrate that our method is simple but effective compared with benchmarks.

📄 PDF Abstract BibTeX arXiv:2503.06635

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClusteringGraph ClusteringGraph EmbeddingInductive Bias

Similar Papers 제목 키워드 기반

scCDCG: Efficient Deep Structural Clustering for single-cell RNA-seq via Deep Cut-informed Graph Embedding

2024-04-09 · Ping Xu, Zhiyuan Ning, Meng Xiao, Guihai Feng 외

Single-cell RNA sequencing (scRNA-seq) is essential for unraveling cellular heterogeneity and diversity, offering invaluable insights for bioinformatics advancements. Despite its potential, traditional clustering methods…

ClusteringDimensionality ReductionGraph EmbeddingGraph Neural Network+1

Soft Graph Clustering for single-cell RNA Sequencing Data

2025-07-14 · Ping Xu, Pengfei Wang, Zhiyuan Ning, Meng Xiao 외 arxiv

Clustering analysis is fundamental in single-cell RNA sequencing (scRNA-seq) data analysis for elucidating cellular heterogeneity and diversity. Recent graph-based scRNA-seq clustering methods, particularly graph neural …

Computational EfficiencyGraph ClusteringGraph Embedding

Spatially informed clustering, integration, and deconvolution of spatial transcriptomics with GraphST

2023-01-05 · bioRxiv 2023 1 · Yahui Long, Kok Siong Ang, Mengwei Li, Kian Long Kelvin Chong 외

Advances in spatial transcriptomics technologies have enabled the gene expression profiling of tissues while retaining its spatial context. Effective exploitation of this data combination requires spatially informed anal…

ClusteringContrastive Learning

From Representation to Clusters: A Contrastive Learning Approach for Attributed Hypergraph Clustering

2026-03-10 · Li Ni, Shuaikang Zeng, Lin Mu, Longlong Lin arxiv

Contrastive learning has demonstrated strong performance in attributed hypergraph clustering. Typically, existing methods based on contrastive learning first learn node embeddings and then apply clustering algorithms, su…

Representation LearningContrastive Learning

Attributed Graph Clustering: A Deep Attentional Embedding Approach

2019-06-15 · Chun Wang, Shirui Pan, Ruiqi Hu, Guodong Long 외

Graph clustering is a fundamental task which discovers communities or groups in networks. Recent studies have mostly focused on developing deep learning approaches to learn a compact graph embedding, upon which classic c…

ClusteringDecoderGraph ClusteringGraph Embedding+1