StreamMOTP: Streaming and Unified Framework for Joint 3D Multi-Object Tracking and Trajectory Prediction
Jiaheng Zhuang, Guoan Wang, Siyu Zhang, Xiyang Wang, Hangning Zhou, Ziyao Xu, Chi Zhang, Zhiheng Li
TL;DR
StreamMOTP addresses the problem of jointly performing 3D MOT and trajectory prediction in autonomous driving by introducing a streaming framework that propagates memory, features, and gradients across frames. It couples a memory bank for long-term object features with a relative Spatio-Temporal Positional Encoding to unify tracking and prediction representations, and employs a dual-stream predictor for temporally coherent, multi-modal futures. The MOT head uses differentiable optimal transport (log-Sinkhorn) for robust association, while a Gaussian Mixture Model decoder yields diverse trajectory predictions. Empirical results on nuScenes show state-of-the-art improvements in AMOTA, MOTA, and multi-step prediction metrics, underscoring better occlusion handling and temporal consistency for real-world deployments.
Abstract
3D multi-object tracking and trajectory prediction are two crucial modules in autonomous driving systems. Generally, the two tasks are handled separately in traditional paradigms and a few methods have started to explore modeling these two tasks in a joint manner recently. However, these approaches suffer from the limitations of single-frame training and inconsistent coordinate representations between tracking and prediction tasks. In this paper, we propose a streaming and unified framework for joint 3D Multi-Object Tracking and trajectory Prediction (StreamMOTP) to address the above challenges. Firstly, we construct the model in a streaming manner and exploit a memory bank to preserve and leverage the long-term latent features for tracked objects more effectively. Secondly, a relative spatio-temporal positional encoding strategy is introduced to bridge the gap of coordinate representations between the two tasks and maintain the pose-invariance for trajectory prediction. Thirdly, we further improve the quality and consistency of predicted trajectories with a dual-stream predictor. We conduct extensive experiments on popular nuSences dataset and the experimental results demonstrate the effectiveness and superiority of StreamMOTP, which outperforms previous methods significantly on both tasks. Furthermore, we also prove that the proposed framework has great potential and advantages in actual applications of autonomous driving.
