paper-with-me

Papers

Frustratingly Easy Person Re-Identification: Generalizing Person Re-ID in Practice

2019-05-09 · Jieru Jia, Qiuqi Ruan, Timothy M. Hospedales

Contemporary person re-identification (\reid) methods usually require access to data from the deployment camera network during training in order to perform well. This is because contemporary \reid{} models trained on one dataset do not generalise to other camera networks due to the domain-shift between datasets. This requirement is often the bottleneck for deploying \reid{} systems in practical security or commercial applications, as it may be impossible to collect this data in advance or prohibitively costly to annotate it. This paper alleviates this issue by proposing a simple baseline for domain generalizable~(DG) person re-identification. That is, to learn a \reid{} model from a set of source domains that is suitable for application to unseen datasets out-of-the-box, without any model updating. Specifically, we observe that the domain discrepancy in \reid{} is due to style and content variance across datasets and demonstrate appropriate Instance and Feature Normalization alleviates much of the resulting domain-shift in Deep \reid{} models. Instance Normalization~(IN) in early layers filters out style statistic variations and Feature Normalization~(FN) in deep layers is able to further eliminate disparity in content statistics. Compared to contemporary alternatives, this approach is extremely simple to implement, while being faster to train and test, thus making it an extremely valuable baseline for implementing \reid{} in practice. With a few lines of code, it increases the rank 1 \reid{} accuracy by {11.8\%, 33.2\%, 12.8\% and 8.5\%} on the VIPeR, PRID, GRID, and i-LIDS benchmarks respectively. Source codes are available at \url{https://github.com/BJTUJia/person_reID_DualNorm}.

📄 PDF Abstract BibTeX arXiv:1905.03422

Code (1)

BJTUJia/person_reID_DualNorm 공식 구현 pytorch

Tasks

Person Re-Identification

Similar Papers 제목 키워드 기반

Building Computationally Efficient and Well-Generalizing Person Re-Identification Models with Metric Learning

2020-03-17 · Submitted to International Conference on Pattern Recognition (ICPR 2020) 2020 3 · Vladislav Sovrasov, Dmitry Sidnev

This work considers the problem of domain shift in person re-identification.Being trained on one dataset, a re-identification model usually performs much worse on unseen data. Partially this gap is caused by the relative…

Domain GeneralizationFace RecognitionMetric LearningPerson Re-Identification

Key Person Aided Re-identification in Partially Ordered Pedestrian Set

2018-05-25 · Chen Chen, Min Cao, Xiyuan Hu, Silong Peng

Ideally person re-identification seeks for perfect feature representation and metric model that re-identify all various pedestrians well in non-overlapping views at different locations with different camera configuration…

Person Re-Identification

Fusing Video and Inertial Sensor Data for Walking Person Identification

2018-02-20 · Yuehong Huang, Yu-Chee Tseng

An autonomous computer system (such as a robot) typically needs to identify, locate, and track persons appearing in its sight. However, most solutions have their limitations regarding efficiency, practicability, or envir…

Person Identification

Resource Aware Person Re-identification across Multiple Resolutions

2018-05-22 · CVPR 2018 6 · Yan Wang, Lequn Wang, Yurong You, Xu Zou 외

Not all people are equally easy to identify: color statistics might be enough for some cases while others might require careful reasoning about high- and low-level details. However, prevailing person re-identification(re…

AllPerson Re-Identification

Improved Instance Discrimination and Feature Compactness for End-to-End Person Search

2021-05-21 · IEEE Transactions on Circuits and Systems for Video Technology 2021 5 · Shaowei Hou, Cairong Zhao, Zhicheng Chen, Jun Wu 외

Person search aims to locate and retrieve specific pedestrians in scene images, including two subtasks, pedestrian detection and person re-identification. Recently, triplet loss has been widely used in person re-identifi…

Pedestrian DetectionPerson Re-IdentificationPerson SearchTriplet