SupCon 定义:
Clusters of points belonging to the same class are pulled together in embedding space, while simultaneously pushing apart clusters of samples from different classes.
novelties:
属于同一类的归一化后的特征表示靠得越近越好,不同类的靠的越远越好。并且,一个anchor 样本,具有多个正样本,sel-sup 通常只用一个正样本;负样本也是多个。
传统的limitations:
cross-entropy loss的缺陷:面对噪声标签,鲁棒性差,possibility of poor margins ??
传统的方法,在大数据集上的实验效果不好,比如说Imagenet。
triplet loss每个anchor样本只对比一个正样本和负样本,
N-pair loss 每个anchor样本,一个正样本,多个负样本。
Related work
Merging the findings of our paper and CCLP is a promising direction for semi-supervised learning research.

self-supervised learning 和 supervised contrastive 对比
左侧是self-sup,在特征表示空间,即使是同一类的样本也会距离比较远,右侧是有监督的对比学习,同一类样本,相距比较近。
SupCon(Supervised Contrastive Learning)是一种对比学习方法,其核心思想是将同一类别的样本在嵌入空间中拉近,同时推远不同类别的样本。与传统的交叉熵损失相比,SupCon对噪声标签更具鲁棒性,并且一个锚点样本可以有多个正样本和负样本,而传统的如Triplet Loss和N-Pair Loss则限制了正负样本的数量。此方法在大规模数据集如ImageNet上表现更优,对于半监督学习研究提供了新的方向。自我监督学习则相对允许同类样本间存在较大距离。

1090

被折叠的 条评论
为什么被折叠?



