语言:
🇨🇳
🇺🇸
«overhaul»复现了论文A Comprehensive Overhaul of Feature Distillation
arch_s | top1 | top5 | arch_t | top1 | top5 | dataset | lambda | top1 | top5 |
---|---|---|---|---|---|---|---|---|---|
MobileNetv2 | 79.420 | 95.680 | ResNet50 | 83.290 | 96.630 | CIFAR100 | 15.0 | 82.440 | 96.540 |
ResNet18 | 80.720 | 95.840 | ResNet50 | 83.290 | 96.630 | CIFAR100 | 2.0 | 82.470 | 96.360 |
ResNet18 | 80.720 | 95.840 | ResNet152 | 85.660 | 97.590 | CIFAR100 | 2.0 | 83.310 | 97.000 |
ResNet50 | 83.290 | 96.630 | ResNet152 | 85.660 | 97.590 | CIFAR100 | 2.0 | 86.080 | 97.350 |
ResNet50 | 83.290 | 96.630 | ResNeXt_32x8d | 85.600 | 97.460 | CIFAR100 | 2.0 | 85.410 | 97.430 |
更多内容参见docs
OFD
设计了新的蒸馏位置、教师转换以及距离函数,实现了更好的性能增益。
当前实现基于 clovaai/overhaul-distillation。
$ pip install -r requirements.txt
- 训练
$ CUDA_VISIBLE_DEVICES=0 python tools/train.py -cfg=configs/resnet/ofd_2_0_r50_pret_r18_c100_224_e100_sgd_mslr.yaml
- 测试
$ CUDA_VISIBLE_DEVICES=0 python tools/test.py -cfg=configs/resnet/ofd_2_0_r50_pret_r18_c100_224_e100_sgd_mslr.yaml
- zhujian - Initial work - zjykzj
@inproceedings{heo2019overhaul,
title={A Comprehensive Overhaul of Feature Distillation},
author={Heo, Byeongho and Kim, Jeesoo and Yun, Sangdoo and Park, Hyojin and Kwak, Nojun and Choi, Jin Young},
booktitle = {International Conference on Computer Vision (ICCV)},
year={2019}
}
欢迎任何人的参与!打开issue或提交合并请求。
注意:
GIT
提交,请遵守Conventional Commits规范- 语义版本化,请遵守Semantic Versioning 2.0.0规范
README
编写,请遵守standard-readme规范
Apache License 2.0 © 2021 zjykzj