paper-with-me

홈 › Papers

Style Interleaved Learning for Generalizable Person Re-identification

2022-07-07 · Wentao Tan, Changxing Ding, Pengfei Wang, Mingming Gong, Kui Jia

Domain generalization (DG) for person re-identification (ReID) is a challenging problem, as access to target domain data is not permitted during the training process. Most existing DG ReID methods update the feature extractor and classifier parameters based on the same features. This common practice causes the model to overfit to existing feature styles in the source domain, resulting in sub-optimal generalization ability on target domains. To solve this problem, we propose a novel style interleaved learning (IL) framework. Unlike conventional learning strategies, IL incorporates two forward propagations and one backward propagation for each iteration. We employ the features of interleaved styles to update the feature extractor and classifiers using different forward propagations, which helps to prevent the model from overfitting to certain domain styles. To generate interleaved feature styles, we further propose a new feature stylization approach. It produces a wide range of meaningful styles that are both different and independent from the original styles in the source domain, which caters to the IL methodology. Extensive experimental results show that our model not only consistently outperforms state-of-the-art methods on large-scale benchmarks for DG ReID, but also has clear advantages in computational efficiency. The code is available at https://github.com/WentaoTan/Interleaved-Learning.

📄 PDF Abstract BibTeX arXiv:2207.03132

Code (1)

wentaotan/interleaved-learning 공식 구현 pytorch

Tasks

Computational EfficiencyDomain GeneralizationGeneralizable Person Re-identificationMeta-LearningPerson Re-Identification

Similar Papers 제목 키워드 기반

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

Style Variable and Irrelevant Learning for Generalizable Person Re-identification

2022-09-12 · Haobo Chen, Chuyang Zhao, Kai Tu, Junru Chen 외

Recently, due to the poor performance of supervised person re-identification (ReID) to an unseen domain, Domain Generalization (DG) person ReID has attracted a lot of attention which aims to learn a domain-insensitive mo…

DiversityDomain GeneralizationGeneralizable Person Re-identificationMeta-Learning+1

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

Modeling Thousands of Human Annotators for Generalizable Text-to-Image Person Re-identification

2025-03-13 · CVPR 2025 1 · Jiayu Jiang, Changxing Ding, Wentao Tan, Junhong Wang 외

Text-to-image person re-identification (ReID) aims to retrieve the images of an interested person based on textual descriptions. One main challenge for this task is the high cost in manually annotating large-scale databa…

ClusteringDiversityPerson Re-IdentificationPrompt Learning

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…

Person Re-Identification