TL;DR
This paper explores unsupervised domain adaptation techniques to improve the performance of anchorless object detectors, specifically CenterNet, when trained on synthetic images and applied to real images, achieving significant mAP improvements.
Contribution
It adapts entropy minimization and maximum squares loss methods from segmentation to anchorless object detection, enhancing synthetic-to-real domain transfer.
Findings
mAP increased from 61% to 69% with UDA methods
Anchorless detectors like CenterNet are effective for domain adaptation
Proposed methods outperform direct transfer baseline
Abstract
Synthetic images are one of the most promising solutions to avoid high costs associated with generating annotated datasets to train supervised convolutional neural networks (CNN). However, to allow networks to generalize knowledge from synthetic to real images, domain adaptation methods are necessary. This paper implements unsupervised domain adaptation (UDA) methods on an anchorless object detector. Given their good performance, anchorless detectors are increasingly attracting attention in the field of object detection. While their results are comparable to the well-established anchor-based methods, anchorless detectors are considerably faster. In our work, we use CenterNet, one of the most recent anchorless architectures, for a domain adaptation problem involving synthetic images. Taking advantage of the architecture of anchorless detectors, we propose to adjust two UDA methods, viz.,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDeep Layer Aggregation · Batch Normalization · Convolution · Cascade Corner Pooling · Center Pooling · CenterNet
