Table of Contents
Fetching ...

Application Specific Compression of Deep Learning Models

Rohit Raj Rai, Angana Borah, Amit Awekar

TL;DR

This work identifies and prunes components of the large Deep Learning model that are redundant specifically for the given target application and observes that ASC performs better than existing model compression methods and off-the-shelf compressed models.

Abstract

Large Deep Learning models are compressed and deployed for specific applications. However, current Deep Learning model compression methods do not utilize the information about the target application. As a result, the compressed models are application agnostic. Our goal is to customize the model compression process to create a compressed model that will perform better for the target application. Our method, Application Specific Compression (ASC), identifies and prunes components of the large Deep Learning model that are redundant specifically for the given target application. The intuition of our work is to prune the parts of the network that do not contribute significantly to updating the data representation for the given application. We have experimented with the BERT family of models for three applications: Extractive QA, Natural Language Inference, and Paraphrase Identification. We observe that customized compressed models created using ASC method perform better than existing model compression methods and off-the-shelf compressed models.

Application Specific Compression of Deep Learning Models

TL;DR

This work identifies and prunes components of the large Deep Learning model that are redundant specifically for the given target application and observes that ASC performs better than existing model compression methods and off-the-shelf compressed models.

Abstract

Large Deep Learning models are compressed and deployed for specific applications. However, current Deep Learning model compression methods do not utilize the information about the target application. As a result, the compressed models are application agnostic. Our goal is to customize the model compression process to create a compressed model that will perform better for the target application. Our method, Application Specific Compression (ASC), identifies and prunes components of the large Deep Learning model that are redundant specifically for the given target application. The intuition of our work is to prune the parts of the network that do not contribute significantly to updating the data representation for the given application. We have experimented with the BERT family of models for three applications: Extractive QA, Natural Language Inference, and Paraphrase Identification. We observe that customized compressed models created using ASC method perform better than existing model compression methods and off-the-shelf compressed models.
Paper Structure (6 sections, 3 figures, 2 tables, 2 algorithms)

This paper contains 6 sections, 3 figures, 2 tables, 2 algorithms.

Figures (3)

  • Figure 1: Similarity Matrix for EQA task
  • Figure 2: Heat map for NLI task
  • Figure 3: Heat map for PI task