Skip to content
/ MLCN Public

Multi-Level Correlation Network For Few-Shot Image Classification

Notifications You must be signed in to change notification settings

Yunkai696/MLCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Level Correlation Network For Few-Shot Image Classification
(ICME 2023)

✔️ Requirements

⚙️ Conda environmnet installation

conda env create --name mlcn --file environment.yml
conda activate mlcn

📚 Datasets

cd datasets
bash download_miniimagenet.sh
bash download_cub.sh
bash download_cifar_fs.sh
bash download_tieredimagenet.sh

🔍 Related repos

Our project references the codes in the following repos:

💌 Acknowledgement

This paper adopted the main code bases from renet.

I also sincerely thank Min Zhang.

📜 Citing MLCN

If you find our code or paper useful to your research work, please consider citing our work using the following bibtex:

@inproceedings{dang2023multi,
  title={Multi-Level Correlation Network For Few-Shot Image Classification},
  author={Dang, Yunkai and Sun, Meijun and Zhang, Min and Chen, Zhengyu and Zhang, Xinliang and Wang, Zheng and Wang, Donglin},
  booktitle={2023 IEEE International Conference on Multimedia and Expo (ICME)},
  pages={2909--2914},
  year={2023},
  organization={IEEE}
}

About

Multi-Level Correlation Network For Few-Shot Image Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages