paper-with-me

Papers

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 that could be used to match people are suppressed, which leads to a scenario where approaches have to evaluate the similarity of images based on less informative regions. In this work, we introduce the Top-DB-Net, a method based on Top DropBlock that pushes the network to learn to focus on the scene foreground, with special emphasis on the most task-relevant regions and, at the same time, encodes low informative regions to provide high discriminability. The Top-DB-Net is composed of three streams: (i) a global stream encodes rich image information from a backbone, (ii) the Top DropBlock stream encourages the backbone to encode low informative regions with high discriminative features, and (iii) a regularization stream helps to deal with the noise created by the dropping process of the second stream, when testing the first two streams are used. Vast experiments on three challenging datasets show the capabilities of our approach against state-of-the-art methods. Qualitative results demonstrate that our method exhibits better activation maps focusing on reliable parts of the input images.

📄 PDF Abstract BibTeX arXiv:2010.05435

Code (1)

RQuispeC/top-dropblock 공식 구현 pytorch

Tasks

Person Re-Identification

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Batch DropBlock Network for Person Re-identification and Beyond

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

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 …

Image RetrievalMetric LearningPerson Re-Identification

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

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

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

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