paper-with-me

Papers

Texture Learning Domain Randomization for Domain Generalized Segmentation

2023-03-21 · ICCV 2023 1 · Sunghwan Kim, Dae-hwan Kim, Hoseong Kim

Deep Neural Networks (DNNs)-based semantic segmentation models trained on a source domain often struggle to generalize to unseen target domains, i.e., a domain gap problem. Texture often contributes to the domain gap, making DNNs vulnerable to domain shift because they are prone to be texture-biased. Existing Domain Generalized Semantic Segmentation (DGSS) methods have alleviated the domain gap problem by guiding models to prioritize shape over texture. On the other hand, shape and texture are two prominent and complementary cues in semantic segmentation. This paper argues that leveraging texture is crucial for improving performance in DGSS. Specifically, we propose a novel framework, coined Texture Learning Domain Randomization (TLDR). TLDR includes two novel losses to effectively enhance texture learning in DGSS: (1) a texture regularization loss to prevent overfitting to source domain textures by using texture features from an ImageNet pre-trained model and (2) a texture generalization loss that utilizes random style images to learn diverse texture representations in a self-supervised manner. Extensive experimental results demonstrate the superiority of the proposed TLDR; e.g., TLDR achieves 46.5 mIoU on GTA-to-Cityscapes using ResNet-50, which improves the prior state-of-the-art method by 1.9 mIoU. The source code is available at https://github.com/ssssshwan/TLDR.

📄 PDF Abstract BibTeX arXiv:2303.11546

Code (1)

ssssshwan/tldr 공식 구현 pytorch

Tasks

Domain GeneralizationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Global and Local Texture Randomization for Synthetic-to-Real Semantic Segmentation

2021-08-05 · Duo Peng, Yinjie Lei, Lingqiao Liu, Pingping Zhang 외

Semantic segmentation is a crucial image understanding task, where each pixel of image is categorized into a corresponding label. Since the pixel-wise labeling for ground-truth is tedious and labor intensive, in practica…

Domain GeneralizationSegmentationSemantic Segmentation

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

Adaptive Texture Filtering for Single-Domain Generalized Segmentation

2023-03-06 · Xinhui Li, Mingjia Li, Yaxing Wang, Chuan-Xian Ren 외

Domain generalization in semantic segmentation aims to alleviate the performance degradation on unseen domains through learning domain-invariant features. Existing methods diversify images in the source domain by adding …

Domain GeneralizationSemantic Segmentation

Collaborating Foundation Models for Domain Generalized Semantic Segmentation

2023-12-15 · CVPR 2024 1 · Yasser Benigmim, Subhankar Roy, Slim Essid, Vicky Kalogeiton 외

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 fe…

Domain GeneralizationSegmentationSemantic Segmentation

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 conce…

DiversitySemantic Segmentation