Skip to content
Open access

An Interpretable and Edge Deployable Spatio-Temporal Trajectory Prediction for Autonomous Driving

Jul 2026 · Italian National Conference on Sensors · Vol 26 · 0 citations · 41 references
Medicine

TL;DR

A comprehensive Explainable AI (XAI) evaluation framework is introduced, including temporal sensitivity analysis, interaction-aware perturbation studies, spatial influence analysis, and gradient-based feature attribution methods that provide insights into how the model captures temporal motion dependencies, neighboring vehicle interactions, and environmental context during trajectory prediction.

Abstract

Trajectory prediction is a critical component of autonomous driving systems, enabling vehicles to anticipate future motion behaviors and perform safe decision-making in dynamic traffic environments. While recent trajectory forecasting methods achieve state-of-the-art prediction accuracy, many operate as black-box systems and are evaluated primarily on high-end computing platforms, limiting their interpretability and practical deployment feasibility in resource-constrained autonomous driving systems. To address these limitations, this work proposes an interpretable and edge-deployable spatio-temporal trajectory prediction framework for autonomous driving. The proposed architecture integrates a Temporal Convolutional Network with Multi-Head Self-Attention (TCN–MHSA) in ActorNet for selective temporal modeling, a Lane Graph Attention Network (LaneGAT) for structured spatial reasoning, and a multi-stage FusionNet for actor–lane interaction. To improve model interpretability, a comprehensive Explainable AI (XAI) evaluation framework is introduced, including temporal sensitivity analysis, interaction-aware perturbation studies, spatial influence analysis, and gradient-based feature attribution methods. These analyses provide insights into how the model captures temporal motion dependencies, neighboring vehicle interactions, and environmental context during trajectory prediction. To improve the robustness of the interpretability analysis, temporal sensitivity was additionally evaluated over 100 validation scenes, demonstrating that recent observations consistently exert the greatest influence on trajectory prediction, while neighboring interaction effects gradually diminish with increasing spatial separation. Furthermore, practical real-world deployment feasibility is investigated on the NVIDIA Jetson Xavier NX platform using edge-aware optimization strategies, including mixed-precision inference and graph-complexity reduction techniques for efficient resource-constrained inference, achieving 125.74 ms latency at 12.86 W. Additional edge deployment comparisons with HiVT and SIMPL approaches under identical hardware conditions demonstrate that the proposed framework provides a more favorable balance between computational efficiency and embedded deployment performance. Experimental evaluation on the Argoverse 1 dataset demonstrates a minimum Average Displacement Error (minADE) of 0.90 m, a minimum Final Displacement Error (minFDE) of 1.50 m, a Miss Rate (MR) of 0.19, and DAC = 0.95, while establishing an accuracy–deployability operating point under embedded hardware constraints with low power consumption and practical inference throughput.

Read PDF

Similar papers

Open access 2026

MIMTP: Mamba-Driven Interaction-Aware Multi-Modal Trajectory Prediction for Autonomous Driving

An efficient Mamba-based feature extraction framework for jointly encoding vehicle trajectories and map information is proposed and achieves superior performance in terms of minADE, minFDE, and minMR, while maintaining high computational efficiency.

J. Li, L. Wang, J. Pei · 0 citations
Open access Jul 2026

Embodied cognition-driven interpretable trajectory prediction of autonomous systems

For autonomous systems to operate safely and reliably in dense traffic, they must perform trajectory prediction with human-like, interpretable reasoning. Prevailing data-driven “black-box” models fundamentally lack this capability. This research proposes a paradigm shift toward embodied intelligence, unifying cognitive science principles into a hierarchical framework: a Scene Attention Mechanism for threat prioritization, Social Impact Theory-driven graphs for intent inference, and a physics-compliant Social Force Model. Experimental results demonstrate that our framework reduces average displacement error by 42% and Final Displacement Error by 40% compared to existing state-of-the-art models on ETH and UCY, while enabling near-real-time inference (0.003 s). Crucially, the model’s interpretable architecture, which is validated through risk-sensitive heatmaps and graph visualizations, reveals how agents dynamically balance safety, efficiency, and socio-cultural norms. Beyond performance gains, this work constructs an interpretable bridge between computational models and human cognitive science, laying a foundation for trustworthy autonomous systems. The study presents an interpretable method for predicting future paths of vehicles and pedestrians by combining scene-level attention, graph-based social interaction reasoning, and physics-based motion constraints, improving accuracy, safety, and speed while enabling transparent decisions.

Xiao Wang, Quancheng Du, Qiong Wu et al. · 0 citations
Conference Jul 2026

Trajectory Prediction via Velocity Profile-Based Dynamic Model Selection

Safe decision making in autonomous driving relies on accurately predicting the future positions of traffic actors. Although existing trajectory prediction methods mainly focus on map information and social interactions, actors’ intrinsic motion dynamics are often overlooked. In this study, we propose a dynamic trajectory prediction architecture based on velocity profiles extracted from observed past trajectories. The proposed architecture decomposes driving scenes into low- and high-velocity models and routes each sample to the corresponding expert model. Experiments on a large-scale real-world autonomous driving dataset show that velocity-based decomposition reduces prediction error compared with conventional single-model baselines.

Hatice Meltem Nergiz Sirin, Özgür Erkent · 0 citations
Preprint Jul 2026

TSCA-Net: Temporal-Spatial Clique Attention for Interpretable Multimodal Pedestrian Trajectory Prediction

Accurate pedestrian trajectory prediction in crowded environments remains challenging due to the multimodal uncertainty of human motion and the variable complexity of motion dynamics across different scene contexts. Existing goal-conditioned models rely on static displacement structures that assign equal weight to all historical time steps, standard graph attention mechanisms, and fixed-capacity motion decoders that cannot adapt to local prediction complexity. To address these limitations, we propose TSCA-Net, a trajectory prediction framework built upon three complementary modules. The Temporal-Spatial Clique Attention (TSCA) module introduces learnable temporal gating into clique-based goal-history interaction, enabling time-aware modulation of historical observations relative to each candidate goal. The Cross-Pedestrian Clique Potential (CPCP) module models asymmetric pairwise agent relationships through a dynamic clique potential framework with a time-varying social graph. The Adaptive KAN Grid Refinement (AKGR) mechanism dynamically adjusts the B-spline grid resolution of a Kolmogorov-Arnold Network-augmented LSTM decoder based on per-agent goal distribution entropy, balancing model expressiveness against overfitting across varying motion complexities. Extensive experiments on the ETH/UCY and Stanford Drone Dataset benchmarks demonstrate that TSCA-Net achieves state-of-the-art performance, with average ADE/FDE of 0.13/0.20 m on ETH/UCY and 6.95/10.43 pixels on SDD. Comprehensive ablation studies confirm the complementary contributions of all three proposed modules.

Md Mustafizur Rahman, G. Yang, A. Noor et al. · 0 citations