Cross-Domain Object Detection Using Unsupervised Image Translation
Vinicius F. Arruda, Rodrigo F. Berriel, Thiago M. Paixão, Claudine Badue, Alberto F. De Souza, Nicu Sebe, Thiago Oliveira-Santos
TL;DR
This work tackles unsupervised domain adaptation for object detection by proposing a two-stage framework that first learns unsupervised image-to-image translation to produce target-like images from annotated source data, and then trains a detector on this artificial dataset. By leveraging CycleGAN and AST-AdaIN, the method generates a fake-target dataset with inherited annotations, enabling training of a standard detector (Faster R-CNN) on target-domain data without target annotations. The results across synthetic-to-real, adverse weather, and cross-camera scenarios show the approach often outperforms state-of-the-art DA methods and narrows the gap to the upper bound achievable with target data, while offering greater interpretability due to pixel-level translation and decoupled training stages. This simple, interpretable strategy reduces implementation complexity and computational demands relative to end-to-end domain-adaptation models, with practical implications for deploying robust detectors in autonomous driving across diverse environments.
Abstract
Unsupervised domain adaptation for object detection addresses the adaption of detectors trained in a source domain to work accurately in an unseen target domain. Recently, methods approaching the alignment of the intermediate features proven to be promising, achieving state-of-the-art results. However, these methods are laborious to implement and hard to interpret. Although promising, there is still room for improvements to close the performance gap toward the upper-bound (when training with the target data). In this work, we propose a method to generate an artificial dataset in the target domain to train an object detector. We employed two unsupervised image translators (CycleGAN and an AdaIN-based model) using only annotated data from the source domain and non-annotated data from the target domain. Our key contributions are the proposal of a less complex yet more effective method that also has an improved interpretability. Results on real-world scenarios for autonomous driving show significant improvements, outperforming state-of-the-art methods in most cases, further closing the gap toward the upper-bound.
