As face is rather invariable among human biometric features, face recognition is considered as the most important biometric identification task. Face recognition has been widely used for user authentication in security systems such as electronic payment systems as a technology to search faces from facial images from photographs or videos and therefore, it has been studied for years.
Over the past decade, the mainstream of face recognition has been based on deep learning and it has been developed to a much higher level than average human ability. Nevertheless, face recognition is still far from “perfect”.
Recently, face recognition systems using convolutional neural networks are considered as the best methods among existing face recognition systems. Face recognition network models that have been developed and proved to be superior in performance cannot perform real-time face recognition in devices with constrained computational resources such as low base computers or mobile phones because their structure is very complex and they need a large amount of computation. What is more, reducing the number of layers continuously to reduce computational burden affects recognition performance.
In GhostFaceNets, they improved the trade-off between speed and accuracy by performing the attention operation using a DFC (decoupled fully-connected) attention. However, the DFC attention has limitations in capturing wide spatial information, which may lead to the degradation of recognition performance.
Jo Kwang Chol, a researcher at the Institute of Information Technology, has designed a network structure with low computational cost and improved performance by combining the self-attention module with the extended Ghost module based on the backbone of GhostFaceNets, and verified its accuracy using international standard databases.
The results showed that the proposed network model brings significant improvement in face recognition performance with 99.74% in LFW and 97.7% in AgeDB-30 and that with 42 MFLOP, it can support stable real-time face recognition in embedded devices.
For more details, you can refer to his paper “GhostFormerNet: A Lightweight Face Recognition Method based on Extended Ghost Module and Self-Attention” in “2025 International Conference on Graphics and Signal Processing”.
...