LRDNN: Local-refining based Deep Neural Network for Person Re-Identification with Attribute Discerning
-
Introduction: This repository contains the LRDNN implementation of paper LRDNN: Local-refining based Deep Neural Network for Person Re-Identification with Attribute Discerning.
-
Abstract: Recently, pose or attribute information has been widely used to solve person re-identification (re- ID) problem. However, the inaccurate output from pose or attribute modules will impair the final person re-ID performance. Since re-ID, pose estimation and attribute recognition are all based on the person appearance information, we propose a Local-refining based Deep Neural Network (LRDNN) to aggregate pose estimation and attribute recognition to improve the re-ID performance. To this end, we add a pose branch to extract the local spatial information and optimize the whole network on both person identity and attribute objectives. To diminish the negative affect from unstable pose estimation, a novel structure called channel parse block (CPB) is introduced to learn weights on different feature channels in pose branch. Then two branches are combined with compact bilinear pooling. Experimental results on Market1501 and DukeMTMC-reid datasets illustrate the effectiveness of the proposed method.
- We conduct our experiments on 1 GTX1080ti GPU
Methods | Market1501(Rank-1/mAP) | DukeMTMC-reid(Rank-1/mAP) |
---|---|---|
PIE | 79.3/ 56.0 | -/- |
AttIDNet | -/- | 70.7/51.9 |
ResNet+OIM | 82.1/- | -/68.1 |
ACRN | 83.6/62.6 | 72.6/52.0 |
SVD Net | 82.3/62.1 | 76.7/56.8 |
Part Aligned | 81.1/63.4 | -/- |
PSE | 87.7/69.0 | 79.8/62.0 |
MGCAM | 83.8/74.3 | -/- |
AACN | 85.9/66.9 | 76.8/59.3 |
Ours | 90.4/82.8 | 85.3/73.2 |
@inproceedings{zhou2019lrdnn,
title={LRDNN: local-refining based deep neural network for person re-identification with attribute discerning},
author={Zhou, Qinqin and Lan, Xiangyuan and Zhang, Yulun and Gou, Mengran and others},
year={2019},
organization={International Joint Conferences on Artificial Intelligence} }
If you have any question, please feel free to contact with me.
E-mail: [email protected]