Tahir Yusuf Suleiman, Rosdi Bakhtiar Affendi
School of Electrical and Electronic Engineering, Universiti Sains Malaysia, Nibong Tebal, Penang, Malaysia.
PeerJ Comput Sci. 2024 Feb 15;10:e1837. doi: 10.7717/peerj-cs.1837. eCollection 2024.
Several deep neural networks have been introduced for finger vein recognition over time, and these networks have demonstrated high levels of performance. However, most current state-of-the-art deep learning systems use networks with increasing layers and parameters, resulting in greater computational costs and complexity. This can make them impractical for real-time implementation, particularly on embedded hardware. To address these challenges, this article concentrates on developing a lightweight convolutional neural network (CNN) named FV-EffResNet for finger vein recognition, aiming to find a balance between network size, speed, and accuracy. The key improvement lies in the utilization of the proposed novel convolution block named the Efficient Residual (EffRes) block, crafted to facilitate efficient feature extraction while minimizing the parameter count. The block decomposes the convolution process, employing pointwise and depthwise convolutions with a specific rectangular dimension realized in two layers (n × 1) and (1 × m) for enhanced handling of finger vein data. The approach achieves computational efficiency through a combination of squeeze units, depthwise convolution, and a pooling strategy. The hidden layers of the network use the Swish activation function, which has been shown to enhance performance compared to conventional functions like ReLU or Leaky ReLU. Furthermore, the article adopts cyclical learning rate techniques to expedite the training process of the proposed network. The effectiveness of the proposed pipeline is demonstrated through comprehensive experiments conducted on four benchmark databases, namely FV-USM, SDUMLA, MMCBNU_600, and NUPT-FV. The experimental results reveal that the EffRes block has a remarkable impact on finger vein recognition. The proposed FV-EffResNet achieves state-of-the-art performance in both identification and verification settings, leveraging the benefits of being lightweight and incurring low computational costs.
随着时间的推移,已经有几种深度神经网络被引入用于手指静脉识别,并且这些网络已经展现出了很高的性能水平。然而,当前大多数最先进的深度学习系统使用的网络层数和参数不断增加,导致计算成本和复杂度更高。这使得它们在实时实现中不切实际,尤其是在嵌入式硬件上。为了应对这些挑战,本文专注于开发一种名为FV-EffResNet的轻量级卷积神经网络(CNN)用于手指静脉识别,旨在在网络规模、速度和准确性之间找到平衡。关键改进在于使用了所提出的名为高效残差(EffRes)块的新型卷积块,其设计目的是在最小化参数数量的同时促进高效的特征提取。该块分解了卷积过程,采用逐点卷积和深度卷积,并在两层(n×1)和(1×m)中实现特定的矩形维度,以增强对手指静脉数据的处理。该方法通过挤压单元、深度卷积和池化策略的组合实现计算效率。网络的隐藏层使用Swish激活函数,与ReLU或Leaky ReLU等传统函数相比,它已被证明能提高性能。此外,本文采用循环学习率技术来加速所提出网络的训练过程。通过在四个基准数据库,即FV-USM、SDUMLA、MMCBNU_600和NUPT-FV上进行的综合实验,证明了所提出流程的有效性。实验结果表明,EffRes块对手指静脉识别有显著影响。所提出的FV-EffResNet在识别和验证设置中均实现了最先进的性能,利用了轻量级和低计算成本的优势。