paper-with-me

홈 › Papers

Cluster Attention for Graph Machine Learning

2026-04-08 · Oleg Platonov, Liudmila Prokhorenkova arxiv

Message Passing Neural Networks have recently become the most popular approach to graph machine learning tasks; however, their receptive field is limited by the number of message passing layers. To increase the receptive field, Graph Transformers with global attention have been proposed; however, global attention does not take into account the graph topology and thus lacks graph-structure-based inductive biases, which are typically very important for graph machine learning tasks. In this work, we propose an alternative approach: cluster attention (CLATT). We divide graph nodes into clusters with off-the-shelf graph community detection algorithms and let each node attend to all other nodes in each cluster. CLATT provides large receptive fields while still having strong graph-structure-based inductive biases. We show that augmenting Message Passing Neural Networks or Graph Transformers with CLATT significantly improves their performance on a wide range of graph datasets including datasets from the recently introduced GraphLand benchmark representing real-world applications of graph machine learning.

📄 PDF Abstract BibTeX arXiv:2604.07492

Code (0)

등록된 구현이 없습니다.

Tasks

Community Detection

Similar Papers 제목 키워드 기반

FairAD: Computationally Efficient Fair Graph Clustering via Algebraic Distance

2025-10-31 · Minh Phu Vuong, Young-Ju Lee, Iván Ojeda-Ruiz, Chul-Ho Lee arxiv

Due to the growing concern about unsavory behaviors of machine learning models toward certain demographic groups, the notion of 'fairness' has recently drawn much attention from the community, thereby motivating the stud…

Graph Clustering

Ensemble Learning for Spectral Clustering

2020-11-20 · Hongmin Li, Xiucai Ye, Akira Imakura, Tetsuya Sakurai

Ensemble clustering has attracted much attention in machine learning and data mining for the high performance in the task of clustering. Spectral clustering is one of the most popular clustering methods and has superior …

ClusteringEnsemble LearningImage/Document Clustering

Transforming Graphs for Enhanced Attribute Clustering: An Innovative Graph Transformer-Based Method

2023-06-20 · Shuo Han, Jiacheng Liu, Jiayun Wu, Yinan Chen 외

Graph Representation Learning (GRL) is an influential methodology, enabling a more profound understanding of graph-structured data and aiding graph clustering, a critical task across various domains. The recent incursion…

AttributeClusteringGraph AttentionGraph Clustering+4

Cluster-wise Graph Transformer with Dual-granularity Kernelized Attention

2024-10-09 · Siyuan Huang, Yunchong Song, Jiayue Zhou, Zhouhan Lin

In the realm of graph learning, there is a category of methods that conceptualize graphs as hierarchical structures, utilizing node clustering to capture broader structural information. While generally effective, these m…

Graph LearningNode Clustering

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