arXiv:2605.00120cs.CVcs.CR2026-05

将签名转为2D图像,用双分支网络提升伪造识别准确率

GAFSV-Net: A Vision Framework for Online Signature Verification

论文配图:GAFSV-Net: A Vision Framework for Online Signature Verification
图 1 · 摘自论文原文
  • 把签名时序数据转为六通道图像,用2D卷积网络捕捉时间结构
  • 在DeepSignDB和BiosecurID上优于所有基线方法,准确率提升显著
  • 适合做高精度签名验证的系统开发者或安全认证研究者

在线签名验证(OSV)需在类内差异大且注册样本极少的情况下区分真实签名与精心伪造。现有深度学习方法直接处理原始时序序列,受限于1D架构,无法使用预训练的2D视觉骨干网络。本文提出GAFSV-Net,将每个签名表示为六通道非对称格拉姆角场图像:三个运动学通道(笔速、压力导数、方向角)分别编码为互补的GASF和GADF矩阵,分别捕获成对时间共现与方向转移结构。双分支ConvNeXt-Tiny编码器独立处理GASF与GADF,通过双向交叉注意力使各分支可查询对方中的判别特征,再经度量空间投影。训练采用半困难三元组损失,并注入技能型伪造作为难负样本;验证通过与小规模注册原型的余弦相似度完成。在DeepSignDB与BiosecurID上评估,性能超越所有同目标训练的序列基线方法,表明2D时序编码带来的表征增益具有一致性且独立于训练过程,消融实验量化了各设计选择的贡献。

原文摘要 · Abstract (English)

Online signature verification (OSV) requires distinguishing skilled forgeries from genuine samples under high intra-class variability and with very few enrollment samples. Existing deep learning methods operate directly on raw temporal sequences, restricting them to 1D architectures and preventing the use of pretrained 2D vision backbones. We bridge this gap with GAFSV-Net, which represents each signature as a six-channel asymmetric Gramian Angular Field image: three kinematic channels (pen speed, pressure derivative, direction angle) are each encoded into complementary GASF and GADF matrices that capture pairwise temporal co-occurrence and directional transition structure respectively. A dual-branch ConvNeXt-Tiny encoder processes GASF and GADF independently, with bidirectional cross-attention enabling each branch to query discriminative patterns from the other before metric-space projection. Training uses semi-hard triplet loss with skilled-forgery hard-negative injection; verification is performed via cosine similarity against a small enrollment prototype. We evaluate on DeepSignDB and BiosecurID, outperforming all sequence-based baselines trained under identical objectives, demonstrating that the representational gain of 2D temporal encoding is consistent and independent of training procedure, with ablations characterising each design choice's contribution.

签名验证2D编码跨注意力度量学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。