paper-with-me

Papers

Trajectory Encoding Temporal Graph Networks

2025-04-15 · Jiafeng Xiong, Rizos Sakellariou

Temporal Graph Networks (TGNs) have demonstrated significant success in dynamic graph tasks such as link prediction and node classification. Both tasks comprise transductive settings, where the model predicts links among known nodes, and in inductive settings, where it generalises learned patterns to previously unseen nodes. Existing TGN designs face a dilemma under these dual scenarios. Anonymous TGNs, which rely solely on temporal and structural information, offer strong inductive generalisation but struggle to distinguish known nodes. In contrast, non-anonymous TGNs leverage node features to excel in transductive tasks yet fail to adapt to new nodes. To address this challenge, we propose Trajectory Encoding TGN (TETGN). Our approach introduces automatically expandable node identifiers (IDs) as learnable temporal positional features and performs message passing over these IDs to capture each node's historical context. By integrating this trajectory-aware module with a standard TGN using multi-head attention, TETGN effectively balances transductive accuracy with inductive generalisation. Experimental results on three real-world datasets show that TETGN significantly outperforms strong baselines on both link prediction and node classification tasks, demonstrating its ability to unify the advantages of anonymous and non-anonymous models for dynamic graph learning.

📄 PDF Abstract BibTeX arXiv:2504.11386

Code (1)

xjiaf/tetgn 공식 구현 pytorch

Tasks

Graph LearningLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

TGN Temporal Graph Network, or TGN, is a framework for deep learning on dynamic graphs represented as sequences of timed events. The memory (state) of the model at time $t$…

Similar Papers 제목 키워드 기반

SocialFormer: Social Interaction Modeling with Edge-enhanced Heterogeneous Graph Transformers for Trajectory Prediction

2024-05-06 · Zixu Wang, Zhigang Sun, Juergen Luettin, Lavdim Halilaj

Accurate trajectory prediction is crucial for ensuring safe and efficient autonomous driving. However, most existing methods overlook complex interactions between traffic participants that often govern their future traje…

Autonomous DrivingGraph Neural NetworkPredictionTrajectory Prediction

A Spatio-temporal Graph Network Allowing Incomplete Trajectory Input for Pedestrian Trajectory Prediction

2025-01-22 · Juncen Long, Gianluca Bardaro, Simone Mentasti, Matteo Matteucci

Pedestrian trajectory prediction is important in the research of mobile robot navigation in environments with pedestrians. Most pedestrian trajectory prediction algorithms require the input historical trajectories to be …

Pedestrian Trajectory PredictionPredictionRobot NavigationTrajectory Prediction

Ternary Logic Encodings of Temporal Behavior Trees with Application to Control Synthesis

2026-04-13 · Ryan Matheu, John S. Baras, Calin Belta arxiv

Behavior Trees (BTs) provide designers an intuitive graphical interface to construct long-horizon plans for autonomous systems. To ensure their correctness and safety, rigorous formal models and verification techniques a…

TENET: Transformer Encoding Network for Effective Temporal Flow on Motion Prediction

2022-06-30 · Yuting Wang, Hangning Zhou, Zhigang Zhang, Chen Feng 외

This technical report presents an effective method for motion prediction in autonomous driving. We develop a Transformer-based method for input encoding and trajectory prediction. Besides, we propose the Temporal Flow He…

Autonomous DrivingMotion Forecastingmotion predictionPrediction+1

HGFreNet: Hop-hybrid GraphFomer for 3D Human Pose Estimation with Trajectory Consistency in Frequency Domain

2025-11-03 · Kai Zhai, Ziyan Huang, Qiang Nie, Xiang Li 외 arxiv

2D-to-3D human pose lifting is a fundamental challenge for 3D human pose estimation in monocular video, where graph convolutional networks (GCNs) and attention mechanisms have proven to be inherently suitable for encodin…

3D Human Pose Estimation2D Pose Estimation