# Towards Efficient Model Compression via Learned Global Ranking

**Authors:** Ting-Wu Chin, Ruizhou Ding, Cha Zhang, Diana Marculescu

arXiv: 1904.12368 · 2020-03-17

## TL;DR

This paper introduces LeGR, a method for efficiently generating multiple ConvNet models with various accuracy and latency trade-offs by learning a global filter ranking, simplifying the model compression process.

## Contribution

LeGR is a novel algorithm that learns a global filter ranking to produce diverse compressed models, reducing the time and effort compared to traditional target-specific pruning methods.

## Key findings

- LeGR is 2-3x faster than prior filter pruning methods.
- LeGR achieves comparable or better accuracy-FLOPs trade-offs on CIFAR-100.
- Effective on ImageNet and Bird-200 datasets with ResNet-50 and MobileNetV2.

## Abstract

Pruning convolutional filters has demonstrated its effectiveness in compressing ConvNets. Prior art in filter pruning requires users to specify a target model complexity (e.g., model size or FLOP count) for the resulting architecture. However, determining a target model complexity can be difficult for optimizing various embodied AI applications such as autonomous robots, drones, and user-facing applications. First, both the accuracy and the speed of ConvNets can affect the performance of the application. Second, the performance of the application can be hard to assess without evaluating ConvNets during inference. As a consequence, finding a sweet-spot between the accuracy and speed via filter pruning, which needs to be done in a trial-and-error fashion, can be time-consuming. This work takes a first step toward making this process more efficient by altering the goal of model compression to producing a set of ConvNets with various accuracy and latency trade-offs instead of producing one ConvNet targeting some pre-defined latency constraint. To this end, we propose to learn a global ranking of the filters across different layers of the ConvNet, which is used to obtain a set of ConvNet architectures that have different accuracy/latency trade-offs by pruning the bottom-ranked filters. Our proposed algorithm, LeGR, is shown to be 2x to 3x faster than prior work while having comparable or better performance when targeting seven pruned ResNet-56 with different accuracy/FLOPs profiles on the CIFAR-100 dataset. Additionally, we have evaluated LeGR on ImageNet and Bird-200 with ResNet-50 and MobileNetV2 to demonstrate its effectiveness. Code available at https://github.com/cmu-enyac/LeGR.

## Full text

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

## Figures

23 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12368/full.md

## References

72 references — full list in the complete paper: https://tomesphere.com/paper/1904.12368/full.md

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