Towards Good Practices on Building Effective CNN Baseline Model for Person Re-identification
Fu Xiong, Yang Xiao, Zhiguo Cao, Kaicheng Gong, Zhiwen Fang, and Joey, Tianyi Zhou

TL;DR
This paper proposes three practical guidelines for constructing effective CNN baseline models for person re-identification, significantly improving performance without complex domain-specific techniques.
Contribution
It introduces three specific practices—adding batch normalization, using a single fully-connected layer for identity classification, and adopting Adam optimizer—that enhance CNN baseline effectiveness.
Findings
Achieved state-of-the-art results on three benchmark datasets.
Demonstrated the effectiveness of simple architectural and training adjustments.
Facilitated better baseline models for person re-identification tasks.
Abstract
Person re-identification is indeed a challenging visual recognition task due to the critical issues of human pose variation, human body occlusion, camera view variation, etc. To address this, most of the state-of-the-art approaches are proposed based on deep convolutional neural network (CNN), being leveraged by its strong feature learning power and classification boundary fitting capacity. Although the vital role towards person re-identification, how to build effective CNN baseline model has not been well studied yet. To answer this open question, we propose 3 good practices in this paper from the perspectives of adjusting CNN architecture and training procedure. In particular, they are adding batch normalization after the global pooling layer, executing identity categorization directly using only one fully-connected, and using Adam as optimizer. The extensive experiments on 3…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Gait Recognition and Analysis · Advanced Neural Network Applications
MethodsAdam · Batch Normalization
