paper-with-me

Papers

Batch DropBlock Network for Person Re-identification and Beyond

2018-11-17 · ICCV 2019 10 · Zuozhuo Dai, Mingqiang Chen, Xiaodong Gu, Siyu Zhu, Ping Tan

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%).

📄 PDF Abstract BibTeX arXiv:1811.07130

Code (5)

FaizaAslam2424/Faiza-Aslam pytorch
daizuozhuo/batch-dropblock-network pytorch
daizuozhuo/batch-feature-erasing-network pytorch
zjjszj/batch-feature-erasing pytorch
zjjszj/ps_dm_reid pytorch

Tasks

Image RetrievalMetric LearningPerson Re-Identification

Methods 이 논문이 사용한 방법론

DropBlock DropBlock is a structured form of dropout directed at regularizing convolutional networks. In DropBlock, units in a contiguous…

Similar Papers 제목 키워드 기반

Incomplete Descriptor Mining with Elastic Loss for Person Re-Identification

2020-08-10 · Hongchen Tan, Yuhao Bian, Huasheng Wang, Xiuping Liu 외

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-IdentificationRetrieval

Diversity-Achieving Slow-DropBlock Network for Person Re-Identification

2020-02-09 · Xiaofu Wu, Ben Xie, Shiliang Zhao, Suofei Zhang 외

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-Identification

STADB: A Self-Thresholding Attention Guided ADB Network for Person Re-identification

2020-07-07 · Bo Jiang, Sheng Wang, Xiao Wang, Aihua Zheng

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-Identification

Exciting-Inhibition Network for Person Reidentification in Internet of Things

2021-10-15 · IEEE Internet of Things Journal 2021 10 · Meixia Fu, Songlin Sun, Qilian Liang, Xiaoyun Tong 외

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-Identification

Top-DB-Net: Top DropBlock for Activation Enhancement in Person Re-Identification

2020-10-12 · Rodolfo Quispe, Helio Pedrini

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