Skip to content
/ RF-DLC Public

PyTorch implementation of the paper "Making Reliable and Flexible Decisions in Long-tailed Classification" (TMLR)

Notifications You must be signed in to change notification settings

lblaoke/RF-DLC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Making Reliable and Flexible Decisions in Long-tailed Classification

This paper introduces a unified framework under Bayesian Decision Theory to enable user-defined utility matrices for long-tailed classification. It considers the semantic meaning of different classes and can be tailored for specific applications with imbalanced misclassification costs. The experiments demonstrate that our method significantly reduces the tail-sensitivity risk.

Recommended Environment

python==3.8
pytorch==1.8.2

Command

python main.py -c "configs/cifar100_lt.json"

Citation

@article{limaking,
  title={Making Reliable and Flexible Decisions in Long-tailed Classification},
  author={Li, Bolian and Zhang, Ruqi},
  journal={Transactions on Machine Learning Research}
}

About

PyTorch implementation of the paper "Making Reliable and Flexible Decisions in Long-tailed Classification" (TMLR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages