paper-with-me

홈 › Papers

TransFusion: Robust LiDAR-Camera Fusion for 3D Object Detection with Transformers

2022-03-22 · CVPR 2022 1 · Xuyang Bai, Zeyu Hu, Xinge Zhu, Qingqiu Huang, Yilun Chen, Hongbo Fu, Chiew-Lan Tai

LiDAR and camera are two important sensors for 3D object detection in autonomous driving. Despite the increasing popularity of sensor fusion in this field, the robustness against inferior image conditions, e.g., bad illumination and sensor misalignment, is under-explored. Existing fusion methods are easily affected by such conditions, mainly due to a hard association of LiDAR points and image pixels, established by calibration matrices. We propose TransFusion, a robust solution to LiDAR-camera fusion with a soft-association mechanism to handle inferior image conditions. Specifically, our TransFusion consists of convolutional backbones and a detection head based on a transformer decoder. The first layer of the decoder predicts initial bounding boxes from a LiDAR point cloud using a sparse set of object queries, and its second decoder layer adaptively fuses the object queries with useful image features, leveraging both spatial and contextual relationships. The attention mechanism of the transformer enables our model to adaptively determine where and what information should be taken from the image, leading to a robust and effective fusion strategy. We additionally design an image-guided query initialization strategy to deal with objects that are difficult to detect in point clouds. TransFusion achieves state-of-the-art performance on large-scale datasets. We provide extensive experiments to demonstrate its robustness against degenerated image quality and calibration errors. We also extend the proposed method to the 3D tracking task and achieve the 1st place in the leaderboard of nuScenes tracking, showing its effectiveness and generalization capability.

📄 PDF Abstract BibTeX arXiv:2203.11496

Code (1)

xuyangbai/transfusion 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingDecoderobject-detectionObject DetectionSensor Fusion

Similar Papers 제목 키워드 기반

SimpleBEV: Improved LiDAR-Camera Fusion Architecture for 3D Object Detection

2024-11-08 · Yun Zhao, Zhan Gong, Peiru Zheng, Hong Zhu 외

More and more research works fuse the LiDAR and camera information to improve the 3D object detection of the autonomous driving system. Recently, a simple yet effective fusion framework has achieved an excellent detectio…

3D Object DetectionAutonomous DrivingDepth EstimationObject+2

DeepFusion: A Robust and Modular 3D Object Detector for Lidars, Cameras and Radars

2022-09-26 · Florian Drews, Di Feng, Florian Faion, Lars Rosenbaum 외

We propose DeepFusion, a modular multi-modal architecture to fuse lidars, cameras and radars in different combinations for 3D object detection. Specialized feature extractors take advantage of each modality and can be ex…

3D Object DetectionDepth Estimationobject-detectionObject Detection

3D-CVF: Generating Joint Camera and LiDAR Features Using Cross-View Spatial Feature Fusion for 3D Object Detection

2020-04-27 · ECCV 2020 8 · Jin Hyeok Yoo, Yecheol Kim, Jisong Kim, Jun Won Choi

In this paper, we propose a new deep architecture for fusing camera and LiDAR sensors for 3D object detection. Because the camera and LiDAR sensor signals have different characteristics and distributions, fusing these tw…

3D Object Detectionobject-detectionObject Detection

SemanticBEVFusion: Rethink LiDAR-Camera Fusion in Unified Bird's-Eye View Representation for 3D Object Detection

2022-12-09 · Qi Jiang, Hao Sun, Xi Zhang

LiDAR and camera are two essential sensors for 3D object detection in autonomous driving. LiDAR provides accurate and reliable 3D geometry information while the camera provides rich texture with color. Despite the increa…

3D geometry3D Object DetectionAutonomous Drivingobject-detection+1

3D Dual-Fusion: Dual-Domain Dual-Query Camera-LiDAR Fusion for 3D Object Detection

2022-11-24 · Yecheol Kim, Konyul Park, Minwook Kim, Dongsuk Kum 외

Fusing data from cameras and LiDAR sensors is an essential technique to achieve robust 3D object detection. One key challenge in camera-LiDAR fusion involves mitigating the large domain gap between the two sensors in ter…

3D Object Detectionobject-detectionObject DetectionRobust 3D Object Detection