SSF-DAN: Separated Semantic Feature Based Domain Adaptation Network for Semantic Segmentation
Abstract
Despite the great success achieved by supervised fully convolutional models in semantic segmentation, training the models requires a large amount of labor-intensive work to generate pixel-level annotations. Recent works exploit synthetic data to train the model for semantic segmentation, but the domain adaptation between real and synthetic images remains a challenging problem. In this work, we propose a Separated Semantic Feature based domain adaptation network, named SSF-DAN, for semantic segmentation. First, a Semantic-wise Separable Discriminator (SS-D) is designed to independently adapt semantic features across the target and source domains, which addresses the inconsistent adaptation issue in the class-wise adversarial learning. In SS-D, a progressive confidence strategy is included to achieve a more reliable separation. Then, an efficient Class-wise Adversarial loss Reweighting module (CA-R) is introduced to balance the class-wise adversarial learning process, which leads the generator to focus more on poorly adapted classes. The presented framework demonstrates robust performance, superior to state-of-the-art methods on benchmark datasets.
Cite
Text
Du et al. "SSF-DAN: Separated Semantic Feature Based Domain Adaptation Network for Semantic Segmentation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00107Markdown
[Du et al. "SSF-DAN: Separated Semantic Feature Based Domain Adaptation Network for Semantic Segmentation." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/du2019iccv-ssfdan/) doi:10.1109/ICCV.2019.00107BibTeX
@inproceedings{du2019iccv-ssfdan,
title = {{SSF-DAN: Separated Semantic Feature Based Domain Adaptation Network for Semantic Segmentation}},
author = {Du, Liang and Tan, Jingang and Yang, Hongye and Feng, Jianfeng and Xue, Xiangyang and Zheng, Qibao and Ye, Xiaoqing and Zhang, Xiaolin},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
year = {2019},
doi = {10.1109/ICCV.2019.00107},
url = {https://mlanthology.org/iccv/2019/du2019iccv-ssfdan/}
}