Deep CORAL: Correlation Alignment for Deep Domain Adaptation
Baochen Sun, Kate Saenko
TL;DR
The paper tackles unsupervised domain adaptation under target-domain unlabeled data by introducing Deep CORAL, which embeds a differentiable CORAL loss into deep networks to align second-order statistics of layer activations across domains. It advances CORAL to a nonlinear, end-to-end framework and optimizes a joint objective that balances discriminative power with domain alignment. Empirical results on the Office benchmark show state-of-the-art performance, validating the effectiveness and simplicity of covariance-based alignment in deep models. The approach provides a scalable, architecture-agnostic method for improving cross-domain generalization in practical settings.
Abstract
Deep neural networks are able to learn powerful representations from large quantities of labeled input data, however they cannot always generalize well across changes in input distributions. Domain adaptation algorithms have been proposed to compensate for the degradation in performance due to domain shift. In this paper, we address the case when the target domain is unlabeled, requiring unsupervised adaptation. CORAL is a "frustratingly easy" unsupervised domain adaptation method that aligns the second-order statistics of the source and target distributions with a linear transformation. Here, we extend CORAL to learn a nonlinear transformation that aligns correlations of layer activations in deep neural networks (Deep CORAL). Experiments on standard benchmark datasets show state-of-the-art performance.
