Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Comprehensive Overhaul of Feature Distillation

About

We investigate the design aspects of feature distillation methods achieving network compression and propose a novel feature distillation method in which the distillation loss is designed to make a synergy among various aspects: teacher transform, student transform, distillation feature position and distance function. Our proposed distillation loss includes a feature transform with a newly designed margin ReLU, a new distillation feature position, and a partial L2 distance function to skip redundant information giving adverse effects to the compression of student. In ImageNet, our proposed method achieves 21.65% of top-1 error with ResNet50, which outperforms the performance of the teacher network, ResNet152. Our proposed method is evaluated on various tasks such as image classification, object detection and semantic segmentation and achieves a significant performance improvement in all tasks. The code is available at https://sites.google.com/view/byeongho-heo/overhaul

Byeongho Heo, Jeesoo Kim, Sangdoo Yun, Hyojin Park, Nojun Kwak, Jin Young Choi• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy76.82
3518
Object DetectionCOCO 2017 (val)
AP38.9
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy71.25
1866
Image ClassificationImageNet-1k (val)
Top-1 Accuracy71.33
1453
Semantic segmentationPASCAL VOC 2012 (test)
mIoU73.24
1342
Image ClassificationImageNet (val)
Top-1 Acc71.33
1206
Object DetectionPASCAL VOC 2007 (test)
mAP73.08
821
Image ClassificationCIFAR-100 (val)--
661
Image ClassificationCIFAR-100--
622
Object DetectionCOCO (val)
mAP38.9
613
Showing 10 of 21 rows

Other info

Code

Follow for update