# Learning Representations from Persian Handwriting for Offline Signature   Verification, a Deep Transfer Learning Approach

**Authors:** Omid Mersa, Farhood Etaati, Saeed Masoudnia, Babak N. Araabi

arXiv: 1903.06249 · 2019-08-09

## TL;DR

This paper introduces a transfer learning approach from Persian handwriting to improve offline signature verification across multiple languages, achieving significant accuracy improvements especially on Persian signatures.

## Contribution

It proposes a novel transfer learning method using Residual CNNs trained on handwriting data to enhance signature verification performance in low-data scenarios.

## Key findings

- Achieved 9.80% EER on UTSig, outperforming previous best of 17.45%.
- Surpassed state-of-the-art by 6% on GPDS-Synthetic with 6.81% EER.
- Obtained 3.98% EER on MCYT, comparable to best results.

## Abstract

Offline Signature Verification (OSV) is a challenging pattern recognition task, especially when it is expected to generalize well on the skilled forgeries that are not available during the training. Its challenges also include small training sample and large intra-class variations. Considering the limitations, we suggest a novel transfer learning approach from Persian handwriting domain to multi-language OSV domain. We train two Residual CNNs on the source domain separately based on two different tasks of word classification and writer identification. Since identifying a person signature resembles identifying ones handwriting, it seems perfectly convenient to use handwriting for the feature learning phase. The learned representation on the more varied and plentiful handwriting dataset can compensate for the lack of training data in the original task, i.e. OSV, without sacrificing the generalizability. Our proposed OSV system includes two steps: learning representation and verification of the input signature. For the first step, the signature images are fed into the trained Residual CNNs. The output representations are then used to train SVMs for the verification. We test our OSV system on three different signature datasets, including MCYT (a Spanish signature dataset), UTSig (a Persian one) and GPDS-Synthetic (an artificial dataset). On UT-SIG, we achieved 9.80% Equal Error Rate (EER) which showed substantial improvement over the best EER in the literature, 17.45%. Our proposed method surpassed state-of-the-arts by 6% on GPDS-Synthetic, achieving 6.81%. On MCYT, EER of 3.98% was obtained which is comparable to the best previously reported results.

---
Source: https://tomesphere.com/paper/1903.06249