This document summarizes a research paper on face recognition using landmark estimation and convolutional neural networks. The researchers used the LFW dataset to test their system. They first used HOG and SVM for face recognition, achieving 85% accuracy. They then used CNN for further improvement. Keypoints were detected using landmark estimation for face normalization before inputting faces into the CNN. Various CNN architectures and hyperparameters were tested. The best performing model achieved over 95% accuracy on the LFW dataset, demonstrating the effectiveness of the proposed method.