paper-with-me

홈 › Papers

Exploring the Global-to-Local Attention Scheme in Graph Transformers: An Empirical Study

2025-09-18 · Gang Wu, Zhengwei Wang arxiv

Graph Transformers (GTs) show considerable potential in graph representation learning. The architecture of GTs typically integrates Graph Neural Networks (GNNs) with global attention mechanisms either in parallel or as a precursor to attention mechanisms, yielding a local-and-global or local-to-global attention scheme. However, as the global attention mechanism primarily captures long-range dependencies between nodes, these integration schemes may suffer from information loss, where the local neighborhood information learned by GNN could be diluted by the attention mechanism. Therefore, we propose G2LFormer, featuring a novel global-to-local attention scheme where the shallow network layers use attention mechanisms to capture global information, while the deeper layers employ GNN modules to learn local structural information, thereby preventing nodes from ignoring their immediate neighbors. An effective cross-layer information fusion strategy is introduced to allow local layers to retain beneficial information from global layers and alleviate information loss, with acceptable trade-offs in scalability. To validate the feasibility of the global-to-local attention scheme, we compare G2LFormer with state-of-the-art linear GTs and GNNs on node-level and graph-level tasks. The results indicate that G2LFormer exhibits excellent performance while keeping linear complexity.

📄 PDF Abstract BibTeX arXiv:2509.14863

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation Learning

Similar Papers 제목 키워드 기반

Real-time Automatic M-mode Echocardiography Measurement with Panel Attention from Local-to-Global Pixels

2023-08-15 · Ching-Hsun Tseng, Shao-Ju Chien, Po-Shen Wang, Shin-Jye Lee 외

Motion mode (M-mode) recording is an essential part of echocardiography to measure cardiac dimension and function. However, the current diagnosis cannot build an automatic scheme, as there are three fundamental obstructs…

Instance SegmentationMedical Image Segmentationobject-detectionObject Detection+3

Exploring Global Diversity and Local Context for Video Summarization

2022-01-27 · Yingchao Pan, Ouhan Huang, Qinghao Ye, Zhongjin Li 외

Video summarization aims to automatically generate a diverse and concise summary which is useful in large-scale video processing. Most of the methods tend to adopt self-attention mechanism across video frames, which fail…

DiversityVideo Summarization

Heterophily-Aware Graph Attention Network

2023-02-07 · Junfu Wang, Yuanfang Guo, Liang Yang, Yunhong Wang

Graph Neural Networks (GNNs) have shown remarkable success in graph representation learning. Unfortunately, current weight assignment schemes in standard GNNs, such as the calculation based on node degrees or pair-wise r…

Graph AttentionGraph Representation LearningNode ClassificationRepresentation Learning

Global-Graph Guided and Local-Graph Weighted Contrastive Learning for Unified Clustering on Incomplete and Noise Multi-View Data

2025-12-25 · Hongqing He, Jie Xu, Wenyuan Yang, Yonghua Zhu 외 arxiv

Recently, contrastive learning (CL) plays an important role in exploring complementary information for multi-view clustering (MVC) and has attracted increasing attention. Nevertheless, real-world multi-view data suffer f…

Contrastive Learning

Global Attention based Graph Convolutional Neural Networks for Improved Materials Property Prediction

2020-03-11 · Steph-Yves Louis, Yong Zhao, Alireza Nasiri, Xiran Wong 외

Machine learning (ML) methods have gained increasing popularity in exploring and developing new materials. More specifically, graph neural network (GNN) has been applied in predicting material properties. In this work, w…

Graph AttentionGraph Neural NetworkProperty Prediction