2019 AMC

Iniziamo. È gratuito!
o registrati con il tuo indirizzo email
2019 AMC da Mind Map: 2019 AMC

1. Abstract

1.1. trade off among model size, speed, and accuracy. This paper leverage reinforcement learning to provide the model compresssion policy. This learning-based compression policy outperforms conventional rule-based compression policy by having higher compression ratio, better preserving the accuracy and freeing human labor.

2. Introduction

2.1. Core of Model compression

2.1.1. determine the comopression policy for each layer

2.2. rule-base

2.2.1. disadvantage

2.2.1.1. non-optimal

2.2.1.2. doesn't transfer from one model to another model.

2.3. motivation

2.3.1. NN are evolving fast, we need an automated way to compressthem to improve engineer efficiency.

2.3.2. NN becomes deeper , the design space has exponential complexity.

3. Methodology

3.1. The Truncated Normal Distribution

3.1.1. https://people.sc.fsu.edu/~jburkardt/presentations/truncated_normal.pdf

3.2. deep deterministic policy gradient (DDPG)