Variational Transfer Learning using Cross-Domain Latent Modulation
Jinyong Hou, Jeremiah D. Deng, Stephen Cranefield, Xuejie Din
TL;DR
This work tackles the challenge of transferring learned representations across domains by introducing Cross-Domain Latent Modulation (CDLM) within a variational autoencoder. CDLM constructs a Transfer Latent Space (TLS) and applies cross-domain modulation to reparameterize latent variables using deep representations from the other domain, aided by adversarial alignment and a consistency loss. The approach yields reduced KL-divergence between domain latent distributions and demonstrates competitive performance on unsupervised domain adaptation and image-to-image translation, supported by qualitative visualizations and quantitative metrics like A-distance. The framework is relatively simple yet effective, with potential extensions to multi-domain and heterogeneous transfer scenarios. The results suggest CDLM provides a principled, scalable path to cross-domain generative modeling and adaptation.
Abstract
To successfully apply trained neural network models to new domains, powerful transfer learning solutions are essential. We propose to introduce a novel cross-domain latent modulation mechanism to a variational autoencoder framework so as to achieve effective transfer learning. Our key idea is to procure deep representations from one data domain and use it to influence the reparameterization of the latent variable of another domain. Specifically, deep representations of the source and target domains are first extracted by a unified inference model and aligned by employing gradient reversal. The learned deep representations are then cross-modulated to the latent encoding of the alternative domain, where consistency constraints are also applied. In the empirical validation that includes a number of transfer learning benchmark tasks for unsupervised domain adaptation and image-to-image translation, our model demonstrates competitive performance, which is also supported by evidence obtained from visualization.
