Hybrid Spatial-Channel Attention Mechanism for Cross-Age Face Recognition

Wenxin An,Gengshen Wu
DOI: https://doi.org/10.3390/electronics13071257
IF: 2.9
2024-03-29
Electronics
Abstract:Face recognition techniques have been widely employed in real-world biomimetics applications. However, traditional approaches have limitations in recognizing faces correctly with large age differences because of significant changes over age in the same person, leading to unsatisfactory recognition performance. To address this, previous studies propose to decompose and identify age and identity features independently in facial images across diverse age groups when optimizing the discriminative model so as to improve the age-invariant face recognition accuracy. Nevertheless, the interrelationships between these features make it difficult for the decomposition to disentangle them properly, thus compromising the recognition accuracy due to the interactive impacts on both features. To this end, this paper proposes a novel deep framework that incorporates a novel Hybrid Spatial-Channel Attention Module to facilitate the cross-age face recognition task. Particularly, the proposed module enables better decomposition of the facial features in both spatial and channel dimensions with attention mechanisms simultaneously while mitigating the impact of age variation on the recognition performance. Beyond this, diverse pooling strategies are also combined when applying those spatial and channel attention mechanisms, which allows the module to generate discriminative face representations while preserving complete information within the original features, further yielding sounder recognition accuracy. The proposed model is extensively validated through experiments on public face datasets such as CACD-VS, AgeDB-30, and FGNET, where the results show significant performance improvements compared to competitive baselines.
engineering, electrical & electronic,computer science, information systems,physics, applied
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper aims to address the challenges in cross-age face recognition. Traditional face recognition methods have limitations when dealing with faces with significant age differences, as faces undergo substantial changes over time, leading to poor recognition performance. Specifically, the paper highlights the following points: 1. **Recognition Difficulties Due to Age Changes**: - Faces undergo significant changes as they age due to factors such as skin sagging and subtle bone changes, making it difficult for conventional face recognition systems to identify the same person in photos taken at different ages. 2. **Limitations of Existing Methods**: - Previous research has attempted to optimize discriminative models by decomposing and independently recognizing identity and age features of face images from different age groups to improve the accuracy of cross-age face recognition. However, the interrelationship between these features makes decomposition challenging, thereby affecting recognition accuracy. 3. **Proposed New Method**: - To address this, the paper proposes a new deep framework that introduces a novel Hybrid Spatial-Channel Attention Module (HSCAM) to enhance the performance of cross-age face recognition tasks. - Specifically, this module can decompose facial features using attention mechanisms in both spatial and channel dimensions, mitigating the impact of age changes on recognition performance. - Additionally, the module combines multiple pooling strategies to generate more discriminative facial representations while preserving the complete information from the original features, further improving recognition accuracy. Experiments conducted on public face datasets (such as CACD-VS, AgeDB-30, and FGNET) demonstrate that this method significantly outperforms existing baseline methods.