paper-with-me

Papers

Exploring Semantic Consistency and Style Diversity for Domain Generalized Semantic Segmentation

2024-12-16 · Hongwei Niu, Linhuang Xie, Jianghang Lin, Shengchuan Zhang

Domain Generalized Semantic Segmentation (DGSS) seeks to utilize source domain data exclusively to enhance the generalization of semantic segmentation across unknown target domains. Prevailing studies predominantly concentrate on feature normalization and domain randomization, these approaches exhibit significant limitations. Feature normalization-based methods tend to confuse semantic features in the process of constraining the feature space distribution, resulting in classification misjudgment. Domain randomization-based methods frequently incorporate domain-irrelevant noise due to the uncontrollability of style transformations, resulting in segmentation ambiguity. To address these challenges, we introduce a novel framework, named SCSD for Semantic Consistency prediction and Style Diversity generalization. It comprises three pivotal components: Firstly, a Semantic Query Booster is designed to enhance the semantic awareness and discrimination capabilities of object queries in the mask decoder, enabling cross-domain semantic consistency prediction. Secondly, we develop a Text-Driven Style Transform module that utilizes domain difference text embeddings to controllably guide the style transformation of image features, thereby increasing inter-domain style diversity. Lastly, to prevent the collapse of similar domain feature spaces, we introduce a Style Synergy Optimization mechanism that fortifies the separation of inter-domain features and the aggregation of intra-domain features by synergistically weighting style contrastive loss and style aggregation loss. Extensive experiments demonstrate that the proposed SCSD significantly outperforms existing state-of-theart methods. Notably, SCSD trained on GTAV achieved an average of 49.11 mIoU on the four unseen domain datasets, surpassing the previous state-of-the-art method by +4.08 mIoU. Code is available at https://github.com/nhw649/SCSD.

📄 PDF Abstract BibTeX arXiv:2412.12050

Code (1)

nhw649/scsd 공식 구현 pytorch

Tasks

DiversitySemantic Segmentation

Similar Papers 제목 키워드 기반

Diversify Question Generation with Retrieval-Augmented Style Transfer

2023-10-23 · Qi Gou, Zehua Xia, Bowen Yu, Haiyang Yu 외

Given a textual passage and an answer, humans are able to ask questions with various expressions, but this ability is still challenging for most question generation (QG) systems. Existing solutions mainly focus on the in…

DiversityQuestion AnsweringQuestion GenerationQuestion-Generation+3

Semantic-Rearrangement-Based Multi-Level Alignment for Domain Generalized Segmentation

2024-04-21 · Guanlong Jiao, Chenyangguang Zhang, Haonan Yin, Yu Mo 외

Domain generalized semantic segmentation is an essential computer vision task, for which models only leverage source data to learn the capability of generalized semantic segmentation towards the unseen target domains. Pr…

DiversitySemantic Segmentation

Improving the Transferability of Adversarial Examples with Arbitrary Style Transfer

2023-08-21 · Zhijin Ge, Fanhua Shang, Hongying Liu, Yuanyuan Liu 외

Deep neural networks are vulnerable to adversarial examples crafted by applying human-imperceptible perturbations on clean inputs. Although many attack methods can achieve high success rates in the white-box setting, the…

Domain GeneralizationStyle TransferUnsupervised Domain Adaptation

Style-Hallucinated Dual Consistency Learning for Domain Generalized Semantic Segmentation

2022-04-06 · Yuyang Zhao, Zhun Zhong, Na Zhao, Nicu Sebe 외

In this paper, we study the task of synthetic-to-real domain generalized semantic segmentation, which aims to learn a model that is robust to unseen real-world scenes using only synthetic data. The large domain shift bet…

Domain GeneralizationHallucinationRobust Object DetectionSemantic Segmentation+1

Style Blind Domain Generalized Semantic Segmentation via Covariance Alignment and Semantic Consistence Contrastive Learning

2024-03-10 · CVPR 2024 1 · Woo-Jin Ahn, Geun-Yeong Yang, Hyun-Duck Choi, Myo-Taeg Lim

Deep learning models for semantic segmentation often experience performance degradation when deployed to unseen target domains unidentified during the training phase. This is mainly due to variations in image texture (\i…

Contrastive LearningDecoderSegmentationSemantic Segmentation