This is the source code for our TPAMI paper: Key Point Sensitive Loss for Long-tailed Visual Recognition.
This version is a demo of how to use KPS loss. The version that supports more datasets is in the works and is coming soon.
$ python cifar_train_backbone.py --arch resnet32 /
--dataset cifar10 --data_path './dataset/data_img'/
--loss_type 'KPS' --train_rule 'GA'/
--imb_factor 0.01/
--batch_size 64 --learning_rate 0.1
- Support Cifar10/100-LT dataset
- Support imageNet-LT
- Support iNaturalist2018
- More loss functions
- Separate configuration files for easier execution
- Some other minor performance improvements
@article{Li2022Long,
author = {Mengke Li, Yiu{-}ming Cheung, Zhikai Hu},
title = {Key Point Sensitive Loss for Long-tailed Visual Recognition},
journal = {{IEEE} Transactions on Pattern Analysis and Machine Intelligence},
volume = {},
number = {},
pages = {in press},
publisher = {IEEE},
year = {2022},
doi = {10.1109/TPAMI.2022.3196044},
}
Awesome-of-Long-Tailed-Recognition
Long-Tailed-Classification-Leaderboard
GCL: Long-tailed Visual Recognition via Gaussian Clouded Logit Adjustment
If you have any questions, please send the email to Mengke Li at: [email protected].