Weakly Supervised Point Clouds Transformer for 3D Object Detection
Zuojin Tang, Bo Sun, Tongwei Ma, Daosheng Li, Zhenhui Xu
TL;DR
This work tackles the high annotation cost of 3D point-cloud data by proposing a weakly supervised framework for 3D object detection (WSPCT3D). The approach combines an Unsupervised Voting Proposal Module (UVPM) that selects high-quality anchor points with a teacher–student distillation setup, where a ResNet- and Transformer-based fusion backbone processes a dense front-view XYZ-map. A pretrained image-based teacher guides the student without 3D ground-truth, enabling effective learning on KITTI. Empirical results show state-of-the-art performance among weakly supervised methods, validating the benefit of incorporating UVPM, global-local fusion, and cross-domain supervision for 3D detection without full 3D labels.
Abstract
The annotation of 3D datasets is required for semantic-segmentation and object detection in scene understanding. In this paper we present a framework for the weakly supervision of a point clouds transformer that is used for 3D object detection. The aim is to decrease the required amount of supervision needed for training, as a result of the high cost of annotating a 3D datasets. We propose an Unsupervised Voting Proposal Module, which learns randomly preset anchor points and uses voting network to select prepared anchor points of high quality. Then it distills information into student and teacher network. In terms of student network, we apply ResNet network to efficiently extract local characteristics. However, it also can lose much global information. To provide the input which incorporates the global and local information as the input of student networks, we adopt the self-attention mechanism of transformer to extract global features, and the ResNet layers to extract region proposals. The teacher network supervises the classification and regression of the student network using the pre-trained model on ImageNet. On the challenging KITTI datasets, the experimental results have achieved the highest level of average precision compared with the most recent weakly supervised 3D object detectors.
