Balanced Distributon Adaptation (BDA)

This directory contains the code for paper Balanced Distribution Adaptation for Transfer Learning.
We support both Matlab and Python.
The test dataset can be downloaded HERE.

Important Notice

Please note that the original BDA (with ) has been extensively extended by MEDA (Manifold Embedded Distribution Alignment) published in ACM International Conference on Multimedia (ACMMM) 2018. Its code can be found here.
Hence, from now on, the name BDA will specifically refer to W-BDA (for imbalanced transfer) in this ICDM paper. Therefore, the code default will also be the imbalanced version. If still want to use the original BDA, you can change the settings in the code.
We also provide a notebook for you to directly run two algorithms using Jupyter notebook.
You can easily download the notebook from here.
We also put it on Google Colab.
Try and experiment on them!

Citation

You can cite this paper as

  • Bibtex style:
  1. @inproceedings{wang2017balanced,
  2. title={Balanced Distribution Adaptation for Transfer Learning},
  3. author={Wang, Jindong and Chen, Yiqiang and Hao, Shuji and Feng, Wenjie and Shen, Zhiqi},
  4. booktitle={The IEEE International conference on data mining (ICDM)},
  5. year={2017},
  6. pages={1129--1134}
  7. }
  • GB/T 7714 style:
    Jindong Wang, Yiqiang Chen, Shuji Hao, Wenjie Feng, and Zhiqi Shen. Balanced Distribution Adaptation for Transfer Learning. ICDM 2017. pp. 1129-1134.