WenbinLee / ADM

The Pytorch code of "Asymmetric Distribution Measure for Few-shot Learning", IJCAI 2020.
Other
15 stars 2 forks source link
few-shot-learning image-classification

ADM in PyTorch

We provide a PyTorch implementation of ADM for few-shot learning. If you use this code for your research, please cite our paper.

@inproceedings{li2020ADM,
  title={Asymmetric Distribution Measure for Few-shot Learning},
  author={Li, Wenbin and Wang, Lei and Huo, Jing and Shi, Yinghuan and Gao, Yang and Luo, Jiebo},
  booktitle={IJCAI},
  year={2020}
}

Asymmetric Distribution Measure for Few-shot Learning.
Wenbin Li, Lei Wang, Jing Huo, Yinghuan Shi, Yang Gao and Jiebo Luo. In IJCAI 2020.

Prerequisites

Getting Started

Installation

Datasets

miniImageNet Few-shot Classification with Data Augmentation

tieredImageNet Few-shot Classification without Data Augmentation

Citation

If you use this code for your research, please cite our paper.

@inproceedings{li2020ADM,
  title={Asymmetric Distribution Measure for Few-shot Learning},
  author={Li, Wenbin and Wang, Lei and Huo, Jing and Shi, Yinghuan and Gao, Yang and Luo, Jiebo},
  booktitle={IJCAI},
  year={2020}
}