paper-with-me

홈 › Papers

Calibrated Feature Decomposition for Generalizable Person Re-Identification

2021-11-27 · Kecheng Zheng, Jiawei Liu, Wei Wu, Liang Li, Zheng-Jun Zha

Existing disentangled-based methods for generalizable person re-identification aim at directly disentangling person representations into domain-relevant interference and identity-relevant feature. However, they ignore that some crucial characteristics are stubbornly entwined in both the domain-relevant interference and identity-relevant feature, which are intractable to decompose in an unsupervised manner. In this paper, we propose a simple yet effective Calibrated Feature Decomposition (CFD) module that focuses on improving the generalization capacity for person re-identification through a more judicious feature decomposition and reinforcement strategy. Specifically, a calibrated-and-standardized Batch normalization (CSBN) is designed to learn calibrated person representation by jointly exploring intra-domain calibration and inter-domain standardization of multi-source domain features. CSBN restricts instance-level inconsistency of feature distribution for each domain and captures intrinsic domain-level specific statistics. The calibrated person representation is subtly decomposed into the identity-relevant feature, domain feature, and the remaining entangled one. For enhancing the generalization ability and ensuring high discrimination of the identity-relevant feature, a calibrated instance normalization (CIN) is introduced to enforce discriminative id-relevant information, and filter out id-irrelevant information, and meanwhile the rich complementary clues from the remaining entangled feature are further employed to strengthen it. Extensive experiments demonstrate the strong generalization capability of our framework. Our models empowered by CFD modules significantly outperform the state-of-the-art domain generalization approaches on multiple widely-used benchmarks. Code will be made public: https://github.com/zkcys001/CFD.

📄 PDF Abstract BibTeX arXiv:2111.13945

Code (1)

zkcys001/cfd 공식 구현

Tasks

Domain GeneralizationGeneralizable Person Re-identificationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…

Similar Papers 제목 키워드 기반

Calibrated Domain-Invariant Learning for Highly Generalizable Large Scale Re-Identification

2019-11-26 · Ye Yuan, Wuyang Chen, Tianlong Chen, Yang Yang 외

Many real-world applications, such as city-scale traffic monitoring and control, requires large-scale re-identification. However, previous ReID methods often failed to address two limitations in existing ReID benchmarks,…

DomainMix: Learning Generalizable Person Re-Identification Without Human Annotations

2020-11-24 · Wenhao Wang, Shengcai Liao, Fang Zhao, Cuicui Kang 외

Existing person re-identification models often have low generalizability, which is mostly due to limited availability of large-scale labeled data in training. However, labeling large-scale training data is very expensive…

Domain AdaptationGeneralizable Person Re-identificationPerson Re-IdentificationUnsupervised Domain Adaptation

Learning Domain Invariant Representations for Generalizable Person Re-Identification

2021-03-29 · Yi-Fan Zhang, Zhang Zhang, Da Li, Zhen Jia 외

Generalizable person Re-Identification (ReID) has attracted growing attention in recent computer vision community. In this work, we construct a structural causal model among identity labels, identity-specific factors (cl…

Data AugmentationDomain GeneralizationGeneralizable Person Re-identificationPerson Re-Identification+1

CLIP-DFGS: A Hard Sample Mining Method for CLIP in Generalizable Person Re-Identification

2024-10-15 · Huazhong Zhao, Lei Qi, Xin Geng

Recent advancements in pre-trained vision-language models like CLIP have shown promise in person re-identification (ReID) applications. However, their performance in generalizable person re-identification tasks remains s…

Generalizable Person Re-identificationPerson Re-Identification

Domain-Class Correlation Decomposition for Generalizable Person Re-Identification

2021-06-29 · Kaiwen Yang, Xinmei Tian

Domain generalization in person re-identification is a highly important meaningful and practical task in which a model trained with data from several source domains is expected to generalize well to unseen target domains…

Domain GeneralizationGeneralizable Person Re-identificationPerson Re-Identification