LIT: Block-wise Intermediate Representation Training for Model Compression

AI-generated keywords: Knowledge Distillation Hint Training Block-wise Intermediate Representation Training Generative Adversarial Network Model Compression

AI-generated Key Points

The license of the paper does not allow us to build upon its content and the key points are generated using the paper metadata rather than the full article.

  • Knowledge Distillation (KD) is a technique for reducing computational burden in deep network inference
  • KD involves training a smaller student model using the output of a larger teacher model
  • Hint training (FitNets) regresses intermediate representations of the student to those of the teacher
  • Block-wise Intermediate Representation Training (LIT) extends the use of intermediate representations in deep network compression
  • LIT surpasses KD and hint training in terms of performance
  • LIT trains a student model with the same width as the teacher but with shallower depth by comparing their intermediate representations
  • LIT uses previous block's representation from the teacher as input to current student block during training to avoid unstable representations
  • LIT achieves significant reductions in network depth without sacrificing accuracy on CIFAR10 and Amazon Reviews datasets
  • LIT outperforms KD and hint training in achieving smaller networks with comparable accuracy levels
  • LIT improves accuracy of student models compared to corresponding teacher models on ResNet, ResNeXt, and VDCNN architectures
  • LIT is effective in compressing GAN generators that output pixels instead of probabilities
Also access our AI generated: Comprehensive summary, Lay summary, Blog-like article; or ask questions about this paper to our AI assistant.

Authors: Animesh Koratana, Daniel Kang, Peter Bailis, Matei Zaharia

Abstract: Knowledge distillation (KD) is a popular method for reducing the computational overhead of deep network inference, in which the output of a teacher model is used to train a smaller, faster student model. Hint training (i.e., FitNets) extends KD by regressing a student model's intermediate representation to a teacher model's intermediate representation. In this work, we introduce bLock-wise Intermediate representation Training (LIT), a novel model compression technique that extends the use of intermediate representations in deep network compression, outperforming KD and hint training. LIT has two key ideas: 1) LIT trains a student of the same width (but shallower depth) as the teacher by directly comparing the intermediate representations, and 2) LIT uses the intermediate representation from the previous block in the teacher model as an input to the current student block during training, avoiding unstable intermediate representations in the student network. We show that LIT provides substantial reductions in network depth without loss in accuracy -- for example, LIT can compress a ResNeXt-110 to a ResNeXt-20 (5.5x) on CIFAR10 and a VDCNN-29 to a VDCNN-9 (3.2x) on Amazon Reviews without loss in accuracy, outperforming KD and hint training in network size for a given accuracy. We also show that applying LIT to identical student/teacher architectures increases the accuracy of the student model above the teacher model, outperforming the recently-proposed Born Again Networks procedure on ResNet, ResNeXt, and VDCNN. Finally, we show that LIT can effectively compress GAN generators, which are not supported in the KD framework because GANs output pixels as opposed to probabilities.

Submitted to arXiv on 02 Oct. 2018

Ask questions about this paper to our AI assistant

You can also chat with multiple papers at once here.

The license of the paper does not allow us to build upon its content and the AI assistant only knows about the paper metadata rather than the full article.

AI assistant instructions?

Results of the summarizing process for the arXiv paper: 1810.01937v1

This paper's license doesn't allow us to build upon its content and the summarizing process is here made with the paper's metadata rather than the article.

In the field of deep learning, Knowledge Distillation (KD) is a widely used technique for reducing the computational burden of deep network inference. It involves training a smaller and faster student model using the output of a larger teacher model. To further enhance this approach, hint training (also known as FitNets) was introduced, which focuses on regressing the intermediate representations of the student model to those of the teacher model. In this research, the authors propose a novel method called Block-wise Intermediate Representation Training (LIT) that extends the utilization of intermediate representations in deep network compression. LIT surpasses both KD and hint training in terms of performance. The technique incorporates two key ideas: 1) LIT trains a student model with the same width as the teacher but with shallower depth by directly comparing their intermediate representations; 2) LIT employs the intermediate representation from the previous block in the teacher model as an input to the current student block during training. This helps to avoid unstable intermediate representations in the student network. The experiments conducted demonstrate that LIT achieves significant reductions in network depth without sacrificing accuracy. For instance, on CIFAR10 dataset, LIT can compress a ResNeXt-110 model to a ResNeXt-20 model (5.5x compression), and on Amazon Reviews dataset, it can compress a VDCNN-29 model to a VDCNN-9 model (3.2x compression), all without any loss in accuracy. Moreover, LIT outperforms KD and hint training when it comes to achieving smaller networks with comparable accuracy levels. Additionally, applying LIT to identical student/teacher architectures leads to improved accuracy of the student models compared to their corresponding teacher models; outperforming another recent technique called Born Again Networks procedure on ResNet, ResNeXt and VDCNN architectures. Furthermore, unlike KD which primarily supports probability-based outputs; LIT proves to be effective in compressing GAN (Generative Adversarial Network) generators that output pixels instead of probabilities. Overall, the proposed LIT technique presents a promising approach for model compression by leveraging intermediate representations; achieving substantial reductions in network depth without sacrificing accuracy; and outperforming existing methods such as KD and hint training.
Created on 21 Dec. 2023

Assess the quality of the AI-generated content by voting

Score: 0

Why do we need votes?

Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.

The previous summary was created more than a year ago and can be re-run (if necessary) by clicking on the Run button below.

The license of this specific paper does not allow us to build upon its content and the summarizing tools will be run using the paper metadata rather than the full article. However, it still does a good job, and you can also try our tools on papers with more open licenses.

Similar papers summarized with our AI tools

Navigate through even more similar papers through a

tree representation

Look for similar papers (in beta version)

By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.

Disclaimer: The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.