paper-with-me

Papers

A Strong Baseline and Batch Normalization Neck for Deep Person Re-identification

2019-06-19 · Hao Luo, Wei Jiang, Youzhi Gu, Fuxu Liu, Xingyu Liao, Shenqi Lai, Jianyang Gu

This study explores a simple but strong baseline for person re-identification (ReID). Person ReID with deep neural networks has progressed and achieved high performance in recent years. However, many state-of-the-art methods design complex network structures and concatenate multi-branch features. In the literature, some effective training tricks briefly appear in several papers or source codes. The present study collects and evaluates these effective training tricks in person ReID. By combining these tricks, the model achieves 94.5% rank-1 and 85.9% mean average precision on Market1501 with only using the global features of ResNet50. The performance surpasses all existing global- and part-based baselines in person ReID. We propose a novel neck structure named as batch normalization neck (BNNeck). BNNeck adds a batch normalization layer after global pooling layer to separate metric and classification losses into two different feature spaces because we observe they are inconsistent in one embedding space. Extended experiments show that BNNeck can boost the baseline, and our baseline can improve the performance of existing state-of-the-art methods. Our codes and models are available at: https://github.com/michuanhaohao/reid-strong-baseline.

📄 PDF Abstract BibTeX arXiv:1906.08332

Code (3)

michuanhaohao/reid-strong-baseline 공식 구현 pytorch
NIRVANALAN/magnifiernet_reid pytorch
XingangPan/IBN-Net pytorch

Tasks

Person Re-Identification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Bridging the Distribution Gap of Visible-Infrared Person Re-identification with Modality Batch Normalization

2021-03-08 · Wenkang Li, Qi Ke, Wenbin Chen, Yicong Zhou

Visible-infrared cross-modality person re-identification (VI-ReID), whose aim is to match person images between visible and infrared modality, is a challenging cross-modality image retrieval task. Most existing works int…

Cross-Modality Person Re-identificationImage RetrievalPerson Re-IdentificationRetrieval

Strong but Simple Baseline with Dual-Granularity Triplet Loss for Visible-Thermal Person Re-Identification

2020-12-09 · Haijun Liu, Yanxia Chai, Xiaoheng Tan, Dong Li 외

In this letter, we propose a conceptually simple and effective dual-granularity triplet loss for visible-thermal person re-identification (VT-ReID). In general, ReID models are always trained with the sample-based triple…

Cross-Modal Person Re-IdentificationPerson Re-IdentificationTriplet

To Fold or Not to Fold: a Necessary and Sufficient Condition on Batch-Normalization Layers Folding

2022-03-28 · Edouard Yvinec, Arnaud Dapogny, Kevin Bailly

Batch-Normalization (BN) layers have become fundamental components in the evermore complex deep neural network architectures. Such models require acceleration processes for deployment on edge devices. However, BN layers …

IBNorm: Information-Bottleneck Inspired Normalization for Representation Learning

2025-10-29 · Xiandong Zou, Jia Li, Xiaotong Yuan, Pan Zhou arxiv

Normalization is fundamental to deep learning, but existing approaches such as BatchNorm, LayerNorm, and RMSNorm are variance-centric by enforcing zero mean and unit variance, stabilizing training without controlling how…

Representation Learning

Towards Good Practices on Building Effective CNN Baseline Model for Person Re-identification

2018-07-29 · Fu Xiong, Yang Xiao, Zhiguo Cao, Kaicheng Gong 외

Person re-identification is indeed a challenging visual recognition task due to the critical issues of human pose variation, human body occlusion, camera view variation, etc. To address this, most of the state-of-the-art…

Open-Ended Question AnsweringPerson Re-Identification