# Multi-loss-aware Channel Pruning of Deep Networks

**Authors:** Yiming Hu, Siyang Sun, Jianquan Li, Jiagang Zhu, Xingang Wang, Qingyi, Gu

arXiv: 1902.10364 · 2019-05-14

## TL;DR

This paper introduces a novel channel pruning method that considers feature distribution differences and combines multiple losses to improve deep network compression performance.

## Contribution

It proposes a new layer-wise channel selection approach using both intermediate outputs and an additional loss to encode feature distribution differences.

## Key findings

- Significantly improves pruned model performance.
- Effective in reducing model size while maintaining accuracy.
- Validated on benchmark datasets.

## Abstract

Channel pruning, which seeks to reduce the model size by removing redundant channels, is a popular solution for deep networks compression. Existing channel pruning methods usually conduct layer-wise channel selection by directly minimizing the reconstruction error of feature maps between the baseline model and the pruned one. However, they ignore the feature and semantic distributions within feature maps and real contribution of channels to the overall performance. In this paper, we propose a new channel pruning method by explicitly using both intermediate outputs of the baseline model and the classification loss of the pruned model to supervise layer-wise channel selection. Particularly, we introduce an additional loss to encode the differences in the feature and semantic distributions within feature maps between the baseline model and the pruned one. By considering the reconstruction error, the additional loss and the classification loss at the same time, our approach can significantly improve the performance of the pruned model. Comprehensive experiments on benchmark datasets demonstrate the effectiveness of the proposed method.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1902.10364/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1902.10364/full.md

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