作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2026, Vol. 52 ›› Issue (3): 152-160. doi: 10.19678/j.issn.1000-3428.0070022

• 计算机视觉与图形图像处理 • 上一篇    下一篇

基于双分支深度图卷积网络的指静脉识别研究

程俊军, 王明文*()   

  1. 西南交通大学数学学院, 四川 成都 610000
  • 收稿日期:2024-06-20 修回日期:2024-10-07 出版日期:2026-03-15 发布日期:2024-12-04
  • 通讯作者: 王明文
  • 作者简介:

    程俊军, 男, 硕士研究生, 主研方向为指静脉识别

    王明文(通信作者), 副教授

  • 基金资助:
    国家自然科学基金(62106206)

Research on Finger-vein Recognition Based on Deep Graph Convolutional Network with Dual-Branch

CHENG Junjun, WANG Mingwen*()   

  1. School of Mathematics, Southwest Jiaotong University, Chengdu 610000, Sichuan, China
  • Received:2024-06-20 Revised:2024-10-07 Online:2026-03-15 Published:2024-12-04
  • Contact: WANG Mingwen

摘要:

基于图卷积神经网络(GCNN)的指静脉识别方法不仅可以解决传统指静脉识别方法识别率较低的问题, 还可以解决其计算量大的问题。针对目前指静脉图模型结构不稳定和匹配效率因模型增大而下降的问题, 采用SLIC(Simple Linear Iterative Clustering)超像素分割算法来构建加权图并改变GCNN提取加权图的图级特征。为了有效抓取图数据中的高阶特征并避免过平滑, 建立一种双分支多交互的深度图卷积网络(GCN), 旨在提升节点对高阶特征的掌握能力。首先根据节点特征对图结构进行调整; 然后结合原始和重构后的图结构, 构建了双分支网络架构以充分挖掘高阶特征; 最后设计一种通道信息互动机制, 以促进不同分支间的信息交流, 从而提高特征的多样性。实验结果显示, 在多个标准数据集上进行指静脉识别任务时, 该网络能减少单张图片识别时间, 提高识别效率, 并有效减轻过平滑现象, 相较于单分支的GCN, 在识别精度上平均取得了超过1.5百分点的性能提升。

关键词: 指静脉识别, 图像分割算法, 图卷积神经网络, 交叉熵函数, 通道信息交互

Abstract:

This study presents a finger-vein recognition method based on a Graph Convolutional Neural Network (GCNN) to overcome the low recognition rates and high computational cost of traditional methods. The study aims to address issues of graph structure instability and degraded matching efficiency in current finger-vein graph models. For this purpose, a Simple Linear Iterative Clustering (SLIC) superpixel segmentation algorithm is utilized to construct a weighted graph, based on which the GCNN is adapted for graph-level feature extraction. A dual-branch multi-interaction deep Graph Convolutional Network (GCN) is proposed to enhance the node's capability to represent higher-order features, to effectively capture these features in the graph data while avoiding oversmoothing. This study first adjusts the graph structure based on node features. Subsequently, by integrating the original and reconstructed graph structures, a dual-branch network architecture is built to fully explore higher-order features. Furthermore, a feature channel interaction mechanism is designed to facilitate information exchange between different branches, thereby improving feature diversity. Experimental results on multiple standard datasets for finger-vein recognition show that the proposed network reduces recognition time per image, improves efficiency, and effectively alleviates oversmoothing. Compared with the single-branch GCN, it improves recognition accuracy by an average of over 1.5 percentage points.

Key words: finger-vein recognition, image segmentation algorithm, Graph Convolutional Neural Network (GCNN), cross-entropy function, channel information interaction