paper-with-me

홈 › Papers

Source-Free Adaptation to Measurement Shift via Bottom-Up Feature Restoration

2021-07-12 · ICLR 2022 4 · Cian Eastwood, Ian Mason, Christopher K. I. Williams, Bernhard Schölkopf

Source-free domain adaptation (SFDA) aims to adapt a model trained on labelled data in a source domain to unlabelled data in a target domain without access to the source-domain data during adaptation. Existing methods for SFDA leverage entropy-minimization techniques which: (i) apply only to classification; (ii) destroy model calibration; and (iii) rely on the source model achieving a good level of feature-space class-separation in the target domain. We address these issues for a particularly pervasive type of domain shift called measurement shift which can be resolved by restoring the source features rather than extracting new ones. In particular, we propose Feature Restoration (FR) wherein we: (i) store a lightweight and flexible approximation of the feature distribution under the source data; and (ii) adapt the feature-extractor such that the approximate feature distribution under the target data realigns with that saved on the source. We additionally propose a bottom-up training scheme which boosts performance, which we call Bottom-Up Feature Restoration (BUFR). On real and synthetic data, we demonstrate that BUFR outperforms existing SFDA methods in terms of accuracy, calibration, and data efficiency, while being less reliant on the performance of the source model in the target domain.

📄 PDF Abstract BibTeX arXiv:2107.05446

Code (1)

cianeastwood/bufr 공식 구현 pytorch

Tasks

Domain AdaptationSource-Free Domain Adaptation

Similar Papers 제목 키워드 기반

Temporal-Spectral Alignment with Frequency Adaptation for Source-Free Time-Series Adaptation

2026-06-22 · Shichang Meng, Linquan Wu, Xuan Ai, Linqi Song arxiv

The goal of source-free domain adaptation (SFDA) for time-series data is to transfer knowledge from a pre-trained source model to an unlabeled target domain without requiring access to source data, while addressing featu…

Source-Free Domain Adaptation

Modeling Autonomous Shifts Between Focus State and Mind-Wandering Using a Predictive-Coding-Inspired Variational RNN Model

2024-12-20 · Henrique Oyama, Jun Tani

The current study investigates possible neural mechanisms underling autonomous shifts between focus state and mind-wandering by conducting model simulation experiments. On this purpose, we modeled perception processes of…

Purge-Gate: Backpropagation-Free Test-Time Adaptation for Point Clouds Classification via Token Purging

2025-09-11 · Moslem Yazdanpanah, Ali Bahri, Mehrdad Noori, Sahar Dastani 외 arxiv

Test-time adaptation (TTA) is crucial for mitigating performance degradation caused by distribution shifts in 3D point cloud classification. In this work, we introduce Token Purging (PG), a novel backpropagation-free app…

3D Point Cloud ClassificationTest-time AdaptationPoint Clouds

Source-free unsupervised domain adaptation for cross-modality abdominal multi-organ segmentation

2021-11-24 · Jin Hong, Yu-Dong Zhang, Weitian Chen

Domain adaptation is crucial for transferring the knowledge from the source labeled CT dataset to the target unlabeled MR dataset in abdominal multi-organ segmentation. Meanwhile, it is highly desirable to avoid the high…

Domain AdaptationOrgan SegmentationSegmentationUnsupervised Domain Adaptation

Target and Task specific Source-Free Domain Adaptive Image Segmentation

2022-03-29 · Vibashan VS, Jeya Maria Jose Valanarasu, Vishal M. Patel

Solving the domain shift problem during inference is essential in medical imaging, as most deep-learning based solutions suffer from it. In practice, domain shifts are tackled by performing Unsupervised Domain Adaptation…

DenoisingDomain AdaptationImage SegmentationMedical Image Segmentation+3