LGAIMay 31, 2025

TMetaNet: Topological Meta-Learning Framework for Dynamic Link Prediction

arXiv:2506.00453v16 citationsh-index: 5Has CodeICML
Originality Incremental advance
AI Analysis

It addresses dynamic graph analysis for applications like social networks, though it appears incremental by enhancing meta-learning with topological information.

The paper tackles dynamic link prediction by introducing TMetaNet, a meta-learning framework that incorporates topological features via Dowker Zigzag Persistence, achieving state-of-the-art performance and resilience to noise on real-world datasets.

Dynamic graphs evolve continuously, presenting challenges for traditional graph learning due to their changing structures and temporal dependencies. Recent advancements have shown potential in addressing these challenges by developing suitable meta-learning-based dynamic graph neural network models. However, most meta-learning approaches for dynamic graphs rely on fixed weight update parameters, neglecting the essential intrinsic complex high-order topological information of dynamically evolving graphs. We have designed Dowker Zigzag Persistence (DZP), an efficient and stable dynamic graph persistent homology representation method based on Dowker complex and zigzag persistence, to capture the high-order features of dynamic graphs. Armed with the DZP ideas, we propose TMetaNet, a new meta-learning parameter update model based on dynamic topological features. By utilizing the distances between high-order topological features, TMetaNet enables more effective adaptation across snapshots. Experiments on real-world datasets demonstrate TMetaNet's state-of-the-art performance and resilience to graph noise, illustrating its high potential for meta-learning and dynamic graph analysis. Our code is available at https://github.com/Lihaogx/TMetaNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes