DRAMA: An Efficient End-to-end Motion Planner for Autonomous Driving with Mamba

Chengran Yuan1, Zhanqi Zhang1, Jiawei Sun1, Shuo Sun1, Zefan Huang1, Christina Dao Wen Lee1, Dongen Li1, Yuhang Han1, Anthony Wong2, Keng Peng Tee2, and Marcelo H. Ang Jr.1
1National University of Singapore, 2Moovita Pte Ltd
MY ALT TEXT

An overview of the DRAMA pipeline

Abstract

Motion planning is a challenging task to generate safe and feasible trajectories in highly dynamic and complex environments, forming a core capability for autonomous vehicles. In this paper, we propose DRAMA, the first Mamba-based end-to-end motion planner for autonomous vehicles. DRAMA fuses camera, LiDAR Bird's Eye View images in the feature space, as well as ego status information, to generate a series of future ego trajectories. Unlike traditional transformer-based methods with quadratic attention complexity for sequence length, DRAMA is able to achieve a less computationally intensive attention complexity, demonstrating potential to deal with increasingly complex scenarios. Leveraging our Mamba fusion module, DRAMA efficiently and effectively fuses the features of the camera and LiDAR modalities. In addition, we introduce a Mamba-Transformer decoder that enhances the overall planning performance. This module is universally adaptable to any Transformer-based model, especially for tasks with long sequence inputs. We further introduce a novel feature state dropout which improves the planner's robustness without increasing training and inference times. Extensive experimental results show that DRAMA achieves higher accuracy on the NAVSIM dataset compared to the baseline Transfuser, with fewer parameters and lower computational costs.

-->

BibTeX


        @misc{yuan2024drama,
          title={DRAMA: An Efficient End-to-end Motion Planner for Autonomous Driving with Mamba}, 
          author={Chengran Yuan and Zhanqi Zhang and Jiawei Sun and Shuo Sun and Zefan Huang and Christina Dao Wen Lee and Dongen Li and Yuhang Han and Anthony Wong and Keng Peng Tee and Marcelo H. Ang Jr au2},
          year={2024},
          eprint={2408.03601},
          archivePrefix={arXiv},
          primaryClass={cs.RO},
          url={https://arxiv.org/abs/2408.03601}, 
    }