Batch DropBlock Network for Person Re-identification and Beyond
Since the person re-identification task often suffers from the problem of pose changes and occlusions, some attentive local features are often suppressed when training CNNs. In this paper, we propose the Batch DropBlock (BDB) Network which is a two branch network composed of a conventional ResNet-50 as the global branch and a feature dropping branch. The global branch encodes the global salient representations. Meanwhile, the feature dropping branch consists of an attentive feature learning module called Batch DropBlock, which randomly drops the same region of all input feature maps in a batch to reinforce the attentive feature learning of local regions. The network then concatenates features from both branches and provides a more comprehensive and spatially distributed feature representation. Albeit simple, our method achieves state-of-the-art on person re-identification and it is also applicable to general metric learning tasks. For instance, we achieve 76.4% Rank-1 accuracy on the CUHK03-Detect dataset and 83.0% Recall-1 score on the Stanford Online Products dataset, outperforming the existing works by a large margin (more than 6%).
Code (5)
Tasks
Image RetrievalMetric LearningPerson Re-IdentificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Incomplete Descriptor Mining with Elastic Loss for Person Re-Identification
In this paper, we propose a novel person Re-ID model, Consecutive Batch DropBlock Network (CBDB-Net), to capture the attentive and robust person descriptor for the person Re-ID task. The CBDB-Net contains two novel desig…
Image RetrievalPerson Re-IdentificationRetrievalDiversity-Achieving Slow-DropBlock Network for Person Re-Identification
A big challenge of person re-identification (Re-ID) using a multi-branch network architecture is to learn diverse features from the ID-labeled dataset. The 2-branch Batch DropBlock (BDB) network was recently proposed for…
DiversityPerson Re-IdentificationSTADB: A Self-Thresholding Attention Guided ADB Network for Person Re-identification
Recently, Batch DropBlock network (BDB) has demonstrated its effectiveness on person image representation and re-identification task via feature erasing. However, BDB drops the features \textbf{randomly} which may lead t…
Person Re-IdentificationExciting-Inhibition Network for Person Reidentification in Internet of Things
Person reidentification (re-ID), which aims at recognizing the pedestrians captured by multiple nonoverlapping cameras, has attracted more interest due to its significant and potential application in the Internet of T…
Person Re-IdentificationTop-DB-Net: Top DropBlock for Activation Enhancement in Person Re-Identification
Person Re-Identification is a challenging task that aims to retrieve all instances of a query image across a system of non-overlapping cameras. Due to the various extreme changes of view, it is common that local regions …
Person Re-Identification