NeFut Logo NeFut
Admin Login

[CS.AI] ForensicNet: Lightweight Attention-Enhanced MobileNetV2 for Automated Face Identification

Published at: 2026-07-22 22:00 Last updated: 2026-07-23 12:33
#AI #Machine Learning #DeepSeek

In forensic environments, automated identification of perpetrators is difficult due to pose changes, changes in light, occlusion, and lack of labeled data. This paper presents ForensicNet, a lightweight deep learning framework for forensic face recognition that enhances attention. The suggested model combines the MobileNetV2 backbone with Convolutional Block Attention Modules (CBAM) to improve the learning of discriminative features while maintaining computational speed. A two-phase transfer learning strategy with adaptive layer unfreezing is used to improve domain adaptation and reduce overfitting. This study used publicly available datasets such as LFW and SCFace, with 15,000 facial images spanning 68 identity classes. The proposed model outperforms baseline architectures such as AlexNet, ResNet-50, and MobileNetV2, achieving an accuracy of 92.4%, a precision of 90.8%, and a recall of 89.5%. Additionally, the framework requires only 2.1 GFLOPs per inference, making it suitable for real-time forensic surveillance applications.

Blogger's Review: ForensicNet showcases efficiency and applicability in traditional face recognition tasks, especially in forensic settings. By combining a lightweight architecture with attention mechanisms, the model not only enhances recognition accuracy but also meets real-time processing demands, indicating a promising future in various applications.

Original Source: https://arxiv.org/abs/2607.16273

[h] Back to Home