LGAICVMLJul 12, 2021

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

arXiv:2107.05446v361 citations
Originality Incremental advance
AI Analysis

This addresses a pervasive domain shift issue in machine learning, offering a more robust and efficient adaptation approach for scenarios where source data is unavailable, though it is incremental as it builds on existing SFDA techniques.

The paper tackles the problem of source-free domain adaptation under measurement shift by proposing a feature restoration method that realigns target features with stored source feature distributions, demonstrating improved accuracy, calibration, and data efficiency over existing methods.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes