SlideShare a Scribd company logo
1 of 9
Download to read offline
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
DOI : 10.5121/ijcsea.2011.1513 167
PERFORMANCE EVALUATION OF
STATISTICAL CLASSIFIERS USING INDIAN
SIGN LANGUAGE DATASETS
M.Krishnaveni1
and V.Radha2
1,2
Department of Computer Science, Avinashilingam Institute for Home Science and
Higher Education for Women, Coimbatore, India
krishnaveni.rd@gmail.com
radharesearch@yahoo.com
ABSTRACT
Sign language is the key for communication between deaf people. The significance of sign language is
accentuated by various research activities and the technical aspects will definitely improve the
communication needs. General view based sign language recognition systems extract manual parameters
by a single camera view because it seems to be user friendly and hardware complexity; however it needs a
high accuracy classifier for classification and recognition purpose. The decision making of the system in
this work employs Indian sign language datasets and the performance evaluation of the system is compared
by deploying the K-NN, Naïve Bayes and PNN classifiers. Classification using an instance-based classifier
can be a simple matter of locating the instance space and labelling the unknown instance with the same
class label as that of the located (known) neighbour. Classifier always tries to improve the classification
rate by pushing classifiers into an optimised structure. In each hand posture, a measure of properties like
area, mean intensity, centroid, perimeter and diameter are taken; the classifier then uses these properties
to determine the sign in different angles. They estimate the probability that a sign belongs to each of the
target classes that is fixed. The impact of such study may reflect the exploration for using such algorithms
in other similar applications such as text classification and the development of automated systems.
KEYWORDS
Sign Language, PNN, K-NN classifier, Navie Bayes, performance rate
1. INTRODUCTION
Sign language is important in humankind that is showing an increasing research interest in
eradicating barriers faced by differently abled people in communicating and contributing to the
society [1]. Automation over sign language recognition systems can greatly facilitate the vocal
and the non-vocal communities which can be equivalently best and successive as speech-
recognition systems [2]. Despite common misconceptions, sign languages are complete natural
languages, with their own syntax and grammar. However, sign languages are not universal. As is
the case in spoken language, every country has got its own sign language with high degree of
grammatical variations. The sign language used in India is commonly known as Indian Sign
Language (henceforth called ISL)[6].Linguistic studies on ISL were started around 1978 and it
has been found that ISL is a complete natural language, instigated in India, having its own
morphology, phonology, syntax, and grammar. ISL is not only used by the deaf people but also
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
168
by the hearing parents of the deaf children, the hearing children of deaf adults and hearing deaf
educators. Therefore the need to build a automation system that can associate signs to the words
of spoken language, and which can further be used to learn ISL, is significant. This paper
proposes a system for recognizing Indian sign language using the view based approach and the
statistical classifier algorithm as a learning tool. These classifiers take the advantage of accuracy,
ease of implementation and operational robustness. The paper is arranged as follows. Section 2
gives a brief overview of Indian sign language. Section 3 describes the feature extraction
methodology, by using boundary detection techniques. Section 4 deals with the short description
of classifiers used. Section 5 gives the performance evaluation of the classifiers using ISL
datasets. Finally, section 6 summarizes the framework and future work that can be adopted.
2. OVERVIEW OF ISL CLASSIFICATION SYSTEM
Indian Sign languages are rich, faceted language, and their full complexity is beyond current
gesture recognition technologies [6]. The interpersonal communication problem between signer
and hearing community could be resolved by building up a new communication bridge
integrating components for sign[5]. Several Significant problems specific to Automatic Sign
Recognition are i) Distinguishing gestures from signs ii) Context dependency (directional, verbs,
inflections, etc) iii) Basic unit modeling (how do we describe them?) iii) Transitions between
signs (Movements) iv) Repetition (Cycles of movement). The ISL dictionary is been build by Sri
Ramakrishna mission Vidyalaya College of Education, Coimbatore which as split the ISL into
five parameters namely handshapes, locations, Orientation, Location, Movements and Facial
Expression. Figure 1 explains the framework for classification system.
Figure 1: Steps involved for classification methodology for Indian sign datasets
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
169
3. FEATURE EXTRACTION METHODOLOGY
The great variability in gestures and signs, both in time, size, and position, as well as
interpersonal differences, makes the recognition task difficult [11]. By extracting features from
image processing sequence classification can be done by a discriminative classifier. Gestures,
particularly in sign language, involve significant motion of the hands[5]. Thus, in developing a
sign language recognition system, it is important to model both the motion (temporal
characteristics) and shape (spatial characteristics) of the hand. In this research work only the
spatial characteristics of the hand are of concern. Figure 2 shows the schematic view of gesture
recognition process.
Figure 2: Schematic view of gesture recognition process
Feature extraction is the process of generating a set of descriptors or characteristic attributes from
a binary image. Most of the features used in existing sign language recognition systems focus
only on one aspect of the signing like hand movements or facial expressions. Figure 3 shows the
feature extraction concept.
Figure 3: Hand feature extraction
The strategy used for segmentation is boundary segmentation method which traces the exterior
boundaries of objects, as well as boundaries of holes inside these objects, in the binary image [3].
The two important need for this method of sign extraction is First, it keeps the overall complexity
of the segmentation process low. Secondly, it eliminates candidates that may produce smooth
continuations, but otherwise are inconsistent with the segments in the image. This simplifies the
decisions made by the segmentation process and generally leads to more accurate
segmentation[7]. The feature extracted from the database used is mean intensity, area, perimeter,
diameter, centroid.
Mean Intensity: The mean intensity µ in the selected region of interest (ROI) is given in eqn
(1):
,
1
( , )
x y
R O I x y d x d y
N
µ = ∫ ………………..(1)
Area: The area of an object is a relatively noise-immune measure of object size, because every
pixel in the object contributes towards the measurement. The area can be defined using eqn (2)
( ) ( , )A S I x y d y d x= ∫ ∫ ………………………..(2)
Where, I(x,y) = 1 if the pixel is within a shape,(x,y)∈S,
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
170
0 otherwise.
Perimeter: The perimeter measurement gives the smooth relative boundaries and the perimeter
of the region is defined as by the eqn (3)
2 2
( ) ( ) ( )
t
P S x t y t d t= +∫ …………………...(3)
Diameter: The distance around a selected region is called the circumference. The distance across
a circle through the center is called the diameter. is the radius of the circumference of a circle..
Thus, for any circle, if you divide the circumference by the diameter, you get a value close to .
This relationship is expressed in the following eqn (4):
c/d=п …………………………………..(4)
where,C is circumference and d is diameter
Centroid: It specifies the center of mass of the region. Centroid is the horizontal coordinate (or x-
coordinate) of the center of mass, and the second element is the vertical coordinate (or y-
coordinate) and it is written as given in eqn (5)
…………………………………………………………(5)
4. SHORT DESCRIPTION ON CLASSIFIERS
Classification (generalization) using an instance-based classifier can be a simple matter of
locating the nearest neighbour in instance space and labelling the unknown instance with the
same class label as that of the located (known) neighbour [4]. This approach is often referred to as
a neighbour classifier. Classifier always tries to improve the classification rate by pushing
classifiers into an optimised structure[10].
4.1 K-NN Classifier
The K-Nearest Neighbor classifier is a supervised learning algorithm where the result of a new
instance query is classified based on majority of the K-nearest neighbor category. The purpose of
this algorithm is to classify a new object based on attributes and training samples[8]. The Nearest
neighbor classifier is based on learning by analogy. The training samples are described by n-
dimensional numeric attributes. Each sample represents a point in an n-dimensional pattern space.
More robust models can be achieved by locating k, where k > 1, neighbours and letting the
majority vote decide the outcome of the class labelling. A higher value of k results in a smoother,
less locally sensitive, function. The Nearest Neighbor classifier can be regarded as a special case
of the more general K-Nearest Neighbors classifier, hereafter referred to as a K-NN classifier.
The data for KNN algorithm consists of several multivariate attributes names Xi that will be used
to classify the object Y. The data of KNN can have any measurement scale from ordinal,
nominal, to quantitative scale, this study deals only with quantitative Xi and binary (nominal) Y.
All training samples are included as nearest neighbors if the distance of this training sample to the
query is less than or equal to the Kth
smallest distance. In other words, the distances are sorted of
all training samples to the query and determine the Kth
minimum distance. The unknown sample
is assigned the most common class among its K-Nearest Neighbors. These K training samples are
the closest k nearest neighbors for the unknown sample. Closeness is defined in terms of
Euclidean distance, where the Euclidean between two points, X = (x1, x2,….xn) and Y=
(y1,y2,…yn) is given in eqn (6)
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
171
The drawback of increasing the value of k is when k approaches n, where n is the size of the
instance base, the performance of the classifier will approach that of the most straightforward
statistical baseline, the assumption that all unknown instances belong to the class most frequently
represented in the training data. The high degree of local sensitivity makes nearest neighbor
classifiers highly susceptible to noise in the training data.
4.2 Naive bayesian classifier
A Naive Bayes classifier assigns a new observation to the most probable class, assuming the
features are conditionally independent given the class value [9]. It can outperform more
sophisticated classification methods by categorizing incoming objects to their appropriate class.
The Naive Bayesian classifiers can handle a random number of independent variables whether
continuous or categorical.
It classifies data in two steps:
1. Training step: Using the training samples, the method estimates the parameters of a probability
distribution, assuming features are conditionally independent given the class.
2. Prediction step: For any unseen test sample, the method computes the posterior probability of
that sample belonging to each class. The method then classifies the test sample according the
largest posterior probability.
Bayes theorem used, takes the eqn as given in (7) and (8)
P (H|X) = P(X|H) P(H) / P(X) ………..(7)
It can also be expressed as …………………(8)
Where P(X) is constant for all classes, only P(X|Ci)P(Ci) need be maximized.
The class-conditional independence assumption greatly simplifies the training step since
estimation can be done using one-dimensional class-conditional density for each feature
individually. This assumption of class independence allows the Naive Bayes classifier to better
estimate the parameters required for accurate classification while using less training data than
many other classifiers. This makes it particularly effective for datasets containing many
predictors or features. Since the build process for Naive Bayes is parallelized it can be used for
both binary and multiclass classification problems.
4.3 Probabilistic Neural Network
Probabilistic neural networks are forward feed networks built with three layers. They train
quickly since the training is done in one pass of each training vector, rather than several.
Probabilistic neural networks estimate the probability density function for each class based on the
training samples. The probabilistic neural network uses Parzen or a similar probability density
function. This is calculated for each test vector. This is what is used in the dot product against the
input vector as described below. Usually a spherical Gaussian basis function is used, although
many other functions work equally well. Vectors must be normalized prior to input into the
network. There is an input unit for each dimension in the vector. The input layer is fully
connected to the hidden layer. The hidden layer has a node for each classification. Each hidden
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
172
node calculates the dot product of the input vector with a test vector subtracts 1 from it and
divides the result by the standard deviation squared. The output layer has a node for each pattern
classification. The sum for each hidden node is sent to the output layer and the highest values
wins.The Probabilistic neural network trains immediately but execution time is slow and it
requires a large amount of space in memory. It really only works for classifying data. The training
set must be a thorough representation of the data. Probabilistic neural networks handle data that
has spikes and points outside the norm better than other neural nets. PNN has proven to be more
time efficient than conventional back propagation based networks. In order to classify a feature
pattern vector x that is to assign the pattern to one among k predefined classes, the
conditional density of each class is estimated since it represents the uncertainty
associated by the rule of bayes that allow making optimal decision[12]. One possible way of
looking at this technique is to build sphere of influence p(s,x) around each training sample s and
to add them up for each of k classes.
........................................ (9)
5. PERFORMANCE EVALUATION
The proposed classifier Navie bayes is used to justify the objects using new methods to get a
maximum accuracy comparing to K-NN and PNN classifier. The features are the parameters
extracted from the sign images which are taken from normal camera. In each image, a measure of
properties is taken to determine the sign in different position. They estimate the probability that a
sign belongs to each of the target classes that is predetermined. In the training phase, the training
set is used to decide how the parameters must be weighted and combined in order to separate the
various classes of signs. The classifier used for classification is validated using sensitivity,
specificity error rate, predictive value, likelihood value, plotting the classification and
misclassification error rate according to the sample datasets.
Table 1 : Performance evaluation of NB ,KNN and PNN Classifiers
To keep track of the performance during the validation of classifiers Table 1 mentioned values
are the measures taken into consideration. Conducted experiments with Indian sign language
S.No Performance
Measures
NB KNN PNN
1. Classified rate 1.0000 0.9500 1.0000
2. Sensitivity 0.7143 0.5714 0.5000
3. Specificity 0.8571 0.6857 1
4. Error rate 0.3429 0.6857 0.4000
5. Inconclusive rate 0 0 0
6. Positive predictive
value
0.5556 0.3077 1
7. Negative
Predictive Value
0.9231 0.8636 0.7500
8. Negative
likelihood
0.3333 0.6316 0.5000
9. Positive Likelihood 5.000 1.7778 1.8650
10. Prevalence 0.2000 0.2000 0.4000
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
173
datasets shows that the Navie bayes classifier has better performance than K-NN, PNN and the
current implementation for both classifiers yield good results when compared to other
implementations by other researchers.
0 5 10 15 20 25 30 35
1
1.5
2
2.5
3
3.5
4
4.5
5
Number of Samples
TargetClasses
NB Class Performnace
target
class
Figure 4: Navie Bayes class Performance
0 5 10 15 20 25 30 35
1
1.5
2
2.5
3
3.5
4
4.5
5
Number of Samples
TargetClasses
KNN Class performance
Target
Class
Figure 5: KNN class Performance
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
174
Figure 6 : PNN class Performance
Figure 4,5 and 6 depicts the classifier performance based on the datasets taken and the target class
is less achieved by K-NN and PNN classifier than the proposed Navie bayes classifier.
6. CONCLUSION
An analysis of different classifiers is done in which the Navie bayes approach is proved
to be better for sign language classification system. This help in understanding the current
state of knowledge in Indian sign language research area. And therefore, identifying the
directions lead towards the standardised procedure of classifier system design. However, the
results in this work are biased by the size of the database: on the one hand, the lack of training
data and the large amount of singletons leads to a very difficult task. The methods used in this
work are focused towards good recognition accuracy and not toward real-time performance and
thus it meets the sample experimental requirements. This research result developed here is a
principled technique that will enable their use, not only in sign language or hand gesture
recognition but also in other related areas of computer vision.
Acknowledgments. The authors thank RamaKrishna Mission Vidyalaya, International Human
Resource Development Centre (IHRDC for the disabled) for providing Indian sign language
dictionary.
REFERENCES
[1] Jiong June Phu and Yong Haur Tay Computer Vision Based Hand Gesture Recognition Using
Artificial Neural Network. Faculty of Information and Communication Technology,Universiti Tunku
Abdul Rahman (UTAR), MALAYSIA.tensaix2j@yahoo.com, tayyh@mail.utar.edu.my
[2] Noor Saliza Mohd Salleh, Jamilin Jais, Lucyantie Mazalan, Roslan Ismail, Salman Yussof, Azhana
Ahmad, Adzly Anuar, Dzulkifli Mohamad (2006) Sign Language to Voice Recognition: Hand
Detection Techniques for Vision-Based Approach . Current Developments in Technology-Assisted
Education .
International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011
175
[3] Kov´aˇr, J. Pˇrikryl, and M. Vlˇcek (2003): Still Image Objective Segmentation Evaluation using
Ground Truth. 5th COST 276 Workshop , pp. 9–14 B
[4] Mahmoud Elmezain, Ayoub Al-Hamadi, J¨org Appenrodt, and Bernd Michaelis (2009) A Hidden
Markov Model-Based Isolated and Meaningful Hand Gesture Recognition .International Journal of
Computer Systems Science and Engineering 5:2 .
[5] Reza Hassanpour1,2 Stephan Wong1 Asadollah Shahbahrami (2008):VisionBased Hand Gesture
Recognition for Human Computer Interaction: A Review .IADIS International Conference Interfaces
and Human Computer Interaction.
[6] Tirthankar Dasgupta , Sambit Shukla, Sandeep Kumar (2008) A Multilingual Multimedia Indian Sign
language Dictionary Tool. The 6th Workshop on Asian Language Resources.
[7] R.M. Haralick, and L.G. Shapiro (1985) Survey: Image Segmentation Techniques . Computer Vision,
Graphics, and Image Processing, Vol. 29, pp. 100-132.
[8] J. Laaksonen and E. Oja (1996) Classification with learning k-nearest neighbors. In Proceedings of
ICNN’96, USA, pp.1480–1483.
[9] Dymitr Ruta and Bogdan Gabrys (2000) An Overview of Classifier Fusion Methods. Computing and
Information Systems, p.1-10, (2000)
[10] Danesh, A., B. Moshiri and O. Fatemi (2007) Improve text classification accuracy based on classifier
fusion methods.(2007) Proceeding of the 10th International Conference on Information Fusion, July
9-12, IEEE Computer Society, USA., pp: 1-6. Doi: 10.1109/ICIF.2007.4408196.
[11] L. Xu, A. Krzyzak, C.Y. Suen (1992) Methods of Combining Multiple Classifiers and Their
Applications to Handwriting Recognition .IEEE Transactions on Systems, Man, and Cybernetics, vol.
22, pt. 3, pp. 418-435.
[12] Ibrahiem M.M. El Emary and S. Ramakrishnan,(2008) On the Application of Various Probabilistic
Neural Networks in Solving Different Pattern Classification Problems World Applied Sciences
Journal 4 (6): 772-780, 2008 ISSN 1818-4952 © IDOSI Publications.
Author Profile
Ms.M.Krishnaveni, 5 Years of Research Experience Working as Research
Assistant in Naval Research Board project-DRDO, New Delhi. Area of
Specialization: Image Processing, Pattern recognition, Neural Networks. She has
40 publications at national, International level journals and conferences. She has
one major research project under UGC and one under DST.
Email id:krishnaveni.rd@gmail.com
Dr.V.Radha, is the Associate Professor of Department of Computer Science,
Avinashilingam Deemed University for Women, Coimbatore, TamilNadu, India.
She has more than 21 years of teaching experience and 7 years of Research
Experience. Her Area of Specialization includes Image Processing, Optimization
Techniques, Voice Recognition and Synthesis, Speech and signal processing and
RDBMS. She has more than 45 Publications at national and International level
journals and conferences. She has one Major Research Project funded by UGC.
Email id: radharesearch@yahoo.com.

More Related Content

What's hot

Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Vikas Dongre
 
A Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition SystemA Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition Systemiosrjce
 
A bidirectional text transcription of braille for odia, hindi, telugu and eng...
A bidirectional text transcription of braille for odia, hindi, telugu and eng...A bidirectional text transcription of braille for odia, hindi, telugu and eng...
A bidirectional text transcription of braille for odia, hindi, telugu and eng...eSAT Journals
 
COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...
COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...
COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...sipij
 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET Journal
 
BrailleOCR: An Open Source Document to Braille Converter Application
BrailleOCR: An Open Source Document to Braille Converter ApplicationBrailleOCR: An Open Source Document to Braille Converter Application
BrailleOCR: An Open Source Document to Braille Converter Applicationpijush15
 
Character recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural NetworkCharacter recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural Networkijceronline
 
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...AM Publications
 
character recognition: Scope and challenges
 character recognition: Scope and challenges character recognition: Scope and challenges
character recognition: Scope and challengesVikas Dongre
 
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...IJERA Editor
 
Continuous speech segmentation using local adaptive thresholding technique in...
Continuous speech segmentation using local adaptive thresholding technique in...Continuous speech segmentation using local adaptive thresholding technique in...
Continuous speech segmentation using local adaptive thresholding technique in...TELKOMNIKA JOURNAL
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...acijjournal
 
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
 
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...Vai Jayanthi
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...sipij
 

What's hot (19)

Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...
 
A Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition SystemA Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition System
 
A bidirectional text transcription of braille for odia, hindi, telugu and eng...
A bidirectional text transcription of braille for odia, hindi, telugu and eng...A bidirectional text transcription of braille for odia, hindi, telugu and eng...
A bidirectional text transcription of braille for odia, hindi, telugu and eng...
 
COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...
COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...
COMPRESSION BASED FACE RECOGNITION USING TRANSFORM DOMAIN FEATURES FUSED AT M...
 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
 
BrailleOCR: An Open Source Document to Braille Converter Application
BrailleOCR: An Open Source Document to Braille Converter ApplicationBrailleOCR: An Open Source Document to Braille Converter Application
BrailleOCR: An Open Source Document to Braille Converter Application
 
E123440
E123440E123440
E123440
 
Character recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural NetworkCharacter recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural Network
 
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
 
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
[IJET-V1I5P9] Author: Prutha Gandhi, Dhanashri Dalvi, Pallavi Gaikwad, Shubha...
 
character recognition: Scope and challenges
 character recognition: Scope and challenges character recognition: Scope and challenges
character recognition: Scope and challenges
 
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
 
Continuous speech segmentation using local adaptive thresholding technique in...
Continuous speech segmentation using local adaptive thresholding technique in...Continuous speech segmentation using local adaptive thresholding technique in...
Continuous speech segmentation using local adaptive thresholding technique in...
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
 
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
 
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
Efficient facial expression_recognition_algorithm_based_on_hierarchical_deep_...
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...
 
Audio-
Audio-Audio-
Audio-
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 

Similar to PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE DATASETS

SENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORK
SENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORKSENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORK
SENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORKijnlc
 
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural NetworkSentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Networkkevig
 
Indian sign language recognition system
Indian sign language recognition systemIndian sign language recognition system
Indian sign language recognition systemIRJET Journal
 
SPEECH CLASSIFICATION USING ZERNIKE MOMENTS
SPEECH CLASSIFICATION USING ZERNIKE MOMENTSSPEECH CLASSIFICATION USING ZERNIKE MOMENTS
SPEECH CLASSIFICATION USING ZERNIKE MOMENTScscpconf
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningIRJET Journal
 
Anatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionAnatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionIJEACS
 
Live Sign Language Translation: A Survey
Live Sign Language Translation: A SurveyLive Sign Language Translation: A Survey
Live Sign Language Translation: A SurveyIRJET Journal
 
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVMIRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVMIRJET Journal
 
Segmentation, tracking and feature extraction
Segmentation, tracking and feature extractionSegmentation, tracking and feature extraction
Segmentation, tracking and feature extractionijcsa
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISijcseit
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISijcseit
 
A SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATION
A SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATIONA SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATION
A SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATIONijnlc
 
IRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning AlgorithmIRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning AlgorithmIRJET Journal
 
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...iosrjce
 
Sign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture AnalysisSign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture Analysispaperpublications3
 
AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...
AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...
AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...ijaia
 
IRJET - Sign Language Converter
IRJET -  	  Sign Language ConverterIRJET -  	  Sign Language Converter
IRJET - Sign Language ConverterIRJET Journal
 
Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)Sudipto Krishna Dutta
 
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...IJERA Editor
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUEJournal For Research
 

Similar to PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE DATASETS (20)

SENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORK
SENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORKSENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORK
SENTIMENT ANALYSIS IN MYANMAR LANGUAGE USING CONVOLUTIONAL LSTM NEURAL NETWORK
 
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural NetworkSentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
 
Indian sign language recognition system
Indian sign language recognition systemIndian sign language recognition system
Indian sign language recognition system
 
SPEECH CLASSIFICATION USING ZERNIKE MOMENTS
SPEECH CLASSIFICATION USING ZERNIKE MOMENTSSPEECH CLASSIFICATION USING ZERNIKE MOMENTS
SPEECH CLASSIFICATION USING ZERNIKE MOMENTS
 
Sign Language Recognition using Deep Learning
Sign Language Recognition using Deep LearningSign Language Recognition using Deep Learning
Sign Language Recognition using Deep Learning
 
Anatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionAnatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern Detection
 
Live Sign Language Translation: A Survey
Live Sign Language Translation: A SurveyLive Sign Language Translation: A Survey
Live Sign Language Translation: A Survey
 
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVMIRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
 
Segmentation, tracking and feature extraction
Segmentation, tracking and feature extractionSegmentation, tracking and feature extraction
Segmentation, tracking and feature extraction
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
 
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSISA SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
A SIGN LANGUAGE RECOGNITION APPROACH FOR HUMAN-ROBOT SYMBIOSIS
 
A SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATION
A SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATIONA SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATION
A SIGNATURE BASED DRAVIDIAN SIGN LANGUAGE RECOGNITION BY SPARSE REPRESENTATION
 
IRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning AlgorithmIRJET- Sign Language Recognition using Machine Learning Algorithm
IRJET- Sign Language Recognition using Machine Learning Algorithm
 
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
 
Sign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture AnalysisSign Language Recognition with Gesture Analysis
Sign Language Recognition with Gesture Analysis
 
AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...
AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...
AN APPORACH FOR SCRIPT IDENTIFICATION IN PRINTED TRILINGUAL DOCUMENTS USING T...
 
IRJET - Sign Language Converter
IRJET -  	  Sign Language ConverterIRJET -  	  Sign Language Converter
IRJET - Sign Language Converter
 
Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)
 
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
Feature Extraction of Gesture Recognition Based on Image Analysis for Differe...
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
 

Recently uploaded

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE DATASETS

  • 1. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 DOI : 10.5121/ijcsea.2011.1513 167 PERFORMANCE EVALUATION OF STATISTICAL CLASSIFIERS USING INDIAN SIGN LANGUAGE DATASETS M.Krishnaveni1 and V.Radha2 1,2 Department of Computer Science, Avinashilingam Institute for Home Science and Higher Education for Women, Coimbatore, India krishnaveni.rd@gmail.com radharesearch@yahoo.com ABSTRACT Sign language is the key for communication between deaf people. The significance of sign language is accentuated by various research activities and the technical aspects will definitely improve the communication needs. General view based sign language recognition systems extract manual parameters by a single camera view because it seems to be user friendly and hardware complexity; however it needs a high accuracy classifier for classification and recognition purpose. The decision making of the system in this work employs Indian sign language datasets and the performance evaluation of the system is compared by deploying the K-NN, Naïve Bayes and PNN classifiers. Classification using an instance-based classifier can be a simple matter of locating the instance space and labelling the unknown instance with the same class label as that of the located (known) neighbour. Classifier always tries to improve the classification rate by pushing classifiers into an optimised structure. In each hand posture, a measure of properties like area, mean intensity, centroid, perimeter and diameter are taken; the classifier then uses these properties to determine the sign in different angles. They estimate the probability that a sign belongs to each of the target classes that is fixed. The impact of such study may reflect the exploration for using such algorithms in other similar applications such as text classification and the development of automated systems. KEYWORDS Sign Language, PNN, K-NN classifier, Navie Bayes, performance rate 1. INTRODUCTION Sign language is important in humankind that is showing an increasing research interest in eradicating barriers faced by differently abled people in communicating and contributing to the society [1]. Automation over sign language recognition systems can greatly facilitate the vocal and the non-vocal communities which can be equivalently best and successive as speech- recognition systems [2]. Despite common misconceptions, sign languages are complete natural languages, with their own syntax and grammar. However, sign languages are not universal. As is the case in spoken language, every country has got its own sign language with high degree of grammatical variations. The sign language used in India is commonly known as Indian Sign Language (henceforth called ISL)[6].Linguistic studies on ISL were started around 1978 and it has been found that ISL is a complete natural language, instigated in India, having its own morphology, phonology, syntax, and grammar. ISL is not only used by the deaf people but also
  • 2. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 168 by the hearing parents of the deaf children, the hearing children of deaf adults and hearing deaf educators. Therefore the need to build a automation system that can associate signs to the words of spoken language, and which can further be used to learn ISL, is significant. This paper proposes a system for recognizing Indian sign language using the view based approach and the statistical classifier algorithm as a learning tool. These classifiers take the advantage of accuracy, ease of implementation and operational robustness. The paper is arranged as follows. Section 2 gives a brief overview of Indian sign language. Section 3 describes the feature extraction methodology, by using boundary detection techniques. Section 4 deals with the short description of classifiers used. Section 5 gives the performance evaluation of the classifiers using ISL datasets. Finally, section 6 summarizes the framework and future work that can be adopted. 2. OVERVIEW OF ISL CLASSIFICATION SYSTEM Indian Sign languages are rich, faceted language, and their full complexity is beyond current gesture recognition technologies [6]. The interpersonal communication problem between signer and hearing community could be resolved by building up a new communication bridge integrating components for sign[5]. Several Significant problems specific to Automatic Sign Recognition are i) Distinguishing gestures from signs ii) Context dependency (directional, verbs, inflections, etc) iii) Basic unit modeling (how do we describe them?) iii) Transitions between signs (Movements) iv) Repetition (Cycles of movement). The ISL dictionary is been build by Sri Ramakrishna mission Vidyalaya College of Education, Coimbatore which as split the ISL into five parameters namely handshapes, locations, Orientation, Location, Movements and Facial Expression. Figure 1 explains the framework for classification system. Figure 1: Steps involved for classification methodology for Indian sign datasets
  • 3. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 169 3. FEATURE EXTRACTION METHODOLOGY The great variability in gestures and signs, both in time, size, and position, as well as interpersonal differences, makes the recognition task difficult [11]. By extracting features from image processing sequence classification can be done by a discriminative classifier. Gestures, particularly in sign language, involve significant motion of the hands[5]. Thus, in developing a sign language recognition system, it is important to model both the motion (temporal characteristics) and shape (spatial characteristics) of the hand. In this research work only the spatial characteristics of the hand are of concern. Figure 2 shows the schematic view of gesture recognition process. Figure 2: Schematic view of gesture recognition process Feature extraction is the process of generating a set of descriptors or characteristic attributes from a binary image. Most of the features used in existing sign language recognition systems focus only on one aspect of the signing like hand movements or facial expressions. Figure 3 shows the feature extraction concept. Figure 3: Hand feature extraction The strategy used for segmentation is boundary segmentation method which traces the exterior boundaries of objects, as well as boundaries of holes inside these objects, in the binary image [3]. The two important need for this method of sign extraction is First, it keeps the overall complexity of the segmentation process low. Secondly, it eliminates candidates that may produce smooth continuations, but otherwise are inconsistent with the segments in the image. This simplifies the decisions made by the segmentation process and generally leads to more accurate segmentation[7]. The feature extracted from the database used is mean intensity, area, perimeter, diameter, centroid. Mean Intensity: The mean intensity µ in the selected region of interest (ROI) is given in eqn (1): , 1 ( , ) x y R O I x y d x d y N µ = ∫ ………………..(1) Area: The area of an object is a relatively noise-immune measure of object size, because every pixel in the object contributes towards the measurement. The area can be defined using eqn (2) ( ) ( , )A S I x y d y d x= ∫ ∫ ………………………..(2) Where, I(x,y) = 1 if the pixel is within a shape,(x,y)∈S,
  • 4. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 170 0 otherwise. Perimeter: The perimeter measurement gives the smooth relative boundaries and the perimeter of the region is defined as by the eqn (3) 2 2 ( ) ( ) ( ) t P S x t y t d t= +∫ …………………...(3) Diameter: The distance around a selected region is called the circumference. The distance across a circle through the center is called the diameter. is the radius of the circumference of a circle.. Thus, for any circle, if you divide the circumference by the diameter, you get a value close to . This relationship is expressed in the following eqn (4): c/d=п …………………………………..(4) where,C is circumference and d is diameter Centroid: It specifies the center of mass of the region. Centroid is the horizontal coordinate (or x- coordinate) of the center of mass, and the second element is the vertical coordinate (or y- coordinate) and it is written as given in eqn (5) …………………………………………………………(5) 4. SHORT DESCRIPTION ON CLASSIFIERS Classification (generalization) using an instance-based classifier can be a simple matter of locating the nearest neighbour in instance space and labelling the unknown instance with the same class label as that of the located (known) neighbour [4]. This approach is often referred to as a neighbour classifier. Classifier always tries to improve the classification rate by pushing classifiers into an optimised structure[10]. 4.1 K-NN Classifier The K-Nearest Neighbor classifier is a supervised learning algorithm where the result of a new instance query is classified based on majority of the K-nearest neighbor category. The purpose of this algorithm is to classify a new object based on attributes and training samples[8]. The Nearest neighbor classifier is based on learning by analogy. The training samples are described by n- dimensional numeric attributes. Each sample represents a point in an n-dimensional pattern space. More robust models can be achieved by locating k, where k > 1, neighbours and letting the majority vote decide the outcome of the class labelling. A higher value of k results in a smoother, less locally sensitive, function. The Nearest Neighbor classifier can be regarded as a special case of the more general K-Nearest Neighbors classifier, hereafter referred to as a K-NN classifier. The data for KNN algorithm consists of several multivariate attributes names Xi that will be used to classify the object Y. The data of KNN can have any measurement scale from ordinal, nominal, to quantitative scale, this study deals only with quantitative Xi and binary (nominal) Y. All training samples are included as nearest neighbors if the distance of this training sample to the query is less than or equal to the Kth smallest distance. In other words, the distances are sorted of all training samples to the query and determine the Kth minimum distance. The unknown sample is assigned the most common class among its K-Nearest Neighbors. These K training samples are the closest k nearest neighbors for the unknown sample. Closeness is defined in terms of Euclidean distance, where the Euclidean between two points, X = (x1, x2,….xn) and Y= (y1,y2,…yn) is given in eqn (6)
  • 5. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 171 The drawback of increasing the value of k is when k approaches n, where n is the size of the instance base, the performance of the classifier will approach that of the most straightforward statistical baseline, the assumption that all unknown instances belong to the class most frequently represented in the training data. The high degree of local sensitivity makes nearest neighbor classifiers highly susceptible to noise in the training data. 4.2 Naive bayesian classifier A Naive Bayes classifier assigns a new observation to the most probable class, assuming the features are conditionally independent given the class value [9]. It can outperform more sophisticated classification methods by categorizing incoming objects to their appropriate class. The Naive Bayesian classifiers can handle a random number of independent variables whether continuous or categorical. It classifies data in two steps: 1. Training step: Using the training samples, the method estimates the parameters of a probability distribution, assuming features are conditionally independent given the class. 2. Prediction step: For any unseen test sample, the method computes the posterior probability of that sample belonging to each class. The method then classifies the test sample according the largest posterior probability. Bayes theorem used, takes the eqn as given in (7) and (8) P (H|X) = P(X|H) P(H) / P(X) ………..(7) It can also be expressed as …………………(8) Where P(X) is constant for all classes, only P(X|Ci)P(Ci) need be maximized. The class-conditional independence assumption greatly simplifies the training step since estimation can be done using one-dimensional class-conditional density for each feature individually. This assumption of class independence allows the Naive Bayes classifier to better estimate the parameters required for accurate classification while using less training data than many other classifiers. This makes it particularly effective for datasets containing many predictors or features. Since the build process for Naive Bayes is parallelized it can be used for both binary and multiclass classification problems. 4.3 Probabilistic Neural Network Probabilistic neural networks are forward feed networks built with three layers. They train quickly since the training is done in one pass of each training vector, rather than several. Probabilistic neural networks estimate the probability density function for each class based on the training samples. The probabilistic neural network uses Parzen or a similar probability density function. This is calculated for each test vector. This is what is used in the dot product against the input vector as described below. Usually a spherical Gaussian basis function is used, although many other functions work equally well. Vectors must be normalized prior to input into the network. There is an input unit for each dimension in the vector. The input layer is fully connected to the hidden layer. The hidden layer has a node for each classification. Each hidden
  • 6. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 172 node calculates the dot product of the input vector with a test vector subtracts 1 from it and divides the result by the standard deviation squared. The output layer has a node for each pattern classification. The sum for each hidden node is sent to the output layer and the highest values wins.The Probabilistic neural network trains immediately but execution time is slow and it requires a large amount of space in memory. It really only works for classifying data. The training set must be a thorough representation of the data. Probabilistic neural networks handle data that has spikes and points outside the norm better than other neural nets. PNN has proven to be more time efficient than conventional back propagation based networks. In order to classify a feature pattern vector x that is to assign the pattern to one among k predefined classes, the conditional density of each class is estimated since it represents the uncertainty associated by the rule of bayes that allow making optimal decision[12]. One possible way of looking at this technique is to build sphere of influence p(s,x) around each training sample s and to add them up for each of k classes. ........................................ (9) 5. PERFORMANCE EVALUATION The proposed classifier Navie bayes is used to justify the objects using new methods to get a maximum accuracy comparing to K-NN and PNN classifier. The features are the parameters extracted from the sign images which are taken from normal camera. In each image, a measure of properties is taken to determine the sign in different position. They estimate the probability that a sign belongs to each of the target classes that is predetermined. In the training phase, the training set is used to decide how the parameters must be weighted and combined in order to separate the various classes of signs. The classifier used for classification is validated using sensitivity, specificity error rate, predictive value, likelihood value, plotting the classification and misclassification error rate according to the sample datasets. Table 1 : Performance evaluation of NB ,KNN and PNN Classifiers To keep track of the performance during the validation of classifiers Table 1 mentioned values are the measures taken into consideration. Conducted experiments with Indian sign language S.No Performance Measures NB KNN PNN 1. Classified rate 1.0000 0.9500 1.0000 2. Sensitivity 0.7143 0.5714 0.5000 3. Specificity 0.8571 0.6857 1 4. Error rate 0.3429 0.6857 0.4000 5. Inconclusive rate 0 0 0 6. Positive predictive value 0.5556 0.3077 1 7. Negative Predictive Value 0.9231 0.8636 0.7500 8. Negative likelihood 0.3333 0.6316 0.5000 9. Positive Likelihood 5.000 1.7778 1.8650 10. Prevalence 0.2000 0.2000 0.4000
  • 7. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 173 datasets shows that the Navie bayes classifier has better performance than K-NN, PNN and the current implementation for both classifiers yield good results when compared to other implementations by other researchers. 0 5 10 15 20 25 30 35 1 1.5 2 2.5 3 3.5 4 4.5 5 Number of Samples TargetClasses NB Class Performnace target class Figure 4: Navie Bayes class Performance 0 5 10 15 20 25 30 35 1 1.5 2 2.5 3 3.5 4 4.5 5 Number of Samples TargetClasses KNN Class performance Target Class Figure 5: KNN class Performance
  • 8. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 174 Figure 6 : PNN class Performance Figure 4,5 and 6 depicts the classifier performance based on the datasets taken and the target class is less achieved by K-NN and PNN classifier than the proposed Navie bayes classifier. 6. CONCLUSION An analysis of different classifiers is done in which the Navie bayes approach is proved to be better for sign language classification system. This help in understanding the current state of knowledge in Indian sign language research area. And therefore, identifying the directions lead towards the standardised procedure of classifier system design. However, the results in this work are biased by the size of the database: on the one hand, the lack of training data and the large amount of singletons leads to a very difficult task. The methods used in this work are focused towards good recognition accuracy and not toward real-time performance and thus it meets the sample experimental requirements. This research result developed here is a principled technique that will enable their use, not only in sign language or hand gesture recognition but also in other related areas of computer vision. Acknowledgments. The authors thank RamaKrishna Mission Vidyalaya, International Human Resource Development Centre (IHRDC for the disabled) for providing Indian sign language dictionary. REFERENCES [1] Jiong June Phu and Yong Haur Tay Computer Vision Based Hand Gesture Recognition Using Artificial Neural Network. Faculty of Information and Communication Technology,Universiti Tunku Abdul Rahman (UTAR), MALAYSIA.tensaix2j@yahoo.com, tayyh@mail.utar.edu.my [2] Noor Saliza Mohd Salleh, Jamilin Jais, Lucyantie Mazalan, Roslan Ismail, Salman Yussof, Azhana Ahmad, Adzly Anuar, Dzulkifli Mohamad (2006) Sign Language to Voice Recognition: Hand Detection Techniques for Vision-Based Approach . Current Developments in Technology-Assisted Education .
  • 9. International Journal of Computer Science, Engineering and Applications (IJCSEA) Vol.1, No.5, October 2011 175 [3] Kov´aˇr, J. Pˇrikryl, and M. Vlˇcek (2003): Still Image Objective Segmentation Evaluation using Ground Truth. 5th COST 276 Workshop , pp. 9–14 B [4] Mahmoud Elmezain, Ayoub Al-Hamadi, J¨org Appenrodt, and Bernd Michaelis (2009) A Hidden Markov Model-Based Isolated and Meaningful Hand Gesture Recognition .International Journal of Computer Systems Science and Engineering 5:2 . [5] Reza Hassanpour1,2 Stephan Wong1 Asadollah Shahbahrami (2008):VisionBased Hand Gesture Recognition for Human Computer Interaction: A Review .IADIS International Conference Interfaces and Human Computer Interaction. [6] Tirthankar Dasgupta , Sambit Shukla, Sandeep Kumar (2008) A Multilingual Multimedia Indian Sign language Dictionary Tool. The 6th Workshop on Asian Language Resources. [7] R.M. Haralick, and L.G. Shapiro (1985) Survey: Image Segmentation Techniques . Computer Vision, Graphics, and Image Processing, Vol. 29, pp. 100-132. [8] J. Laaksonen and E. Oja (1996) Classification with learning k-nearest neighbors. In Proceedings of ICNN’96, USA, pp.1480–1483. [9] Dymitr Ruta and Bogdan Gabrys (2000) An Overview of Classifier Fusion Methods. Computing and Information Systems, p.1-10, (2000) [10] Danesh, A., B. Moshiri and O. Fatemi (2007) Improve text classification accuracy based on classifier fusion methods.(2007) Proceeding of the 10th International Conference on Information Fusion, July 9-12, IEEE Computer Society, USA., pp: 1-6. Doi: 10.1109/ICIF.2007.4408196. [11] L. Xu, A. Krzyzak, C.Y. Suen (1992) Methods of Combining Multiple Classifiers and Their Applications to Handwriting Recognition .IEEE Transactions on Systems, Man, and Cybernetics, vol. 22, pt. 3, pp. 418-435. [12] Ibrahiem M.M. El Emary and S. Ramakrishnan,(2008) On the Application of Various Probabilistic Neural Networks in Solving Different Pattern Classification Problems World Applied Sciences Journal 4 (6): 772-780, 2008 ISSN 1818-4952 © IDOSI Publications. Author Profile Ms.M.Krishnaveni, 5 Years of Research Experience Working as Research Assistant in Naval Research Board project-DRDO, New Delhi. Area of Specialization: Image Processing, Pattern recognition, Neural Networks. She has 40 publications at national, International level journals and conferences. She has one major research project under UGC and one under DST. Email id:krishnaveni.rd@gmail.com Dr.V.Radha, is the Associate Professor of Department of Computer Science, Avinashilingam Deemed University for Women, Coimbatore, TamilNadu, India. She has more than 21 years of teaching experience and 7 years of Research Experience. Her Area of Specialization includes Image Processing, Optimization Techniques, Voice Recognition and Synthesis, Speech and signal processing and RDBMS. She has more than 45 Publications at national and International level journals and conferences. She has one Major Research Project funded by UGC. Email id: radharesearch@yahoo.com.