Skip to content

V0.2.5-Mixup-iNaturalist2018-Weights

Compare
Choose a tag to compare
@Lupin1998 Lupin1998 released this 19 Aug 18:12
· 93 commits to main since this release

A collection of weights and logs for mixup classification benchmark on iNaturalist-2018 (download, config). You can download all files from Baidu Cloud: iNaturalist-2018 (wy2v).

  • All compared methods adopt ResNet-50 and ResNeXt-101 (32x4d) architectures and are trained 100 epochs using the PyTorch training recipe. The training and testing image size is 224 with the CenterCrop ratio of 0.85. We search $\alpha$ in $Beta(\alpha, \alpha)$ for all compared methods.
  • The median of top-1 accuracy in the last 5 training epochs is reported for ResNet variants.
  • Visualization of mixed samples from AutoMix and SAMix are provided in zip files. [2022-08-22] Update MixBlock keys in AutoMix and SAMix checkpoints.
  • Test pre-trained weights with tools/dist_test.sh or fine-tune pre-trained models tools/dist_train.sh with --load_checkpoint.

Mixup Classification Benchmark on iNaturalist-2018

Backbones ResNet-50 top-1 ResNeXt-101 top-1
Vanilla 62.53 66.94
MixUp [ICLR'2018] 62.69 67.56
CutMix [ICCV'2019] 63.91 69.75
ManifoldMix [ICML'2019] 63.46 69.30
SaliencyMix [ICLR'2021] 64.27 70.01
FMix [Arixv'2020] 63.71 69.46
PuzzleMix [ICML'2020] 64.36 70.12
ResizeMix [Arixv'2020] 64.12 69.30
AutoMix [ECCV'2022] 64.73 70.49
SAMix [Arxiv'2021] 64.84 70.54