Home

Awesome

Breadcrumb: Adversarial Class-balanced Sampling for Long-tailed Recognition

Overview

This is the author's pytorch implementation for the paper "Breadcrumb: Adversarial Class-balanced Sampling for Long-tailed Recognition". This will reproduce the Breadcrumb performance on ImageNet-LT with ResNet10.

The model is designed to train on eight (8) Titan Xp (12GB memory each). Please adjust the batch size (or even learning rate) accordingly, if the GPU setting is different.

Dataloader and sampler inherit from OTLR.

Requirements

Data Preparation

Getting Started (Training & Testing)

sh train.sh
sh eval.sh