English

MoST: Multi-modality Scene Tokenization for Motion Prediction

Computer Vision and Pattern Recognition 2024-05-01 v1

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.

Keywords

Cite

@article{arxiv.2404.19531,
  title  = {MoST: Multi-modality Scene Tokenization for Motion Prediction},
  author = {Norman Mu and Jingwei Ji and Zhenpei Yang and Nate Harada and Haotian Tang and Kan Chen and Charles R. Qi and Runzhou Ge and Kratarth Goel and Zoey Yang and Scott Ettinger and Rami Al-Rfou and Dragomir Anguelov and Yin Zhou},
  journal= {arXiv preprint arXiv:2404.19531},
  year   = {2024}
}

Comments

CVPR 2024

R2 v1 2026-06-28T16:11:23.128Z