paper-with-me

Papers

Collaborating Foundation Models for Domain Generalized Semantic Segmentation

2023-12-15 · CVPR 2024 1 · Yasser Benigmim, Subhankar Roy, Slim Essid, Vicky Kalogeiton, Stéphane Lathuilière

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

📄 PDF Abstract BibTeX arXiv:2312.09788

Code (1)

yasserben/clouds 공식 구현 pytorch

Tasks

Domain GeneralizationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Domain Generalization for Semantic Segmentation: A Survey

2025-10-03 · Manuel Schwonberg, Hanno Gottschalk arxiv

The generalization of deep neural networks to unknown domains is a major challenge despite their tremendous progress in recent years. For this reason, the dynamic area of domain generalization (DG) has emerged. In contra…

Unsupervised Domain AdaptationDomain GeneralizationSemantic Segmentation

FisherTune: Fisher-Guided Robust Tuning of Vision Foundation Models for Domain Generalized Segmentation

2025-03-23 · CVPR 2025 1 · Dong Zhao, Jinlong Li, Shuang Wang, Mengyao Wu 외

Vision Foundation Models (VFMs) excel in generalization due to large-scale pretraining, but fine-tuning them for Domain Generalized Semantic Segmentation (DGSS) while maintaining this ability remains challenging. Existin…

Semantic SegmentationVariational Inference

SAM-CP: Marrying SAM with Composable Prompts for Versatile Segmentation

2024-07-23 · Pengfei Chen, Lingxi Xie, Xinyue Huo, Xuehui Yu 외

The Segment Anything model (SAM) has shown a generalized ability to group image pixels into patches, but applying it to semantic-aware segmentation still faces major challenges. This paper presents SAM-CP, a simple appro…

Panoptic SegmentationSegmentation

Multi-Granularity Feature Calibration via VFM for Domain Generalized Semantic Segmentation

2025-08-05 · Xinhui Li, Xiaojie Guo arxiv

Domain Generalized Semantic Segmentation (DGSS) aims to improve the generalization ability of models across unseen domains without access to target data during training. Recent advances in DGSS have increasingly exploite…

parameter-efficient fine-tuningSemantic SegmentationDomain Generalization

Stronger Fewer & Superior: Harnessing Vision Foundation Models for Domain Generalized Semantic Segmentation

2024-01-01 · CVPR 2024 1 · Zhixiang Wei, Lin Chen, Yi Jin, Xiaoxiao Ma 외

In this paper we first assess and harness various Vision Foundation Models (VFMs) in the context of Domain Generalized Semantic Segmentation (DGSS). Driven by the motivation that Leveraging Stronger pre-trained model…

Domain GeneralizationSemantic Segmentation