CVLGJul 25, 2019

Self-supervised Domain Adaptation for Computer Vision Tasks

arXiv:1907.10915v3156 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for computer vision tasks, offering a new alternative approach, though it appears incremental in nature.

The paper tackles the problem of domain adaptation in computer vision by proposing a self-supervised method, achieving adaptation levels comparable to existing methods on tasks like object recognition and semantic segmentation of urban scenes.

Recent progress of self-supervised visual representation learning has achieved remarkable success on many challenging computer vision benchmarks. However, whether these techniques can be used for domain adaptation has not been explored. In this work, we propose a generic method for self-supervised domain adaptation, using object recognition and semantic segmentation of urban scenes as use cases. Focusing on simple pretext/auxiliary tasks (e.g. image rotation prediction), we assess different learning strategies to improve domain adaptation effectiveness by self-supervision. Additionally, we propose two complementary strategies to further boost the domain adaptation accuracy on semantic segmentation within our method, consisting of prediction layer alignment and batch normalization calibration. The experimental results show adaptation levels comparable to most studied domain adaptation methods, thus, bringing self-supervision as a new alternative for reaching domain adaptation. The code is available at https://github.com/Jiaolong/self-supervised-da.

Code Implementations1 repo
Foundations

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

Your Notes