scispace - formally typeset
Open AccessJournal ArticleDOI

Combining graph edit distance and triplet networks for offline signature verification

TLDR
Offline signature verification is a challenging pattern recognition task where a writer model is inferred using only a small number of genuine signatures using a combination of complementary writer mode and reader mode.
About
This article is published in Pattern Recognition Letters.The article was published on 2019-07-01 and is currently open access. It has received 36 citations till now. The article focuses on the topics: Pattern recognition (psychology) & Signature (logic).

read more

Citations
More filters
Journal ArticleDOI

A Recurrent Neural Network based deep learning model for offline signature verification and recognition system

TL;DR: Experimental results demonstrate that the proposed RNN based signature verification and recognition system is superior over CNN and also outperforms the existing state-of-the-art results in this regard.
Journal ArticleDOI

Deep learning-based data augmentation method and signature verification system for offline handwritten signature

TL;DR: A new use of Cycle-GAN is proposed as a data augmentation method to address the inadequate data problem on signature verification and a novel signature verification system based on Caps-Net is proposed, both of which achieve the state-of-the-art results on MCYT database.
Journal ArticleDOI

A new wrapper feature selection method for language-invariant offline signature verification

TL;DR: This work has developed a language invariant offline signature verification model which is almost equally applicable for both writer dependent and writer independent scenarios and can outperform many of its predecessors.
Journal ArticleDOI

CBCapsNet: A novel writer-independent offline signature verification model using a CNN-based architecture and capsule neural networks

TL;DR: A novel signature verification model with a combination of a CNN and Capsule Neural Networks (CapsNet) in order to capture spatial properties of signature features, improve the feature extraction phase, and reduce the complexity of the network is proposed.
References
More filters
Proceedings ArticleDOI

Deep Residual Learning for Image Recognition

TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Proceedings ArticleDOI

ImageNet: A large-scale hierarchical image database

TL;DR: A new database called “ImageNet” is introduced, a large-scale ontology of images built upon the backbone of the WordNet structure, much larger in scale and diversity and much more accurate than the current image datasets.
Journal ArticleDOI

ImageNet Large Scale Visual Recognition Challenge

TL;DR: The ImageNet Large Scale Visual Recognition Challenge (ILSVRC) as mentioned in this paper is a benchmark in object category classification and detection on hundreds of object categories and millions of images, which has been run annually from 2010 to present, attracting participation from more than fifty institutions.
Proceedings ArticleDOI

Densely Connected Convolutional Networks

TL;DR: DenseNet as mentioned in this paper proposes to connect each layer to every other layer in a feed-forward fashion, which can alleviate the vanishing gradient problem, strengthen feature propagation, encourage feature reuse, and substantially reduce the number of parameters.
Related Papers (5)
Frequently Asked Questions (10)
Q1. What are the contributions mentioned in the paper "Combining graph edit distance and triplet networks for offline signature verification" ?

In this work, the authors propose to combine a recent structural approach based on graph edit distance with a statistical approach based on deep triplet networks. 

The main performance measure for their verification systems is the equal error rate (EER), which is the error rate at the decision threshold when the false rejection rate (FRR) is equal to the false acceptance rate (FAR). 

the graph-based dissimilarity score dGED is obtained by dividing the actual GED by the maximum GED, which is the cost of deleting all nodes and edge in the first graph and inserting all nodes and edges of the second graph. 

Two alternative families of error-tolerant graph matching that differ in their basis from more traditional approaches, are graph embeddings and graph kernels. 

To determine the best parameters for their graph-based method, the authors performed a grid search with the following parameters: D ∈ {25, 50, 100}, Cnode ∈ {12.5, 25, 50, 100}, and Cedge ∈ {0, 12.5, 25, 50, 100}. 

The authors are considering two state-of-the-art CNN architectures:• ResNet-18 proposed by He et al. (2016), which is the 18 layer deep variant of a CNN that uses skip connections between layers to tackle the vanishing gradient problem.• 

the robustness of biometric authentication is likely to further improve when using a large multiple classifier system that combines even more structural and statistical classifiers. 

The authors are considering two types of forgeries, which are common in the pattern recognition community, skilled forgeries (SF) and so-called random forgeries3(RF). 

As the authors do have images of signatures, the authors can formulate the signature verification task as an image matching problem and proceed to train their network with the triplet-based method. 

The reason behind this choice is the particular nature of the DenseNet architecture, which al-lows features from lower layers to be propagated directly to the higher layers of the network.