#395 · Primary category: Computer Vision

OpenLongTailRecognition-OLTR

computer-vision cvpr2019 deep-learning long-tail oltr open-long-tail-recognition open-set pytorch-implementation

Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)

Project last updated:07/16/22

GitHub Stars

873

Forks

130

Contributors

4

License

BSD-3-Clause

Why we included this project

Long-tail data is the norm in many real-world recognition tasks, and OLTR is the authors' own PyTorch implementation of their CVPR 2019 oral method for handling it. The repo comes with training configs and pretrained weights for the ImageNet-LT and Places-LT benchmarks, so you can reproduce the reported numbers and compare OLTR against simpler techniques like reweighting or resampling. That makes it a practical reference for teams that need to improve recall on rare classes, whether those are uncommon species, unusual defect types, or niche product categories, without giving up accuracy on frequent ones. The code also fixes the false positive metric calculation and separates stage one and stage two training cleanly, so it is easy to adapt if you bring your own data.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category