Temporal receptive field in dynamic graph learning: A comprehensive analysis
Yannis Karmim, Leshanshui Yang, Raphaël Fournier S'Niehotta, Clément Chatelain, Sébastien Adam, Nicolas Thome
TL;DR
This paper addresses the underexplored question of how the temporal receptive field, i.e., the temporal context window $\tau$, affects dynamic link prediction on discrete-time dynamic graphs. It formalizes the concept and conducts a large-scale benchmark across ten diverse datasets and multiple DT-DGNN architectures, comparing performance when using all temporal information ($\tau_\infty$) versus an optimally chosen window ($\tau^*$). The findings show that an appropriately sized $\tau^*$ can yield substantial improvements for several models, while overly long windows can introduce noise and degrade accuracy, with effects that are dataset- and model-dependent. The work emphasizes the need for dataset-aware evaluation of temporal context and provides reproducible benchmarking to guide future development of dynamic graph learning methods. The accompanying codebase enables researchers to test new datasets and models under varied temporal contexts.
Abstract
Dynamic link prediction is a critical task in the analysis of evolving networks, with applications ranging from recommender systems to economic exchanges. However, the concept of the temporal receptive field, which refers to the temporal context that models use for making predictions, has been largely overlooked and insufficiently analyzed in existing research. In this study, we present a comprehensive analysis of the temporal receptive field in dynamic graph learning. By examining multiple datasets and models, we formalize the role of temporal receptive field and highlight their crucial influence on predictive accuracy. Our results demonstrate that appropriately chosen temporal receptive field can significantly enhance model performance, while for some models, overly large windows may introduce noise and reduce accuracy. We conduct extensive benchmarking to validate our findings, ensuring that all experiments are fully reproducible. Code is available at https://github.com/ykrmm/BenchmarkTW .
