Signature Forgery Detection: Improving Cross-Dataset Generalization
Matheus Ramos Parracho
TL;DR
The paper addresses the cross-dataset generalization gap in offline signature forgery detection by evaluating two input representations—raw signature images and a novel shell-based preprocessing pipeline—across three benchmarks (CEDAR, ICDAR, GPDS Synthetic). It leverages Siamese neural networks with contrastive and triplet losses to learn robust embeddings and assesses generalization through writer-disjoint, cross-dataset testing, using AUC-based ROC analysis. Key findings show that raw-image models achieve stronger in-domain performance, while shell-based representations regularize cross-dataset behavior and offer potential for future improvements. The work provides a scalable framework for cross-domain signature verification and highlights directions such as improved sampling, advanced losses, and refined shell features to close the generalization gap.
Abstract
Automated signature verification is a critical biometric technique used in banking, identity authentication, and legal documentation. Despite the notable progress achieved by deep learning methods, most approaches in offline signature verification still struggle to generalize across datasets, as variations in handwriting styles and acquisition protocols often degrade performance. This study investigates feature learning strategies for signature forgery detection, focusing on improving cross-dataset generalization -- that is, model robustness when trained on one dataset and tested on another. Using three public benchmarks -- CEDAR, ICDAR, and GPDS Synthetic -- two experimental pipelines were developed: one based on raw signature images and another employing a preprocessing method referred to as shell preprocessing. Several behavioral patterns were identified and analyzed; however, no definitive superiority between the two approaches was established. The results show that the raw-image model achieved higher performance across benchmarks, while the shell-based model demonstrated promising potential for future refinement toward robust, cross-domain signature verification.
