CVAug 31, 2022

AWADA: Attention-Weighted Adversarial Domain Adaptation for Object Detection

arXiv:2208.14662v14 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses domain adaptation challenges for object detection in applications with limited data, though it appears incremental as it builds on existing GAN-based methods.

The paper tackles the problem of domain gaps in object detection by proposing AWADA, an attention-weighted adversarial domain adaptation framework that creates a feedback loop between style-transformation and detection tasks, achieving state-of-the-art performance in benchmarks like synthetic-to-real and adverse weather adaptation.

Object detection networks have reached an impressive performance level, yet a lack of suitable data in specific applications often limits it in practice. Typically, additional data sources are utilized to support the training task. In these, however, domain gaps between different data sources pose a challenge in deep learning. GAN-based image-to-image style-transfer is commonly applied to shrink the domain gap, but is unstable and decoupled from the object detection task. We propose AWADA, an Attention-Weighted Adversarial Domain Adaptation framework for creating a feedback loop between style-transformation and detection task. By constructing foreground object attention maps from object detector proposals, we focus the transformation on foreground object regions and stabilize style-transfer training. In extensive experiments and ablation studies, we show that AWADA reaches state-of-the-art unsupervised domain adaptation object detection performance in the commonly used benchmarks for tasks such as synthetic-to-real, adverse weather and cross-camera adaptation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes