CVCRLGApr 30

GAFSV-Net: A Vision Framework for Online Signature Verification

arXiv:2605.001206.7
Predicted impact top 97% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For online signature verification, this paper provides a method to use pretrained 2D vision models, achieving consistent gains over 1D sequence approaches.

GAFSV-Net converts online signatures into Gramian Angular Field images to leverage 2D vision backbones for verification, outperforming all sequence-based baselines on DeepSignDB and BiosecurID under identical training objectives.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes