paper-with-me

홈 › Papers

Bridging the Source-to-target Gap for Cross-domain Person Re-Identification with Intermediate Domains

2022-03-03 · Yongxing Dai, Yifan Sun, Jun Liu, Zekun Tong, Yi Yang, Ling-Yu Duan

Cross-domain person re-identification (re-ID), such as unsupervised domain adaptive (UDA) re-ID, aims to transfer the identity-discriminative knowledge from the source to the target domain. Existing methods commonly consider the source and target domains are isolated from each other, i.e., no intermediate status is modeled between both domains. Directly transferring the knowledge between two isolated domains can be very difficult, especially when the domain gap is large. From a novel perspective, we assume these two domains are not completely isolated, but can be connected through intermediate domains. Instead of directly aligning the source and target domains against each other, we propose to align the source and target domains against their intermediate domains for a smooth knowledge transfer. To discover and utilize these intermediate domains, we propose an Intermediate Domain Module (IDM) and a Mirrors Generation Module (MGM). IDM has two functions: 1) it generates multiple intermediate domains by mixing the hidden-layer features from source and target domains and 2) it dynamically reduces the domain gap between the source / target domain features and the intermediate domain features. While IDM achieves good domain alignment, it introduces a side effect, i.e., the mix-up operation may mix the identities into a new identity and lose the original identities. To compensate this, MGM is introduced by mapping the features into the IDM-generated intermediate domains without changing their original identity. It allows to focus on minimizing domain variations to promote the alignment between the source / target domain and intermediate domains, which reinforces IDM into IDM++. We extensively evaluate our method under both the UDA and domain generalization (DG) scenarios and observe that IDM++ yields consistent performance improvement for cross-domain re-ID, achieving new state of the art.

📄 PDF Abstract BibTeX arXiv:2203.01682

Code (1)

SikaStar/IDM pytorch

Tasks

Domain GeneralizationPerson Re-IdentificationTransfer Learning

Similar Papers 제목 키워드 기반

IDM: An Intermediate Domain Module for Domain Adaptive Person Re-ID

2021-08-05 · ICCV 2021 10 · Yongxing Dai, Jun Liu, Yifan Sun, Zekun Tong 외

Unsupervised domain adaptive person re-identification (UDA re-ID) aims at transferring the labeled source domain's knowledge to improve the model's discriminability on the unlabeled target domain. From a novel perspectiv…

DiversityDomain Adaptive Person Re-IdentificationPerson Re-Identification

3DAvatarGAN: Bridging Domains for Personalized Editable Avatars

2023-01-06 · CVPR 2023 1 · Rameen Abdal, Hsin-Ying Lee, Peihao Zhu, Menglei Chai 외

Modern 3D-GANs synthesize geometry and texture by training on large-scale datasets with a consistent structure. Training such models on stylized, artistic data, with often unknown, highly variable geometry, and camera in…

Bridging Dynamics Gaps via Diffusion Schrödinger Bridge for Cross-Domain Reinforcement Learning

2026-02-27 · Hanping Zhang, Yuhong Guo arxiv

Cross-domain reinforcement learning (RL) aims to learn transferable policies under dynamics shifts between source and target domains. A key challenge lies in the lack of target-domain environment interaction and reward s…

Reinforcement Learning

Imitating Targets from all sides: An Unsupervised Transfer Learning method for Person Re-identification

2019-04-10 · Jiajie Tian, Zhu Teng, Rui Li, Yan Li 외

Person re-identification (Re-ID) models usually show a limited performance when they are trained on one dataset and tested on another dataset due to the inter-dataset bias (e.g. completely different identities and backgr…

AllPerson Re-IdentificationTransfer Learning

Smoothing Adversarial Domain Attack and P-Memory Reconsolidation for Cross-Domain Person Re-Identification

2020-06-01 · CVPR 2020 6 · Guangcong Wang, Jian-Huang Lai, Wenqi Liang, Guangrun Wang

Most of the existing person re-identification (re-ID) methods achieve promising accuracy in a supervised manner, but they assume the identity labels of the target domain is available. This greatly limits the scalability …

Person Re-IdentificationTransfer Learning