This document discusses face recognition using semantic-assisted convolutional neural networks (SCNNs). It begins with an introduction to face recognition and its applications. It then provides background on neural networks and convolutional neural networks (CNNs), which are deep learning algorithms used for object recognition. The key idea of the proposed SCNN framework is that it incorporates explicit semantic information (like gender, ethnicity) in addition to face images to help CNNs automatically recover more comprehensive face features. This allows the network to achieve superior performance even with limited training data, as the semantic information can be reused across training samples. The document concludes the SCNN approach is more accurate and robust than traditional CNNs for face recognition tasks.