LGCVOct 19, 2022

Variational Model Perturbation for Source-Free Domain Adaptation

arXiv:2210.10378v134 citationsh-index: 67
Originality Incremental advance
AI Analysis

This addresses domain adaptation for scenarios where source data is unavailable, offering a probabilistic method that is more efficient than full Bayesian neural networks.

The paper tackles source-free domain adaptation by perturbing a pre-trained model's parameters using variational Bayesian inference, achieving effective adaptation to target domains while preserving discriminative ability, with experiments verifying its effectiveness on several benchmarks.

We aim for source-free domain adaptation, where the task is to deploy a model pre-trained on source domains to target domains. The challenges stem from the distribution shift from the source to the target domain, coupled with the unavailability of any source data and labeled target data for optimization. Rather than fine-tuning the model by updating the parameters, we propose to perturb the source model to achieve adaptation to target domains. We introduce perturbations into the model parameters by variational Bayesian inference in a probabilistic framework. By doing so, we can effectively adapt the model to the target domain while largely preserving the discriminative ability. Importantly, we demonstrate the theoretical connection to learning Bayesian neural networks, which proves the generalizability of the perturbed model to target domains. To enable more efficient optimization, we further employ a parameter sharing strategy, which substantially reduces the learnable parameters compared to a fully Bayesian neural network. Our model perturbation provides a new probabilistic way for domain adaptation which enables efficient adaptation to target domains while maximally preserving knowledge in source models. Experiments on several source-free benchmarks under three different evaluation settings verify the effectiveness of the proposed variational model perturbation for source-free domain adaptation.

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