paper-with-me

홈 › Papers

Automatic adaptation of object detectors to new domains using self-training

2019-04-15 · CVPR 2019 6 · Aruni RoyChowdhury, Prithvijit Chakrabarty, Ashish Singh, SouYoung Jin, Huaizu Jiang, Liangliang Cao, Erik Learned-Miller

This work addresses the unsupervised adaptation of an existing object detector to a new target domain. We assume that a large number of unlabeled videos from this domain are readily available. We automatically obtain labels on the target data by using high-confidence detections from the existing detector, augmented with hard (misclassified) examples acquired by exploiting temporal cues using a tracker. These automatically-obtained labels are then used for re-training the original model. A modified knowledge distillation loss is proposed, and we investigate several ways of assigning soft-labels to the training examples from the target domain. Our approach is empirically evaluated on challenging face and pedestrian detection tasks: a face detector trained on WIDER-Face, which consists of high-quality images crawled from the web, is adapted to a large-scale surveillance data set; a pedestrian detector trained on clear, daytime images from the BDD-100K driving data set is adapted to all other scenarios such as rainy, foggy, night-time. Our results demonstrate the usefulness of incorporating hard examples obtained from tracking, the advantage of using soft-labels via distillation loss versus hard-labels, and show promising performance as a simple method for unsupervised domain adaptation of object detectors, with minimal dependence on hyper-parameters.

📄 PDF Abstract BibTeX arXiv:1904.07305

Code (1)

Gabriel-Macias/robust_frcnn tf

Tasks

Domain AdaptationKnowledge DistillationPedestrian DetectionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MS3D: Leveraging Multiple Detectors for Unsupervised Domain Adaptation in 3D Object Detection

2023-04-05 · Darren Tsai, Julie Stephany Berrio, Mao Shan, Eduardo Nebot 외

We introduce Multi-Source 3D (MS3D), a new self-training pipeline for unsupervised domain adaptation in 3D object detection. Despite the remarkable accuracy of 3D detectors, they often overfit to specific domain biases, …

3D Object DetectionDensity EstimationDomain Adaptationobject-detection+2

MS3D++: Ensemble of Experts for Multi-Source Unsupervised Domain Adaption in 3D Object Detection

2023-08-11 · Darren Tsai, Julie Stephany Berrio, Mao Shan, Eduardo Nebot 외

Deploying 3D detectors in unfamiliar domains has been demonstrated to result in a drastic drop of up to 70-90% in detection rate due to variations in lidar, geographical region, or weather conditions from their original …

3D Object DetectionDomain AdaptationDomain GeneralizationMulti-Source Unsupervised Domain Adaptation+3

Curriculum Self-Paced Learning for Cross-Domain Object Detection

2019-11-15 · Petru Soviany, Radu Tudor Ionescu, Paolo Rota, Nicu Sebe

Training (source) domain bias affects state-of-the-art object detectors, such as Faster R-CNN, when applied to new (target) domains. To alleviate this problem, researchers proposed various domain adaptation methods to im…

Domain AdaptationObjectobject-detectionObject Detection

Shifting Weights: Adapting Object Detectors from Image to Video

2012-12-01 · NeurIPS 2012 12 · Kevin Tang, Vignesh Ramanathan, Li Fei-Fei, Daphne Koller

Typical object detectors trained on images perform poorly on video, as there is a clear distinction in domain between the two types of data. In this paper, we tackle the problem of adapting object detectors learned from …

Domain AdaptationEvent DetectionObjectUnsupervised Domain Adaptation

Single-Stage Object Detection from Top-View Grid Maps on Custom Sensor Setups

2020-02-03 · Sascha Wirges, Shuxiao Ding, Christoph Stiller

We present our approach to unsupervised domain adaptation for single-stage object detectors on top-view grid maps in automated driving scenarios. Our goal is to train a robust object detector on grid maps generated from …

Domain AdaptationObjectobject-detectionObject Detection+1