文章目录 IntroductionMethodPredictive LearningContrastive Learning with Two Views距离函数的定义contrastive Learning with more than two viewsImplementation the Contrastive Lossexperiments代码分析Introduction codeing theory 的主要思想是:以自编码器或者生成器…
Contrastive Loss 参考:https://zhuanlan.zhihu.com/p/35027284
对比损失函数,来自Yann LeCun的论文《Dimensionality Reduction by Learning an Invariant Mapping》,出发点:增大类间差异并且减小类内差异。
公式如下ÿ…