paper-with-me

홈 › Papers

Virtual Sparse Convolution for Multimodal 3D Object Detection

2023-03-04 · CVPR 2023 1 · Hai Wu, Chenglu Wen, Shaoshuai Shi, Xin Li, Cheng Wang

Recently, virtual/pseudo-point-based 3D object detection that seamlessly fuses RGB images and LiDAR data by depth completion has gained great attention. However, virtual points generated from an image are very dense, introducing a huge amount of redundant computation during detection. Meanwhile, noises brought by inaccurate depth completion significantly degrade detection precision. This paper proposes a fast yet effective backbone, termed VirConvNet, based on a new operator VirConv (Virtual Sparse Convolution), for virtual-point-based 3D object detection. VirConv consists of two key designs: (1) StVD (Stochastic Voxel Discard) and (2) NRConv (Noise-Resistant Submanifold Convolution). StVD alleviates the computation problem by discarding large amounts of nearby redundant voxels. NRConv tackles the noise problem by encoding voxel features in both 2D image and 3D LiDAR space. By integrating VirConv, we first develop an efficient pipeline VirConv-L based on an early fusion design. Then, we build a high-precision pipeline VirConv-T based on a transformed refinement scheme. Finally, we develop a semi-supervised pipeline VirConv-S based on a pseudo-label framework. On the KITTI car 3D detection test leaderboard, our VirConv-L achieves 85% AP with a fast running speed of 56ms. Our VirConv-T and VirConv-S attains a high-precision of 86.3% and 87.2% AP, and currently rank 2nd and 1st, respectively. The code is available at https://github.com/hailanyi/VirConv.

📄 PDF Abstract BibTeX arXiv:2303.02314

Code (1)

hailanyi/virconv 공식 구현 pytorch

Tasks

3D Multi-Object Tracking3D Object DetectionDepth CompletionMultiple Object TrackingObjectobject-detectionObject DetectionPseudo Label

Methods 이 논문이 사용한 방법론

Test 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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

VirtualPainting: Addressing Sparsity with Virtual Points and Distance-Aware Data Augmentation for 3D Object Detection

2023-12-26 · Sudip Dhakal, Dominic Carrillo, Deyuan Qu, Michael Nutt 외

In recent times, there has been a notable surge in multimodal approaches that decorates raw LiDAR point clouds with camera-derived features to improve object detection performance. However, we found that these methods st…

2D Semantic Segmentation3D Object DetectionData Augmentationobject-detection+2

Point Virtual Transformer

2026-02-04 · Veerain Sood, Bnalin, Gaurav Pandey arxiv

LiDAR-based 3D object detectors often struggle to detect far-field objects due to the sparsity of point clouds at long ranges, which limits the availability of reliable geometric cues. To address this, prior approaches a…

3D Object DetectionPoint Clouds

Multimodal Virtual Point 3D Detection

2021-11-12 · NeurIPS 2021 12 · Tianwei Yin, Xingyi Zhou, Philipp Krähenbühl

Lidar-based sensing drives current autonomous vehicles. Despite rapid progress, current Lidar sensors still lag two decades behind traditional color cameras in terms of resolution and cost. For autonomous driving, this m…

3D Object DetectionAutonomous DrivingAutonomous Vehicles

Transferring dense object detection models to event-based data

2022-10-05 · Vincenz Mechler, Pavel Rojtberg

Event-based image representations are fundamentally different to traditional dense images. This poses a challenge to apply current state-of-the-art models for object detection as they are designed for dense images. In th…

Dense Object DetectionObjectobject-detectionObject Detection