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

Learning Content-enhanced Mask Transformer for Domain Generalized Urban-Scene Segmentation

About

Domain-generalized urban-scene semantic segmentation (USSS) aims to learn generalized semantic predictions across diverse urban-scene styles. Unlike domain gap challenges, USSS is unique in that the semantic categories are often similar in different urban scenes, while the styles can vary significantly due to changes in urban landscapes, weather conditions, lighting, and other factors. Existing approaches typically rely on convolutional neural networks (CNNs) to learn the content of urban scenes. In this paper, we propose a Content-enhanced Mask TransFormer (CMFormer) for domain-generalized USSS. The main idea is to enhance the focus of the fundamental component, the mask attention mechanism, in Transformer segmentation models on content information. To achieve this, we introduce a novel content-enhanced mask attention mechanism. It learns mask queries from both the image feature and its down-sampled counterpart, as lower-resolution image features usually contain more robust content information and are less sensitive to style variations. These features are fused into a Transformer decoder and integrated into a multi-resolution content-enhanced mask attention learning scheme. Extensive experiments conducted on various domain-generalized urban-scene segmentation datasets demonstrate that the proposed CMFormer significantly outperforms existing CNN-based methods for domain-generalized semantic segmentation, achieving improvements of up to 14.00\% in terms of mIoU (mean intersection over union). The source code is publicly available at \url{https://github.com/BiQiWHU/CMFormer}.

Qi Bi, Shaodi You, Theo Gevers• 2023

Related benchmarks

TaskDatasetResultRank
Semantic segmentationCityscapes (test)
mIoU59.7
1154
Semantic segmentationCityscapes
mIoU44.59
658
Semantic segmentationCityscapes (val)
mIoU55.31
572
Semantic segmentationMapillary (val)
mIoU71.1
153
Semantic segmentationBDD100K (test)
mIoU53.36
112
Semantic segmentationCityscapes 1.0 (val)
mIoU55.31
110
Semantic segmentationBDD-100K (val)
mIoU59.27
102
Semantic segmentationCityScapes, BDD, and Mapillary (val)
Mean mIoU55.1
85
Semantic segmentationMapillary Vistas (val)
mIoU60.1
84
Semantic segmentationBDD100K (val)
mIoU49.91
84
Showing 10 of 27 rows

Other info

Code

Follow for update