Neural Network Compression: Difference between revisions

From David's Wiki
Line 5: Line 5:
The idea here is to measure how sensitive each neuron is.   
The idea here is to measure how sensitive each neuron is.   
I.e., if you remove the neuron, how will it change the output?
I.e., if you remove the neuron, how will it change the output?
* Mozer and Smolensky (1988)<ref name="mozer1988skeletonization"></ref> use a gate for each neuron. Then the sensitivity and be estimated with the derivative w.r.t the gate.


==Factorization==
==Factorization==

Revision as of 20:39, 2 February 2021

Brief survey on neural network compression techniques.

Pruning

Sensitivity Methods

The idea here is to measure how sensitive each neuron is.
I.e., if you remove the neuron, how will it change the output?

  • Mozer and Smolensky (1988)[1] use a gate for each neuron. Then the sensitivity and be estimated with the derivative w.r.t the gate.

Factorization

Resources

Surveys

  1. Cite error: Invalid <ref> tag; no text was provided for refs named mozer1988skeletonization