# Learning Semantic Segmentation from Synthetic Data: A Geometrically   Guided Input-Output Adaptation Approach

**Authors:** Yuhua Chen, Wen Li, Xiaoran Chen, Luc Van Gool

arXiv: 1812.05040 · 2019-01-15

## TL;DR

This paper introduces a novel approach that leverages geometric information from synthetic data to improve the domain adaptation of semantic segmentation models, resulting in better generalization to real-world data.

## Contribution

It proposes a geometrically guided input-output adaptation method that enhances synthetic-to-real domain transfer for semantic segmentation tasks.

## Key findings

- Significant performance improvements on Virtual KITTI to KITTI dataset
- Effective use of geometric cues reduces domain gap
- Outperforms baseline and semantic-only adaptation methods

## Abstract

Recently, increasing attention has been drawn to training semantic segmentation models using synthetic data and computer-generated annotation. However, domain gap remains a major barrier and prevents models learned from synthetic data from generalizing well to real-world applications. In this work, we take the advantage of additional geometric information from synthetic data, a powerful yet largely neglected cue, to bridge the domain gap. Such geometric information can be generated easily from synthetic data, and is proven to be closely coupled with semantic information. With the geometric information, we propose a model to reduce domain shift on two levels: on the input level, we augment the traditional image translation network with the additional geometric information to translate synthetic images into realistic styles; on the output level, we build a task network which simultaneously performs depth estimation and semantic segmentation on the synthetic data. Meanwhile, we encourage the network to preserve correlation between depth and semantics by adversarial training on the output space. We then validate our method on two pairs of synthetic to real dataset: Virtual KITTI to KITTI, and SYNTHIA to Cityscapes, where we achieve a significant performance gain compared to the non-adapt baseline and methods using only semantic label. This demonstrates the usefulness of geometric information from synthetic data for cross-domain semantic segmentation.

## Full text

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

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1812.05040/full.md

## References

55 references — full list in the complete paper: https://tomesphere.com/paper/1812.05040/full.md

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