Domain Adaption in One-Shot Learning
Abstract
Recent advances in deep learning lead to breakthroughs in many machine learning tasks. Due to the data-dri ven nature of deep learning, the training procedure often requires large amounts of manually annotated data, which is often unavailable. One-shot learning aims to categorize the new classes unseen in the training set, given only one example of each new class. Can we transfer knowledge learned by one-shot learning from one domain to another? In this paper, we formulate the problem of domain adaption in one-shot image classification, where the training data and test data come from similar but different distributions. We propose a domain adaption framework based on adversarial networks. This framework is generalized for situations where the source and target domain have different labels. We use a policy network, inspired by human learning behaviors, to effectively select samples from the source domain in the training process. This sampling strategy can further improve the domain adaption performance. We investigate our approach in one-shot image classification tasks on different settings and achieve better results than previous methods. Code related to this paper is available at: https://github.com/NanqingD/DAOSL .
Cite
Text
Dong and Xing. "Domain Adaption in One-Shot Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10925-7_35Markdown
[Dong and Xing. "Domain Adaption in One-Shot Learning." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/dong2018ecmlpkdd-domain/) doi:10.1007/978-3-030-10925-7_35BibTeX
@inproceedings{dong2018ecmlpkdd-domain,
title = {{Domain Adaption in One-Shot Learning}},
author = {Dong, Nanqing and Xing, Eric P.},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2018},
pages = {573-588},
doi = {10.1007/978-3-030-10925-7_35},
url = {https://mlanthology.org/ecmlpkdd/2018/dong2018ecmlpkdd-domain/}
}