Distant Domain Transfer Learning

Abstract

In this paper, we study a novel transfer learning problem termed Distant Domain Transfer Learning (DDTL). Different from existing transfer learning problems which assume that there is a close relation between the source domain and the target domain, in the DDTL problem, the target domain can be totally different from the source domain. For example, the source domain classifies face images but the target domain distinguishes plane images. Inspired by the cognitive processof human where two seemingly unrelated concepts can be connected by learning intermediate concepts gradually, we propose a Selective Learning Algorithm (SLA) to solve the DDTL problem with supervised autoencoder or supervised convolutional autoencoder as a base model for handling different types of inputs. Intuitively, the SLA algorithm selects usefully unlabeled data gradually from intermediate domains as a bridge to break the large distribution gap for transferring knowledge between two distant domains. Empirical studies on image classification problems demonstrate the effectiveness of the proposed algorithm, and on some tasks the improvement in terms of the classification accuracy is up to 17% over “non-transfer” methods.

Cite

Text

Tan et al. "Distant Domain Transfer Learning." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.10826

Markdown

[Tan et al. "Distant Domain Transfer Learning." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/tan2017aaai-distant/) doi:10.1609/AAAI.V31I1.10826

BibTeX

@inproceedings{tan2017aaai-distant,
  title     = {{Distant Domain Transfer Learning}},
  author    = {Tan, Ben and Zhang, Yu and Pan, Sinno Jialin and Yang, Qiang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2604-2610},
  doi       = {10.1609/AAAI.V31I1.10826},
  url       = {https://mlanthology.org/aaai/2017/tan2017aaai-distant/}
}