0 HHL摘要 Hetero-Homogeneous异质LearningH

对两个不变属性进行加强:1 相机不变性、2 域联结性connectedness

  1. 相同相机同域数据样本对:homogeneous 同质
  2. 通过源域和目标域负样本对,heterogeneous 异质,train pair(t-s)

1 Intro

再次明确REID,同Camera不同场景,同场景不同camera

1 UDA: 本身t和s类别同,但是数据分布不同。person reid中t和s的ID也不同,数量也不同

2 挖掘:target中相机不变性质

motivatoin: 自适应域内变化

  1. 同域中相机不变性,intra-domain而不是iner-domain。因为test的时候,query的probe和gallery中的图像原则上应该是不同camera拍摄的。对于这种细粒度的分类要考虑域内相机不同导致的变化
  2. 利用先验知识:s和t可以组合天然的负样本对。还需要理解
    use these negative pairs to learn person embeddings within a triplet loss formulation.
    Deng2018只提出Gan将S生成T域的图像,且保留S的label进行训练。相当于再target域内训练有标签的数据,进行query: Image-image domain adaptation with preserved self-similarity and domain-dissimilarity for person re-identification. In: CVPR (2018)
    HHL:数据:source 标签,target 相机信息(因为容易得到,所以成无target监督,更严格的称弱target supervision)

underpin支持两个属性约束:camera invariance

  1. target相机不变性,正样本对:来自同相机图像是同一个域,是homogeneous。用Image2image生成正样本对,每个相机的图像是一风格。
  2. 域联通:t和s采样负样本对挖掘 source 和 target 的底层信息特征
    anchor连接s和t—triplet loss

总之:HHL通过引入triplet loss应用了相机不变性、域联通

2 Related work

UDA 最开始方法

  1. UDA前人通过缩小T和S的分布差异divergence。通过align 均值、方差 CORAL
  2. Deep CORAL 伪标签。用特征的相似性贴伪标签
  3. [33]用k-nearest近邻造为标签
  4. 用真标签和假标签共同训练。Co-training

最近CyCADA GAN将S变换到T,通过pixel和feature level

Unsupervised person REID

1 手工特征ELF,LOMO,SDALF

通过手工设计鲁棒的特征,忽略数据分布的差异,难以在大的数据集上表现良好

2 Iteratively applying k-means clustering

3 k-reciprocal nearest neigh-bors [29] and iteratively learn features for unsupervised video re-ID.

4 Wu et al.[40] propose a progressive sampling method to gradually predict reliable pseudo labels and update deep model for one-shot video-based re-ID.

5Peng et al. [28] propose to learn a discriminative representation for target domain based on asymmetric multi-task dictionary learning

6 a transferable model is proposed to jointly learn attribute-semantic and identity discriminative feature representation for target domain

上面通过GAN的都是减小S和T的差异,均值和方差。像素级别、特征级别。
intra domain in camera

3 方法

1 问题定义:


The goal of this paper is to leverage both labeled source training images and unlabeled target training images to learn discriminative embeddings for target testing set
HHL:利用labeled Source images和unlabeled Target但是有Camera ID的Images,通过triplet 中anchor正,负学习一个分类空间。

3.3 相机不变性(同域特征)学习 CycleGAN


3.4 域连接学习

3.5 HHL:异-同学习----相机不变性,s和t的连接域 学习


3.6 总结

  1. 相机不同的影响很大,不管同域还是S2T,Camera style transfer,下图证明了Camera transfer比随机剪裁和反转要好
  2. How to sample 采样 training images from target domain?:三种策略
    • 随机mini batch 没有ID重叠的images
    • cluster-based sampling 先K-means成ntn_tnt类别根据当前模型,再采样每个ID一张,
    • Supervised sampling:假设target有label,随机选择target 中的ID 图像不重复
      -结果分析:效果差不多

4 实验结果

HHL

Baseline是IDE:ID loss 的embedding space




(S和T通过cycleGan转换减小分布差异)
PTGAN:Person transfer gan to bridge domain gap for person REID.
SPGAN:Image to Image domain adaptation with preserved self-similarity and domain-dissimilarity for person re-identification2018
PUL: Unsupervised person REID: Clustering and fine-tuning.
CAMEL: Crossview Asymmetric Metric Learning for unsupervised person REID
UMDL: Unsupervised cross-dataset transfer learning for person REID
TJ-AIDL: Transferable Joint Attribute-Identity deep learning for unsupervised person reid

LOMO: Person re-identification by LOcal Maximal Occurrence representation and metric learning. In: CVPR (2015)局部最大事件表征

学习笔记HHL:Generalizing a Person Retrieval Model--Hetero-Homogeneous Learning UDA郑良2018相关推荐

  1. Generalizing A Person Retrieval Model Hetero- and Homogeneously

    1.论文:Generalizing A Person Retrieval Model Hetero- and Homogeneously 2.代码:https://github.com/zhunzho ...

  2. Generalizing A Person Retrieval Model Hetero- and Homogeneously阅读总结

    Generalizing A Person Retrieval Model Hetero- and Homogeneously Zhun Zhong, Liang Zheng, Shaozi Li,Y ...

  3. 论文阅读Generalizing A Person Retrieval Model Hetero-and Homogeneously

    论文阅读Generalizing A Person Retrieval Model Hetero-and Homogeneously 论文:Generalizing A Person Retrieva ...

  4. 【FLOW学习笔记】流模型(Flow-based Model)详解

    完整笔记:http://www.gwylab.com/note-flow_based_model.html 李宏毅老师的视频教程:/www.bilibili.com/video/av46561029/ ...

  5. 学习笔记TF053:循环神经网络,TensorFlow Model Zoo,强化学习,深度森林,深度学习艺术...

    循环神经网络.https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/re ...

  6. IBM Machine Learning学习笔记(一)——Exploratory Data Analysis for Machine Learning

    数据的探索性分析 1. 读入数据 (1)csv文件读取 (2)json文件读取 (3)SQL数据库读取 (4)Not-only SQL (NoSQL)读取 (5)从网络中获取 2. 数据清洗 (1)缺 ...

  7. PyTorch学习笔记(19) ——NIPS2019 PyTorch: An Imperative Style, High-Performance Deep Learning Library

    0. 前言 波兰小哥Adam Paszke从15年的Torch开始,到现在发表了关于PyTorch的Neurips2019论文(令我惊讶的是只中了Poster?而不是Spotlight?).中间经历了 ...

  8. 【学习笔记VoxelMorph系列文章2】:《Unsupervised Learning for Fast Probabilistic Diffeomorphic Registration》

    传统的可变形配准需要大量的计算时间,基于学习的配准方法可以减少训练时间但是需要标签值(比较少)或者没有保证微分同胚特性.本文提出一个概率生成模型并推导一个基于无监督学习的推理算法,不仅保证了微分同胚特 ...

  9. 深度学习(DL)与卷积神经网络(CNN)学习笔记随笔-01-CNN基础知识点

    转载自:http://blog.csdn.net/niuwei22007/article/details/47399913 <CNN基础知识点>From:Convolutional Neu ...

  10. 【李宏毅机器学习】Tips for Deep Learning(p14) 学习笔记

    李宏毅机器学习学习笔记汇总 课程链接 文章目录 Recipe if Deep Learning Do not always blame Overfitting 针对不同的状况使用不同的方法 在训练集上 ...

最新文章

  1. 使用 System.Net.Http.Json 简化 HttpClient 的使用
  2. sql java 创建数据库_java动态创建数据库(sql server)
  3. VBA之六--EXCEL VBA两则
  4. 站在信息安全角度 人脸识别面临五大问题
  5. Python使用Apriori算法查找关系密切的演员组合
  6. xml文件中若没有子节点,则删除文件
  7. SQL:postgreSQL借助日期函数Extract按照时间区分查询结果
  8. bzoj 1488: [HNOI2009]图的同构
  9. DIY 3D打印机测试
  10. 学生管理-axios优化
  11. 采购订单中带账户分配的总账科目确定(M和E的区别)
  12. Java安全编程需要考虑的问题
  13. 二、话题通信原理,代码实现
  14. 为苹果APP制作在APPLE STORE中的下载用“二维码”
  15. 2742: [HEOI2012]Akai的数学作业
  16. 规范化、标准化、归一化、正则化
  17. 免费的天气预报API接口--谷歌,雅虎,中央气象台
  18. 年终盘点丨2022边缘计算大事记
  19. python基于sklearn的SVM和留一法(LOOCV)进行二分类
  20. mysql数据恢复工具_mysql文件恢复软件|Mysql数据库修复工具(Recovery for MySQL)下载 V2.7.22255.1 官方版 - 比克尔下载...

热门文章

  1. Elasticsearch 版本 和SpringData ElasticSearch 版本以及SpringBoot版本选择
  2. 团队成立——Microhard
  3. 机器学习之------信号处理(入门原理)
  4. ionic 插件安装
  5. [python]《天龙八部》文本处理
  6. 手撕Boost!Boost公式推导及实验验证
  7. 涂料价格上涨原因剖析
  8. ChinaUnix中的音乐天地
  9. 基于matlab的黑体辐射特性分析,MATLAB 黑体辐射规律的研究
  10. 使用pr给视频局部打马赛克