paper-with-me

Papers

Meta Batch-Instance Normalization for Generalizable Person Re-Identification

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

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 growing attention. Many existing methods have employed an instance normalization technique to reduce style variations, but the loss of discriminative information could not be avoided. In this paper, we propose a novel generalizable Re-ID framework, named Meta Batch-Instance Normalization (MetaBIN). Our main idea is to generalize normalization layers by simulating unsuccessful generalization scenarios beforehand in the meta-learning pipeline. To this end, we combine learnable batch-instance normalization layers with meta-learning and investigate the challenging cases caused by both batch and instance normalization layers. Moreover, we diversify the virtual simulations via our meta-train loss accompanied by a cyclic inner-updating manner to boost generalization capability. After all, the MetaBIN framework prevents our model from overfitting to the given source styles and improves the generalization capability to unseen domains without additional data augmentation or complicated network design. Extensive experimental results show that our model outperforms the state-of-the-art methods on the large-scale domain generalization Re-ID benchmark and the cross-domain Re-ID problem. The source code is available at: https://github.com/bismex/MetaBIN.

📄 PDF Abstract BibTeX arXiv:2011.14670

Code (1)

bismex/MetaBIN 공식 구현 pytorch

Tasks

Data AugmentationDomain GeneralizationGeneralizable Person Re-identificationMeta-LearningPerson Re-IdentificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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

Adaptive Domain-Specific Normalization for Generalizable Person Re-Identification

2021-05-07 · Jiawei Liu, Zhipeng Huang, Kecheng Zheng, Dong Liu 외

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…

Generalizable Person Re-identificationMeta-LearningPerson Re-Identification

Instance-Level Meta Normalization

2019-04-06 · CVPR 2019 6 · Songhao Jia, Ding-Jie Chen, Hwann-Tzong Chen

This paper presents a normalization mechanism called Instance-Level Meta Normalization (ILM~Norm) to address a learning-to-normalize problem. ILM~Norm learns to predict the normalization parameters via both the feature f…

Learning to Generalize Unseen Domains via Memory-based Multi-Source Meta-Learning for Person Re-Identification

2020-12-01 · CVPR 2021 1 · Yuyang Zhao, Zhun Zhong, Fengxiang Yang, Zhiming Luo 외

Recent advances in person re-identification (ReID) obtain impressive accuracy in the supervised and unsupervised learning settings. However, most of the existing methods need to train a new model for a new domain by acce…

Domain GeneralizationMeta-LearningPerson 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