paper-with-me

홈 › Papers

PoIFusion: Multi-Modal 3D Object Detection via Fusion at Points of Interest

2024-03-14 · Jiajun Deng, Sha Zhang, Feras Dayoub, Wanli Ouyang, Yanyong Zhang, Ian Reid

In this work, we present PoIFusion, a conceptually simple yet effective multi-modal 3D object detection framework to fuse the information of RGB images and LiDAR point clouds at the points of interest (PoIs). Different from the most accurate methods to date that transform multi-sensor data into a unified view or leverage the global attention mechanism to facilitate fusion, our approach maintains the view of each modality and obtains multi-modal features by computation-friendly projection and interpolation. In particular, our PoIFusion follows the paradigm of query-based object detection, formulating object queries as dynamic 3D boxes and generating a set of PoIs based on each query box. The PoIs serve as the keypoints to represent a 3D object and play the role of the basic units in multi-modal fusion. Specifically, we project PoIs into the view of each modality to sample the corresponding feature and integrate the multi-modal features at each PoI through a dynamic fusion block. Furthermore, the features of PoIs derived from the same query box are aggregated together to update the query feature. Our approach prevents information loss caused by view transformation and eliminates the computation-intensive global attention, making the multi-modal 3D object detector more applicable. We conducted extensive experiments on nuScenes and Argoverse2 datasets to evaluate our approach. Remarkably, the proposed approach achieves state-of-the-art results on both datasets without any bells and whistles, \emph{i.e.}, 74.9\% NDS and 73.4\% mAP on nuScenes, and 31.6\% CDS and 40.6\% mAP on Argoverse2. The code will be made available at \url{https://djiajunustc.github.io/projects/poifusion}.

📄 PDF Abstract BibTeX arXiv:2403.09212

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

RSFusionDet: Underwater RGB-Sonar Multimodal Object Detection

2026-08-26 · Zhuoyan Liu, Yihan Wang, Bo Wang, Bing Wang 외 arxiv

Underwater unimodal object detection faces many challenges in sensor imaging, such as optical images limited by underwater noise and visible distance, and sonar images limited by less object structural information. While…

Object Detection

Multi-Modal 3D Object Detection in Autonomous Driving: a Survey

2021-06-24 · Yingjie Wang, Qiuyu Mao, Hanqi Zhu, Jiajun Deng 외

In this survey, we first introduce the background of popular sensors used for self-driving, their data properties, and the corresponding object detection algorithms. Next, we discuss existing datasets that can be used fo…

3D Object DetectionAutonomous DrivingObjectobject-detection+3

MMDR: A Result Feature Fusion Object Detection Approach for Autonomous System

2023-04-19 · Wendong Zhang

Object detection has been extensively utilized in autonomous systems in recent years, encompassing both 2D and 3D object detection. Recent research in this field has primarily centered around multimodal approaches for ad…

3D Object DetectionObjectobject-detectionObject Detection

ObjectFusion: Multi-modal 3D Object Detection with Object-Centric Fusion

2023-01-01 · ICCV 2023 1 · Qi Cai, Yingwei Pan, Ting Yao, Chong-Wah Ngo 외

Recent progress on multi-modal 3D object detection has featured BEV (Bird-Eye-View) based fusion, which effectively unifies both LiDAR point clouds and camera images in a shared BEV space. Nevertheless, it is not tri…

3D Object DetectionDepth EstimationObjectobject-detection+1

HiddenObject: Modality-Agnostic Fusion for Multimodal Hidden Object Detection

2025-08-28 · Harris Song, Tuan-Anh Vu, Sanjith Menon, Sriram Narasimhan 외 arxiv

Detecting hidden or partially concealed objects remains a fundamental challenge in multimodal environments, where factors like occlusion, camouflage, and lighting variations significantly hinder performance. Traditional …

Object Detection