Pith. sign in

REVIEW 33 cited by

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

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.03601 v2 pith:VUYTXOR6 submitted 2024-08-07 cs.RO

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

classification cs.RO
keywords dramaautonomousmotionplannerattentioncameracomplexcomplexity
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original 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.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 33 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Decaying Turbulence and the Riemann Hypothesis: The number theory behind the infinite-time singularity

    hep-th 2026-04 unverdicted novelty 8.0

    Freely decaying incompressible turbulence possesses a universal Euler-ensemble attractor whose continuum Mellin spectrum is controlled by the non-trivial zeros of the Riemann zeta function, producing an infinite-time ...

  2. Unveiling the Surprising Efficacy of Navigation Understanding in End-to-End Autonomous Driving

    cs.RO 2026-04 unverdicted novelty 7.0

    The SNG framework and SNG-VLA model enable end-to-end driving systems to better incorporate global navigation for state-of-the-art route following without auxiliary perception losses.

  3. ReCogDrive: A Reinforced Cognitive Framework for End-to-End Autonomous Driving

    cs.CV 2025-06 unverdicted novelty 7.0

    ReCogDrive unifies VLM scene understanding with a diffusion planner reinforced by DiffGRPO to reach state-of-the-art results on NAVSIM and Bench2Drive benchmarks.

  4. WCog-VLA: A Dual-Level World-Cognitive Vision-Language-Action Model for End-to-End Autonomous Driving

    cs.CV 2026-07 conditional novelty 6.0

    WCog-VLA couples Game-CoT semantic reasoning with an aligned decoupled diffusion transformer to generate joint multi-agent trajectories and reaches 92.9 PDMS on NAVSIM.

  5. LWDrive: Layer-Wise World-Model-Guided Vision-Language Model Planning for Autonomous Driving

    cs.CV 2026-06 unverdicted novelty 6.0

    LWDrive uses future-frame supervision on VLMs to create world-model features that a multi-layer Foresight Cascade Planner refines into final trajectories, reporting 92.0 on NAVSIM and 89.6 on NAVSIM-v2.

  6. FlowR2A: Learning Reward-to-Action Distribution for Multimodal Driving Planning

    cs.AI 2026-06 unverdicted novelty 6.0

    FlowR2A learns reward-conditioned action distributions via flow-matching decoder to unify dense reward supervision with dynamic proposal generation for multimodal driving planning.

  7. Distill to Think, Foresee to Act: Cognitive-Physical Reinforcement Learning for Autonomous Driving

    cs.CV 2026-05 unverdicted novelty 6.0

    CoPhy distills VLM knowledge into a BEV encoder and uses an action-conditioned auto-regressive BEV world model inside GRPO with dual physical-cognitive rewards to reach SOTA on NAVSIM v1/v2 while adding language-based...

  8. CLAP: Contrastive Latent-space Prompt Optimization for End-to-end Autonomous Driving

    cs.CV 2026-05 unverdicted novelty 6.0

    CLAP reduces planning error on challenging driving scenarios by 24% on NAVSIM using contrastive latent-space prompt optimization on frozen VLA models with no regression on normal frames.

  9. CLOVER: Closed-Loop Value Estimation and Ranking for End-to-End Autonomous Driving Planning

    cs.RO 2026-05 conditional novelty 6.0

    CLOVER is a closed-loop generator-scorer framework that expands proposal coverage with pseudo-expert trajectories and performs conservative self-distillation to achieve state-of-the-art planning scores on NAVSIM and nuScenes.

  10. ProDrive: Proactive Planning for Autonomous Driving via Ego-Environment Co-Evolution

    cs.RO 2026-04 unverdicted novelty 6.0

    ProDrive couples a query-centric planner with a BEV world model for end-to-end ego-environment co-evolution, enabling future-outcome assessment that improves safety and efficiency over reactive baselines on NAVSIM v1.

  11. OneDrive: Unified Multi-Paradigm Driving with Vision-Language-Action Models

    cs.CV 2026-04 unverdicted novelty 6.0

    OneDrive unifies heterogeneous decoding in a single VLM transformer decoder for end-to-end driving, achieving 0.28 L2 error and 0.18 collision rate on nuScenes plus 86.8 PDMS on NAVSIM.

  12. Mosaic: An Extensible Framework for Composing Rule-Based and Learned Motion Planners

    cs.RO 2026-04 unverdicted novelty 6.0

    Mosaic integrates rule-based and learned planners via arbitration graphs to set new state-of-the-art scores on nuPlan and interPlan benchmarks while cutting at-fault collisions by 30%.

  13. Mosaic: An Extensible Framework for Composing Rule-Based and Learned Motion Planners

    cs.RO 2026-04 accept novelty 6.0

    Arbitration graphs that decouple verification and scoring from trajectory generation let Mosaic fuse PDM-Closed and FlowDrive* into a new SOTA closed-loop planner on nuPlan.

  14. FeaXDrive: Feasibility-aware Trajectory-Centric Diffusion Planning for End-to-End Autonomous Driving

    cs.RO 2026-04 unverdicted novelty 6.0

    FeaXDrive improves end-to-end autonomous driving by shifting diffusion planning to a trajectory-centric formulation with curvature-constrained training, drivable-area guidance, and GRPO post-training, yielding stronge...

  15. ExploreVLA: Dense World Modeling and Exploration for End-to-End Autonomous Driving

    cs.CV 2026-04 unverdicted novelty 6.0

    ExploreVLA augments VLA driving models with future RGB and depth prediction for dense supervision and uses prediction uncertainty as a safety-gated intrinsic reward for RL-based exploration, reaching SOTA PDMS 93.7 on NAVSIM.

  16. PRIX: Learning to Plan from Raw Pixels for End-to-End Autonomous Driving

    cs.CV 2025-07 unverdicted novelty 6.0

    PRIX presents an efficient camera-only planner with a novel CaRT module that matches larger multimodal models on NavSim and nuScenes while reducing model size and inference time.

  17. AutoVLA: A Vision-Language-Action Model for End-to-End Autonomous Driving with Adaptive Reasoning and Reinforcement Fine-Tuning

    cs.CV 2025-06 unverdicted novelty 6.0

    AutoVLA unifies semantic reasoning and trajectory planning in one autoregressive VLA model for end-to-end autonomous driving by tokenizing trajectories into discrete actions and using GRPO reinforcement fine-tuning to...

  18. HAD: Combining Hierarchical Diffusion with Metric-Decoupled RL for End-to-End Driving

    cs.RO 2026-04 conditional novelty 5.5

    Hierarchical diffusion plus polar structure-preserving expansion and metric-decoupled RL yields SOTA open- and closed-loop planning scores on NAVSIM and HUGSIM.

  19. LWDrive: Layer-Wise World-Model-Guided Vision-Language Model Planning for Autonomous Driving

    cs.CV 2026-06 unverdicted novelty 5.0

    LWDrive refines coarse VLM trajectories via future-frame supervision and a multi-layer Foresight Cascade Planner, reporting scores of 92.0 on NAVSIM and 89.6 on NAVSIM-v2.

  20. ASSCG: Just-Right Gating over Chattering for Fast-Slow LLM Planning in Autonomous Driving

    cs.RO 2026-06 unverdicted novelty 5.0

    ASSCG is an RWKV-based adaptive gate trained with SFT and GRPO-style RL that makes Query/Cache/Drop decisions for slow LLM guidance in fast-slow autonomous driving planners, improving scores and cutting latency on nuP...

  21. PLAN-S: Bridging Planning with Latent Style Dynamics for Autonomous Driving World Models

    cs.AI 2026-06 unverdicted novelty 5.0

    PLAN-S decodes a style-conditioned four-channel semantic cost map from latent representations to bridge world models and planners in autonomous driving, reporting 0.55 m average L2 and 42% collision reduction on nuSce...

  22. Unified Driving Tokens: Representation- and Geometry-Guided Discrete Tokenizer for Driving World Models and Planning

    cs.CV 2026-06 unverdicted novelty 5.0

    A representation- and geometry-guided discrete tokenizer for driving scenes improves token quality for world models and planning on NAVSIM.

  23. SparseWorld: Enhancing End-to-End Autonomous Driving via World Models with Sparse Scene Representation

    cs.CV 2026-05 unverdicted novelty 5.0

    SparseWorld is a sparse world model with a Sparse Dreamer module that performs autoregressive rollout of future instances to refine motion prediction and planning, reporting 0.05% collision rate on nuScenes open-loop metrics.

  24. Distill to Think, Foresee to Act: Cognitive-Physical Reinforcement Learning for Autonomous Driving

    cs.CV 2026-05 unverdicted novelty 5.0

    CoPhy is a new RL framework that distills VLM cognition into BEV encoders, adds an auto-regressive BEV world model for action-conditioned future prediction, and optimizes policies via GRPO with dual physical-cognitive...

  25. DriveSafer: End-to-End Autonomous Driving with Safety Guidance

    cs.RO 2026-05 unverdicted novelty 5.0

    DriveSafer reduces catastrophic failures (PDMS=0) by 48% and drivable-area compliance failures by over 65% versus DiffusionDrive on the NAVSIM benchmark by combining training-time safety constraints with inference-tim...

  26. SpanVLA: Efficient Action Bridging and Learning from Negative-Recovery Samples for Vision-Language-Action Model

    cs.CV 2026-04 unverdicted novelty 5.0

    SpanVLA reduces action generation latency via flow-matching conditioned on history and improves robustness by training on negative-recovery samples with GRPO and a dedicated reasoning dataset.

  27. The Hyperscale Lottery: How State-Space Models Have Sacrificed Edge Efficiency

    cs.AR 2026-04 unverdicted novelty 5.0

    Mamba-3 architectural changes made for hyperscale GPUs raise edge latency 28% at 880M parameters and 48% at 15M parameters relative to earlier Mamba designs.

  28. ExploreVLA: Dense World Modeling and Exploration for End-to-End Autonomous Driving

    cs.CV 2026-04 unverdicted novelty 5.0

    Dense future RGB/depth world modeling both supervises a VLA planner and supplies safety-gated uncertainty rewards that, optimized with GRPO, reach 93.7 PDMS on NAVSIM.

  29. DynFlowDrive: Flow-Based Dynamic World Modeling for Autonomous Driving

    cs.CV 2026-03 unverdicted novelty 5.0

    DynFlowDrive models action-conditioned scene transitions via rectified flow in latent space and adds stability-aware trajectory selection, showing gains on nuScenes and NavSim without added inference cost.

  30. OWMDrive: Causality-Aware End-to-End Autonomous Driving via 4D Occupancy World Model

    cs.CV 2026-06 unverdicted novelty 4.0

    OWMDrive combines multi-step 3D occupancy forecasting with diffusion planning to produce more foresighted trajectories in autonomous driving.

  31. DeepSight: Long-Horizon World Modeling via Latent States Prediction for End-to-End Autonomous Driving

    cs.CV 2026-05 unverdicted novelty 4.0

    DeepSight uses parallel latent feature prediction in BEV for long-horizon world modeling and adaptive text reasoning to reach state-of-the-art closed-loop performance on the Bench2drive benchmark.

  32. The Hyperscale Lottery: How State-Space Models Have Sacrificed Edge Efficiency

    cs.AR 2026-04 unverdicted novelty 4.0

    Mamba-3 architectural changes optimized for hyperscale GPUs cause 28% higher edge latency at 880M parameters and 48% at 15M parameters compared to earlier versions.

  33. Decaying Turbulence and the Riemann Hypothesis: The number theory behind the infinite-time singularity

    hep-th 2026-04 unverdicted novelty 3.0

    Decaying turbulence converges to an Euler ensemble attractor whose statistics are governed by an arithmetic structure from the Farey sequence of coprime fractions.