Collaborating Foundation Models for Domain Generalized Semantic Segmentation
About
Domain Generalized Semantic Segmentation (DGSS) deals with training a model on a labeled source domain with the aim of generalizing to unseen domains during inference. Existing DGSS methods typically effectuate robust features by means of Domain Randomization (DR). Such an approach is often limited as it can only account for style diversification and not content. In this work, we take an orthogonal approach to DGSS and propose to use an assembly of CoLlaborative FOUndation models for Domain Generalized Semantic Segmentation (CLOUDS). In detail, CLOUDS is a framework that integrates FMs of various kinds: (i) CLIP backbone for its robust feature representation, (ii) generative models to diversify the content, thereby covering various modes of the possible target distribution, and (iii) Segment Anything Model (SAM) for iteratively refining the predictions of the segmentation model. Extensive experiments show that our CLOUDS excels in adapting from synthetic to real DGSS benchmarks and under varying weather conditions, notably outperforming prior methods by 5.6% and 6.7% on averaged miou, respectively. The code is available at : https://github.com/yasserben/CLOUDS
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | Mapillary (val) | mIoU67 | 153 | |
| Semantic segmentation | GTA5 to {Cityscapes, Mapillary, BDD} (test) | mIoU (Cityscapes)60.2 | 94 | |
| Semantic segmentation | CityScapes, BDD, and Mapillary (val) | Mean mIoU61.5 | 85 | |
| Semantic segmentation | BDD100K (val) | mIoU57.4 | 72 | |
| Semantic segmentation | ACDC (Night) | mIoU45.1 | 38 | |
| Semantic segmentation | GTA5 → {Cityscapes, BDD100K, Mapillary} (Target Domains) | Score (Cityscapes)60.2 | 36 | |
| Semantic segmentation | ACDC (Rain) | mIoU64.4 | 31 | |
| Semantic segmentation | ACDC Snow (test) | mIoU65.3 | 20 | |
| Semantic segmentation | GTA5 to Cityscapes, BDD100K, Mapillary Vistas (val) | mIoU (Cityscapes val)55.7 | 19 | |
| Semantic segmentation | Synthia to {Cityscapes (C), BDD (B), Mapillary (M)} | mIoU (Cityscapes)53.4 | 17 |