Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MonoSAOD: Monocular 3D Object Detection with Sparsely Annotated Label

About

Monocular 3D object detection has achieved impressive performance on densely annotated datasets. However, it struggles when only a fraction of objects are labeled due to the high cost of 3D annotation. This sparsely annotated setting is common in real-world scenarios where annotating every object is impractical. To address this, we propose a novel framework for sparsely annotated monocular 3D object detection with two key modules. First, we propose Road-Aware Patch Augmentation (RAPA), which leverages sparse annotations by augmenting segmented object patches onto road regions while preserving 3D geometric consistency. Second, we propose Prototype-Based Filtering (PBF), which generates high-quality pseudo-labels by filtering predictions through prototype similarity and depth uncertainty. It maintains global 2D RoI feature prototypes and selects pseudo-labels that are both feature-consistent with learned prototypes and have reliable depth estimates. Our training strategy combines geometry-preserving augmentation with prototype-guided pseudo-labeling to achieve robust detection under sparse supervision. Extensive experiments demonstrate the effectiveness of the proposed method. The source code is available at https://github.com/VisualAIKHU/MonoSAOD .

Junyoung Jung, Seokwon Kim, Jung Uk Kim• 2026

Related benchmarks

TaskDatasetResultRank
Monocular 3D Object DetectionKITTI (test)
AP3D R40 (Mod.)11.36
44
Monocular 3D Object DetectionKITTI (val)--
17
3D Object DetectionKITTI Clear
AP3D (Easy)21.28
6
3D Object DetectionKITTI Foggy
AP3D (Easy)19.11
6
3D Object DetectionKITTI 10% annotation ratio (val)
AP3D (Easy)14.18
6
3D Object DetectionKITTI 20% annotation ratio (val)
AP3D Easy19.48
6
3D Object DetectionKITTI 30% annotation ratio (val)
AP3D (Easy)21.28
6
BEV Object DetectionKITTI Clear
APBEV (Easy)28.45
6
BEV Object DetectionKITTI Foggy
APBEV (Easy)28.28
6
Monocular 3D Object DetectionKITTI Foggy fog density 0.1 (val)
AP (Easy)19.11
6
Showing 10 of 10 rows

Other info

Follow for update