Skip to main content
QUICK REVIEW

[论文解读] Image-Image Domain Adaptation with Preserved Self-Similarity and Domain-Dissimilarity for Person Re-identification

Weijian Deng, Liang Zheng|arXiv (Cornell University)|Nov 19, 2017
Video Surveillance and Tracking Methods参考文献 39被引用 53
一句话总结

本文提出 SPGAN,即相似性保持的图像到图像翻译框架,结合 CycleGAN,通过在保持身份信息的同时翻译源域图像并确保翻译图像与目标 ID 不同,从而通过翻译源域图像来创建目标域带标签的数据,从而实现对人员再识别的无监督域自适应的改进。

ABSTRACT

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.

研究动机与目标

  • 解决人员再识别中带标签的源数据与未标注的目标数据集之间的领域差异。
  • 在图像到图像翻译过程中保持潜在的身份信息,以便在目标域上进行有效的监督学习。
  • 引入自相似性和域不相似性约束,以在跨域间保持ID一致性。
  • 表明 SPGAN 相较于标准 CycleGAN 能产生更适合域自适应的翻译样本。
  • 在大规模数据集 Market-1501 和 DukeMTMC-reID 上提供改进的 re-ID 准确性作为实证证据。

提出的方法

  • 将 CycleGAN 与 Siamese 网络(SiaNet)结合,以强制实现身份保持的翻译。
  • 使用对比损失将翻译后的图像对拉向它们的源端对应物(自相似性),并将它们推离任何目标域图像(域不相似性)。
  • 将正样本对定义为翻译后的源图像及其原始源图像,以及翻译后的目标图像及其原始目标;将负样本对定义为翻译后的图像与来自另一域的图像。
  • 整合整体 SPGAN 目标 L_sp = L_Tadv + L_Sadv + λ1 L_cyc + λ2 L_ide + λ3 L_con。
  • 应用目标域身份约束 L_ide 以对翻译进行正则化并保持颜色/内容线索。
  • 在测试时对特征采用局部最大池化 (LMP) 策略,以增强 re-ID 描述符的鲁棒性。

实验结果

研究问题

  • RQ1无监督的图像-图像翻译是否能够生成在目标域保留源域身份的样本,以用于在目标域进行监督学习?
  • RQ2自相似性和域不相似性约束是否提高翻译图像在人员再识别中的域自适应质量?
  • RQ3SPGAN 与 CycleGAN 与直接迁移在跨域 re-ID 表现上有何比较?
  • RQ4对比损失边距 m 以及 L_con、L_ide 和 L_cyc 的权重对 re-ID 精度有何影响?
  • RQ5局部最大池化(LMP)是否进一步提升域自适应 re-ID 的性能?

主要发现

方法DukeMTMC-reID rank-1DukeMTMC-reID rank-5DukeMTMC-reID rank-10DukeMTMC-reID rank-20DukeMTMC-reID mAPMarket-1501 rank-1Market-1501 rank-5Market-1501 rank-10Market-1501 rank-20Market-1501 mAP
Supervised Learning66.779.183.888.746.375.889.692.895.452.2
Direct Transfer33.149.355.661.916.743.160.868.174.717.0
CycleGAN (basel.)38.154.460.565.919.645.663.871.377.819.1
CycleGAN (basel.) + L_ide38.554.660.866.619.948.166.272.780.120.7
SPGAN (m=0)37.753.159.565.620.049.266.974.080.020.5
SPGAN (m=1)39.555.061.467.321.048.765.773.079.321.0
SPGAN (m=2)41.156.663.069.622.351.570.176.882.422.8
SPGAN (m=2) + LMP46.962.668.574.026.458.176.082.787.926.9
  • SPGAN 在 DukeMTMC-reID 和 Market-1501 上持续优于 CycleGAN 基线的跨域 re-ID 精度。
  • 当 m = 2 时,SPGAN 在 DukeMTMC-reID 的 rank-1 提升至 41.1%,Market-1501 为 51.5%(在 LMP 之前)。
  • SPGAN,m=2 配合 LMP,在 DukeMTMC-reID 上实现 rank-1 46.9% 和 mAP 26.4%;在 Market-1501 上为 rank-1 58.1% 和 mAP 26.9%。
  • SPGAN+LMP 在多个指标(rank-1、rank-5、rank-10、rank-20、mAP)上均优于直接迁移和 CycleGAN 变体。
  • SPGAN 在单查询和多查询设置下,相对于最先进的无监督方法,在 Market-1501 和 DukeMTMC-reID 展现出竞争力或优越性。
  • 结果证实,在翻译过程中保持身份信息可为有监督的 re-ID 训练提供更好的域自适应样本。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。