paper-with-me

Papers

Multi-Modal Fusion Transformer for End-to-End Autonomous Driving

2021-04-19 · CVPR 2021 1 · Aditya Prakash, Kashyap Chitta, Andreas Geiger

How should representations from complementary sensors be integrated for autonomous driving? Geometry-based sensor fusion has shown great promise for perception tasks such as object detection and motion forecasting. However, for the actual driving task, the global context of the 3D scene is key, e.g. a change in traffic light state can affect the behavior of a vehicle geometrically distant from that traffic light. Geometry alone may therefore be insufficient for effectively fusing representations in end-to-end driving models. In this work, we demonstrate that imitation learning policies based on existing sensor fusion methods under-perform in the presence of a high density of dynamic agents and complex scenarios, which require global contextual reasoning, such as handling traffic oncoming from multiple directions at uncontrolled intersections. Therefore, we propose TransFuser, a novel Multi-Modal Fusion Transformer, to integrate image and LiDAR representations using attention. We experimentally validate the efficacy of our approach in urban settings involving complex scenarios using the CARLA urban driving simulator. Our approach achieves state-of-the-art driving performance while reducing collisions by 76% compared to geometry-based fusion.

📄 PDF Abstract BibTeX arXiv:2104.09224

Code (2)

autonomousvision/transfuser 공식 구현 pytorch
Kin-Zhang/mmfn pytorch

Tasks

Autonomous DrivingImitation LearningMotion Forecastingobject-detectionObject DetectionSemantic SegmentationSensor Fusion

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

MoVieDrive: Urban Scene Synthesis with Multi-Modal Multi-View Video Diffusion Transformer

2025-08-20 · Guile Wu, David Huang, Dongfeng Bai, Bingbing Liu arxiv

Urban scene synthesis with video generation models has recently shown great potential for autonomous driving. Existing video generation approaches to autonomous driving primarily focus on RGB video generation and lack th…

Scene UnderstandingAutonomous DrivingVideo Generation

M2DA: Multi-Modal Fusion Transformer Incorporating Driver Attention for Autonomous Driving

2024-03-19 · Dongyang Xu, Haokun Li, Qingfan Wang, Ziying Song 외

End-to-end autonomous driving has witnessed remarkable progress. However, the extensive deployment of autonomous vehicles has yet to be realized, primarily due to 1) inefficient multi-modal environment perception: how to…

Autonomous DrivingAutonomous VehiclesScene Understanding

CLFT: Camera-LiDAR Fusion Transformer for Semantic Segmentation in Autonomous Driving

2024-04-27 · Junyi Gu, Mauro Bellone, Tomáš Pivoňka, Raivo Sell

Critical research about camera-and-LiDAR-based semantic object segmentation for autonomous driving significantly benefited from the recent development of deep learning. Specifically, the vision transformer is the novel g…

Autonomous DrivingDecoderSegmentationSemantic Segmentation+1

Multimodal Action Diffusion for Robust End-to-End Autonomous Driving

2026-06-01 · Jorge Daniel Rodríguez-Vidal, Diego Porres, Gabriel Villalonga Pineda, Antonio M. López Peña arxiv

End-to-End Autonomous Driving (E2E-AD) systems have largely converged on predicting intermediate trajectory waypoints, delegating final control to hand-crafted controllers with GPS access. Direct control-signal predictio…

Autonomous Driving

Diffusion-Based Planning for Autonomous Driving with Flexible Guidance

2025-01-26 · Yinan Zheng, Ruiming Liang, Kexin Zheng, Jinliang Zheng 외

Achieving human-like driving behaviors in complex open-world environments is a critical challenge in autonomous driving. Contemporary learning-based planning approaches such as imitation learning methods often struggle t…

Autonomous DrivingImitation Learning