Qihao Zhao*,Β Yalun Dai*,Β Hao Li,Β Wei Hu,Β Fan Zhang,Β Jun Liu,Β
(BUCT & NTU & SUTD & NWPU, * Equal contribution)
IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2024, Oral Presentation
Further information please contact Qihao Zhao and Yalun Dai.
- Please download these datasets and put them to the /data file.
- ImageNet-LT and Places-LT can be found at here.
- iNaturalist data should be the 2018 version from here.
data
βββ ImageNet_LT
βΒ Β βββ test
βΒ Β βββ train
βΒ Β βββ val
βββ Place365
βΒ Β βββ data_256
βΒ Β βββ test_256
βΒ Β βββ val_256
βββ iNaturalist
Β Β βββ test2018
βββ train_val2018
data_txt
βββ ImageNet_LT
βΒ Β βββ ImageNet_LT_test.txt
βΒ Β βββ ImageNet_LT_train.txt
βΒ Β βββ ImageNet_LT_val.txt
βββ Places_LT_v2
βΒ Β βββ Places_LT_test.txt
βΒ Β βββ Places_LT_train.txt
βΒ Β βββ Places_LT_val.txt
βββ iNaturalist18
βββ iNaturalist18_train.txt
βββ iNaturalist18_uniform.txt
βββ iNaturalist18_val.txt
Before running, please replace your own OPENAI key.
python lmm_i2t.py -d $DATASET_PATH -m $MAX_NUMBER -f $CLASS_NUMBER_FILE -exi $EXIST_DESCRIPTION_FILE
python lmm_extension.py -exi $EXIST_DESCRIPTION_FILE -m $MAX_GENERATED_IMAGES -ext $EXTEND_DESCRIPTION_FILE
python draw_i2t.py -ext $EXTEND_DESCRIPTION_FILE -d $DATASET_PATH -t $THRESH -r $MAX_ROUNDS
@inproceedings{zhao2024ltgc,
title={LTGC: Long-tail Recognition via Leveraging LLMs-driven Generated Content},
author={Zhao, Qihao and Dai, Yalun and Li, Hao and Hu, Wei and Zhang, Fan and Liu, Jun},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={19510--19520},
year={2024}
}