Codebase for deep long-tailed learning research (TPAMI 2023)
Top 38.7% on sourcepulse
This repository provides a comprehensive survey and codebase for deep long-tailed learning, addressing the challenge of imbalanced datasets where a few classes dominate while many have few samples. It targets researchers and practitioners in computer vision and machine learning, offering a structured overview of techniques and practical implementations.
How It Works
The project categorizes long-tailed learning methods into three main groups: class re-balancing, information augmentation, and module improvement, with further sub-classifications. It includes an empirical analysis of state-of-the-art methods using novel metrics like Upper Bound Accuracy (UA) and Relative Accuracy (RA) to better assess performance gains specifically from addressing class imbalance, distinguishing it from improvements due to architecture or general data augmentation.
Quick Start & Requirements
pip install -r requirements.txt
./data/ImageNet
.Main-codebase
, MiSLAS-codebase
, etc.).Highlighted Details
Maintenance & Community
The project is associated with a TPAMI 2023 survey paper, indicating academic backing. No specific community channels (Discord, Slack) or active development updates are mentioned in the README.
Licensing & Compatibility
The repository does not explicitly state a license. The codebase is provided for community use, but commercial use or linking with closed-source projects would require clarification on licensing terms.
Limitations & Caveats
The README does not specify a license, which could be a barrier for commercial adoption. While multiple codebases are provided, they are in separate subdirectories, potentially leading to dependency conflicts or varied setup procedures. The hardware requirements are substantial.
1 month ago
Inactive