CVLGMLFeb 28, 2019

Active Transfer Learning for Persian Offline Signature Verification

arXiv:1903.06255v111 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of verifying Persian signatures with small labeled datasets and skilled forgeries, though it is incremental as it builds on existing transfer and active learning techniques.

The paper tackles the problem of offline signature verification with limited labeled data by combining transfer learning with active learning to select informative instances for labeling, achieving a 13% improvement over random selection and a 1% improvement over state-of-the-art methods.

Offline Signature Verification (OSV) remains a challenging pattern recognition task, especially in the presence of skilled forgeries that are not available during the training. This challenge is aggravated when there are small labeled training data available but with large intra-personal variations. In this study, we address this issue by employing an active learning approach, which selects the most informative instances to label and therefore reduces the human labeling effort significantly. Our proposed OSV includes three steps: feature learning, active learning, and final verification. We benefit from transfer learning using a pre-trained CNN for feature learning. We also propose SVM-based active learning for each user to separate his genuine signatures from the random forgeries. We finally used the SVMs to verify the authenticity of the questioned signature. We examined our proposed active transfer learning method on UTSig: A Persian offline signature dataset. We achieved near 13% improvement compared to the random selection of instances. Our results also showed 1% improvement over the state-of-the-art method in which a fully supervised setting with five more labeled instances per user was used.

Foundations

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

Your Notes