paper-with-me

Papers

ABD-Net: Attentive but Diverse Person Re-Identification

2019-08-03 · ICCV 2019 10 · Tianlong Chen, Shaojin Ding, Jingyi Xie, Ye Yuan, Wuyang Chen, Yang Yang, Zhou Ren, Zhangyang Wang

Attention mechanism has been shown to be effective for person re-identification (Re-ID). However, the learned attentive feature embeddings which are often not naturally diverse nor uncorrelated, will compromise the retrieval performance based on the Euclidean distance. We advocate that enforcing diversity could greatly complement the power of attention. To this end, we propose an Attentive but Diverse Network (ABD-Net), which seamlessly integrates attention modules and diversity regularization throughout the entire network, to learn features that are representative, robust, and more discriminative. Specifically, we introduce a pair of complementary attention modules, focusing on channel aggregation and position awareness, respectively. Furthermore, a new efficient form of orthogonality constraint is derived to enforce orthogonality on both hidden activations and weights. Through careful ablation studies, we verify that the proposed attentive and diverse terms each contributes to the performance gains of ABD-Net. On three popular benchmarks, ABD-Net consistently outperforms existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1908.01114

Code (4)

TAMU-VITA/ABD-Net 공식 구현 pytorch
hsfzxjy/dprn pytorch
vita-group/abd-net pytorch
zion-king/Deep-Learning-for-Person-Re-identification pytorch

Tasks

DiversityPerson Re-IdentificationRetrieval

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Video Person Re-Identification With Competitive Snippet-Similarity Aggregation and Co-Attentive Snippet Embedding

2018-06-01 · CVPR 2018 6 · Dapeng Chen, Hongsheng Li, Tong Xiao, Shuai Yi 외

In this paper, we address video-based person re-identification with competitive snippet-similarity aggregation and co-attentive snippet embedding. Our approach divides long person sequences into multiple short video sni…

Person Re-IdentificationVideo-Based Person Re-Identification

Video-based Person Re-identification with Two-stream Convolutional Network and Co-attentive Snippet Embedding

2019-05-28 · Peixian Chen, Pingyang Dai, Qiong Wu, Yuyu Huang

Recently, the applications of person re-identification in visual surveillance and human-computer interaction are sharply increasing, which signifies the critical role of such a problem. In this paper, we propose a two-st…

Optical Flow EstimationPerson Re-IdentificationVideo-Based Person Re-Identification

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

Multi-Granularity Reference-Aided Attentive Feature Aggregation for Video-based Person Re-identification

2020-03-27 · CVPR 2020 6 · Zhizheng Zhang, Cuiling Lan, Wen-Jun Zeng, Zhibo Chen

Video-based person re-identification (reID) aims at matching the same person across video clips. It is a challenging task due to the existence of redundancy among frames, newly revealed appearance, occlusion, and motion …

Person Re-IdentificationVideo-Based Person Re-Identification

Attentive WaveBlock: Complementarity-enhanced Mutual Networks for Unsupervised Domain Adaptation in Person Re-identification and Beyond

2020-06-11 · Wenhao Wang, Fang Zhao, Shengcai Liao, Ling Shao

Unsupervised domain adaptation (UDA) for person re-identification is challenging because of the huge gap between the source and target domain. A typical self-training method is to use pseudo-labels generated by clusterin…

ClusteringDomain Adaptationimage-classificationImage Classification+3