# Exploiting Prunability for Person Re-Identification

**Authors:** Hugo Masson, Amran Bhuiyan, Le Thanh Nguyen-Meidine, Mehrsan Javan,, Parthipan Siva, Ismail Ben Ayed, Eric Granger

arXiv: 1907.02547 · 2021-04-15

## TL;DR

This paper explores how pruning deep CNN architectures can significantly reduce computational complexity in person re-identification tasks while maintaining high accuracy, especially when combined with large pre-training or fine-tuning datasets.

## Contribution

It analyzes pruning techniques tailored for person re-identification CNNs and demonstrates their effectiveness in reducing FLOPS without sacrificing accuracy.

## Key findings

- Pruning halves FLOPS with less than 1% accuracy loss.
- Large pre-training datasets improve pruning effectiveness.
- Pruning larger CNNs yields better performance than smaller ones.

## Abstract

Recent years have witnessed a substantial increase in the deep learning (DL)architectures proposed for visual recognition tasks like person re-identification,where individuals must be recognized over multiple distributed cameras. Althoughthese architectures have greatly improved the state-of-the-art accuracy, thecomputational complexity of the CNNs commonly used for feature extractionremains an issue, hindering their deployment on platforms with limited resources,or in applications with real-time constraints. There is an obvious advantage toaccelerating and compressing DL models without significantly decreasing theiraccuracy. However, the source (pruning) domain differs from operational (target)domains, and the domain shift between image data captured with differentnon-overlapping camera viewpoints leads to lower recognition accuracy. In thispaper, we investigate the prunability of these architectures under different designscenarios. This paper first revisits pruning techniques that are suitable forreducing the computational complexity of deep CNN networks applied to personre-identification. Then, these techniques are analysed according to their pruningcriteria and strategy, and according to different scenarios for exploiting pruningmethods to fine-tuning networks to target domains. Experimental resultsobtained using DL models with ResNet feature extractors, and multiplebenchmarks re-identification datasets, indicate that pruning can considerablyreduce network complexity while maintaining a high level of accuracy. Inscenarios where pruning is performed with large pre-training or fine-tuningdatasets, the number of FLOPS required by ResNet architectures is reduced byhalf, while maintaining a comparable rank-1 accuracy (within 1% of the originalmodel). Pruning while training a larger CNNs can also provide a significantlybetter performance than fine-tuning smaller ones.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.02547/full.md

## References

78 references — full list in the complete paper: https://tomesphere.com/paper/1907.02547/full.md

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