CVApr 30, 2024

MoST: Multi-modality Scene Tokenization for Motion Prediction

arXiv:2404.19531v122 citationsh-index: 30CVPR
Originality Incremental advance
AI Analysis

This work addresses motion prediction for autonomous vehicles by reducing vulnerability to perception errors and enhancing scene context encoding, representing an incremental advancement over existing symbolic or end-to-end approaches.

The paper tackles the problem of motion prediction by introducing a multi-modality scene tokenization method that encodes visual and LiDAR data into compact tokens, leveraging pre-trained foundation models to improve robustness and efficiency, resulting in significant performance improvements on the Waymo Open Motion Dataset.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes