2021

Source-free Domain Adaptation via Distributional Alignment by Matching Batch Normalization Statistics

Ishii, Masato, Sugiyama, Masashi

Understand

In this paper, we propose a novel domain adaptation method for the source-free setting.

  • In this setting, we cannot access source data during adaptation, while unlabeled target data and a model pretrained with source data are given.
  • Due to lack of source data, we cannot directly match the data distributions between domains unlike typical domain adaptation algorithms.
  • To cope with this problem, we propose utilizing batch normalization statistics stored in the pretrained model to approximate the distribution of unobserved source data.

Reading the bibliography…