CVDec 29, 2025

GeoTeacher: Geometry-Guided Semi-Supervised 3D Object Detection

arXiv:2512.23147v21 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work improves 3D object detection for autonomous driving by enhancing geometric understanding, but it is incremental as it builds on existing semi-supervised methods.

The paper tackles the problem of semi-supervised 3D object detection by addressing low sensitivity to object geometries with limited labeled data, proposing GeoTeacher with a keypoint-based geometric relation supervision module and a voxel-wise data augmentation strategy, achieving new state-of-the-art results on ONCE and Waymo datasets.

Semi-supervised 3D object detection, aiming to explore unlabeled data for boosting 3D object detectors, has emerged as an active research area in recent years. Some previous methods have shown substantial improvements by either employing heterogeneous teacher models to provide high-quality pseudo labels or enforcing feature-perspective consistency between the teacher and student networks. However, these methods overlook the fact that the model usually tends to exhibit low sensitivity to object geometries with limited labeled data, making it difficult to capture geometric information, which is crucial for enhancing the student model's ability in object perception and localization. In this paper, we propose GeoTeacher to enhance the student model's ability to capture geometric relations of objects with limited training data, especially unlabeled data. We design a keypoint-based geometric relation supervision module that transfers the teacher model's knowledge of object geometry to the student, thereby improving the student's capability in understanding geometric relations. Furthermore, we introduce a voxel-wise data augmentation strategy that increases the diversity of object geometries, thereby further improving the student model's ability to comprehend geometric structures. To preserve the integrity of distant objects during augmentation, we incorporate a distance-decay mechanism into this strategy. Moreover, GeoTeacher can be combined with different SS3D methods to further improve their performance. Extensive experiments on the ONCE and Waymo datasets indicate the effectiveness and generalization of our method and we achieve the new state-of-the-art results. Code will be available at https://github.com/SII-Whaleice/GeoTeacher

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes