CVMar 19, 2020

Self-Guided Adaptation: Progressive Representation Alignment for Domain Adaptive Object Detection

arXiv:2003.08777v27.931 citations
Originality Incremental advance
AI Analysis

This work addresses cross-domain robustness for object detection models, offering an incremental improvement by focusing on adaptive sample weighting during adaptation.

The paper tackles the problem of domain shift in unsupervised domain adaptation for object detection by proposing a Self-Guided Adaptation model that aligns feature representations adaptively based on instantaneous alignment difficulty, resulting in significant improvements over state-of-the-art methods on benchmarks.

Unsupervised domain adaptation (UDA) has achieved unprecedented success in improving the cross-domain robustness of object detection models. However, existing UDA methods largely ignore the instantaneous data distribution during model learning, which could deteriorate the feature representation given large domain shift. In this work, we propose a Self-Guided Adaptation (SGA) model, target at aligning feature representation and transferring object detection models across domains while considering the instantaneous alignment difficulty. The core of SGA is to calculate "hardness" factors for sample pairs indicating domain distance in a kernel space. With the hardness factor, the proposed SGA adaptively indicates the importance of samples and assigns them different constrains. Indicated by hardness factors, Self-Guided Progressive Sampling (SPS) is implemented in an "easy-to-hard" way during model adaptation. Using multi-stage convolutional features, SGA is further aggregated to fully align hierarchical representations of detection models. Extensive experiments on commonly used benchmarks show that SGA improves the state-of-the-art methods with significant margins, while demonstrating the effectiveness on large domain shift.

Foundations

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

Your Notes