Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Semantic-Aware Domain Generalized Segmentation

About

Deep models trained on source domain lack generalization when evaluated on unseen target domains with different data distributions. The problem becomes even more pronounced when we have no access to target domain samples for adaptation. In this paper, we address domain generalized semantic segmentation, where a segmentation model is trained to be domain-invariant without using any target domain data. Existing approaches to tackle this problem standardize data into a unified distribution. We argue that while such a standardization promotes global normalization, the resulting features are not discriminative enough to get clear segmentation boundaries. To enhance separation between categories while simultaneously promoting domain invariance, we propose a framework including two novel modules: Semantic-Aware Normalization (SAN) and Semantic-Aware Whitening (SAW). Specifically, SAN focuses on category-level center alignment between features from different image styles, while SAW enforces distributed alignment for the already center-aligned features. With the help of SAN and SAW, we encourage both intra-category compactness and inter-category separability. We validate our approach through extensive experiments on widely-used datasets (i.e. GTAV, SYNTHIA, Cityscapes, Mapillary and BDDS). Our approach shows significant improvements over existing state-of-the-art on various backbone networks. Code is available at https://github.com/leolyj/SAN-SAW

Duo Peng, Yinjie Lei, Munawar Hayat, Yulan Guo, Wen Li• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU40.87
1154
Semantic segmentationCityscapes
mIoU38.92
658
Semantic segmentationCityscapes (val)
mIoU45.33
374
Semantic segmentationMapillary (val)
mIoU41.86
153
Semantic segmentationGTA5 to Cityscapes (test)
mIoU39.75
151
Semantic segmentationBDD100K (test)
mIoU35.98
112
Semantic segmentationCityscapes 1.0 (val)
mIoU39.75
110
Semantic segmentationBDD-100K (val)
mIoU41.18
102
Semantic segmentationCityScapes, BDD, and Mapillary (val)
Mean mIoU42.43
85
Semantic segmentationBDD100K (val)
mIoU52.95
84
Showing 10 of 48 rows

Other info

Code

Follow for update