paper-with-me

홈 › Papers

Cross-dataset Person Re-Identification Using Similarity Preserved Generative Adversarial Networks

2018-06-11 · Jianming Lv, Xintong Wang

Person re-identification (Re-ID) aims to match the image frames which contain the same person in the surveillance videos. Most of the Re-ID algorithms conduct supervised training in some small labeled datasets, so directly deploying these trained models to the real-world large camera networks may lead to a poor performance due to underfitting. The significant difference between the source training dataset and the target testing dataset makes it challenging to incrementally optimize the model. To address this challenge, we propose a novel solution by transforming the unlabeled images in the target domain to fit the original classifier by using our proposed similarity preserved generative adversarial networks model, SimPGAN. Specifically, SimPGAN adopts the generative adversarial networks with the cycle consistency constraint to transform the unlabeled images in the target domain to the style of the source domain. Meanwhile, SimPGAN uses the similarity consistency loss, which is measured by a siamese deep convolutional neural network, to preserve the similarity of the transformed images of the same person. Comprehensive experiments based on multiple real surveillance datasets are conducted, and the results show that our algorithm is better than the state-of-the-art cross-dataset unsupervised person Re-ID algorithms.

📄 PDF Abstract BibTeX arXiv:1806.04533

Code (1)

Ethanscuter/SimPGAN 공식 구현 pytorch

Tasks

Person Re-Identification

Similar Papers 제목 키워드 기반

Source-Guided Similarity Preservation for Online Person Re-Identification

2024-02-23 · Hamza Rami, Jhony H. Giraldo, Nicolas Winckler, Stéphane Lathuilière

Online Unsupervised Domain Adaptation (OUDA) for person Re-Identification (Re-ID) is the task of continuously adapting a model trained on a well-annotated source domain dataset to a target domain observed as a data strea…

Domain AdaptationOnline unsupervised domain adaptationPerson Re-IdentificationUnsupervised Domain Adaptation

Image-Image Domain Adaptation with Preserved Self-Similarity and Domain-Dissimilarity for Person Re-identification

2017-11-19 · CVPR 2018 6 · Weijian Deng, Liang Zheng, Qixiang Ye, Guoliang Kang 외

Person re-identification (re-ID) models trained on one domain often fail to generalize well to another. In our attempt, we present a "learning via translation" framework. In the baseline, we translate the labeled images …

Domain AdaptationGenerative Adversarial NetworkPerson Re-IdentificationTranslation+1

Similarity-preserving Image-image Domain Adaptation for Person Re-identification

2018-11-26 · Weijian Deng, Liang Zheng, Qixiang Ye, Yi Yang 외

This article studies the domain adaptation problem in person re-identification (re-ID) under a "learning via translation" framework, consisting of two components, 1) translating the labeled images from the source to the …

Domain AdaptationGenerative Adversarial NetworkPerson Re-IdentificationTranslation

Finer-Personalization Rank: Fine-Grained Retrieval Examines Identity Preservation for Personalized Generation

2025-12-22 · Connor Kilrain, David Carlyn, Julia Chae, Sara Beery 외 arxiv

The rise of personalized generative models raises a central question: how should we evaluate identity preservation? Given a reference image (e.g., one's pet), we expect the generated image to retain precise details attac…

Semantic Similarity

Cross-View Kernel Similarity Metric Learning Using Pairwise Constraints for Person Re-identification

2019-09-25 · T M Feroz Ali, Subhasis Chaudhuri

Person re-identification is the task of matching pedestrian images across non-overlapping cameras. In this paper, we propose a non-linear cross-view similarity metric learning for handling small size training data in pra…

Metric LearningPerson Re-Identification