其他分享
首页 > 其他分享> > Center Loss - A Discriminative Feature Learning Approach for Deep Face Recognition

Center Loss - A Discriminative Feature Learning Approach for Deep Face Recognition

作者:互联网

URL:http://ydwen.github.io/papers/WenECCV16.pdf
这篇论文主要的贡献就是提出了Center Loss的损失函数,利用Softmax Loss和Center Loss联合来监督训练,在扩大类间差异的同时缩写类内差异,提升模型的鲁棒性。


为了直观的说明softmax loss的影响,作者在对LeNet做了简单修改,把最后一个隐藏层输出维度改为2,然后将特征在二维平面可视化,下面两张图分别是MNIDST的train集和test集,可以发现类间差异比较明显,但是类内的差异也比较明显。

为了减小类内差异论文提出了Center Loss:
大专栏

标签:Loss,Center,类间,差异,论文,Feature,类内
来源: https://www.cnblogs.com/lijianming180/p/12099514.html