# Investigating Channel Pruning through Structural Redundancy Reduction --   A Statistical Study

**Authors:** Chengcheng Li, Zi Wang, Dali Wang, Xiangyang Wang, Hairong Qi

arXiv: 1905.06498 · 2019-07-17

## TL;DR

This paper presents a statistical perspective on channel pruning, revealing that random pruning in highly redundant layers can outperform traditional importance-based methods, emphasizing the significance of model structure over weights.

## Contribution

It introduces a redundancy-based framework for channel pruning and demonstrates that random pruning can be more effective than importance-based methods in highly redundant layers.

## Key findings

- Random pruning in high-redundancy layers outperforms importance-based pruning.
- Structural redundancy correlates with pruning effectiveness.
- Model efficiency depends more on structure than inherited weights.

## Abstract

Most existing channel pruning methods formulate the pruning task from a perspective of inefficiency reduction which iteratively rank and remove the least important filters, or find the set of filters that minimizes some reconstruction errors after pruning. In this work, we investigate the channel pruning from a new perspective with statistical modeling. We hypothesize that the number of filters at a certain layer reflects the level of 'redundancy' in that layer and thus formulate the pruning problem from the aspect of redundancy reduction. Based on both theoretic analysis and empirical studies, we make an important discovery: randomly pruning filters from layers of high redundancy outperforms pruning the least important filters across all layers based on the state-of-the-art ranking criterion. These results advance our understanding of pruning and further testify to the recent findings that the structure of the pruned model plays a key role in the network efficiency as compared to inherited weights.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.06498/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1905.06498/full.md

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1905.06498/full.md

---
Source: https://tomesphere.com/paper/1905.06498