推荐小王爱迁移知乎系列

https://zhuanlan.zhihu.com/p/66130006

2020年,多源域适应MDA最新方法总结综述

Multi-source Domain Adaptation in the Deep Learning Era:A Systematic Survey(2020)
https://arxiv.org/pdf/2002.12169.pdf

Most methods em-ploy shared feature extractors to learn domain-invariant fea-tures. However, domain invariance may be detrimental todiscriminative power.
大多数方法使用共享特征抽取器来学习域不变特征。
然而,域不变性可能会损害判别能力。所以这方面有两种方式
Weight sharing of feature extractor特征权重的share unshare
Althoughunshared feature extractors can better align the target andsources in the latent space, this substantially increases thenumber of parameters in the model.尽管非共享特征抽取器可以更好地对齐潜在空间中的目标和源,但这大大增加了模型中参数的数量。

4 Deep Multi-source Domain AdaptationExisting methods on deep MDA primarily focus on the unsu-pervised, homogeneous, closed set, strongly supervised, onetarget, and target data available settings. That is, there is onetarget domain, the target data is unlabeled but available dur-ing the training process, the source data is fully labeled, thesource and target data are observed in the same data space,and the label sets of all sources and the target are the same. Inthis paper, we focus on MDA methods under these settings.

现有的deep MDA方法主要集中在无监督、齐次、闭集、强监督、单目标和目标数据的可用设置上。即有一个目标域,在训练过程中目标数据是未标记但可用的,源数据是完全标记的,源数据和目标数据在同一数据空间中观察,所有源和目标的标记集是相同的。在这篇文章中,我们将重点讨论这些设置下的MDA方法

5 Conclusion and Future DirectionsIn this paper, we provided a survey of recent MDA develop-ments in the deep learning era. We motivated MDA, defineddifferent MDA strategies, and summarized the datasets thatare commonly used for performing MDA evaluation. Oursurvey focused on a typical MDA setting,i.e.unsupervised,homogeneous, closed set, and one target MDA. We classi-fied these methods into different categories, and comparedthe representative ones technically and experimentally. Weconclude with several open research directions:Specific MDA strategy implementation.As introducedin Section 2, there are many types of MDA strategies, and im-plementing an MDA strategy according to the specific prob-lem requirement would likely yield better results than a one-size-fits-all MDA approach. Further investigation is neededto determine which MDA strategies work the best for whichtypes of problems. Also, real-world applications may have asmall amount of labeled target data; determining how to in-clude this data and what fraction of this data is needed for acertain performance remains an open question.Multi-modal MDA.The labeled source data may be ofdifferent modalities, such as LiDAR, radar, and image. Fur-ther research is needed to find techniques for fusing differentdata modalities in MDA. A further extension of this idea is tohave varied modalities in defferent sources as well as partiallylabeled, multi-modal sources.Incremental and online MDA.Designing incrementaland online MDA algorithms remains largely unexplored andmay provide great benefit for real-world scenarios, such asupdating deployed MDA models when new source or targetdata becomes available

5.结论和未来发展方向本文综述了深度学习时代MDA的最新发展。我们激发了MDA,定义了不同的MDA策略,并总结了通常用于执行MDA评估的数据集。我们的调查集中在一个典型的MDA设置上,即无监督、同质、闭集和一个目标MDA。我们将这些方法分为不同的类别,并对具有代表性的方法进行了技术和实验上的比较。

具体的MDA策略实现。如第2节所述,MDA策略有多种类型,根据具体的问题需求改进MDA策略可能比一个适合所有MDA的方法产生更好的结果。需要进一步的研究来确定哪些MDA策略最适合哪些类型的问题。另外,现实世界中的应用程序可能有大量标记的目标数据;确定如何包含这些数据以及这些数据中的哪一部分用于某个性能仍然是一个悬而未决的问题

多模态MDA。标记的源数据可能有不同的模式,如LiDAR、雷达和图像。进一步的研究需要找到在丙二醛中融合不同数据模式的技术。这一思想的另一个扩展是在不同的源以及部分带状的多模态源中有不同的模式

主要手段有,
特征对齐损失:ganloss L1loss L2loss MMD(and maximum mean discrepancy)
wasserstein loss
通常用的分类损失:
源域目标域特征share 和 unshared

【论文笔记 CVPR-2019】《Domain-Symmetric Networks for Adversarial Domain Adaptation》 https://arxiv.org/pdf/1904.04663.pdf

我们提出的方法SymNet包括一个针对目标域的任务分类器,还有一个与源域和目标域分类器共享神经元的额外分类器。介绍了一种训练SymNet的新的对抗学习方法,其中包含类别级别和域级别的混淆从而从类别级别加强域不变特征的学习。与此同时,提出一种跨域训练方法使得目标域分类器的学习与源域分类器的学习更加对称。
原文链接:https://blog.csdn.net/puchapu/article/details/90349610
本文贡献如下:
1.提出全新的SymNet方法,通过设计共享神经元的额外分类器完成域判别性和域混淆的学习。
2.提出基于两级别域混淆损失的全新域对抗训练方法。通过将不同域相同类别进行混淆,提升了直接域混淆的效果。
3.在标准数据集上取得了state of the art。消融学习也显示了所提出模块的必要性。

***Multi-source Distilling Domain Adaptation(2020)

https://arxiv.org/pdf/1911.11554.pdf
https://github.com/daoyuan98/MDDA***

本文提出了一种新的多源提取域自适应(MDDA)网络,该网络不仅考虑了多源和目标之间的距离不同,而且研究了源样本与目标样本的不同相似性。具体来说,该算法包括四个阶段:(1)分别利用各训练源的训练数据对源分类器进行预训练;(2)通过最小化源与目标之间的经验方差,分别将目标映射到各源的特征空间;(3)选择源训练样本更接近目标以微调源分类器;以及(4)通过相应的源分类器对每个编码的目标特征进行分类,并使用对应于每个源和目标之间的差异的相应域权重聚合不同的预选词。在公开的DA基准上进行了扩展实验,结果表明,所提出的MDDA显著地优于最先进的方法

迁移学习的域适应损失介绍 和gan 损失有联系

1、迁移学习MMD损失Maximum Mean Discrepancy(https://blog.csdn.net/zkq_1986/article/details/86747841)
2、迁移学习Wasserstein Distance (【迁移学习】Wasserstein Distance Guided Representation Learning for Domain Adaptation 论文解读)
https://github.com/RockySJ/WDGRL
3、ganloss到 Wasserstein ganloss(WGAN), 改进方法和公式推导 https://zhuanlan.zhihu.com/p/25071913
4、MMD-GAN 对MMD-GAN进行了优化
improving MMD-GAN training with repulsive loss function(https://arxiv.org/pdf/1611.04488.pdf)
本文是ICLR2019的一篇文章,对MMD-GAN进行了优化
https://github.com/richardwth/MMD-GAN

###################################################################

1 2019,AdaGraph,AdaGraph: Unifying Predictive and Continuous Domain Adaptation through Graphs(AdaGraph: 通过图形统一预测和连续域自适应)

本文重点研究预测域自适应场景,即没有目标数据可用的情况下,系统必须学习从带注释的源图像和来自辅助域的带关联元数据的未标记样本进行泛化
https://arxiv.org/abs/1903.07062
https://github.com/mancinimassimiliano/adagraph

论文定义了域适应的一种场景,预测域适应 PDA,没有目标域数据,系统需要从标注的源域数据和辅助域带有元数据的无标注样本
https://blog.csdn.net/fuyouzhiyi/article/details/94441304


2 最大分类器差异的领域自适应(MCD_DA)2018

方法值得一读,也有代码
Maximum Classifier Discrepancy for Unsupervised Domain Adaptation
(https://zhuanlan.zhihu.com/p/52085426)
简单明了有代码
https://github.com/mil-tokyo/MCD_DA

更新后的结果

最后, VisDA Classification Dataset是目前最大的跨领域物体分类数据集,作者用其跟MMD,DANN作比较,大部分物体的分类结果好于其他方法,

3、本文提出了基于条件对抗网络的领域自适应方法,英文名叫做Conditional Adversarial Domain Adaptation。

Long M, Cao Z, Wang J, et al. Conditional Adversarial Domain Adaptation. NIPS 2018.
从题目中不难看出,主要由Condition + Adversarial + Adaptation这三部分构成。进行condition的时候,用到了一个叫做multilinear map

4、方法很好,2019,异构网络的迁移:

Learning What and Where to Transfer 2019ICML句句解读
https://blog.csdn.net/qq_38221026/article/details/103260017

Learn What-Where to Transfer,有借鉴下面的文章
Beyond sharing weights for domain adaptation,PAMI文章是两个相同结构的网络彼此迁移,本文是异构网络,更具一般性
有什么用:除了迁移,该方法也可以看作是一种网络的压缩:从大网络迁移到小网络,增强小网络的学习表现。
https://github.com/alinlab/L2T-ww

5、Uses a domain critic to minimize the Wasserstein Distance (with Gradient Penalty) between domains.(2017),方法有提升

https://github.com/jvanvugt/pytorch-domain-adaptation
之前用的adda
近期必读的9篇CVPR 2019【域自适应(Domain Adaptation)】相关论文和代码
https://blog.csdn.net/c2a2o2/article/details/90436850?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

2017域适应最佳从成果,介绍 https://zhuanlan.zhihu.com/p/47960104

2019 信息最大化进行迁移学习,

论文 http://export.arxiv.org/pdf/1812.00194
哔哩哔哩 https://www.bilibili.com/video/BV1qJ411y7jS?p=2

同样的源数据,这样的的方法效果迁移的泛化性更好

2020年,多源域适应(域迁移) MDA最新方法总结综述相关推荐

  1. Windows server 2003域控直接迁移到2012[史上最详细]

    Windows server 2003域控直接迁移到2012[史上最详细] 有问题请联系QQ:185426445,或者加群微软统一沟通中国(一),群号:222630797, 也可以和我本人联系,手机: ...

  2. Amazon CloudFront CDN + s3 源站跨域配置

    Amazon CloudFront CDN + s3 源站跨域配置 问题描述 使用 Amazon CloudFront CDN + s3 源站托管前端静态页面,前端跨域请求时报错: ...blocke ...

  3. 08 域控 架构主机 转移_域控服务器迁移步骤(精)

    域控服务器迁移步骤 假设主域控制器的 IP 为 192.168.1.10 ,额外域控制器的 IP 为 192.168.1.20 第一步:主域迁移之前的备份 : 1. 备份主域服务器的系统状态 2. 备 ...

  4. 域控服务器迁移步骤,AD域控制器迁移方法

    AD域控制器迁移方法 1:新DC安装系统,配置IP DNS指向老DC (新DC可以加入现有域,也可以不加). 2:提升新DC为辅助域控制器后重启. 3:重启完成后,安装DNS服务.然后等老DC的DNS ...

  5. 2020 北京智源大会首日精华速递

    2020年的「6 . 21」,有很多人在45°仰头狩猎日环食,错过等十年. 这一天也有许多人盘坐网线一端,咀嚼一场内行人的AI盛宴,错过等十年. 在全球抗击新冠肺炎疫情的特殊时刻,父亲节当日,日环食嗨 ...

  6. 内网安全之:域与域权限判断

    域与域权限判断 1 域控基础 1.1 活动目录 1.2 域中的计算机分类 1.3 域内权限解读 2 收集当前域信息 2.1 获取当前用户与域 SID 2.2 查询指定用户的详细信息 2.3 判断是否存 ...

  7. 什么是跨域 , 跨域问题如何解决?

    跨域问题是我们前端开发中经常会遇到的问题,遇到这样的问题,我们如何解决呢? 主要内容 错误原因分析 用CORS来解决 一.错误原因分析 1.get接口 2.点击按钮ajax发送请求 3.当我们在小黑窗 ...

  8. 【网络】网络基础知识点(MAC、IP、通讯模式、通信方式、集线器、交换机、路由器、冲突域/广播域、ARP、VLAN等)

    文章目录 网络基础概念 Mac地址和IP地址 通讯模式 广播和泛洪 通信方式 网络基础设备 集线器 hub(第一层) 交换机 switch(第二层) 网桥和交换机 路由器 router(第三层) 三层 ...

  9. 省钱之道--图解域域树域林根域的含义

    省钱之道--图解域域树域林根域的含义 标签:域 域林 图解域域树域林根域的含义 域树 根域 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.ht ...

最新文章

  1. VMware运行时“内部错误”的解决方法
  2. 图数据库Neo4j全栈Web技术解密
  3. ORACLE事务提交
  4. 由软件工程看中国人急功近利的心态
  5. 富勒wms系统里的定时器id_为什么物流行业非常推崇仓库管理系统?
  6. java 后端处理PDF图册
  7. FPGA驱动步进电机
  8. C语言用广播星历求卫星坐标,GPS广播星历计算卫星位置和速度-Read
  9. Java微信公众号开发之微信素材管理工具类
  10. airsim-使用Image api保存机载摄像机的图片
  11. xml与json互转 C语言实现,通过json-lib、jdom及xom定义XML和JSON格式处理工具类实现xml和json间相互转换...
  12. MySQL 中的 SET 与 ENUM 类型使用详解
  13. Cadence Allegro过电阻电容的XNET等长图文视频演示
  14. 基于AForge.Net框架的扑克牌识别
  15. dc_shell常用命令
  16. 新增对象时生成uuid传递到数据库_技术译文 | UUID 很火但性能不佳?今天我们细聊一聊...
  17. 度过有意义的生命(下)
  18. [Linux] 使用lsof 查看解决too many open file问题
  19. 英语五大基本句型精讲
  20. HCIA网络基础1-传输介质、中继器、HUB、网桥、交换机

热门文章

  1. 绝对值不等式 AcWing 104. 货仓选址
  2. 分省/市政府性债务数据财政收支数据财政透明度
  3. 计网——17差错检测和纠正技术
  4. 模拟微博用户注册的程序【使用了HashSet集合实现】
  5. 我们 | 单枪匹马,不如群狼作战!
  6. 注解@Primary
  7. 四阶巴特沃兹低通滤波器的设计与仿真
  8. 5G NR学习理解系列——MATLAB5G信源的生成之SSB参数配置
  9. Mybatis中的 useGeneratedKeys
  10. Web应用怎样获取Access Token?