GeoTeacher:Geometry-Guided Semi-Supervised 3D Object Detection /h3>
Jingyu Li1,2*, Xiaolong Zhao3*, Zhe Liu4, Wenxiao Wu5,2, Li Zhang1,2β
1Fudan University 2Shanghai Innovation Institute 3 Tongji University 4 Hong Kong University 5 Huazhong University of Science and Technology
(*) Equal contribution. (β) Corresponding author.
ICRA 2026
π₯ Official implementation of GeoTeacher
- Feb. 28, 2026 π GeoTeacher has been accepted to ICRA 2026!
- TODO: Code release
- TODO: Pretrained models
- TODO: Demo video
GeoTeacher is a geometry-guided semi-supervised framework for 3D object detection.
It leverages geometric consistency between teacher and student models to improve detection performance with limited annotations.
Key ideas:
- Geometry-guided consistency learning
- Semi-supervised training pipeline
- Robust teacher-student framework
git clone https://github.com/USERNAME/GeoTeacher.git
cd GeoTeacher
conda create -n geoteacher python=3.10
conda activate geoteacher
pip install -r requirements.txt