Transfer Neural Trees for Heterogeneous Domain Adaptation

Abstract

Heterogeneous domain adaptation (HDA) addresses the task of associating data not only across dissimilar domains but also described by different types of features. Inspired by the recent advances of neural networks and deep learning, we propose Transfer Neural Trees (TNT) which jointly solves cross-domain feature mapping, adaptation, and classification in a NN-based architecture. As the prediction layer in TNT, we further propose Transfer Neural Decision Forest (Transfer-NDF), which effectively adapts the neurons in TNT for adaptation by stochastic pruning. Moreover, to address semi-supervised HDA, a unique embedding loss term for preserving prediction and structural consistency between target-domain data is introduced into TNT. Experiments on classification tasks across features, datasets, and modalities successfully verify the effectiveness of our TNT.

Cite

Text

Chen et al. "Transfer Neural Trees for Heterogeneous Domain Adaptation." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46454-1_25

Markdown

[Chen et al. "Transfer Neural Trees for Heterogeneous Domain Adaptation." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/chen2016eccv-transfer/) doi:10.1007/978-3-319-46454-1_25

BibTeX

@inproceedings{chen2016eccv-transfer,
  title     = {{Transfer Neural Trees for Heterogeneous Domain Adaptation}},
  author    = {Chen, Wei-Yu and Hsu, Tzu-Ming Harry and Tsai, Yao-Hung Hubert and Wang, Yu-Chiang Frank and Chen, Ming-Syan},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {399-414},
  doi       = {10.1007/978-3-319-46454-1_25},
  url       = {https://mlanthology.org/eccv/2016/chen2016eccv-transfer/}
}