Gophormer: Ego-Graph Transformer for Node Classification
Jianan Zhao, Chaozhuo Li, Qianlong Wen, Yiqi Wang, Yuming Liu, Hao, Sun, Xing Xie, Yanfang Ye

TL;DR
Gophormer introduces an ego-graph transformer approach for node classification that improves scalability and performance by sampling ego-graphs, using proximity-enhanced attention, and employing regularization and multi-sample inference.
Contribution
The paper presents a novel Gophormer model that applies transformers on ego-graphs, addressing scalability issues and enhancing structural feature capture in node classification tasks.
Findings
Outperforms existing graph transformers and GNNs on six benchmark datasets.
Scalability is improved by sampling ego-graphs instead of full graphs.
Proximity-enhanced attention captures fine-grained structural information.
Abstract
Transformers have achieved remarkable performance in a myriad of fields including natural language processing and computer vision. However, when it comes to the graph mining area, where graph neural network (GNN) has been the dominant paradigm, transformers haven't achieved competitive performance, especially on the node classification task. Existing graph transformer models typically adopt fully-connected attention mechanism on the whole input graph and thus suffer from severe scalability issues and are intractable to train in data insufficient cases. To alleviate these issues, we propose a novel Gophormer model which applies transformers on ego-graphs instead of full-graphs. Specifically, Node2Seq module is proposed to sample ego-graphs as the input of transformers, which alleviates the challenge of scalability and serves as an effective data augmentation technique to boost model…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Recommender Systems and Techniques
MethodsAttention Is All You Need · Graph Neural Network · Linear Layer · Laplacian EigenMap · Dense Connections · Byte Pair Encoding · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing · Adam
