vix.ing · top · new · best · stats

Be Your Own Teacher: Improve the Performance of Convolutional Neural Networks via Self Distillation

2019/05/17 by Linfeng Zhang, Jiebo Song, Zhang, Linfeng +9 · 83 citations
Computer Science · Mathematics · #Advanced Neural Network Applications #Adversarial Robustness in Machine Learning #Artificial intelligence #Artificial neural network #Computer science #Convolutional neural network #Distillation #Enhanced Data Rates for GSM Evolution #Flexibility (engineering) #Generalization #Inference #Machine Learning and Data Classification #Machine learning #Mathematics #Scalability #Softmax function #cs.LG #stat.ML

paper · pdf · doi:10.48550/arxiv.1905.08094

published in arXiv (Cornell University) (Cornell University) · 10pages

arxiv created 2019/05/17 · openalex publication_date 2019/05/17 · arxiv updated 2019/05/21 · openalex created_date 2019/05/29 · openalex updated_date 2026/08/04

Abstract

Convolutional neural networks have been widely deployed in various application scenarios. In order to extend the applications' boundaries to some accuracy-crucial domains, researchers have been investigating approaches to boost accuracy through either deeper or wider network structures, which brings with them the exponential increment of the computational and storage cost, delaying the responding time. In this paper, we propose a general training framework named self distillation, which notably enhances the performance (accuracy) of convolutional neural networks through shrinking the size of the network rather than aggrandizing it. Different from traditional knowledge distillation - a knowledge transformation methodology among networks, which forces student neural networks to approximate the softmax layer outputs of pre-trained teacher neural networks, the proposed self distillation framework distills knowledge within network itself. The networks are firstly divided into several sections. Then the knowledge in the deeper portion of the networks is squeezed into the shallow ones. Experiments further prove the generalization of the proposed self distillation framework: enhancement of accuracy at average level is 2.65%, varying from 0.61% in ResNeXt as minimum to 4.07% in VGG19 as maximum. In addition, it can also provide flexibility of depth-wise scalable inference on resource-limited edge devices.Our codes will be released on github soon.

Citations

Cited by

Related