Curriculum Self-Paced Learning for Cross-Domain Object Detection
Petru Soviany, Radu Tudor Ionescu, Paolo Rota, Nicu Sebe

TL;DR
This paper introduces a simple, effective unsupervised self-paced learning algorithm for cross-domain object detection, improving results without additional inference overhead by learning from easy to hard target domain samples.
Contribution
It proposes a novel self-paced algorithm that leverages pseudo-labels for unsupervised domain adaptation, outperforming existing methods across multiple benchmarks.
Findings
Outperforms state-of-the-art on four benchmarks
Effective without inference overhead
Difficulty measure correlates well with performance
Abstract
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 improve object detection results in the cross-domain setting, e.g. by translating images with ground-truth labels from the source domain to the target domain using Cycle-GAN. On top of combining Cycle-GAN transformations and self-paced learning in a smart and efficient way, in this paper, we propose a novel self-paced algorithm that learns from easy to hard. Our method is simple and effective, without any overhead during inference. It uses only pseudo-labels for samples taken from the target domain, i.e. the domain adaptation is unsupervised. We conduct experiments on four cross-domain benchmarks, showing better results than the state of the art. We also perform an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRegion Proposal Network · Convolution · RoIPool · Softmax · Faster R-CNN
