All Projects → jiequancui → ResLT

jiequancui / ResLT

Licence: MIT license
ResLT: Residual Learning for Long-tailed Recognition (TPAMI 2022)

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ResLT

Parametric-Contrastive-Learning
Parametric Contrastive Learning (ICCV2021)
Stars: ✭ 155 (+287.5%)
Mutual labels:  class-imbalance, imbalanced-data, imbalanced-learning, long-tailed-recognition
imbalanced-ensemble
Class-imbalanced / Long-tailed ensemble learning in Python. Modular, flexible, and extensible. | 模块化、灵活、易扩展的类别不平衡/长尾机器学习库
Stars: ✭ 199 (+397.5%)
Mutual labels:  class-imbalance, imbalanced-data, imbalanced-learning, long-tail
mesa
NeurIPS’20 | Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. | 设计元知识驱动的采样器解决类别不平衡问题
Stars: ✭ 88 (+120%)
Mutual labels:  class-imbalance, imbalanced-data, imbalanced-learning, imbalance-classification
imbalanced-regression
[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression
Stars: ✭ 425 (+962.5%)
Mutual labels:  imbalanced-data, imbalanced-learning, long-tail
Addressing-Class-Imbalance-FL
This is the code for Addressing Class Imbalance in Federated Learning (AAAI-2021).
Stars: ✭ 62 (+55%)
Mutual labels:  class-imbalance, imbalance-classification
TailCalibX
Pytorch implementation of Feature Generation for Long-Tail Classification by Rahul Vigneswaran, Marc T Law, Vineeth N Balasubramaniam and Makarand Tapaswi
Stars: ✭ 32 (-20%)
Mutual labels:  long-tail, long-tailed-recognition
Awesome-of-Long-Tailed-Recognition
A curated list of long-tailed recognition resources.
Stars: ✭ 456 (+1040%)
Mutual labels:  imbalanced-learning, long-tailed-recognition
machine-learning-imbalanced-data
Code repository for the online course Machine Learning with Imbalanced Data
Stars: ✭ 94 (+135%)
Mutual labels:  imbalanced-data, imbalanced-learning
well-classified-examples-are-underestimated
Code for the AAAI 2022 publication "Well-classified Examples are Underestimated in Classification with Deep Neural Networks"
Stars: ✭ 21 (-47.5%)
Mutual labels:  imbalanced-learning
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (+32.5%)
Mutual labels:  imbalanced-data
undergraduate-dissertation
Final career project on PAC theory and imbalanced datasets
Stars: ✭ 18 (-55%)
Mutual labels:  imbalanced-learning
BalancedMetaSoftmax-Classification
[NeurIPS 2020] Balanced Meta-Softmax for Long-Tailed Visual Recognition
Stars: ✭ 106 (+165%)
Mutual labels:  imbalanced-learning
Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
Stars: ✭ 19 (-52.5%)
Mutual labels:  long-tail
Machine Learning
A repository of resources for understanding the concepts of machine learning/deep learning.
Stars: ✭ 29 (-27.5%)
Mutual labels:  imbalanced-data
Skin-Lesion-Recognition.Pytorch
Rank3 Code for ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection, Task 3
Stars: ✭ 37 (-7.5%)
Mutual labels:  imbalanced-data
Class-Imbalance
《机器学习之类别不平衡问题》文章代码
Stars: ✭ 37 (-7.5%)
Mutual labels:  imbalanced-learning
smogn
Synthetic Minority Over-Sampling Technique for Regression
Stars: ✭ 238 (+495%)
Mutual labels:  imbalanced-data
imbalance
ncordon.github.io/imbalance
Stars: ✭ 33 (-17.5%)
Mutual labels:  imbalanced-data
class imbalance
Jupyter Notebook presentation for class imbalance in binary classification
Stars: ✭ 48 (+20%)
Mutual labels:  imbalanced-data
multi-imbalance
Python package for tackling multi-class imbalance problems. http://www.cs.put.poznan.pl/mlango/publications/multiimbalance/
Stars: ✭ 66 (+65%)
Mutual labels:  class-imbalance

ResLT: Residual Learning for Long-tailed Recognition (TPAMI 2022)

This repository contains the implementation code for paper:
Residual Learning for Long-tailed Recognition https://arxiv.org/abs/2101.10633

Updates

We further verifty the proposed ResLT is complementary to ensemble-based methods. Equipped with RIDEResNeXt, our model achieves better results. All experiments are conducted without knowledge distillation for fair comparison. For RIDE, we use their public code and train 180 epochs.

ImageNet-LT

Model Top-1 Acc Download log
RIDEResNeXt(3 experts) 55.1 - log
RIDEResNeXt-ResLT(3 experts) 57.6 model log

Inaturalist 2018

Model Top-1 Acc Download log
RIDEResNeXt(3 experts) 70.8 - log
RIDEResNeXt-ResLT(3 experts) 72.9 model log

Overview

In this paper, we proposed a residual learning method to address long-tailed recognition, which contains a Residual Fusion Module and a Parameter Specialization Mechanism. With extensive ablation studies, we demonstrate the effectiveness of our method.

image

Get Started

ResLT Training

For CIFAR, due to the small data size, different experimental environment can have a big difference. To achieve the reported results, you may need to slightly tune the $\alpha$.

bash sh/CIFAR100/CIFAR100LT_imf0.01_resnet32sx1_beta0.9950.sh

For ImageNet-LT,

bash sh/X50.sh

For iNaturalist 2018,

bash sh/R50.sh

Results and Models

ImageNet-LT

Model Download log
ResNet-10 model log
ResNeXt-50 model log
ResNeXt-101 model log

iNatualist 2018

Model Download log
ResNet-50 model log

Places-LT

Model Download log
ResNet-152 - -

Acknowledgements

This code is partly based on the open-source implementations from offical PyTorch examples and LDAM-DRW.

Contact

If you have any questions, feel free to contact us through email ([email protected]) or Github issues. Enjoy!

BibTex

If you find this code or idea useful, please consider citing our work:

@ARTICLE{9774921,
  author={Cui, Jiequan and Liu, Shu and Tian, Zhuotao and Zhong, Zhisheng and Jia, Jiaya},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, 
  title={ResLT: Residual Learning for Long-Tailed Recognition}, 
  year={2023},
  volume={45},
  number={3},
  pages={3695-3706},
  doi={10.1109/TPAMI.2022.3174892}}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].