SOTAVerified

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

2021-04-19CVPR 2021Code Available2· sign in to hype

Aditya Prakash, Kashyap Chitta, Andreas Geiger

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CARLA LeaderboardTransfuserDriving Score16.93Unverified
Town05 LongGeometric FusionRC69.17Unverified
Town05 LongTransFuserRC56.36Unverified
Town05 ShortGeometric FusionRC86.91Unverified
Town05 ShortTransFuserRC78.41Unverified

Reproductions