Neighborhood-aware Scalable Temporal Network Representation Learning
Yuhong Luo, Pan Li

TL;DR
This paper introduces NAT, a scalable neighborhood-aware model for temporal network representation learning that efficiently captures joint neighborhood information, improving link prediction accuracy and speed on large-scale networks.
Contribution
NAT replaces traditional single-vector node representations with a dictionary-based neighborhood encoding and a GPU-friendly data structure, enabling fast, scalable structural feature extraction.
Findings
Outperforms state-of-the-art baselines in link prediction accuracy.
Achieves significant speed-up in feature construction and prediction tasks.
Effectively captures joint neighborhood information in large-scale temporal networks.
Abstract
Temporal networks have been widely used to model real-world complex systems such as financial systems and e-commerce systems. In a temporal network, the joint neighborhood of a set of nodes often provides crucial structural information useful for predicting whether they may interact at a certain time. However, recent representation learning methods for temporal networks often fail to extract such information or depend on online construction of structural features, which is time-consuming. To address the issue, this work proposes Neighborhood-Aware Temporal network model (NAT). For each node in the network, NAT abandons the commonly-used one-single-vector-based representation while adopting a novel dictionary-type neighborhood representation. Such a dictionary representation records a downsampled set of the neighboring nodes as keys, and allows fast construction of structural features…
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 · Complex Network Analysis Techniques · Caching and Content Delivery
