tBDFS: Temporal Graph Neural Network Leveraging DFS
Uriel Singer, Haggai Roitman, Ido Guy, Kira Radinsky

TL;DR
tBDFS introduces a novel temporal GNN architecture that aggregates information along temporal paths using a DFS-inspired approach, offering a new perspective on pattern detection in temporal graphs.
Contribution
This work presents the first application of a temporal-DFS neural network, focusing on path-oriented information aggregation rather than neighborhood aggregation.
Findings
Outperforms state-of-the-art baselines on link prediction tasks
Demonstrates the effectiveness of path-oriented aggregation in temporal graphs
First to apply a temporal-DFS neural network approach
Abstract
Temporal graph neural networks (temporal GNNs) have been widely researched, reaching state-of-the-art results on multiple prediction tasks. A common approach employed by most previous works is to apply a layer that aggregates information from the historical neighbors of a node. Taking a different research direction, in this work, we propose tBDFS -- a novel temporal GNN architecture. tBDFS applies a layer that efficiently aggregates information from temporal paths to a given (target) node in the graph. For each given node, the aggregation is applied in two stages: (1) A single representation is learned for each temporal path ending in that node, and (2) all path representations are aggregated into a final node representation. Overall, our goal is not to add new information to a node, but rather observe the same exact information in a new perspective. This allows our model to directly…
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 · Sentiment Analysis and Opinion Mining
