Weakly Supervised 3D Object Detection from Point Clouds
Zengyi Qin, Jinglu Wang, Yan Lu

TL;DR
This paper introduces VS3D, a weakly supervised framework for 3D object detection from point clouds that does not require ground truth 3D bounding boxes for training, using unsupervised proposals and cross-modal knowledge distillation.
Contribution
The paper presents a novel weakly supervised 3D detection method that eliminates the need for annotated 3D bounding boxes by combining unsupervised proposals and cross-modal distillation.
Findings
VS3D outperforms existing weakly supervised methods on KITTI dataset.
The proposed approach achieves competitive results without 3D bounding box annotations.
Unsupervised proposal generation effectively leverages point cloud densities.
Abstract
A crucial task in scene understanding is 3D object detection, which aims to detect and localize the 3D bounding boxes of objects belonging to specific classes. Existing 3D object detectors heavily rely on annotated 3D bounding boxes during training, while these annotations could be expensive to obtain and only accessible in limited scenarios. Weakly supervised learning is a promising approach to reducing the annotation requirement, but existing weakly supervised object detectors are mostly for 2D detection rather than 3D. In this work, we propose VS3D, a framework for weakly supervised 3D object detection from point clouds without using any ground truth 3D bounding box for training. First, we introduce an unsupervised 3D proposal module that generates object proposals by leveraging normalized point cloud densities. Second, we present a cross-modal knowledge distillation strategy, where…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · Robotics and Sensor-Based Localization
MethodsKnowledge Distillation
