paper-with-me

Papers

Augmentation-based Domain Generalization for Semantic Segmentation

2023-04-24 · Manuel Schwonberg, Fadoua El Bouazati, Nico M. Schmidt, Hanno Gottschalk

Unsupervised Domain Adaptation (UDA) and domain generalization (DG) are two research areas that aim to tackle the lack of generalization of Deep Neural Networks (DNNs) towards unseen domains. While UDA methods have access to unlabeled target images, domain generalization does not involve any target data and only learns generalized features from a source domain. Image-style randomization or augmentation is a popular approach to improve network generalization without access to the target domain. Complex methods are often proposed that disregard the potential of simple image augmentations for out-of-domain generalization. For this reason, we systematically study the in- and out-of-domain generalization capabilities of simple, rule-based image augmentations like blur, noise, color jitter and many more. Based on a full factorial design of experiment design we provide a systematic statistical evaluation of augmentations and their interactions. Our analysis provides both, expected and unexpected, outcomes. Expected, because our experiments confirm the common scientific standard that combination of multiple different augmentations out-performs single augmentations. Unexpected, because combined augmentations perform competitive to state-of-the-art domain generalization approaches, while being significantly simpler and without training overhead. On the challenging synthetic-to-real domain shift between Synthia and Cityscapes we reach 39.5% mIoU compared to 40.9% mIoU of the best previous work. When additionally employing the recent vision transformer architecture DAFormer we outperform these benchmarks with a performance of 44.2% mIoU

📄 PDF Abstract BibTeX arXiv:2304.12122

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationDomain GeneralizationSemantic SegmentationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

FIESTA: Fourier-Based Semantic Augmentation with Uncertainty Guidance for Enhanced Domain Generalizability in Medical Image Segmentation

2024-06-20 · Kwanseok Oh, Eunjin Jeon, Da-Woon Heo, Yooseung Shin 외

Single-source domain generalization (SDG) in medical image segmentation (MIS) aims to generalize a model using data from only one source domain to segment data from an unseen target domain. Despite substantial advances i…

Data AugmentationDomain GeneralizationImage SegmentationMedical Image Segmentation+3

Intra-Source Style Augmentation for Improved Domain Generalization

2022-10-18 · Yumeng Li, Dan Zhang, Margret Keuper, Anna Khoreva

The generalization with respect to domain shifts, as they frequently appear in applications such as autonomous driving, is one of the remaining big challenges for deep learning models. Therefore, we propose an intra-sour…

Autonomous DrivingDiversityDomain GeneralizationSemantic Segmentation

An Empirical Study on Multi-Domain Robust Semantic Segmentation

2022-12-08 · Yajie Liu, Pu Ge, Qingjie Liu, Shichao Fan 외

How to effectively leverage the plentiful existing datasets to train a robust and high-performance model is of great significance for many practical applications. However, a model trained on a naive merge of different da…

Data AugmentationSegmentationSemantic Segmentation

FedS2R: One-Shot Federated Domain Generalization for Synthetic-to-Real Semantic Segmentation in Autonomous Driving

2025-07-26 · Tao Lian, Jose L. Gómez, Antonio M. López arxiv

Federated domain generalization has shown promising progress in image classification by enabling collaborative training across multiple clients without sharing raw data. However, its potential in the semantic segmentatio…

Knowledge DistillationDomain GeneralizationSemantic SegmentationImage Classification

3D Adversarial Augmentations for Robust Out-of-Domain Predictions

2023-08-29 · Alexander Lehner, Stefano Gasperini, Alvaro Marcos-Ramiro, Michael Schmidt 외

Since real-world training datasets cannot properly sample the long tail of the underlying data distribution, corner cases and rare out-of-domain samples can severely hinder the performance of state-of-the-art models. Thi…

3D Object Detection3D Semantic Segmentationobject-detectionObject Detection+2