Larning from one example to recognize the person again.
Learning a 'similarity' function
d(img1, img2) = degree of difference between images.
If d(img1, img2) <= t "same"
If d(img1, img2) > t "different"
{verification}
use softmax to classify the faces. Basically use CNN to make feature map of each faces.