paper-with-me

홈 › Papers

Mix-Teaching: A Simple, Unified and Effective Semi-Supervised Learning Framework for Monocular 3D Object Detection

2022-07-10 · Lei Yang, Xinyu Zhang, Li Wang, Minghan Zhu, Chuang Zhang, Jun Li

Monocular 3D object detection is an essential perception task for autonomous driving. However, the high reliance on large-scale labeled data make it costly and time-consuming during model optimization. To reduce such over-reliance on human annotations, we propose Mix-Teaching, an effective semi-supervised learning framework applicable to employ both labeled and unlabeled images in training stage. Mix-Teaching first generates pseudo-labels for unlabeled images by self-training. The student model is then trained on the mixed images possessing much more intensive and precise labeling by merging instance-level image patches into empty backgrounds or labeled images. This is the first to break the image-level limitation and put high-quality pseudo labels from multi frames into one image for semi-supervised training. Besides, as a result of the misalignment between confidence score and localization quality, it's hard to discriminate high-quality pseudo-labels from noisy predictions using only confidence-based criterion. To that end, we further introduce an uncertainty-based filter to help select reliable pseudo boxes for the above mixing operation. To the best of our knowledge, this is the first unified SSL framework for monocular 3D object detection. Mix-Teaching consistently improves MonoFlex and GUPNet by significant margins under various labeling ratios on KITTI dataset. For example, our method achieves around +6.34% AP@0.7 improvement against the GUPNet baseline on validation set when using only 10% labeled data. Besides, by leveraging full training set and the additional 48K raw images of KITTI, it can further improve the MonoFlex by +4.65% improvement on AP@0.7 for car detection, reaching 18.54% AP@0.7, which ranks the 1st place among all monocular based methods on KITTI test leaderboard. The code and pretrained models will be released at https://github.com/yanglei18/Mix-Teaching.

📄 PDF Abstract BibTeX arXiv:2207.04448

Code (1)

yanglei18/mix-teaching 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingModel OptimizationMonocular 3D Object Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Semi-Supervised Medical Image Segmentation via Cross Teaching between CNN and Transformer

2021-12-09 · Xiangde Luo, Minhao Hu, Tao Song, Guotai Wang 외

Recently, deep learning with Convolutional Neural Networks (CNNs) and Transformers has shown encouraging results in fully supervised medical image segmentation. However, it is still challenging for them to achieve good p…

Image SegmentationMedical Image SegmentationPseudo LabelSegmentation+2

Dual Teaching: A Practical Semi-supervised Wrapper Method

2016-11-12 · Fuqaing Liu, Chenwei Deng, Fukun Bi, Yiding Yang

Semi-supervised wrapper methods are concerned with building effective supervised classifiers from partially labeled data. Though previous works have succeeded in some fields, it is still difficult to apply semi-supervise…

Point-Teaching: Weakly Semi-Supervised Object Detection with Point Annotations

2022-06-01 · Yongtao Ge, Qiang Zhou, Xinlong Wang, Zhibin Wang 외

Point annotations are considerably more time-efficient than bounding box annotations. However, how to use cheap point annotations to boost the performance of semi-supervised object detection remains largely unsolved. In …

Data AugmentationMultiple Instance LearningObjectobject-detection+2

Instant-Teaching: An End-to-End Semi-Supervised Object Detection Framework

2021-03-21 · CVPR 2021 1 · Qiang Zhou, Chaohui Yu, Zhibin Wang, Qi Qian 외

Supervised learning based object detection frameworks demand plenty of laborious manual annotations, which may not be practical in real applications. Semi-supervised object detection (SSOD) can effectively leverage unlab…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

Scale-Invariant Teaching for Semi-Supervised Object Detection

2021-09-29 · Qiushan Guo, Yizhou Yu, Ping Luo

Recent Semi-Supervised Object Detection methods are mainly based on self-training, i.e., generating hard pseudo-labels by a teacher model on unlabeled data as supervisory signals. Although they achieved certain success, …

Objectobject-detectionPseudo Label