paper-with-me

홈 › Papers

HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation

2022-04-27 · Lukas Hoyer, Dengxin Dai, Luc van Gool

Unsupervised domain adaptation (UDA) aims to adapt a model trained on the source domain (e.g. synthetic data) to the target domain (e.g. real-world data) without requiring further annotations on the target domain. This work focuses on UDA for semantic segmentation as real-world pixel-wise annotations are particularly expensive to acquire. As UDA methods for semantic segmentation are usually GPU memory intensive, most previous methods operate only on downscaled images. We question this design as low-resolution predictions often fail to preserve fine details. The alternative of training with random crops of high-resolution images alleviates this problem but falls short in capturing long-range, domain-robust context information. Therefore, we propose HRDA, a multi-resolution training approach for UDA, that combines the strengths of small high-resolution crops to preserve fine segmentation details and large low-resolution crops to capture long-range context dependencies with a learned scale attention, while maintaining a manageable GPU memory footprint. HRDA enables adapting small objects and preserving fine segmentation details. It significantly improves the state-of-the-art performance by 5.5 mIoU for GTA-to-Cityscapes and 4.9 mIoU for Synthia-to-Cityscapes, resulting in unprecedented 73.8 and 65.8 mIoU, respectively. The implementation is available at https://github.com/lhoyer/HRDA.

📄 PDF Abstract BibTeX arXiv:2204.13132

Code (1)

lhoyer/hrda 공식 구현 pytorch

Tasks

Domain AdaptationGPUImage-to-Image TranslationSegmentationSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain AdaptationVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Domain Adaptive and Generalizable Network Architectures and Training Strategies for Semantic Image Segmentation

2023-04-26 · Lukas Hoyer, Dengxin Dai, Luc van Gool

Unsupervised domain adaptation (UDA) and domain generalization (DG) enable machine learning models trained on a source domain to perform well on unlabeled or even unseen target domains. As previous UDA&DG semantic segmen…

Domain AdaptationDomain GeneralizationGPUImage Segmentation+2

AFRDA: Attentive Feature Refinement for Domain Adaptive Semantic Segmentation

2025-07-23 · Md. Al-Masrur Khan, Durgakant Pushp, Lantao Liu arxiv

In Unsupervised Domain Adaptive Semantic Segmentation (UDA-SS), a model is trained on labeled source domain data (e.g., synthetic images) and adapted to an unlabeled target domain (e.g., real-world images) without access…

Semantic Segmentation

Face: Fast, Accurate and Context-Aware Audio Annotation and Classification

2023-03-07 · M. Mehrdad Morsali, Hoda Mohammadzade, Saeed Bagheri Shouraki

This paper presents a context-aware framework for feature selection and classification procedures to realize a fast and accurate audio event annotation and classification. The context-aware design starts with exploring f…

Active LearningAudio ClassificationClassificationEnvironmental Sound Classification+3

We're Not Using Videos Effectively: An Updated Domain Adaptive Video Segmentation Baseline

2024-02-01 · Simar Kareer, Vivek Vijaykumar, Harsh Maheshwari, Prithvijit Chattopadhyay 외

There has been abundant work in unsupervised domain adaptation for semantic segmentation (DAS) seeking to adapt a model trained on images from a labeled source domain to an unlabeled target domain. While the vast majorit…

BenchmarkingDomain AdaptationSemantic SegmentationUnsupervised Domain Adaptation+2

TFS-ViT: Token-Level Feature Stylization for Domain Generalization

2023-03-28 · Mehrdad Noori, Milad Cheraghalikhani, Ali Bahri, Gustavo A. Vargas Hakim 외

Standard deep learning models such as convolutional neural networks (CNNs) lack the ability of generalizing to domains which have not been seen during training. This problem is mainly due to the common but often wrong as…

Domain Generalization