用图注意力网络分析签名时空特征,提升防伪验证准确率。
Online Handwritten Signature Verification Based on Temporal-Spatial Graph Attention Transformer
- 将签名建模为动态图,节点包含位置、速度、压力等特征。
- 在MSDS和DeepSignDB数据集上EER低于现有方法,验证更稳定。
- 适合做生物特征认证、金融安全系统研发的工程师参考。
手写签名验证是身份认证的关键环节,广泛应用于金融与电商领域。然而,由于用户内部差异及伪造风险,实现高精度验证仍具挑战。本文提出一种动态签名验证新方法——时空图注意力变换器(TS-GATR),结合图注意力网络(GAT)与门控循环单元(GRU),建模签名数据的时空依赖关系。通过将签名表示为图结构,每个节点捕捉动态特征(如位置、速度、压力),并利用注意力机制建模节点间复杂关系。模型引入双图注意力模块(DGATR),分别采用k步邻接和k近邻邻接图建模局部与全局空间特征;同时融合GRU以捕获长期时间依赖,增强动态特征学习能力。在MSDS与DeepSignDB等基准数据集上的实验表明,TS-GATR优于当前主流方法,在多种场景下均实现更低的等错误率(EER)。
原文摘要 · Abstract (English)
Handwritten signature verification is a crucial aspect of identity authentication, with applications in various domains such as finance and e-commerce. However, achieving high accuracy in signature verification remains challenging due to intra-user variability and the risk of forgery. This paper introduces a novel approach for dynamic signature verification: the Temporal-Spatial Graph Attention Transformer (TS-GATR). TS-GATR combines the Graph Attention Network (GAT) and the Gated Recurrent Unit (GRU) to model both spatial and temporal dependencies in signature data. TS-GATR enhances verification performance by representing signatures as graphs, where each node captures dynamic features (e.g. position, velocity, pressure), and by using attention mechanisms to model their complex relationships. The proposed method further employs a Dual-Graph Attention Transformer (DGATR) module, which utilizes k-step and k-nearest neighbor adjacency graphs to model local and global spatial features, respectively. To capture long-term temporal dependencies, the model integrates GRU, thereby enhancing its ability to learn dynamic features during signature verification. Comprehensive experiments conducted on benchmark datasets such as MSDS and DeepSignDB show that TS-GATR surpasses current state-of-the-art approaches, consistently achieving lower Equal Error Rates (EER) across various scenarios.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。