TL;DR
CaEGCN introduces a novel deep clustering framework that combines cross-attention fusion of content and relationship data with auto-encoders, improving clustering accuracy by leveraging heterogeneous data representations.
Contribution
The paper proposes CaEGCN, a new deep clustering method that integrates content and relationship information using cross-attention and auto-encoders, addressing over-smoothing in GCNs.
Findings
Outperforms existing clustering methods on various datasets.
Effectively fuses content and relationship data for improved clustering.
Demonstrates robustness across different data types.
Abstract
With the powerful learning ability of deep convolutional networks, deep clustering methods can extract the most discriminative information from individual data and produce more satisfactory clustering results. However, existing deep clustering methods usually ignore the relationship between the data. Fortunately, the graph convolutional network can handle such relationship, opening up a new research direction for deep clustering. In this paper, we propose a cross-attention based deep clustering framework, named Cross-Attention Fusion based Enhanced Graph Convolutional Network (CaEGCN), which contains four main modules: the cross-attention fusion module which innovatively concatenates the Content Auto-encoder module (CAE) relating to the individual data and Graph Convolutional Auto-encoder module (GAE) relating to the relationship between the data in a layer-by-layer manner, and the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Network
