Domain Adaptation 论文笔记

本文是关于Domain Adaptation的论文笔记,重点探讨了如何在源域有标签,目标域无标签的情况下,通过深度学习方法学习域不变特征。涉及多种方法,包括Backpropagation、Deep Adaptation Networks、Generative Adversarial Networks等,旨在减少领域间差距,实现无监督或半监督的领域适应。实验部分包括单领域适应和联合领域学习。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Domain Adaptation 论文阅读笔记


What is Domain Adaptation(DA)? — attempt to map representations between the two domains or learn to extract features that are domain–invariant.
source有label,target没有

一、Method Summary

Unsupervised Domain Adaptation by Backpropagation

domian classifier部分的梯度需要通过gradient reverse layer,使encoder提到的信息不利于domain 分类,也就是domain-invariant feature
在这里插入图片描述

Learning Transferable Features with Deep Adaptation Networks

(https://blog.youkuaiyun.com/weixin_40526176/article/details/79065861)
在这里插入图片描述

  • 多层适配
    • 适配最后3层——认为(AlexNet)最后3层是task-specific,对于其他网络要另外计算相似度
  • Multi kernel-MMD(Maximum Mean Discrepancy)
    • 可以用来计算不同域feature的距离,相当于把1中的maximize domain error换成这边的minimize MMD

Coupled Generative Adversarial Networks

在这里插入图片描述

  • 即便没有labeled cross-domain pair,也可以通过weight sharing和adversarial learning学习到2个domain的joint distribution——相当于输入同一个vector z,2个generator的输出是一对语义相关但是各有特点的pair。
  • weight sharing如highlight部分所示,其中z是random vector,因为有了weight sharing,可以保证对应高层语义信息的layer,其处理信息的方式是一致的。
  • 这似乎不是DA,但是这个框架可以用在DA上,效果似乎很不错——因为虽然target没有label,但是source有label,并且有weight sharing机制,使得2个generator得到的图像g(z)理论上是同一个数字。

Domain Separation Networks

构建一个直接提取domain-invariant的框架,会导致 these representations might trivially include noise that is highly correlated with the shared representation.
在这里插入图片描述

  • Overall Loss:
    在这里插入图片描述
  • Reconstruction Loss:
    • 用scale mse,因为普通mse penalizes predictions that are correct up to a scaling term.,而scale msepenalizes differences between pairs of pixels. This allows the model to learn to reproduce the overall shape of the objects being modeled without expending modeling power on the absolute color or intensity of the inputs.为什么scale会导致model分心?
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值