paper-with-me

홈 › Papers

HyperMODEST: Self-Supervised 3D Object Detection with Confidence Score Filtering

2023-04-27 · Jenny Xu, Steven L. Waslander

Current LiDAR-based 3D object detectors for autonomous driving are almost entirely trained on human-annotated data collected in specific geographical domains with specific sensor setups, making it difficult to adapt to a different domain. MODEST is the first work to train 3D object detectors without any labels. Our work, HyperMODEST, proposes a universal method implemented on top of MODEST that can largely accelerate the self-training process and does not require tuning on a specific dataset. We filter intermediate pseudo-labels used for data augmentation with low confidence scores. On the nuScenes dataset, we observe a significant improvement of 1.6% in AP BEV in 0-80m range at IoU=0.25 and an improvement of 1.7% in AP BEV in 0-80m range at IoU=0.5 while only using one-fifth of the training time in the original approach by MODEST. On the Lyft dataset, we also observe an improvement over the baseline during the first round of iterative self-training. We explore the trade-off between high precision and high recall in the early stage of the self-training process by comparing our proposed method with two other score filtering methods: confidence score filtering for pseudo-labels with and without static label retention. The code and models of this work are available at https://github.com/TRAILab/HyperMODEST

📄 PDF Abstract BibTeX arXiv:2304.14446

Code (1)

trailab/hypermodest 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingData Augmentationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Low-Confidence Samples Mining for Semi-supervised Object Detection

2023-06-28 · Guandu Liu, Fangyuan Zhang, Tianxiang Pan, Bin Wang

Reliable pseudo-labels from unlabeled data play a key role in semi-supervised object detection (SSOD). However, the state-of-the-art SSOD methods all rely on pseudo-labels with high confidence, which ignore valuable pseu…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

ConfMix: Unsupervised Domain Adaptation for Object Detection via Confidence-based Mixing

2022-10-20 · Giulio Mattolin, Luca Zanella, Elisa Ricci, Yiming Wang

Unsupervised Domain Adaptation (UDA) for object detection aims to adapt a model trained on a source domain to detect instances from a new target domain for which annotations are not available. Different from traditional …

Domain AdaptationObject DetectionUnsupervised Domain Adaptation

Detect, Augment, Compose, and Adapt: Four Steps for Unsupervised Domain Adaptation in Object Detection

2023-08-29 · Mohamed L. Mekhalfi, Davide Boscaini, Fabio Poiesi

Unsupervised domain adaptation (UDA) plays a crucial role in object detection when adapting a source-trained detector to a target domain without annotated data. In this paper, we propose a novel and effective four-step U…

Domain Adaptationobject-detectionObject DetectionSelf-Supervised Learning+1

Adaptive Unsupervised Self-training for Disfluency Detection

2022-10-01 · COLING 2022 10 · Zhongyuan Wang, YiXuan Wang, Shaolei Wang, Wanxiang Che

Supervised methods have achieved remarkable results in disfluency detection. However, in real-world scenarios, human-annotated data is difficult to obtain. Recent works try to handle disfluency detection with unsupervise…

Selection bias

3DIoUMatch: Leveraging IoU Prediction for Semi-Supervised 3D Object Detection

2020-12-08 · CVPR 2021 1 · He Wang, Yezhen Cong, Or Litany, Yue Gao 외

3D object detection is an important yet demanding task that heavily relies on difficult to obtain 3D annotations. To reduce the required amount of supervision, we propose 3DIoUMatch, a novel semi-supervised method for 3D…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection