# CC-Net: Image Complexity Guided Network Compression for Biomedical Image   Segmentation

**Authors:** Suraj Mishra, Peixian Liang, Adam Czajka, Danny Z. Chen, X. Sharon Hu

arXiv: 1901.01578 · 2019-09-10

## TL;DR

CC-Net is a novel image complexity-guided approach for efficiently compressing CNNs in biomedical image segmentation, predicting accuracy for different sizes to optimize network compression while maintaining high accuracy.

## Contribution

It introduces a method that predicts network accuracy based on image complexity, enabling rapid compression of CNNs without extensive retraining.

## Key findings

- Retains up to 95% of original segmentation accuracy.
- Uses only 0.1% of trainable parameters of the full network.
- Effective for generating compressed biomedical segmentation networks.

## Abstract

Convolutional neural networks (CNNs) for biomedical image analysis are often of very large size, resulting in high memory requirement and high latency of operations. Searching for an acceptable compressed representation of the base CNN for a specific imaging application typically involves a series of time-consuming training/validation experiments to achieve a good compromise between network size and accuracy. To address this challenge, we propose CC-Net, a new image complexity-guided CNN compression scheme for biomedical image segmentation. Given a CNN model, CC-Net predicts the final accuracy of networks of different sizes based on the average image complexity computed from the training data. It then selects a multiplicative factor for producing a desired network with acceptable network accuracy and size. Experiments show that CC-Net is effective for generating compressed segmentation networks, retaining up to 95% of the base network segmentation accuracy and utilizing only 0.1% of trainable parameters of the full-sized networks in the best case.

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1901.01578/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1901.01578/full.md

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