MoST: Multi-modality Scene Tokenization for Motion Prediction
Norman Mu, Jingwei Ji, Zhenpei Yang, Nate Harada, Haotian Tang, Kan Chen, Charles R. Qi, Runzhou Ge, Kratarth Goel, Zoey Yang, Scott Ettinger, Rami Al-Rfou, Dragomir Anguelov, Yin Zhou
TL;DR
MoST introduces a hybrid motion-prediction paradigm that tokenizes multi-modal sensor data into scene elements (ground, agents, open-set objects) encoded by large image foundation models and LiDAR networks. This token-based representation integrates open-world semantic knowledge with geometry and scales to multi-frame observations, enabling transformer-based predictors to outperform state-of-the-art baselines on the augmented WOMD with camera embeddings. The main contributions include releasing WOMD camera embeddings, analyzing multi-modal modeling choices, and demonstrating robust, end-to-end compatible performance improvements across standard metrics and challenging scenarios. The approach offers a scalable, interpretable bridge between perception outputs and behavior modeling with practical impact for real-world autonomous driving systems.
Abstract
Many existing motion prediction approaches rely on symbolic perception outputs to generate agent trajectories, such as bounding boxes, road graph information and traffic lights. This symbolic representation is a high-level abstraction of the real world, which may render the motion prediction model vulnerable to perception errors (e.g., failures in detecting open-vocabulary obstacles) while missing salient information from the scene context (e.g., poor road conditions). An alternative paradigm is end-to-end learning from raw sensors. However, this approach suffers from the lack of interpretability and requires significantly more training resources. In this work, we propose tokenizing the visual world into a compact set of scene elements and then leveraging pre-trained image foundation models and LiDAR neural networks to encode all the scene elements in an open-vocabulary manner. The image foundation model enables our scene tokens to encode the general knowledge of the open world while the LiDAR neural network encodes geometry information. Our proposed representation can efficiently encode the multi-frame multi-modality observations with a few hundred tokens and is compatible with most transformer-based architectures. To evaluate our method, we have augmented Waymo Open Motion Dataset with camera embeddings. Experiments over Waymo Open Motion Dataset show that our approach leads to significant performance improvements over the state-of-the-art.
