(Paper Reading) Adaptive Methods for Real-World Domain Generalization
Introduction
- 建立了一个DG大规模数据集Geo-YFCC,考虑到了长尾分布
- 用了最naive的方法ERM,但却取得了非常好的效果
- “In our work, we propose an adaptive classifier that can be adapted to any new domain using very few unlabelled samples without any further training”
Methods
Core Idea
在测试时,利用少量无标记样本刻画unseen domain信息,然后用其辅助分类。
Prototypical Domain Embeddings
Prototypical Networks真好用!用一个域中图片特征的平均值来刻画域信息,理论基础是Kenerl Mean Embeddings(KME)。训练时的loss是:
其中,$\Phi_{D}(\cdot)$是特征提取网络。
ERM on Augmented Inputs
测试时,计算图片特征及特征平均值(域信息),concatenate一下输入分类器。
Experiments
构造了两个数据集:Geo-YFCC和LT-ImageNet,数据量都在百万量级,4张V100起步。
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!