paper-with-me

Papers

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, Yi Yang, Jianbin Jiao

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 from source to target domain in an unsupervised manner. We then train re-ID models with the translated images by supervised methods. Yet, being an essential part of this framework, unsupervised image-image translation suffers from the information loss of source-domain labels during translation. Our motivation is two-fold. First, for each image, the discriminative cues contained in its ID label should be maintained after translation. Second, given the fact that two domains have entirely different persons, a translated image should be dissimilar to any of the target IDs. To this end, we propose to preserve two types of unsupervised similarities, 1) self-similarity of an image before and after translation, and 2) domain-dissimilarity of a translated source image and a target image. Both constraints are implemented in the similarity preserving generative adversarial network (SPGAN) which consists of an Siamese network and a CycleGAN. Through domain adaptation experiment, we show that images generated by SPGAN are more suitable for domain adaptation and yield consistent and competitive re-ID accuracy on two large-scale datasets.

📄 PDF Abstract BibTeX arXiv:1711.07027

Code (2)

Simon4Yan/Learning-via-Translation pytorch
thuml/Transfer-Learning-Library pytorch

Tasks

Domain AdaptationGenerative Adversarial NetworkPerson Re-IdentificationTranslationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Residual Connection 설명 없음
PatchGAN 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Tanh Activation 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
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 +…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Unsupervised Domain Adaptation by Optical Flow Augmentation in Semantic Segmentation

2019-11-20 · Oluwafemi Azeez

It is expensive to generate real-life image labels and there is a domain gap between real-life and simulated images, hence a model trained on the latter cannot adapt to the former. Solving this can totally eliminate the …

Domain AdaptationOptical Flow EstimationSegmentationSemantic Segmentation+1

PODIA-3D: Domain Adaptation of 3D Generative Model Across Large Domain Gap Using Pose-Preserved Text-to-Image Diffusion

2023-04-04 · ICCV 2023 1 · Gwanghyun Kim, Ji Ha Jang, Se Young Chun

Recently, significant advancements have been made in 3D generative models, however training these models across diverse domains is challenging and requires an huge amount of training data and knowledge of pose distributi…

DiversityDomain Adaptation

DATID-3D: Diversity-Preserved Domain Adaptation Using Text-to-Image Diffusion for 3D Generative Model

2022-11-29 · CVPR 2023 1 · Gwanghyun Kim, Se Young Chun

Recent 3D generative models have achieved remarkable performance in synthesizing high resolution photorealistic images with view consistency and detailed 3D shapes, but training them for diverse domains is challenging si…

3D ReconstructionDiversityDomain Adaptation

Unsupervised Reverse Domain Adaptation for Synthetic Medical Images via Adversarial Training

2017-11-17 · Faisal Mahmood, Richard Chen, Nicholas J. Durr

To realize the full potential of deep learning for medical imaging, large annotated datasets are required for training. Such datasets are difficult to acquire because labeled medical images are not usually available due …

Depth EstimationDomain Adaptation

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