An Overview of Neural Network Compression

Abstract

Overparameterized networks trained to convergence have shown impressive performance in domains such as computer vision and natural language processing. Pushing state of the art on salient tasks within these domains corresponds to these models becoming larger and more difficult for machine learning practitioners to use given the increasing memory and storage requirements, not to mention the larger carbon footprint. Thus, in recent years there has been a resurgence in model compression techniques, particularly for deep convolutional neural networks and self-attention based networks such as the Transformer. Hence, this paper provides a timely overview of both old and current compression techniques for deep neural networks, including pruning, quantization, tensor decomposition, knowledge distillation and combinations thereof. We assume a basic familiarity with deep learning architecturesFor an introduction to deep learning, see ~goodfellow2016deep, namely, Recurrent Neural Networks~[(RNNs)][]rumelhart1985learning,hochreiter1997long, Convolutional Neural Networks~fukushima1980neocognitron~For an up to date overview see~khan2019survey and Self-Attention based networks~vaswani2017attentionFor a general overview of self-attention networks, see ~chaudhari2019attentive.,For more detail and their use in natural language processing, see~hu2019introductory. Most of the papers discussed are proposed in the context of at least one of these DNN architectures.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…