paper-with-me

Papers

FPB: Feature Pyramid Branch for Person Re-Identification

2021-08-04 · Suofei Zhang, Zirui Yin, Xiofu Wu, Kun Wang, Quan Zhou, Bin Kang

High performance person Re-Identification (Re-ID) requires the model to focus on both global silhouette and local details of pedestrian. To extract such more representative features, an effective way is to exploit deep models with multiple branches. However, most multi-branch based methods implemented by duplication of part backbone structure normally lead to severe increase of computational cost. In this paper, we propose a lightweight Feature Pyramid Branch (FPB) to extract features from different layers of networks and aggregate them in a bidirectional pyramid structure. Cooperated by attention modules and our proposed cross orthogonality regularization, FPB significantly prompts the performance of backbone network by only introducing less than 1.5M extra parameters. Extensive experimental results on standard benchmark datasets demonstrate that our proposed FPB based model outperforms state-of-the-art methods with obvious margin as well as much less model complexity. FPB borrows the idea of the Feature Pyramid Network (FPN) from prevailing object detection methods. To our best knowledge, it is the first successful application of similar structure in person Re-ID tasks, which empirically proves that pyramid network as affiliated branch could be a potential structure in related feature embedding models. The source code is publicly available at https://github.com/anocodetest1/FPB.git.

📄 PDF Abstract BibTeX arXiv:2108.01901

Code (1)

anocodetest1/FPB 공식 구현 pytorch

Tasks

object-detectionObject DetectionPerson Re-Identification

Similar Papers 제목 키워드 기반

Person Re-identification via Attention Pyramid

2021-08-11 · Guangyi Chen, Tianpei Gu, Jiwen Lu, Jin-An Bao 외

In this paper, we propose an attention pyramid method for person re-identification. Unlike conventional attention-based methods which only learn a global attention map, our attention pyramid exploits the attention region…

Person Re-Identification

Pyramid Person Matching Network for Person Re-identification

2018-03-07 · Chaojie Mao, Yingming Li, Zhongfei Zhang, Yaqing Zhang 외

In this work, we present a deep convolutional pyramid person matching network (PPMN) with specially designed Pyramid Matching Module to address the problem of person re-identification. The architecture takes a pair of RG…

Person Re-Identification

Branch-Cooperative OSNet for Person Re-Identification

2020-06-12 · Lei Zhang, Xiaofu Wu, Suofei Zhang, Zirui Yin

Multi-branch is extensively studied for learning rich feature representation for person re-identification (Re-ID). In this paper, we propose a branch-cooperative architecture over OSNet, termed BC-OSNet, for person Re-ID…

Person Re-Identification

Foreground-aware Pyramid Reconstruction for Alignment-free Occluded Person Re-identification

2019-04-10 · ICCV 2019 10 · Lingxiao He, Yinggang Wang, Wu Liu, Xingyu Liao 외

Re-identifying a person across multiple disjoint camera views is important for intelligent video surveillance, smart retailing and many other applications. However, existing person re-identification (ReID) methods are ch…

Occluded Person Re-IdentificationPerson Re-Identification

Deep Miner: A Deep and Multi-branch Network which Mines Rich and Diverse Features for Person Re-identification

2021-02-18 · Abdallah Benzine, Mohamed El Amine Seddik, Julien Desmarais

Most recent person re-identification approaches are based on the use of deep convolutional neural networks (CNNs). These networks, although effective in multiple tasks such as classification or object detection, tend to …

object-detectionObject DetectionPerson Re-Identification