LGMLJul 15, 2022

Feed-Forward Latent Domain Adaptation

arXiv:2207.07624v21 citationsh-index: 77
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient model adaptation for edge devices with limited resources, though it is incremental in advancing latent domain adaptation methods.

The paper tackles the problem of adapting pre-trained models to local data distributions on resource-constrained edge devices, where data includes a mixture of relevant and irrelevant examples from multiple latent domains, and achieves consistent improvements over strong baselines, sometimes even outperforming domain-supervised adaptation.

We study a new highly-practical problem setting that enables resource-constrained edge devices to adapt a pre-trained model to their local data distributions. Recognizing that device's data are likely to come from multiple latent domains that include a mixture of unlabelled domain-relevant and domain-irrelevant examples, we focus on the comparatively under-studied problem of latent domain adaptation. Considering limitations of edge devices, we aim to only use a pre-trained model and adapt it in a feed-forward way, without using back-propagation and without access to the source data. Modelling these realistic constraints bring us to the novel and practically important problem setting of feed-forward latent domain adaptation. Our solution is to meta-learn a network capable of embedding the mixed-relevance target dataset and dynamically adapting inference for target examples using cross-attention. The resulting framework leads to consistent improvements over strong ERM baselines. We also show that our framework sometimes even improves on the upper bound of domain-supervised adaptation, where only domain-relevant instances are provided for adaptation. This suggests that human annotated domain labels may not always be optimal, and raises the possibility of doing better through automated instance selection.

Foundations

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

Your Notes