BriefGPT.xyz
Sep, 2014
反向传播无监督域自适应
Unsupervised Domain Adaptation by Backpropagation
HTML
PDF
Yaroslav Ganin, Victor Lempitsky
TL;DR
本论文提出了一种新的深度架构领域适应方法,可通过大量源域标记数据和大量目标域未标记数据的训练而实现。在提出的方法中,深层特征在源域的主要学习任务上是有区分性的,而且对于域之间的变化具有不变性。而通过增加几个标准层和简单的梯度反转层的方法可以实现该适应行为,并且此方法在图像分类实验中表现非常出色。
Abstract
Top-performing
deep architectures
are trained on massive amounts of labeled data. In the absence of labeled data for a certain task,
domain adaptation
often provides an attractive option given that labeled data o
→