Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Smoothing Matters: Momentum Transformer for Domain Adaptive Semantic Segmentation

About

After the great success of Vision Transformer variants (ViTs) in computer vision, it has also demonstrated great potential in domain adaptive semantic segmentation. Unfortunately, straightforwardly applying local ViTs in domain adaptive semantic segmentation does not bring in expected improvement. We find that the pitfall of local ViTs is due to the severe high-frequency components generated during both the pseudo-label construction and features alignment for target domains. These high-frequency components make the training of local ViTs very unsmooth and hurt their transferability. In this paper, we introduce a low-pass filtering mechanism, momentum network, to smooth the learning dynamics of target domain features and pseudo labels. Furthermore, we propose a dynamic of discrepancy measurement to align the distributions in the source and target domains via dynamic weights to evaluate the importance of the samples. After tackling the above issues, extensive experiments on sim2real benchmarks show that the proposed method outperforms the state-of-the-art methods. Our codes are available at https://github.com/alpc91/TransDA

Runfa Chen, Yu Rong, Shangmin Guo, Jiaqi Han, Fuchun Sun, Tingyang Xu, Wenbing Huang• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationGTA5 → Cityscapes (val)
mIoU63.9
533
Semantic segmentationSYNTHIA to Cityscapes (val)
Rider IoU25.3
435
Semantic segmentationCityscapes GTA5 to Cityscapes adaptation (val)
mIoU (Overall)63.9
352
Semantic segmentationGTA5 to Cityscapes (test)
mIoU63.2
151
Semantic segmentationSYNTHIA to Cityscapes
Road IoU90.4
150
Semantic segmentationSynthia to Cityscapes (test)
Road IoU90.4
138
Semantic segmentationCityscapes trained on SYNTHIA (val)
Road IoU90.4
60
Semantic segmentationGTA5 to Cityscapes
mIoU63.9
58
Semantic segmentationGTA to Cityscapes (val)
Road Accuracy94.7
44
Semantic segmentationCityscapes (val)
IoU (road)94.7
37
Showing 10 of 10 rows

Other info

Code

Follow for update