Learning a Mini-batch Graph Transformer via Two-stage Interaction Augmentation
Wenda Li, Kaixuan Chen, Shunyu Liu, Tongya Zheng, Wenjie Huang and, Mingli Song

TL;DR
LGMformer introduces a two-stage interaction augmentation for Mini-batch Graph Transformers, improving local neighbor understanding and global graph perception, leading to better node classification performance.
Contribution
It proposes LGMformer, a novel MGT model with local and global interaction augmentations, addressing information loss and limited global context in mini-batch graph learning.
Findings
Enhanced node representations in benchmark datasets
Improved accuracy in semi-supervised node classification
Effective integration of local and global graph information
Abstract
Mini-batch Graph Transformer (MGT), as an emerging graph learning model, has demonstrated significant advantages in semi-supervised node prediction tasks with improved computational efficiency and enhanced model robustness. However, existing methods for processing local information either rely on sampling or simple aggregation, which respectively result in the loss and squashing of critical neighbor information.Moreover, the limited number of nodes in each mini-batch restricts the model's capacity to capture the global characteristic of the graph. In this paper, we propose LGMformer, a novel MGT model that employs a two-stage augmented interaction strategy, transitioning from local to global perspectives, to address the aforementioned bottlenecks.The local interaction augmentation (LIA) presents a neighbor-target interaction Transformer (NTIformer) to acquire an insightful understanding…
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
TopicsAdvanced Graph Neural Networks
MethodsAttention Is All You Need · Laplacian EigenMap · Laplacian Positional Encodings · Byte Pair Encoding · Layer Normalization · Linear Layer · Label Smoothing · Adam · Dropout · Multi-Head Attention
