# Self-supervised Domain Adaptation for Computer Vision Tasks

**Authors:** Jiaolong Xu, Liang Xiao, Antonio M. Lopez

arXiv: 1907.10915 · 2019-12-12

## TL;DR

This paper introduces a generic self-supervised approach for domain adaptation in computer vision, demonstrating its effectiveness in tasks like object recognition and semantic segmentation, and providing strategies to enhance adaptation accuracy.

## Contribution

It proposes a novel self-supervised domain adaptation method with strategies like prediction layer alignment and batch normalization calibration, showing competitive results.

## Key findings

- Achieves domain adaptation performance comparable to existing methods.
- Effective in urban scene recognition and segmentation tasks.
- Provides practical strategies to improve self-supervised adaptation.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.10915/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1907.10915/full.md

## References

69 references — full list in the complete paper: https://tomesphere.com/paper/1907.10915/full.md

---
Source: https://tomesphere.com/paper/1907.10915