paper-with-me

홈 › Papers

ImVoteNet: Boosting 3D Object Detection in Point Clouds with Image Votes

2020-01-29 · CVPR 2020 6 · Charles R. Qi, Xinlei Chen, Or Litany, Leonidas J. Guibas

3D object detection has seen quick progress thanks to advances in deep learning on point clouds. A few recent works have even shown state-of-the-art performance with just point clouds input (e.g. VoteNet). However, point cloud data have inherent limitations. They are sparse, lack color information and often suffer from sensor noise. Images, on the other hand, have high resolution and rich texture. Thus they can complement the 3D geometry provided by point clouds. Yet how to effectively use image information to assist point cloud based detection is still an open question. In this work, we build on top of VoteNet and propose a 3D detection architecture called ImVoteNet specialized for RGB-D scenes. ImVoteNet is based on fusing 2D votes in images and 3D votes in point clouds. Compared to prior work on multi-modal detection, we explicitly extract both geometric and semantic features from the 2D images. We leverage camera parameters to lift these features to 3D. To improve the synergy of 2D-3D feature fusion, we also propose a multi-tower training scheme. We validate our model on the challenging SUN RGB-D dataset, advancing state-of-the-art results by 5.7 mAP. We also provide rich ablation studies to analyze the contribution of each design choice.

📄 PDF Abstract BibTeX arXiv:2001.10692

Code (1)

facebookresearch/imvotenet 공식 구현 pytorch

Tasks

3D geometry3D Object Detectionobject-detectionObject DetectionOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

FusionPainting: Multimodal Fusion with Adaptive Attention for 3D Object Detection

2021-06-23 · Shaoqing Xu, Dingfu Zhou, Jin Fang, Junbo Yin 외

Accurate detection of obstacles in 3D is an essential task for autonomous driving and intelligent transportation. In this work, we propose a general multimodal fusion framework FusionPainting to fuse the 2D RGB image and…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection+2

Boosting Single-Frame 3D Object Detection by Simulating Multi-Frame Point Clouds

2022-07-03 · Wu Zheng, Li Jiang, Fanbin Lu, Yangyang Ye 외

To boost a detector for single-frame 3D object detection, we present a new approach to train it to simulate features and responses following a detector trained on multi-frame point clouds. Our approach needs multi-frame …

3D Object DetectionObjectobject-detectionObject Detection+1

Boosting 3D Object Detection via Object-Focused Image Fusion

2022-07-21 · Hao Yang, Chen Shi, Yihong Chen, LiWei Wang

3D object detection has achieved remarkable progress by taking point clouds as the only input. However, point clouds often suffer from incomplete geometric structures and the lack of semantic information, which makes det…

3D Object DetectionObjectobject-detectionObject Detection

MVCTrack: Boosting 3D Point Cloud Tracking via Multimodal-Guided Virtual Cues

2024-12-03 · Zhaofeng Hu, Sifan Zhou, Shibo Zhao, Zhihang Yuan 외

3D single object tracking is essential in autonomous driving and robotics. Existing methods often struggle with sparse and incomplete point cloud scenarios. To address these limitations, we propose a Multimodal-guided Vi…

3D Single Object TrackingAutonomous DrivingObject Tracking

Boosting Object Recognition in Point Clouds by Saliency Detection

2019-11-06 · Marlon Marcon, Riccardo Spezialetti, Samuele Salti, Luciano Silva 외

Object recognition in 3D point clouds is a challenging task, mainly when time is an important factor to deal with, such as in industrial applications. Local descriptors are an amenable choice whenever the 6 DoF pose of r…

Object RecognitionSaliency Detection