Lifelong Graph Learning for Graph Summarization
Jonatan Frank, Marcel Hoffmann, Nicolas Lell, David Richerby, Ansgar, Scherp

TL;DR
This paper explores lifelong graph summarization using neural networks on web graphs, demonstrating how models adapt over time and highlighting challenges due to increasing heterogeneity in large-scale web data.
Contribution
It introduces a lifelong learning approach for graph summarization with neural networks, analyzing parameter reuse, transfer, and forgetting over temporal web graph snapshots.
Findings
Neural networks mainly use 1-hop information for summaries.
2-hop summaries can produce significantly more vertex summaries.
Accuracy drops when applying models across a ten-year time span.
Abstract
Summarizing web graphs is challenging due to the heterogeneity of the modeled information and its changes over time. We investigate the use of neural networks for lifelong graph summarization. Assuming we observe the web graph at a certain time, we train the networks to summarize graph vertices. We apply this trained network to summarize the vertices of the changed graph at the next point in time. Subsequently, we continue training and evaluating the network to perform lifelong graph summarization. We use the GNNs Graph-MLP and GraphSAINT, as well as an MLP baseline, to summarize the temporal graphs. We compare -hop and -hop summaries. We investigate the impact of reusing parameters from a previous snapshot by measuring the backward and forward transfer and the forgetting rate of the neural networks. Our extensive experiments on ten weekly snapshots of a web graph with over M…
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 · Topic Modeling · Graph Theory and Algorithms
MethodsGraph sampling based inductive learning method
