Graph Attention-based Adaptive Transfer Learning for Link Prediction
Huashen Lu, Wensheng Gan, Guoting Chen, Zhichao Huang, Philip S. Yu

TL;DR
This paper introduces GAATNet, a graph attention-based transfer learning model that enhances link prediction across diverse graph datasets by combining pre-training, fine-tuning, and global feature capturing strategies, achieving state-of-the-art results.
Contribution
The paper presents a novel GAATNet model that integrates global node embeddings and a self-adapter for efficient transfer learning in link prediction tasks.
Findings
GAATNet outperforms existing methods on seven datasets.
Incorporating distant neighbor embeddings improves global feature capture.
The lightweight self-adapter accelerates training and enhances generalization.
Abstract
Graph neural networks (GNNs) have brought revolutionary advancements to the field of link prediction (LP), providing powerful tools for mining potential relationships in graphs. However, existing methods face challenges when dealing with large-scale sparse graphs and the need for a high degree of alignment between different datasets in transfer learning. Besides, although self-supervised methods have achieved remarkable success in many graph tasks, prior research has overlooked the potential of transfer learning to generalize across different graph datasets. To address these limitations, we propose a novel Graph Attention Adaptive Transfer Network (GAATNet). It combines the advantages of pre-training and fine-tuning to capture global node embedding information across datasets of different scales, ensuring efficient knowledge transfer and improved LP performance. To enhance the model's…
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 · Graph Theory and Algorithms · Complex Network Analysis Techniques
