paper-with-me

홈 › Papers

Generalizing Person Re-Identification by Camera-Aware Invariance Learning and Cross-Domain Mixup

2020-08-01 · ECCV 2020 8 · Chuanchen Luo, Chunfeng Song, Zhao-Xiang Zhang

Despite the impressive performance under the single-domain setup, current fully-supervised models for person re-identification (re-ID) degrade significantly when deployed to an unseen domain. According to the characteristics of cross-domain re-ID, such degradation is mainly attributed to the dramatic variation within the target domain and the severe shift between the source and target domain. To achieve a model that generalizes well to the target domain, it is desirable to take both issues into account. In terms of the former issue, one of the most successful solutions is to enforce consistency between nearest-neighbors in the embedding space. However, we find that the search of neighbors is highly biased due to the discrepancy across cameras. To this end, we improve the vanilla neighborhood invariance approach by imposing the constraint in a camera-aware manner. As for the latter issue, we propose a novel cross-domain mixup scheme. It alleviates the abrupt transfer by introducing the interpolation between the two domains as a transition state. Extensive experiments on three public benchmarks demonstrate the superiority of our method. Without any auxiliary data or models, it outperforms existing state-of-the-arts by a large margin. The code is available at https://github.com/LuckyDC/generalizing-reid.

📄 PDF Abstract BibTeX

Code (1)

LuckyDC/generalizing-reid 공식 구현 pytorch

Tasks

Person Re-Identification

Similar Papers 제목 키워드 기반

Learning Intra and Inter-Camera Invariance for Isolated Camera Supervised Person Re-identification

2023-11-02 · Menglin Wang, Xiaojin Gong

Supervised person re-identification assumes that a person has images captured under multiple cameras. However when cameras are placed in distance, a person rarely appears in more than one camera. This paper thus studies …

Contrastive LearningPerson Re-Identification

Generalizing A Person Retrieval Model Hetero- and Homogeneously

2018-09-01 · ECCV 2018 9 · Zhun Zhong, Liang Zheng, Shaozi Li, Yi Yang

Person re-identification (re-ID) poses unique challenges for unsupervised domain adaptation (UDA) in that classes in the source and target sets (domains) are entirely different and that image variations are largely cause…

Domain AdaptationmodelPerson Re-IdentificationPerson Retrieval+2

Improving Person Re-Identification via Pose-Aware Multi-Shot Matching

2016-06-01 · CVPR 2016 6 · Yeong-Jun Cho, Kuk-Jin Yoon

Person re-identification is the problem of recognizing people across images or videos from non-overlapping views. Although there has been much progress in person re-identification for the last decade, it still remains a …

Person Re-Identification

Consistent-Aware Deep Learning for Person Re-Identification in a Camera Network

2017-07-01 · CVPR 2017 7 · Ji Lin, Liangliang Ren, Jiwen Lu, Jianjiang Feng 외

In this paper, we propose a consistent-aware deep learning (CADL) framework for person re-identification in a camera network. Unlike most existing person re-identification methods which identify whether two body images a…

Deep LearningPerson Re-Identification

Invariance Matters: Exemplar Memory for Domain Adaptive Person Re-identification

2019-04-03 · CVPR 2019 6 · Zhun Zhong, Liang Zheng, Zhiming Luo, Shaozi Li 외

This paper considers the domain adaptive person re-identification (re-ID) problem: learning a re-ID model from a labeled source domain and an unlabeled target domain. Conventional methods are mainly to reduce feature dis…

Domain AdaptationDomain Adaptive Person Re-IdentificationPerson Re-IdentificationUnsupervised Domain Adaptation