CVLGSep 28, 2020

Kernel Based Progressive Distillation for Adder Neural Networks

arXiv:2009.13044v348 citations
Originality Incremental advance
AI Analysis

This addresses the problem of low-energy deep learning for researchers and practitioners by improving ANN accuracy, though it is incremental as it builds on existing knowledge distillation techniques.

The paper tackles the accuracy drop in Adder Neural Networks (ANNs) due to optimization difficulties with $\ell_1$-norm gradients by proposing a progressive kernel-based knowledge distillation method, achieving a 76.8% top-1 accuracy on ImageNet with ANN-50, which is 0.6% higher than ResNet-50.

Adder Neural Networks (ANNs) which only contain additions bring us a new way of developing deep neural networks with low energy consumption. Unfortunately, there is an accuracy drop when replacing all convolution filters by adder filters. The main reason here is the optimization difficulty of ANNs using $\ell_1$-norm, in which the estimation of gradient in back propagation is inaccurate. In this paper, we present a novel method for further improving the performance of ANNs without increasing the trainable parameters via a progressive kernel based knowledge distillation (PKKD) method. A convolutional neural network (CNN) with the same architecture is simultaneously initialized and trained as a teacher network, features and weights of ANN and CNN will be transformed to a new space to eliminate the accuracy drop. The similarity is conducted in a higher-dimensional space to disentangle the difference of their distributions using a kernel based method. Finally, the desired ANN is learned based on the information from both the ground-truth and teacher, progressively. The effectiveness of the proposed method for learning ANN with higher performance is then well-verified on several benchmarks. For instance, the ANN-50 trained using the proposed PKKD method obtains a 76.8\% top-1 accuracy on ImageNet dataset, which is 0.6\% higher than that of the ResNet-50.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes