人脸验证的挑战
(1) One-Shot Challenge:需要通过单一一张图片,就识别到这个人
当DL只有一个样本时,表现非常不好。
(2) 新来一个人时,要改softmax层,因此要重新训练
解决方法:
不直接训练f(图像)=id。
而是训练f(图像1、图像2) = 相似度。
if f(img1, img2) <= t ==> 同一个人
if f(img1, img2) > t ==> 不是同一个人
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help