TL;DR
Existing research on neural network pruning has primarily focused on unstructured pruning, where individual weights are removed. This study investigates neuron pruning, a structured approach, and finds that it requires a significantly larger network size to achieve similar performance.
✦ Why It Matters
Engineers should consider unstructured pruning for more efficient neural network designs, especially in resource-constrained environments.
Key Takeaways
How It Works
The study isolates the performance of structured pruning by focusing on approximating a single ReLU neuron. It demonstrates that neuron pruning requires a significantly larger network size compared to weight pruning, which can achieve similar results with far fewer hidden units.
Related