paper-with-me

홈 › Papers

CMF-IoU: Multi-Stage Cross-Modal Fusion 3D Object Detection with IoU Joint Prediction

2025-08-18 · Zhiwei Ning, Zhaojiang Liu, Xuanang Gao, Yifan Zuo, Jie Yang, Yuming Fang, Wei Liu arxiv

Multi-modal methods based on camera and LiDAR sensors have garnered significant attention in the field of 3D detection. However, many prevalent works focus on single or partial stage fusion, leading to insufficient feature extraction and suboptimal performance. In this paper, we introduce a multi-stage cross-modal fusion 3D detection framework, termed CMF-IOU, to effectively address the challenge of aligning 3D spatial and 2D semantic information. Specifically, we first project the pixel information into 3D space via a depth completion network to get the pseudo points, which unifies the representation of the LiDAR and camera information. Then, a bilateral cross-view enhancement 3D backbone is designed to encode LiDAR points and pseudo points. The first sparse-to-distant (S2D) branch utilizes an encoder-decoder structure to reinforce the representation of sparse LiDAR points. The second residual view consistency (ResVC) branch is proposed to mitigate the influence of inaccurate pseudo points via both the 3D and 2D convolution processes. Subsequently, we introduce an iterative voxel-point aware fine grained pooling module, which captures the spatial information from LiDAR points and textural information from pseudo points in the proposal refinement stage. To achieve more precise refinement during iteration, an intersection over union (IoU) joint prediction branch integrated with a novel proposals generation technique is designed to preserve the bounding boxes with both high IoU and classification scores. Extensive experiments show the superior performance of our method on the KITTI, nuScenes and Waymo datasets.

📄 PDF Abstract BibTeX arXiv:2508.12917

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionDepth Completion

Similar Papers 제목 키워드 기반

Multimodal Transformer Using Cross-Channel attention for Object Detection in Remote Sensing Images

2023-10-21 · Bissmella Bahaduri, Zuheng Ming, Fangchen Feng, Anissa Mokraou

Object detection in Remote Sensing Images (RSI) is a critical task for numerous applications in Earth Observation (EO). Differing from object detection in natural images, object detection in remote sensing images faces c…

Earth ObservationObjectobject-detectionObject Detection+1

Cross-Modality 3D Object Detection

2020-08-16 · Ming Zhu, Chao Ma, Pan Ji, Xiaokang Yang

In this paper, we focus on exploring the fusion of images and point clouds for 3D object detection in view of the complementary nature of the two modalities, i.e., images possess more semantic information while point clo…

3D Classification3D Object DetectionData AugmentationObject+3

mmFUSION: Multimodal Fusion for 3D Objects Detection

2023-11-07 · Javed Ahmad, Alessio Del Bue

Multi-sensor fusion is essential for accurate 3D object detection in self-driving systems. Camera and LiDAR are the most commonly used sensors, and usually, their fusion happens at the early or late stages of 3D detector…

3D Object Detectionobject-detectionObject DetectionSensor Fusion

MBDF-Net: Multi-Branch Deep Fusion Network for 3D Object Detection

2021-08-29 · Xun Tan, Xingyu Chen, Guowei Zhang, Jishiyu Ding 외

Point clouds and images could provide complementary information when representing 3D objects. Fusing the two kinds of data usually helps to improve the detection results. However, it is challenging to fuse the two data m…

3D Object Detectionobject-detectionObject Detection

Cross-aware Early Fusion with Stage-divided Vision and Language Transformer Encoders for Referring Image Segmentation

2024-08-14 · Yubin Cho, Hyunwoo Yu, Suk-Ju Kang

Referring segmentation aims to segment a target object related to a natural language expression. Key challenges of this task are understanding the meaning of complex and ambiguous language expressions and determining the…

cross-modal alignmentImage SegmentationSemantic Segmentation