# You Only Transfer What You Share: Intersection-Induced Graph Transfer   Learning for Link Prediction

**Authors:** Wenqing Zheng, Edward W Huang, Nikhil Rao, Zhangyang Wang, Karthik, Subbian

arXiv: 2302.14189 · 2023-06-21

## TL;DR

This paper introduces a transfer learning framework for link prediction that leverages intersection subgraphs between a sparse target graph and a denser source graph, improving performance by transferring meaningful structural knowledge.

## Contribution

The paper proposes a novel intersection-induced transfer learning method that utilizes shared nodes to transfer structural information for link prediction in sparse graphs.

## Key findings

- Outperforms existing transfer learning baselines on real datasets
- Effective use of intersection subgraphs improves link prediction accuracy
- Applicable to e-commerce and academic co-authorship graphs

## Abstract

Link prediction is central to many real-world applications, but its performance may be hampered when the graph of interest is sparse. To alleviate issues caused by sparsity, we investigate a previously overlooked phenomenon: in many cases, a densely connected, complementary graph can be found for the original graph. The denser graph may share nodes with the original graph, which offers a natural bridge for transferring selective, meaningful knowledge. We identify this setting as Graph Intersection-induced Transfer Learning (GITL), which is motivated by practical applications in e-commerce or academic co-authorship predictions. We develop a framework to effectively leverage the structural prior in this setting. We first create an intersection subgraph using the shared nodes between the two graphs, then transfer knowledge from the source-enriched intersection subgraph to the full target graph. In the second step, we consider two approaches: a modified label propagation, and a multi-layer perceptron (MLP) model in a teacher-student regime. Experimental results on proprietary e-commerce datasets and open-source citation graphs show that the proposed workflow outperforms existing transfer learning baselines that do not explicitly utilize the intersection structure.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14189/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14189/full.md

## References

71 references — full list in the complete paper: https://tomesphere.com/paper/2302.14189/full.md

---
Source: https://tomesphere.com/paper/2302.14189