LGJun 22

Bridge the Gaps: Heterogeneous Attributed Graph Clustering via Quaternion Representation Learning

arXiv:2606.231997.0
Predicted impact top 63% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For graph clustering practitioners, AGREE provides a unified framework handling heterogeneous attributes without predefined cluster numbers, but the improvements are incremental over existing methods.

AGREE addresses heterogeneous attribute clustering in attributed graphs by unifying numerical and categorical attributes via quaternion representation learning, mitigating over-smoothing and over-dominating effects. It achieves strong performance across diverse benchmarks in accuracy, robustness, and adaptability.

Attributed graph clustering partitions nodes by jointly exploiting node attributes and graph topology. It remains challenging due to attribute heterogeneity and representation degradation during graph learning. Real-world datasets often contain heterogeneous attributes, i.e., numerical and categorical attributes, complicating unified representation learning. This challenge becomes more complex in attributed graphs, where constructing a clustering-friendly graph structure from attributes and topology remains difficult. Under deep graph architectures, repeated graph propagation causes node embeddings to become overly similar, leading to the over-smoothing (OS) effect. Meanwhile, graph representation learning amplifies topological influence, making discriminative attribute information harder to exploit for clustering, an effect we refer to as over-dominating (OD). To bridge these gaps, an end-to-end framework, Any-type attributed Graph REpresentation lEarning (AGREE), is proposed. It unifies attributed graphs and any-type attributed data through multi-level alignment and similarity-based graph construction. Quaternion-based graph convolution strengthens attribute interaction to alleviate OD, while shallow graph architectures help relieve OS. The learned embeddings are jointly optimized for graph reconstruction and clustering, without requiring a predefined number of clusters during training. Experiments on diverse benchmarks show that AGREE achieves strong overall performance in accuracy, robustness, and adaptability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes