不同于Softmax,AMSoftmax属于Metric Learning——缩小类内距增大类间距的策略。下图2形象的解释了Softmax 和 AMSoftmax的区别,Softmax能做到的只能是划分类别间的界线——绿色虚线,而AMSoftmax可以缩小类内距增大类间距,将类的区间缩小到Target region范围,同时又会产生margin大小的类间距。
SoftMaxLoss—>A-SoftMaxLoss—>AM-SoftMaxLoss—>Arc-SoftMaxLoss
不同于Softmax,AMSoftmax属于Metric Learning——缩小类内距增大类间距的策略。下图2形象的解释了Softmax 和 AMSoftmax的区别,Softmax能做到的只能是划分类别间的界线——绿色虚线,而AMSoftmax可以缩小类内距增大类间距,将类的区间缩小到Target region范围,同时又会产生margin大小的类间距。
SoftMaxLoss—>A-SoftMaxLoss—>AM-SoftMaxLoss—>Arc-SoftMaxLoss