# Progressive Transfer Learning

**Authors:** Zhengxu Yu, Dong Shen, Zhongming Jin, Jianqiang Huang, Deng Cai,, Xian-Sheng Hua

arXiv: 1908.02492 · 2020-11-09

## TL;DR

This paper introduces a novel progressive transfer learning method with BConv-Cells that enhances model fine-tuning by aggregating global dataset information, improving performance in person ReID and image classification tasks.

## Contribution

It proposes BConv-Cells and a progressive transfer learning framework that effectively utilize global dataset information during fine-tuning, a novel approach in transfer learning.

## Key findings

- Significant performance improvements on ReID datasets.
- Effective extension to general image classification tasks.
- Code released for reproducibility.

## Abstract

Model fine-tuning is a widely used transfer learning approach in person Re-identification (ReID) applications, which fine-tuning a pre-trained feature extraction model into the target scenario instead of training a model from scratch. It is challenging due to the significant variations inside the target scenario, e.g., different camera viewpoint, illumination changes, and occlusion. These variations result in a gap between the distribution of each mini-batch and the whole dataset's distribution when using mini-batch training. In this paper, we study model fine-tuning from the perspective of the aggregation and utilization of the global information of the dataset when using mini-batch training. Specifically, we introduce a novel network structure called Batch-related Convolutional Cell (BConv-Cell), which progressively collects the global information of the dataset into a latent state and uses it to rectify the extracted feature. Based on BConv-Cells, we further proposed the Progressive Transfer Learning (PTL) method to facilitate the model fine-tuning process by jointly optimizing the BConv-Cells and the pre-trained ReID model. Empirical experiments show that our proposal can improve the performance of the ReID model greatly on MSMT17, Market-1501, CUHK03 and DukeMTMC-reID datasets. Moreover, we extend our proposal to the general image classification task. The experiments in several image classification benchmark datasets demonstrate that our proposal can significantly improve the performance of baseline models. The code has been released at \url{https://github.com/ZJULearning/PTL}

## Full text

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

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1908.02492/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1908.02492/full.md

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