CVSep 17, 2024

TrajSSL: Trajectory-Enhanced Semi-Supervised 3D Object Detection

arXiv:2409.10901v1h-index: 41
Originality Incremental advance
AI Analysis

This work addresses the challenge of reducing manual labeling effort in autonomous driving perception, but it is incremental as it builds on existing pseudo-labeling methods by incorporating temporal information.

The paper tackled the problem of improving pseudo-label quality in semi-supervised 3D object detection for autonomous driving by leveraging pre-trained motion-forecasting models to generate object trajectories, which suppressed false positives and compensated for false negatives. Experiments on the nuScenes dataset showed effectiveness in improving performance over standard semi-supervised approaches.

Semi-supervised 3D object detection is a common strategy employed to circumvent the challenge of manually labeling large-scale autonomous driving perception datasets. Pseudo-labeling approaches to semi-supervised learning adopt a teacher-student framework in which machine-generated pseudo-labels on a large unlabeled dataset are used in combination with a small manually-labeled dataset for training. In this work, we address the problem of improving pseudo-label quality through leveraging long-term temporal information captured in driving scenes. More specifically, we leverage pre-trained motion-forecasting models to generate object trajectories on pseudo-labeled data to further enhance the student model training. Our approach improves pseudo-label quality in two distinct manners: first, we suppress false positive pseudo-labels through establishing consistency across multiple frames of motion forecasting outputs. Second, we compensate for false negative detections by directly inserting predicted object tracks into the pseudo-labeled scene. Experiments on the nuScenes dataset demonstrate the effectiveness of our approach, improving the performance of standard semi-supervised approaches in a variety of settings.

Foundations

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

Your Notes