paper-with-me

Papers

Adaptive Domain-Specific Normalization for Generalizable Person Re-Identification

2021-05-07 · Jiawei Liu, Zhipeng Huang, Kecheng Zheng, Dong Liu, Xiaoyan Sun, Zheng-Jun Zha

Although existing person re-identification (Re-ID) methods have shown impressive accuracy, most of them usually suffer from poor generalization on unseen target domain. Thus, generalizable person Re-ID has recently drawn increasing attention, which trains a model on source domains that generalizes well on unseen target domain without model updating. In this work, we propose a novel adaptive domain-specific normalization approach (AdsNorm) for generalizable person Re-ID. It describes unseen target domain as a combination of the known source ones, and explicitly learns domain-specific representation with target distribution to improve the model's generalization by a meta-learning pipeline. Specifically, AdsNorm utilizes batch normalization layers to collect individual source domains' characteristics, and maps source domains into a shared latent space by using these characteristics, where the domain relevance is measured by a distance function of different domain-specific normalization statistics and features. At the testing stage, AdsNorm projects images from unseen target domain into the same latent space, and adaptively integrates the domain-specific features carrying the source distributions by domain relevance for learning more generalizable aggregated representation on unseen target domain. Considering that target domain is unavailable during training, a meta-learning algorithm combined with a customized relation loss is proposed to optimize an effective and efficient ensemble model. Extensive experiments demonstrate that AdsNorm outperforms the state-of-the-art methods. The code is available at: https://github.com/hzphzp/AdsNorm.

📄 PDF Abstract BibTeX arXiv:2105.03042

Code (0)

등록된 구현이 없습니다.

Tasks

Generalizable Person Re-identificationMeta-LearningPerson Re-Identification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

TAL: Two-stream Adaptive Learning for Generalizable Person Re-identification

2021-11-29 · Yichao Yan, Junjie Li, Shengcai Liao, Jie Qin 외

Domain generalizable person re-identification aims to apply a trained model to unseen domains. Prior works either combine the data in all the training domains to capture domain-invariant features, or adopt a mixture of e…

Domain GeneralizationGeneralizable Person Re-identificationMixture-of-ExpertsPerson Re-Identification+1

Mimic Embedding via Adaptive Aggregation: Learning Generalizable Person Re-identification

2021-12-16 · Boqiang Xu, Jian Liang, Lingxiao He, Zhenan Sun

Domain generalizable (DG) person re-identification (ReID) aims to test across unseen domains without access to the target domain data at training time, which is a realistic but challenging problem. In contrast to methods…

Generalizable Person Re-identificationMixture-of-ExpertsPerson Re-IdentificationUnsupervised Domain Adaptation

Debiased Batch Normalization via Gaussian Process for Generalizable Person Re-Identification

2022-03-03 · Jiawei Liu, Zhipeng Huang, Liang Li, Kecheng Zheng 외

Generalizable person re-identification aims to learn a model with only several labeled source domains that can perform well on unseen domains. Without access to the unseen domain, the feature statistics of the batch norm…

Generalizable Person Re-identificationPerson Re-IdentificationRepresentation Learning

Style Normalization and Restitution for Generalizable Person Re-identification

2020-05-22 · CVPR 2020 6 · Xin Jin, Cuiling Lan, Wen-Jun Zeng, Zhibo Chen 외

Existing fully-supervised person re-identification (ReID) methods usually suffer from poor generalization capability caused by domain gaps. The key to solving this problem lies in filtering out identity-irrelevant interf…

DisentanglementDomain AdaptationDomain GeneralizationGeneralizable Person Re-identification+2

Meta Batch-Instance Normalization for Generalizable Person Re-Identification

2020-11-30 · CVPR 2021 1 · Seokeon Choi, Taekyung Kim, Minki Jeong, Hyoungseob Park 외

Although supervised person re-identification (Re-ID) methods have shown impressive performance, they suffer from a poor generalization capability on unseen domains. Therefore, generalizable Re-ID has recently attracted g…

Data AugmentationDomain GeneralizationGeneralizable Person Re-identificationMeta-Learning+2