paper-with-me

Papers

Semantic Self-adaptation: Enhancing Generalization with a Single Sample

2022-08-10 · Sherwin Bahmani, Oliver Hahn, Eduard Zamfir, Nikita Araslanov, Daniel Cremers, Stefan Roth

The lack of out-of-domain generalization is a critical weakness of deep networks for semantic segmentation. Previous studies relied on the assumption of a static model, i. e., once the training process is complete, model parameters remain fixed at test time. In this work, we challenge this premise with a self-adaptive approach for semantic segmentation that adjusts the inference process to each input sample. Self-adaptation operates on two levels. First, it fine-tunes the parameters of convolutional layers to the input image using consistency regularization. Second, in Batch Normalization layers, self-adaptation interpolates between the training and the reference distribution derived from a single test sample. Despite both techniques being well known in the literature, their combination sets new state-of-the-art accuracy on synthetic-to-real generalization benchmarks. Our empirical study suggests that self-adaptation may complement the established practice of model regularization at training time for improving deep network generalization to out-of-domain data. Our code and pre-trained models are available at https://github.com/visinf/self-adaptive.

📄 PDF Abstract BibTeX arXiv:2208.05788

Code (1)

visinf/self-adaptive 공식 구현 pytorch

Tasks

Domain AdaptationDomain GeneralizationOne-shot Unsupervised Domain AdaptationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Generalize then Adapt: Source-Free Domain Adaptive Semantic Segmentation

2021-08-25 · ICCV 2021 10 · Jogendra Nath Kundu, Akshay Kulkarni, Amit Singh, Varun Jampani 외

Unsupervised domain adaptation (DA) has gained substantial interest in semantic segmentation. However, almost all prior arts assume concurrent access to both labeled source and unlabeled target, making them unsuitable fo…

Domain AdaptationDomain GeneralizationPseudo LabelSemantic Segmentation+2

Enhancing Generalization of Depth Estimation Foundation Model via Weakly-Supervised Adaptation with Regularization

2025-11-18 · Yan Huang, Yongyi Su, Xin Lin, Le Zhang 외 arxiv

The emergence of foundation models has substantially advanced zero-shot generalization in monocular depth estimation (MDE), as exemplified by the Depth Anything series. However, given access to some data from downstream …

Monocular Depth EstimationZero-shot Generalization

Enhancing the Generalization Capability of Skin Lesion Classification Models with Active Domain Adaptation Methods

2024-12-01 · Jun Ye

We propose a method to improve the generalization ability of skin lesion classification models by combining self-supervised learning (SSL), unsupervised domain adaptation (UDA), and active domain adaptation (ADA). The ma…

Domain AdaptationLesion ClassificationSelf-Supervised LearningSkin Lesion Classification+1

Unsupervised domain adaptation for medical imaging segmentation with self-ensembling

2018-11-14 · Christian S. Perone, Pedro Ballester, Rodrigo C. Barros, Julien Cohen-Adad

Recent advances in deep learning methods have come to define the state-of-the-art for many medical imaging applications, surpassing even human judgment in several tasks. Those models, however, when trained to reduce the …

Domain AdaptationMedical Image SegmentationSemantic SegmentationUnsupervised Domain Adaptation

Constructing Self-motivated Pyramid Curriculums for Cross-Domain Semantic Segmentation: A Non-Adversarial Approach

2019-08-26 · ICCV 2019 10 · Qing Lian, Fengmao Lv, Lixin Duan, Boqing Gong

We propose a new approach, called self-motivated pyramid curriculum domain adaptation (PyCDA), to facilitate the adaptation of semantic segmentation neural networks from synthetic source domains to real target domains. O…

Domain AdaptationSegmentationSemantic SegmentationSynthetic-to-Real Translation+1