SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Excellence Innovation and Development
||Volume 1, Issue 1, Nov. 2018||Page No. 046-049||
www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 46
Artificial Neural Network Based Offline
Signature Recognition System Using Local
Texture Features
Shivashankar M. Rampur
Professor, Department of Computer Science and Engg., Brahmdevdada Mane Institute of Technology, Solapur Belat Tal.North
Solapur, Distt. Solapur, Maharashtra, India
Abstract––Signature of an individual is a significant
biometric attribute of a human being which can be used
to certify human identity and these attributes can have
own identity like face recognition, fingerprint detection,
iris inspection and retina scanning. In this work, we are
developing method which deals with the off-line
signature recognition system using artificial neural
network in which the signature is captured and presented
in the form of an image to the system. Offline signature
recognition system is a significant biometric technique,
which is used to offers automated process of recognition
and verification by extracting local features that
classifies each input signature and has many number of
uses. The proposed system has local texture features and
feed forward back propagation in an artificial neural
network classifier to identify and authenticate signatures
of individuals. Various image processing techniques are
used to categorize and validate the signature.
Index Terms––Image acquisition, RGB-to-Grayscale
conversion, feature extraction, artificial neural network
INTRODUCTION
Signature is generally acknowledged & used as a way
for authorization in our daily life, which is an important
biometric attributes of human used to verify human
identification. Manual signature is fundamental
procedure for individual, which is used for uncovering of
the document of signer with the assumption that the
signature varies slowly & virtually unfeasible to falsify
without detection. A signature is difficult to replicate and
broadly used to identify an individual delivering his day
by day events such as document study, bank activities,
electronic funds transfer and access control. A signature
as a behavioral biometric encrypts the ballistic actions of
an individual and allows higher intra-class and time
inconsistency, estimates the physical qualities which are
fingerprint, iris or face.
Depending on exhaustion, psychological and physical
state, and lettering location (ergonomics), signatures
vary. The marker accelerations, which are comparative
to the muscle forces exerted by the signer, are reliable in
a usual signature.
Motivation
Offline signature recognition system is a significant
biometric technique, which is used to offers automated
process of recognition and authentication by extracting
local features that classifies each input signature based on
artificial neural network and has many number of uses. The
neural networks is the most outstanding way of finding
solution of the problems that are most difficult to solve by
traditional computational methods. The advantage of neural
network is no need to understand the solution.
While signer is signing, there are variations in terms of pen
width, additions found in strokes, exchange or qualified
point of strokes, scaling within the genuine signatures and
rotation. Our system is motivated to overcome these
variations. Our system gives high level of accuracy.
Objectives
 The objective of our system is used to develop
preprocessing phase which is processed on input
signature image. This preprocessing phase include
conversion of original image into grey scale,
conversion of grey into binary image, noise
reduction, thinning and resize.
 The objective of our system is used to develop
feature extraction phase for classifying signature. In
this phase, we are extracting texture features from
signature which are entropy, homogeneity, contrast,
correlation and energy.
 The objective of our systems is used to recognition
of signature by signers. In this phase, we have to
compare the texture features of test images with
features of train images. If it’s matched then the
given signature is identified else not.
OVERVIEW OF SYSTEM
Offline signature recognition system is an automated
process of detection by extracting local features that
classify each input signature. In this system, we initiate
by images are scanned using scanner, elaborated the
input signature by preprocessing, the extraction of
texture features from the preprocessed images and
analyze the signature with the signature stored in the
knowledge base using classification technique. If its
match then input signature is recognized else not.
Fig. 1 System overview.
Artificial neural network based offline signature recognition system Rampur S.M.
www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 47
PROPOSED METHODOLOGY
The proposed methodology consists of several essential
steps which are supposed to be followed with précised
rules. The block diagram of our proposed system gives
the short idea about the procedure of methodology.
Fig. 2: Block diagram of proposed work.
The major steps of the signature recognition are
explained as follows:
Image Acquisition
The action of retrieving an image from the hardware based
source is known as image acquisition, so that it can pass
through the processes which occur after image acquisition.
The first step in the workflow sequence is image
acquisition, because without an image, processing is
impossible. Handwritten signatures are signed on the white
paper by the individuals at different timing under different
emotions such as stress and joy levels and these signatures
are scanned by using scanner of desired dpi resolution in
jpeg image format for the creation of the database.
Pre-Processing
It is a technique to augment raw images by removing
distortions and is the first part of the proposed system
prior to computational processing. We have used RGB-
to-grayscale conversion, gray scale to binary image
conversion, noise reduction, thinning and resizing for
pre-processing.
RGB to Gray-Scale Conversion
In this phase, if the original image is in the form of red,
green and blue which is used to convert to gray scale by
using following formula:
Gray-scale = (0.299*R) + (0.5876*G) + (0.114*B)
It is a general performance in the image preprocessing
phase, since processing of a three channel signature
(colored image) is slower than that of processing a single
channel signature (gray-scale image). This conversion is
shown in Figure 3.
Noise Reduction
A signature images are corrupted due to addition of
unwanted elements or noisy channels and also gets
ruined due to destructive effects caused from lighting
and unwanted elements. To overcome the corruption
caused due to noise, we use median filter for smoothing
and recovering images. Median filter is non-linear
operation which is used to reduce noise and preserve
edges. This conversion is shown in Figure 4.
Thinning
It is one of the morphological procedures, which is
constructed with procedures on pixel sets.
Morphological operations take two arguments: binary
image and structuring element. To conserve the aspect
ratio of signature image, thinned signature image goes
through normalization step. The thinned image consists
of 0’s and 1’s constituted by pixel sets, where the pixels
in the signature become less. This procedure is shown in
Figure 5.
Fig. 3: RGB form of image to gray-scale conversion. (a)
RGB form of image. (b) Gray-scale form of image.
Fig. 4: Noise reduction of image. (a) image contains
noise. (b) noise reduction.
Fig. 5: Thinning of image. (a) binary form of image. (b)
thinned image.
The Feature Extraction Phase
It is the most significant phase in any recognition system
because accuracy of the recognition completely depends
on the features which are going to be extracted from the
signatures. The main purpose of the feature extraction
method is used to get back the features accurately. Here,
we have to extract local texture features like entropy,
correlation, contrast, homogeneity and energy.
Fig. 6: Horizontal division.
(a) (b)
(a) (b)
(a) (b)
International Journal of Excellence Innovation and Development
||Volume 1, Issue 1, Nov. 2018||Page No. 046-049||
www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 48
Fig. 7: Block Image divisions.
Classification
This is the step where we obtain approximate or
appropriate result. Classification will be executed on the
basis of features extracted in the feature space.
Classification divides the feature into different classes
based on decision rules. Signature stored in the
Knowledge Base is subjected to classification technique.
We have used Artificial Neural network as classifier in
our signature recognition system. In classification we
compare the test images with trained data images in
order to classify test images.
Fig. 8: Artificial neural network.
The computational model such as artificial neural
networks is stimulated by the brain, which are capable of
recognizing a pattern and machine learning. The
artificial neural networks are generally organized as
interrelated "neurons" and by passing information
through the network the values from inputs can be
determined. In general, neural networks are organized
into three layers such as input, hidden and output layer.
An 'activation function' is held by interconnected ‘nodes’
which are included in neural network. By means of the
'input layer', patterns are given to the network, which
correspond to one or more 'hidden layers’, by using a
system of subjective ‘connections’ the actual processing
is done and then the hidden layers connect to an 'output
layer' which gives output of the system shown in the
figure 8 above.
Many artificial neurons together compose an artificial
neural network and are correlated according to accurate
network design. The goal of the neural network is to
convert the inputs into significant outputs. Here, we have
used an algorithm called feed forward back propagation
in ANN for identification and confirmation of signatures
of individuals, where the simulated neurons are
structured into layers and transmit their signals
“forward” and the errors are transmitted “backward”.
The network collects neurons from the input level and
the output of the network is displayed on an output layer.
RESULTS AND DISCUSSION
The experiment has been approved out so as to estimate
calculated system’s performance. The experiment has
been worked on the database which consists of classes of
95 persons and 10 signatures per individual class where
80 textual features were extracted from each block of the
signature image. The textual features are listed as:
 Energy
 Correlation
 Entropy
 Homogeneity
 Contrast
Identification rate of this experiment is 85-90% which
satisfied our requirement. The performance was checked
against number of person signature also. Initially we
started with database having 20 persons. Gradually we
increased our database by 20 persons in each step. The
following table 1 shows that 20 persons with accuracy.
Table 1: Signatures with accuracy.
Persons signature Accuracy
20 99%
40 98.3%
60 97%
80 96%
95 95%
We have checked performance of 20 signatures of 20
persons; keep adding by 20 persons in each step. We
have trained 20 signatures per each person using feed
forward back propagation algorithm. The performance
rate has checked against signature as shown in following
charts:
Fig. 9: Performance rate.
The above graph shows as a number of individual
increases, performance getting decreases.
CONCLUSION
Offline signature recognition system is a significant
biometric technique, which is used to offers automated
0
20
40
60
80
100
Performance Rate
Performance
Rate
Artificial neural network based offline signature recognition system Rampur S.M.
www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 49
process of recognition and authentication by extracting
local features that classifies each input signature and has
many number of uses. The proposed system has local
texture features and feed forward back propagation in an
artificial neural network classifier to identify signature.
By using training algorithm called feed forward back
propagation, we can train a neural network using
extracted features from the signatures. The artificial
neural network has given expected results. Our proposed
system exhibited 85-90%success rate by identifying the
signatures correctly that it was taught for purpose.
Few more efficient features can be included to improve
our system. The performance of the system can be
increased by using additional features in dataset. We can
increase accuracy of identification by increasing
signature of trained images for each individual. Our
system gives 90-99% accuracy based on number of input
signature.
REFERENCES
[1] J.P. Drouhard, R. Sabourin, M. Godbout,
“Evaluation of a Training Method and of Various
Rejection Criteria for a Neural Network Classifier
Used for Off-Line Signature Verification”, IEEE
Int’l Conf. Neural Networks, Orlando, Fla., June
26-July 2, pp. 294-4,299, 1994.
[2] R. Baeza-Yates, G. Valiente, “An Image
Similarity Measure Based on Graph Matching”,
IEEE University of Chile, 2000.
[3] E. J. R. Justino, F. Bortolozzi, and R. Sabourin,
“Off-Line Signature Verification using HMM for
Random Simple and Skilled Forgeries”, Proc. 6th
Intl. Conf. On Document Analysis and
Recognition, 2001, pp. 450-453.
[4] Xiao, X. and Leedham, G (2002), “Signature
Verification using a Modified Bayesian Network.
Pattern Recognition”, 2002, vol. 35, no. 5, pp.
983-995.
[5] B. Fang, C.H. Leung, Y. Y. Tang, K. W. Tse, P.
C. K. Kwok and Y. K. Wong, “Off-Line Signature
Verification by the Tracking of Feature and Stroke
Positions,” Pattern Recognition, vol. 36, pp. 91–
101, 2003.
[6] Vamsi Krishna Madasu, “An Automatic Offline
Signature Verification and Forgery Detection
System”, University of Canberra, Pattern
Recognition Technologies and Applications:
Recent Advances, 63-89, 2004.
[7] M. Hanmandlu, M. H. M. Yusof, and V. K.
Madasu, "Off-Line Signature Verification and
Forgery Detection using Fuzzy Modelling”,
March-2005, vol. 38, pp. 341-356.
[8] Johannes Coetzer, “Off-Line Signature
Verification”, Journal, University of Stellenbosch,
April -2005, 45-90.
[9] Juan J. Igarza , Inmaculada Hernáez, Iñaki
Goirizelaia, Koldo Espinosa and Jon Escolar,
“Off-Line Signature Recognition based on
Dynamic Methods”, Dept. of Electronics and
Telecommunications, University of the Basque
Country Alameda Urquijo s/n, Bilbao, Spain
E48013, vol.5779,2005.
[10] Dakshina Ranjan Kisku, Phalguni Gupta and
Jamuna Kanta Sing, “Fusion of Multiple Matchers
using SVM for Offline Signature Identification”,
Communications in Computer and Information
Science, 2009, Volume 58, pp. 201-208.
Biography of Author
Mr. Shivashankar M. Rampur
received the B.E and M.Tech degrees in Computer
Science and Engineering from Basaveshwar Engineering
College, Bagalkot, Karnataka in 2012 and 2016,
respectively. Presently working as Assistant professor at
Brahmdevdada Mane Institute of Technology, Solapur.

More Related Content

What's hot

Image Processing Based Signature Recognition and Verification Technique Using...
Image Processing Based Signature Recognition and Verification Technique Using...Image Processing Based Signature Recognition and Verification Technique Using...
Image Processing Based Signature Recognition and Verification Technique Using...Priyanka Pradhan
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterIOSR Journals
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
Biometric Signature Recognization
 Biometric Signature Recognization Biometric Signature Recognization
Biometric Signature RecognizationFaimin Khan
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...
Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...
Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...CSCJournals
 
Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...ijfcstjournal
 
K-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTS
K-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTSK-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTS
K-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTSijistjournal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...IOSR Journals
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency IdentifierIRJET Journal
 
Fake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality AssessmentFake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality Assessmentijsrd.com
 
Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Editor IJARCET
 
A Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-BankA Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-BankIDES Editor
 

What's hot (20)

Image Processing Based Signature Recognition and Verification Technique Using...
Image Processing Based Signature Recognition and Verification Technique Using...Image Processing Based Signature Recognition and Verification Technique Using...
Image Processing Based Signature Recognition and Verification Technique Using...
 
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari CharacterArtificial Neural Network For Recognition Of Handwritten Devanagari Character
Artificial Neural Network For Recognition Of Handwritten Devanagari Character
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
N010226872
N010226872N010226872
N010226872
 
Biometric Signature Recognization
 Biometric Signature Recognization Biometric Signature Recognization
Biometric Signature Recognization
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...
Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...
Freeman Chain Code (FCC) Representation in Signature Fraud Detection Based On...
 
Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...
 
Dp34707712
Dp34707712Dp34707712
Dp34707712
 
K-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTS
K-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTSK-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTS
K-ALGORITHM: A MODIFIED TECHNIQUE FOR NOISE REMOVAL IN HANDWRITTEN DOCUMENTS
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
 
370 374
370 374370 374
370 374
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency Identifier
 
Fake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality AssessmentFake Multi Biometric Detection using Image Quality Assessment
Fake Multi Biometric Detection using Image Quality Assessment
 
Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941Ijarcet vol-2-issue-3-938-941
Ijarcet vol-2-issue-3-938-941
 
A Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-BankA Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
A Novel Approach to Fingerprint Identification Using Gabor Filter-Bank
 
Paper
PaperPaper
Paper
 
G0333946
G0333946G0333946
G0333946
 

Similar to Artificial Neural Network Based Offline Signature Recognition System Using Local Texture Features

A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITIONA SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITIONIJCIRAS Journal
 
A Simple Signature Recognition System
A Simple Signature Recognition System A Simple Signature Recognition System
A Simple Signature Recognition System iosrjce
 
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...IJERA Editor
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...IRJET Journal
 
Review of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note AuthenticationReview of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note AuthenticationIJCERT
 
Proposed Method for Off-line Signature Recognition and Verification using Neu...
Proposed Method for Off-line Signature Recognition and Verification using Neu...Proposed Method for Off-line Signature Recognition and Verification using Neu...
Proposed Method for Off-line Signature Recognition and Verification using Neu...Editor IJMTER
 
Opticalcharacter recognition
Opticalcharacter recognition Opticalcharacter recognition
Opticalcharacter recognition Shobhit Saxena
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...
IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...
IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...IRJET Journal
 
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...IRJET Journal
 
A Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character RecognitionA Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character Recognitioniosrjce
 
Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...eSAT Publishing House
 
IRJET- Optical Character Recognition using Image Processing
IRJET-  	  Optical Character Recognition using Image ProcessingIRJET-  	  Optical Character Recognition using Image Processing
IRJET- Optical Character Recognition using Image ProcessingIRJET Journal
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...iosrjce
 
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...IRJET Journal
 

Similar to Artificial Neural Network Based Offline Signature Recognition System Using Local Texture Features (20)

A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITIONA SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
 
A Simple Signature Recognition System
A Simple Signature Recognition System A Simple Signature Recognition System
A Simple Signature Recognition System
 
K012647982
K012647982K012647982
K012647982
 
K012647982
K012647982K012647982
K012647982
 
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
Smart Bank Locker Access System Using Iris ,Fingerprints,Face Recognization A...
 
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
­­­­Cursive Handwriting Recognition System using Feature Extraction and Artif...
 
Review of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note AuthenticationReview of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note Authentication
 
Proposed Method for Off-line Signature Recognition and Verification using Neu...
Proposed Method for Off-line Signature Recognition and Verification using Neu...Proposed Method for Off-line Signature Recognition and Verification using Neu...
Proposed Method for Off-line Signature Recognition and Verification using Neu...
 
Opticalcharacter recognition
Opticalcharacter recognition Opticalcharacter recognition
Opticalcharacter recognition
 
Signature recognition
Signature recognitionSignature recognition
Signature recognition
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...
IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...
IRJET - An Enhanced Approach for Extraction of Text from an Image using Fuzzy...
 
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
 
A Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character RecognitionA Review on Geometrical Analysis in Character Recognition
A Review on Geometrical Analysis in Character Recognition
 
I017256165
I017256165I017256165
I017256165
 
Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...Offline signature identification using high intensity variations and cross ov...
Offline signature identification using high intensity variations and cross ov...
 
IRJET- Optical Character Recognition using Image Processing
IRJET-  	  Optical Character Recognition using Image ProcessingIRJET-  	  Optical Character Recognition using Image Processing
IRJET- Optical Character Recognition using Image Processing
 
L017248388
L017248388L017248388
L017248388
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
 
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...IRJET-  	  Convenience Improvement for Graphical Interface using Gesture Dete...
IRJET- Convenience Improvement for Graphical Interface using Gesture Dete...
 

More from IJEID :: International Journal of Excellence Innovation and Development

More from IJEID :: International Journal of Excellence Innovation and Development (20)

Development and Experimentation of a Mobile Mini Ice-tube Making Machine
Development and Experimentation of a Mobile Mini Ice-tube Making MachineDevelopment and Experimentation of a Mobile Mini Ice-tube Making Machine
Development and Experimentation of a Mobile Mini Ice-tube Making Machine
 
Enhancing the Thinking Abilities of Engineering Learners
Enhancing the Thinking Abilities of Engineering LearnersEnhancing the Thinking Abilities of Engineering Learners
Enhancing the Thinking Abilities of Engineering Learners
 
Impact of Stocking Common Carp (Cyprinus Carpio) on Production in Some Select...
Impact of Stocking Common Carp (Cyprinus Carpio) on Production in Some Select...Impact of Stocking Common Carp (Cyprinus Carpio) on Production in Some Select...
Impact of Stocking Common Carp (Cyprinus Carpio) on Production in Some Select...
 
A Study on Growth Performance of Spirulina Platensis in Different Concentrati...
A Study on Growth Performance of Spirulina Platensis in Different Concentrati...A Study on Growth Performance of Spirulina Platensis in Different Concentrati...
A Study on Growth Performance of Spirulina Platensis in Different Concentrati...
 
Mechanical Characteristics of Eco-friendly Concrete Using GGBS and Manufactur...
Mechanical Characteristics of Eco-friendly Concrete Using GGBS and Manufactur...Mechanical Characteristics of Eco-friendly Concrete Using GGBS and Manufactur...
Mechanical Characteristics of Eco-friendly Concrete Using GGBS and Manufactur...
 
Development and Optimization of Traditional Product Rabdi Doodh and Its Quali...
Development and Optimization of Traditional Product Rabdi Doodh and Its Quali...Development and Optimization of Traditional Product Rabdi Doodh and Its Quali...
Development and Optimization of Traditional Product Rabdi Doodh and Its Quali...
 
Development of Electrically Powered Reciprocating Cocoa Pods Breaking Machine
Development of Electrically Powered Reciprocating Cocoa Pods Breaking MachineDevelopment of Electrically Powered Reciprocating Cocoa Pods Breaking Machine
Development of Electrically Powered Reciprocating Cocoa Pods Breaking Machine
 
Minimization of Sink Mark Defects in Injection Molding Process
Minimization of Sink Mark Defects in Injection Molding ProcessMinimization of Sink Mark Defects in Injection Molding Process
Minimization of Sink Mark Defects in Injection Molding Process
 
An Android Application for University Based Academic Solution
An Android Application for University Based Academic Solution An Android Application for University Based Academic Solution
An Android Application for University Based Academic Solution
 
Efficacy of Foeniculum Vulgare Seeds Powder on Feed Intake and Feed Conversio...
Efficacy of Foeniculum Vulgare Seeds Powder on Feed Intake and Feed Conversio...Efficacy of Foeniculum Vulgare Seeds Powder on Feed Intake and Feed Conversio...
Efficacy of Foeniculum Vulgare Seeds Powder on Feed Intake and Feed Conversio...
 
Flood Inundated Agricultural Damage and Loss Assessment Using Earth Observati...
Flood Inundated Agricultural Damage and Loss Assessment Using Earth Observati...Flood Inundated Agricultural Damage and Loss Assessment Using Earth Observati...
Flood Inundated Agricultural Damage and Loss Assessment Using Earth Observati...
 
Effect of Yoga therapy on Level of Anxiety among Menopausal Women Residing in...
Effect of Yoga therapy on Level of Anxiety among Menopausal Women Residing in...Effect of Yoga therapy on Level of Anxiety among Menopausal Women Residing in...
Effect of Yoga therapy on Level of Anxiety among Menopausal Women Residing in...
 
Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...
 
Role of Teacher Education Pedagogy in Developing Communication Competences am...
Role of Teacher Education Pedagogy in Developing Communication Competences am...Role of Teacher Education Pedagogy in Developing Communication Competences am...
Role of Teacher Education Pedagogy in Developing Communication Competences am...
 
An Economic Study of Marketing Cost of Coir Incurred by Manufactures in Tirun...
An Economic Study of Marketing Cost of Coir Incurred by Manufactures in Tirun...An Economic Study of Marketing Cost of Coir Incurred by Manufactures in Tirun...
An Economic Study of Marketing Cost of Coir Incurred by Manufactures in Tirun...
 
Generation of Biogas from Kitchen Waste and Cow Dung An Experimental Analysis
Generation of Biogas from Kitchen Waste and Cow Dung An Experimental AnalysisGeneration of Biogas from Kitchen Waste and Cow Dung An Experimental Analysis
Generation of Biogas from Kitchen Waste and Cow Dung An Experimental Analysis
 
The Use of Cholesteric Liquid Crystals in Oncology, Music Color Device and fo...
The Use of Cholesteric Liquid Crystals in Oncology, Music Color Device and fo...The Use of Cholesteric Liquid Crystals in Oncology, Music Color Device and fo...
The Use of Cholesteric Liquid Crystals in Oncology, Music Color Device and fo...
 
Forecasting Gasonline Price in Vietnam Based on Fuzzy Time Series and Automat...
Forecasting Gasonline Price in Vietnam Based on Fuzzy Time Series and Automat...Forecasting Gasonline Price in Vietnam Based on Fuzzy Time Series and Automat...
Forecasting Gasonline Price in Vietnam Based on Fuzzy Time Series and Automat...
 
Approximating the Bell-shaped Function based on Combining Hedge Algebras and ...
Approximating the Bell-shaped Function based on Combining Hedge Algebras and ...Approximating the Bell-shaped Function based on Combining Hedge Algebras and ...
Approximating the Bell-shaped Function based on Combining Hedge Algebras and ...
 
Using Computer-Aided Tools in Information Systems Development
Using Computer-Aided Tools in Information Systems DevelopmentUsing Computer-Aided Tools in Information Systems Development
Using Computer-Aided Tools in Information Systems Development
 

Recently uploaded

Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 

Recently uploaded (20)

Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 

Artificial Neural Network Based Offline Signature Recognition System Using Local Texture Features

  • 1. International Journal of Excellence Innovation and Development ||Volume 1, Issue 1, Nov. 2018||Page No. 046-049|| www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 46 Artificial Neural Network Based Offline Signature Recognition System Using Local Texture Features Shivashankar M. Rampur Professor, Department of Computer Science and Engg., Brahmdevdada Mane Institute of Technology, Solapur Belat Tal.North Solapur, Distt. Solapur, Maharashtra, India Abstract––Signature of an individual is a significant biometric attribute of a human being which can be used to certify human identity and these attributes can have own identity like face recognition, fingerprint detection, iris inspection and retina scanning. In this work, we are developing method which deals with the off-line signature recognition system using artificial neural network in which the signature is captured and presented in the form of an image to the system. Offline signature recognition system is a significant biometric technique, which is used to offers automated process of recognition and verification by extracting local features that classifies each input signature and has many number of uses. The proposed system has local texture features and feed forward back propagation in an artificial neural network classifier to identify and authenticate signatures of individuals. Various image processing techniques are used to categorize and validate the signature. Index Terms––Image acquisition, RGB-to-Grayscale conversion, feature extraction, artificial neural network INTRODUCTION Signature is generally acknowledged & used as a way for authorization in our daily life, which is an important biometric attributes of human used to verify human identification. Manual signature is fundamental procedure for individual, which is used for uncovering of the document of signer with the assumption that the signature varies slowly & virtually unfeasible to falsify without detection. A signature is difficult to replicate and broadly used to identify an individual delivering his day by day events such as document study, bank activities, electronic funds transfer and access control. A signature as a behavioral biometric encrypts the ballistic actions of an individual and allows higher intra-class and time inconsistency, estimates the physical qualities which are fingerprint, iris or face. Depending on exhaustion, psychological and physical state, and lettering location (ergonomics), signatures vary. The marker accelerations, which are comparative to the muscle forces exerted by the signer, are reliable in a usual signature. Motivation Offline signature recognition system is a significant biometric technique, which is used to offers automated process of recognition and authentication by extracting local features that classifies each input signature based on artificial neural network and has many number of uses. The neural networks is the most outstanding way of finding solution of the problems that are most difficult to solve by traditional computational methods. The advantage of neural network is no need to understand the solution. While signer is signing, there are variations in terms of pen width, additions found in strokes, exchange or qualified point of strokes, scaling within the genuine signatures and rotation. Our system is motivated to overcome these variations. Our system gives high level of accuracy. Objectives  The objective of our system is used to develop preprocessing phase which is processed on input signature image. This preprocessing phase include conversion of original image into grey scale, conversion of grey into binary image, noise reduction, thinning and resize.  The objective of our system is used to develop feature extraction phase for classifying signature. In this phase, we are extracting texture features from signature which are entropy, homogeneity, contrast, correlation and energy.  The objective of our systems is used to recognition of signature by signers. In this phase, we have to compare the texture features of test images with features of train images. If it’s matched then the given signature is identified else not. OVERVIEW OF SYSTEM Offline signature recognition system is an automated process of detection by extracting local features that classify each input signature. In this system, we initiate by images are scanned using scanner, elaborated the input signature by preprocessing, the extraction of texture features from the preprocessed images and analyze the signature with the signature stored in the knowledge base using classification technique. If its match then input signature is recognized else not. Fig. 1 System overview.
  • 2. Artificial neural network based offline signature recognition system Rampur S.M. www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 47 PROPOSED METHODOLOGY The proposed methodology consists of several essential steps which are supposed to be followed with précised rules. The block diagram of our proposed system gives the short idea about the procedure of methodology. Fig. 2: Block diagram of proposed work. The major steps of the signature recognition are explained as follows: Image Acquisition The action of retrieving an image from the hardware based source is known as image acquisition, so that it can pass through the processes which occur after image acquisition. The first step in the workflow sequence is image acquisition, because without an image, processing is impossible. Handwritten signatures are signed on the white paper by the individuals at different timing under different emotions such as stress and joy levels and these signatures are scanned by using scanner of desired dpi resolution in jpeg image format for the creation of the database. Pre-Processing It is a technique to augment raw images by removing distortions and is the first part of the proposed system prior to computational processing. We have used RGB- to-grayscale conversion, gray scale to binary image conversion, noise reduction, thinning and resizing for pre-processing. RGB to Gray-Scale Conversion In this phase, if the original image is in the form of red, green and blue which is used to convert to gray scale by using following formula: Gray-scale = (0.299*R) + (0.5876*G) + (0.114*B) It is a general performance in the image preprocessing phase, since processing of a three channel signature (colored image) is slower than that of processing a single channel signature (gray-scale image). This conversion is shown in Figure 3. Noise Reduction A signature images are corrupted due to addition of unwanted elements or noisy channels and also gets ruined due to destructive effects caused from lighting and unwanted elements. To overcome the corruption caused due to noise, we use median filter for smoothing and recovering images. Median filter is non-linear operation which is used to reduce noise and preserve edges. This conversion is shown in Figure 4. Thinning It is one of the morphological procedures, which is constructed with procedures on pixel sets. Morphological operations take two arguments: binary image and structuring element. To conserve the aspect ratio of signature image, thinned signature image goes through normalization step. The thinned image consists of 0’s and 1’s constituted by pixel sets, where the pixels in the signature become less. This procedure is shown in Figure 5. Fig. 3: RGB form of image to gray-scale conversion. (a) RGB form of image. (b) Gray-scale form of image. Fig. 4: Noise reduction of image. (a) image contains noise. (b) noise reduction. Fig. 5: Thinning of image. (a) binary form of image. (b) thinned image. The Feature Extraction Phase It is the most significant phase in any recognition system because accuracy of the recognition completely depends on the features which are going to be extracted from the signatures. The main purpose of the feature extraction method is used to get back the features accurately. Here, we have to extract local texture features like entropy, correlation, contrast, homogeneity and energy. Fig. 6: Horizontal division. (a) (b) (a) (b) (a) (b)
  • 3. International Journal of Excellence Innovation and Development ||Volume 1, Issue 1, Nov. 2018||Page No. 046-049|| www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 48 Fig. 7: Block Image divisions. Classification This is the step where we obtain approximate or appropriate result. Classification will be executed on the basis of features extracted in the feature space. Classification divides the feature into different classes based on decision rules. Signature stored in the Knowledge Base is subjected to classification technique. We have used Artificial Neural network as classifier in our signature recognition system. In classification we compare the test images with trained data images in order to classify test images. Fig. 8: Artificial neural network. The computational model such as artificial neural networks is stimulated by the brain, which are capable of recognizing a pattern and machine learning. The artificial neural networks are generally organized as interrelated "neurons" and by passing information through the network the values from inputs can be determined. In general, neural networks are organized into three layers such as input, hidden and output layer. An 'activation function' is held by interconnected ‘nodes’ which are included in neural network. By means of the 'input layer', patterns are given to the network, which correspond to one or more 'hidden layers’, by using a system of subjective ‘connections’ the actual processing is done and then the hidden layers connect to an 'output layer' which gives output of the system shown in the figure 8 above. Many artificial neurons together compose an artificial neural network and are correlated according to accurate network design. The goal of the neural network is to convert the inputs into significant outputs. Here, we have used an algorithm called feed forward back propagation in ANN for identification and confirmation of signatures of individuals, where the simulated neurons are structured into layers and transmit their signals “forward” and the errors are transmitted “backward”. The network collects neurons from the input level and the output of the network is displayed on an output layer. RESULTS AND DISCUSSION The experiment has been approved out so as to estimate calculated system’s performance. The experiment has been worked on the database which consists of classes of 95 persons and 10 signatures per individual class where 80 textual features were extracted from each block of the signature image. The textual features are listed as:  Energy  Correlation  Entropy  Homogeneity  Contrast Identification rate of this experiment is 85-90% which satisfied our requirement. The performance was checked against number of person signature also. Initially we started with database having 20 persons. Gradually we increased our database by 20 persons in each step. The following table 1 shows that 20 persons with accuracy. Table 1: Signatures with accuracy. Persons signature Accuracy 20 99% 40 98.3% 60 97% 80 96% 95 95% We have checked performance of 20 signatures of 20 persons; keep adding by 20 persons in each step. We have trained 20 signatures per each person using feed forward back propagation algorithm. The performance rate has checked against signature as shown in following charts: Fig. 9: Performance rate. The above graph shows as a number of individual increases, performance getting decreases. CONCLUSION Offline signature recognition system is a significant biometric technique, which is used to offers automated 0 20 40 60 80 100 Performance Rate Performance Rate
  • 4. Artificial neural network based offline signature recognition system Rampur S.M. www.ijeid.com {IJEID © 2018} All Rights Reserved Page | 49 process of recognition and authentication by extracting local features that classifies each input signature and has many number of uses. The proposed system has local texture features and feed forward back propagation in an artificial neural network classifier to identify signature. By using training algorithm called feed forward back propagation, we can train a neural network using extracted features from the signatures. The artificial neural network has given expected results. Our proposed system exhibited 85-90%success rate by identifying the signatures correctly that it was taught for purpose. Few more efficient features can be included to improve our system. The performance of the system can be increased by using additional features in dataset. We can increase accuracy of identification by increasing signature of trained images for each individual. Our system gives 90-99% accuracy based on number of input signature. REFERENCES [1] J.P. Drouhard, R. Sabourin, M. Godbout, “Evaluation of a Training Method and of Various Rejection Criteria for a Neural Network Classifier Used for Off-Line Signature Verification”, IEEE Int’l Conf. Neural Networks, Orlando, Fla., June 26-July 2, pp. 294-4,299, 1994. [2] R. Baeza-Yates, G. Valiente, “An Image Similarity Measure Based on Graph Matching”, IEEE University of Chile, 2000. [3] E. J. R. Justino, F. Bortolozzi, and R. Sabourin, “Off-Line Signature Verification using HMM for Random Simple and Skilled Forgeries”, Proc. 6th Intl. Conf. On Document Analysis and Recognition, 2001, pp. 450-453. [4] Xiao, X. and Leedham, G (2002), “Signature Verification using a Modified Bayesian Network. Pattern Recognition”, 2002, vol. 35, no. 5, pp. 983-995. [5] B. Fang, C.H. Leung, Y. Y. Tang, K. W. Tse, P. C. K. Kwok and Y. K. Wong, “Off-Line Signature Verification by the Tracking of Feature and Stroke Positions,” Pattern Recognition, vol. 36, pp. 91– 101, 2003. [6] Vamsi Krishna Madasu, “An Automatic Offline Signature Verification and Forgery Detection System”, University of Canberra, Pattern Recognition Technologies and Applications: Recent Advances, 63-89, 2004. [7] M. Hanmandlu, M. H. M. Yusof, and V. K. Madasu, "Off-Line Signature Verification and Forgery Detection using Fuzzy Modelling”, March-2005, vol. 38, pp. 341-356. [8] Johannes Coetzer, “Off-Line Signature Verification”, Journal, University of Stellenbosch, April -2005, 45-90. [9] Juan J. Igarza , Inmaculada Hernáez, Iñaki Goirizelaia, Koldo Espinosa and Jon Escolar, “Off-Line Signature Recognition based on Dynamic Methods”, Dept. of Electronics and Telecommunications, University of the Basque Country Alameda Urquijo s/n, Bilbao, Spain E48013, vol.5779,2005. [10] Dakshina Ranjan Kisku, Phalguni Gupta and Jamuna Kanta Sing, “Fusion of Multiple Matchers using SVM for Offline Signature Identification”, Communications in Computer and Information Science, 2009, Volume 58, pp. 201-208. Biography of Author Mr. Shivashankar M. Rampur received the B.E and M.Tech degrees in Computer Science and Engineering from Basaveshwar Engineering College, Bagalkot, Karnataka in 2012 and 2016, respectively. Presently working as Assistant professor at Brahmdevdada Mane Institute of Technology, Solapur.