SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216
211 | P a g e
HMM BASED PARKINSON’S DETECTION BY
ANALYSING SYMBOLIC POSTURAL GAIT
IMAGE SEQUENCES
Laxmi Shaw
Department of Applied Electronics and Instrumentation
Silicon Institute of Technology, Bhubaneswar, Orissa, India
laxmishaw1983@gmail.com
Abstract— Detection of Parkinson’s disease (PD) at an early stage
is necessary for its treatment. The commonly used methods
available in the literature use observation of certain symptoms
such as Tremor, Loss of Smell and Troubled Sleeping, Moving or
Walking. The motion pattern in this disease can be characterized
by a spatio-temporal phenomenon that signifies gait recognition as
reported in the literature. However, non-invasive methods such as
use of Gait image sequences are handy in terms of cost and
comfort. In this paper we propose a statistical approach for
detection of Parkinson’s diseases by considering segmental feature
of gait image sequences by using Hidden Markov Model (HMM).
A set of key features from the image frames is identified during
the gait cycle. The input binary silhouette images are preprocessed
by morphological operations to fill the holes and remove noise. An
image feature vector is created from the outer contour of the
image sequences. From the feature vectors of the gait cycle, a set
of initial exemplars is constructed. The similarity between the
feature vector and the exemplar is measured by the inner product
distance. An HMM is trained iteratively using the Viterbi
algorithm and Baum-Welch algorithm and then used for detection
of Parkisonian gait. The characteristics of one dimensional HMM
best fit to one dimensional image vector thus the proposed method
reduces image feature from the two-dimensional plane to a one-
dimensional vector. The statistical nature of the HMM makes it
robust to PD gait representation and recognition. The proposed
HMM-based method in LabVIEW and MATLAB is evaluated
using the CMU MoBo database as well as our own prepared
database for PD detection.
Keywords— Pattern classification, sequential data, similarity
measure, Hidden Markov Model and Parkinson’s disease.
I. INTRODUCTION
Development of non-invasive methods for the identification
of specific gait patterns is an important issue in the detection of
Parkinson’s disease (PD). The main noticeable point is that
every individual seems to have a distinctive way of walking,
which can be easily understood from a biomechanical point of
view [1]. Human locomotion consists of synchronized
integrated movements of hundreds of muscles and joints. Gait
can be defined as the coordinated, cyclic combination of
movements that results in human locomotion [2].Gait patterns
vary from one person to another in certain aspects such as their
relative timing and magnitudes.
In this paper, a computer vision-based gait analysis approach
is developed towards the detection of PD using a Hidden
Markov Model (HMM). People with PD commonly present
gait disorders that affect their walking ability. As natural body
movements can be transformed into essential spatial-temporal
parameters with video-based motion analysis techniques, this
analysis helps us to identify PD, from motion patterns if a
person is suffering from PD.
In this work, sixteen PD patients and sixteen healthy
subjects with no neurological history or motor disorders within
the past six months are considered and separated according to
their “Non-PD”, “Drug-On”, and “Drug-Off” states. The
participants were asked to wear light-colored clothing and
perform three walking trials through a corridor decorated with
a navy curtain at their natural pace [3]. We have captured
participants’ steady-state walking for gait analysis using a high
quality video camera at 30 fps, 640x480 resolutions. From the
videos, some of the walking images were transformed into
binary silhouettes for noise reduction and compression. Using
the developed HMM based method, the features within the
binary silhouettes was extracted to quantitatively determine the
gait cycle time, stride length, walking velocity, and cadence [3].
First binary silhouette of a walking person is detected from
each frame. Subsequently, features from each frame are
extracted using image processing techniques. Here center of
mass, step size, length, and cycle length are selected as the
features. Finally HMM has been used for the PD gait pattern
recognition.
The major contribution of this paper is extended gait
detection techniques for identification of PD. The algorithm
has been implemented in Matlab as well as LabVIEW.
The paper is organized as follows. Section 2 gives a review of
previous works. Section 3 describes the proposed model.
Section 4 discusses the HMM based classification of gait
sequences. Section 5 gives the results while Section 6
concludes the paper.
II. LITERATURE REVIEW
A number of intervention studies have been carried out to
investigate the detection of PD. In [4], the authors used the
olfactory acuity of 22 patients for detection of Parkinson's
disease. Ten of 22 patients with PD showed significant
decrease in olfactory acuity. Nine of these 10 patients had
moderately or rapidly progressive disease.
In [5], oxidative stress and mitochondrial respiratory failure
was used as a tool for the detection of PD. The authors have
reported results of immunochemical studies using polyclonal
antibodies directed against HNE-protein conjugates to label the
site of oxidative damage in control subjects (ages 18-99 years)
and seven patients that died of PD (ages 57-78 years). There
results indicate the presence of oxidative stress within nigral
neurons in PD, and this oxidative stress may contribute to
nigral cell death.
The work in [5] reports evidence to indicate apoptosis in the
substantia nigra of PD patients. The authors studied the
midbrains of 7 patients with late onset PD, 4 patients with
young onset PD and 6 control subjects using the nick-end
labeling method. Intense nuclear staining indicating apoptotic
process was observed in 8 out of 11 parkinsonian patients
studied.
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216
212 | P a g e
The work in [6] describes an ambulatory gait analysis
method using body-attached gyroscopes to estimate spatio-
temporal parameters of gait. They have validated their method
against a reference system for normal and pathologic gait. Later,
ten Parkinson's disease (PD) patients with sub-thalamic nucleus
deep brain stimulation (STN-DBS) implantation participated in
gait measurements using their device. The method provides a
simple yet effective way of ambulatory gait analysis in PD
patients with results confirming those obtained from much
more complex and expensive methods used in gait labs.
The methods described above are invasive and contact based.
In this approach, we propose a non-contact image based
method of detection of PD.
III. OVERVIEW OF THE PROPOSED MODEL
Silhouette extraction and features extraction are two major
tasks used in this gait recognition system processing. In this
proposed model, first the frames from the recorded videos are
extracted. These frames are subsequently converted into
silhouette image sequences.
The dataset consists of 32 subjects of which 16 are PD
patients and 16 are healthy persons. The subjects were walking
at their natural pace on a corridor. There are about 16 cycles in
each sequence. Half of the cycles were used for training and the
other half for testing. The data was collected using a high
quality video camera at 30 fps, 640x480 resolution, mounted
on a tripod. The following gait variables can be evaluated
based on their clinical relevance and reported association with
cognitive function:
1) step length
2) stance phase
3) swing phase
4) single support/double support time ratio
5) cadence
6) velocity
7) step length variability
8) swing time variability.
The features within the binary silhouettes were extracted to
quantitatively determine the gait cycle time, stride length,
walking velocity, and cadence for HMM training and testing
purpose. In order to reduce the large number of gait variables to
a smaller number of factors, a factor analysis was performed.
Furthermore, we assessed all patients with an extensive
neuropsychological battery and correlated the composite scores
of three main cognitive domains, viz. episodic memory,
executive and visuo-spatial domains with the gait factors scores.
We also evaluated correlations between gait factors and clinical
measures.
A. Silhouette extraction
The motional individual silhouette must be detected before
getting the gait feature. Background subtraction has been used
for the same. The method described in [7] which uses bottom
up cues has been used for background subtraction. The figure
below gives an example of gait detection.
Original image Background image
Extracted Silhouette Subtracted image
Fig. 1 Example of gait detection. (a) Original image; (b) Background
image; (c) Extracted silhouette; (d) Subtracted image
Morphological Erosions applied to the background
subtracted image to improve the quality of extracted silhouette
and reduce noise [8] [9].
B. Feature Extraction
Feature selection is primarily performed to select relevant
and informative characteristics from the image data. Our gait
image feature vector is comprised of parameters of moment
features in image regions. The feature extraction must be
reasonably robust to the varying illumination conditions and
with varying subjects. Intuitively, the silhouette appears to be a
good feature to utilize, since it captures the motion of most of
the body parts and also encodes its structural as well as
transitional information [10].Since silhouette contains most of
the body parts and is independent of the clothing, illumination
and textures, the image database is extracted in silhouette form
in this work. The figure below shows different gait cycles of
different subjects.
Fig. 2 Different gait cycles of different persons
Fig. 3 Extraction of hidden features from the gait image sequences
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216
213 | P a g e
Fig. 4 Binary walking image sequence silhouettes of non-PD control (top) and
Parkinson’s disease (PD) patients in the “Drug-Off” (middle) and “Drug-On”
(bottom) states
The image measurements comprises of a head strike, mid
strike and toe strike for the detection of PD patients for further
proceedings. The feature vector formed is an n dimensional
vector that contains these measurements. This vector can be
used to classify an object or to provide us with condensed
higher-level image information. A feature is robust if it will
provide consistent results across the entire application domain.
The images are stored in the form of a two- dimensional data
array [11].
At the time of walking, the human body center of mass
changes from instance to instance, so we are using center of
mass as a feature and this center of mass show the brighted
weighted average of x and y coordinates pixels in the frame.
Center of mass of the white pixels area for binary images is the
same as the center of mass if we consider the intensity at a
point as the mass of that point. In binary image we can
calculate center of mass coordinate by using following formula
[12].
B (i, j) = the brightness of the image at the point (i, j)
0 0
* ( , )
n m
i j
j B i j
x
A
 


(1)
0 0
* ( , )
n m
i j
i B i j
y
A
 


(2)
Here x and
y are center of mass points in image. Here m and
n is dimension of matrix which store image in matrix form, A
is the area of region, and it can be calculated by following
formula:
0 0
( , )
n m
i j
A B i j
 
  (3)3
Another feature of gait is its periodicity. By observing, the
width of the silhouette was changing periodically with the
time-lapse. The width of the silhouette will reach a maximum
when the two legs are farthest apart (full stride stance) and drop
to a minimum when the legs overlap (heels together stance). At
the same time, the height of silhouette has slight change in the
procedure. Consequently, we can get the estimation of gait
cycle.
For calculating step size length, height and gait cycle, we have
used boundary box technique [13]. On silhouette a boundary
box is created to cover whole object from outside and its right
edge boundary touches the back foot back end and left edge
touches the front foot front end, this boundary box width
recorded as stride length.
Fig. 5. Silhouettes boundary box image
Stride length, height and gait cycle are obtained. Stride
length is estimated by tracking the person, estimating their
walking velocity and thus cadence.
IV. PD GAIT PATTERN DETECTION SYSTEM
The schematic of our Gait image based PD detection is
shown in figure 6. Firstly the video is captured by a camera,
followed by motion detection and segmentation methods which
are applied to detect and segment walking person in video.
From these segmented images, silhouettes are created for
image processing operations to extract the feature for each PD
image sequences. Thus database is created using extracted
feature and these features represent the special characteristic of
walking person[14][15].This paper adopts the Hidden Markov
model for classification and detection of PD persons and the
maximum recognition rate is 99.6995%.
Gait Video
Database
Silhouette Extraction
using image processing
Features
selection
Build initial HMM
Train the HMM
Expert HMM
Center Of Mass Step size Length Gait Cycle Length
Produce HMM Log likelihood
Value
Result
Test with Different
Model
Preprocessing Techniques
Processing
Gait Recognition
Gait Analysis
PD Patients' Detection
Image frames clipping
and Subject Detection
Fig. 6. Schematic overview of the proposed HMM model
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216
214 | P a g e
V. HIDDEN MARKOV MODEL OF GAIT SEQUENCES
HMM is used to identify the inherent characteristics of a
particular motion independent from such variations. An HMM
model is a finite state machine. Each state may be modeled as a
single Gaussian or a multi-modal Gaussians mixture. Due to
the continuous nature of gait image sequences, the PD
identified features must be trained by expert HMM and then
test by the PD image sequences. The topology of an HMM
model for gait image sequences is considered to be left-to-right
to meet the observations arrangement criterion. This left-to-
right topology authorizes transitions from each state to itself
and to right-hand neighbors. HMM model parameters are
usually estimated in the training phase by maximum likelihood
based or discriminative based training algorithms using
sufficient training data sets. A continuous left-to-right HMM
model parameters with N states and M mixtures can be stated
by. The state and observation sequence of HMM is shown in
Fig.6. It generates an observation Ot, with the probability
density. It is capable of forming arbitrarily decision boundaries
but its performance depends on the network architecture. Using
HMM as classifier gives some advantage. First, HMM is data
driven self-adaptive methods in that they can adjust themselves
to the data without any explicit function. Second, it is function
approximation technique in that network can approximate any
function [13][14][15]. Third, it is nonlinear model, which can
model real world problem.
Fig. 7. HMM model for PD gait topology
Finally, HMM are able to estimate the posterior probability,
which provides the basic of estimating classification rule.
Particular network architecture defined two things, first is the
number of hidden layer and second is the number of neuron in
each layer. Based on these two things we can create much
network architecture, other than these two we can also define
different network model and also use different training
algorithm. Good architecture determined by experiment result.
Design of neural network involves the selection of its model,
architecture, learning algorithm, and activation function. A
Hidden Markov Model (HMM) is a statistical and probabilistic
model that represents the structure or statistical regularities of
classes of sequences. In HMMs, state (in our earlier example,
the urns) are not observable (i.e., hidden).Observations are
probabilistic function of state. State transitions are still
probabilistic [15]-[20]. A stochastic process is a sequence of
feature extraction code words, the outcomes being the
classification of hand gesture path. We formally introduce the
elements of HMMs as follows:
Step1. N, the number of states in the model. The individual
states are denoted as S1, S2, S3…..SN.
Step2. M, the number of distinct observation symbols, i.e.
the individual symbols. The symbols are denoted as Ω=X1,
X2, X3….XN .In our case, each observation symbol corresponds
to an image frame.
Step3. The state transition probability distribution matrix A=
[aij] where
'
Pr[ | ],1 ,ij j ia q S q S i j N    
(4)
Here q’ is the next state; q is the current state; Sj is the state j:
Si is the state i.
Step4: The Observation symbol probability distribution matrix
[ ( )]js kB b x
Where
( ) Pr[ | ],js k k jb x x q S  1 ,1j N k M   
Here
( )js kb x
represents the emission probability of an
observation symbol kx in the state jS
.
Step5: The initial state distribution vector
{ }i   where
Pr[ ]i i iq S   ,i N .
Step6: λ is the entire model ( , , )A B   .
A. Training and Testing datasets
Silhouettes corresponding to a walk cycle are extracted for
each person in the database using the silhouette extraction
procedure described in Section 2.A. The width vector is
generated for each frame and encoded as a compact 5-D
observation sequence using the stances of that person. This
lower dimensional vector sequence (possibly of varying length)
constitutes a training sequence. We train a 5-state, single
Gaussian, ergodic HMM for each person. As expected,
the transition probabilities and the observation probabilities
turned out to be different for different patients’ .We use the
holdout method for error estimation. Half of the cycles were
used for training and the other half for testing purpose.
B. Results and Discussion
Fig. 8. Training and Testing of Silhoutte image Using LabVIEW
TABLE I
HMM BASED CLASSIFICATION RESULTS FOR CMU DATABASE
Test
sequ
ence
Recognition
Pers
on1
Per
son
2
Per
son
3
Per
son
4
Per
son
5
Per
son
6
Accur
acy
Error
rate
in %
Pers
on1
10 0 0 0 0 0 95.553 4.447
Pers
on2
0 10 0 0 0 0 100 0
Pers 0 0 10 0 0 0 100 0
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216
215 | P a g e
on3
Pers
on4
0 0 0 10 0 0 99.756 0.25
Pers
on5
0 0 0 0 10 0 100 0
Pers
on6
0 0 0 0 0 10 97.675 2.035
TABLE III
CLASSIFICATION RESULTS IN TERMS OF AVERAGE RECOGNITION FOR CMU
DATABASE
Feature type Attempts success
Recognitio
n
Width of the contour 75 75 100%
Width of the
contour+hidden
features
75 69 92%
TABLE IIIII
CLASSIFICATION RESULTS IN TERMS OF AVERAGE RECOGNITION FOR
CASIA DATABASE
Data
sets
Group
name
Training
% age
Testing %
age
Trainin
g
instance
s
Testing
instances
Person 1 80 20 1000 250
Person 2 90 10 1200
125
Person 3 70 30 1155
315
The average best recognition result for our method is
99.6995%.
VI. CONCLUSION AND FUTURE WORK
HMM based classification technique for PD detection
presents easy use and installation of the current method which
provides clinicians and researchers a low cost solution to
monitor the progress and treatment of Parkinson [21]. The
ability to evaluate treatments for Parkinson’s disease is an
important issue. However, previous research has been hindered
due to the lack of tools that can be easily installed, provide
prompt gait analysis, facilitate data collection and lower a
patient’s level of exertion during the examinations[22][23]. In
this study, a computer vision-based gait analysis approach that
is different from other sensor or marker based approaches is
developed. The proposed method provides an alternative to
perform gait analysis for patients with PD. Alternative to
HMM,PD can also be classified by using kernel-based
principal component analysis to classify and quantify specific
gait patterns [24][25]. Although there are few significant
differences among the gait patterns, the proposed method
presents encouraging classification accuracy rates of 99.6695%
in identifying different PD gaits. This technique provides a
practicable reference for clinicians and researchers to obtain the
quantitative gait parameters and assess the progression of
Parkinson’s disease in the motor section of the brain using
ambulation patterns recorded in monocular image frames
which approaches in classifying “Non-PD” controls and “Drug-
Off/ On” PD patients. Our results indicate the feasibility of
using gait performance to evaluate the motor function of
patients with PD. We propose the use of HMM-based
classifiers since they are easy to implement. In the present
study, consistent results across cross-validation and test set are
achieved with limited training data [26]. The proposed
methodology is adopted to derive a low dimensional
observation sequence from the PD silhouette during a gait
cycle. Learning is achieved by training an HMM for each
person over several gait cycles. The method was tested on 3
different databases. In general, the recognition rates were found
to be good. As anticipated, drastic changes in clothing
adversely affect recognition performance. In spite of its
sensitivity to changes in viewing angle beyond ten degrees, the
mentioned method is reasonably robust to changes in speed. In
the case of human gait recognition we observed in some cases
that the stride length changed appreciably with walking speed
causing a slight drop in recognition performance. It can also be
extended to classify different activities such as walking and
running. We are hence convinced of the validity of the HMM
based early detection and medication of PD patients.
REFERENCES
[1] L.Wang, T.Tan, H.Ning and W. Hu,”Silhouette analysis-based
gait recognition for human identification,”IEEE transactions on
pattern analysis and machine intelligence ,vol. 25 ,pp.1505-
1518,12, Dec 2003.
[2] R.Grasso, L. Bianchi and F. Lacquaniti,"Motor patterns for
human gait: backward versus forward locomotion," Journal of
Neurophysiology, vol.80, pp.1868-1885,4, 1998.
[3] S.W.Chen,S.H. Lin,L.D. Liao,H.Y. Lai,Y.C. Pei,T.S. Kuo,C.T.
Lin,J.Y. Chang,Y.Y. Chen, Y.C. Lo,S.Y. Chen, R. Wu and S.
Tsang“Quantification and recognition of parkinsonian gait from
monocular video imaging using kernel-based principal
component analysis”, Chen et al. BioMedical Engineering
OnLine,2011.
[4] K. Ansari and A.Johnson,"Olfactory function in patients with
Parkinson's disease," Journal of Chronic Diseases,vol.
28(9),pp.493–497,1975.
[5] A.Yoritaka, N. Hattori, K. Uchida, M. Tanaka, E. R. Stadtman
and Y. Mizuno, "Immuno histochemical detection of 4-
hydroxynonenal protein adducts in Parkinson disease,”in
Proceedings in National Academy of Sciences, 1996.
[6] H.Mochizuki, K.Goto, H. Mori and Y.Mizuno, "Histochemical
detection of apoptosis in Parkinson's disease,” Journal of the
Neurological Sciences, vol. 137(2), 120–123,1996.
[7] A.Salarian, H. Russmann, F. Vingerhoets and C.Dehollaini,"Gait
assessment in Parkinson's disease: toward an ambulatory system
for long-term monitoring," IEEE Transactions on Biomedical
Engineering, vol. 51(8),pp.1434 – 1443,2004.
[8] A. Elqursh and A. Elgammal, "Online moving camera
background subtraction," Computer Vision–ECCV, Springer
Berlin Heidelberg, pp. 228-241,2012.
[9] C. Stauffer and W. E. L Grimson."Adaptive background mixture
models for real-time tracking,” IEEE Computer Society
Conference on Computer Vision and Pattern Recognition,1999.
[10] L.G.Chang, J.A.Burne, “An automated form of video image
analysis applied to classification of movement disorders.
Disability & Rehabilitation “,vol. 22(1-2): pp.97-108,2000.
[11] P Krawetz, P Nance,”Gait analysis of spinal cord injured
subjects: Effects of injury level and spasticity”,Archives of
physical medicine and rehabilitation, vol.77(7):pp.635-638,1996.
[12] S.Sarkar, PJ.Phillips, Z.Liu, IR. Vega, P.Grother, KW. Bowyer,”
The human ID gait challenge problem:Data sets,performance, and
analysis”,IEEE transactions on pattern analysis and machine
intelligence, 162-177, 2005.
[13] S. Han and H. Feng-Gang, “Human gait recognition by motion
analysis”. Proceedings of the Fourth International Conference on
Machine Learning and Cybernetics, Guangzhou, pp.18-21,2005.
[14] S. Sharma, R.Tiwari, A. Shukla and V. Singh,” Identification of
People Using Gait Biometrics,” International Journal of Machine
Learning and Computing, vol. 1(4), pp. 1-7, October 2011.
International Journal of Technical Research and Applications e-ISSN: 2320-8163,
www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216
216 | P a g e
[15] R. Rosin, H. Topka and J. Dichgans,” Gait initiation in
Parkinson’s disease movement disorders,” 12(5):682-690,1997.
[16] J. Bae and M. Tomizuka,” Gait phase analysis based on a Hidden
Markov Model,” vol.21(6),pp.961-970,2011.
[17] A. Kale,A.N. Rajagopalan,N. Cuntoor and V. Kruger, “Gait-
based Recognition of Humans Using Continuous HMMs,”
Proceedings of the Fifth IEEE International Conference on
Automatic Face and Gesture Recognition,2002.
[18] L.R. Rabiner, “A tutorial on hidden markov models and selected
applications in speech recognition,” Proceedings of the IEEE,
vol. 77, no. 2, pp. 257–285, February 1989.
[19] A.F. Bobick and J.W. Davis, “The recognition of human
movement using temporal templates,” IEEE Trans. on Pattern
Anal. and Machine Intell., vol. 23, pp. 257–267, 2001.
[20] P.S. Huang, C.J. Harris, and M.S. Nixon, “Recognizing humans
by gait via parametric canonical space,” Artificial Intelligence in
Engineering, vol. 13, no. 4, pp. 359–366, 1999.
[21] C. Bregler, “Learning and recognising human dynamics in video
sequences,” Proc. of the IEEE Conf. on Comp. Vision and Patt.
Recog., pp. 568–574, 1997.
[22] M.S. Nixon, J.N. Carter, M.G. Grant, L. Gordon, J.B. Hayfron-
Acquah,”Automatic recognition by gait: progress and
prospects”,Sensor Review, vol.23(4),pp.323-331,2003.
[23] J.Little and J.Boyd,”Recognizing people by their gait: the shape
of motion”,Journal of Computer Vision Research, vol.1(2):pp.1-
32,1998.
[24] H.Murase, R.Sakai,”Moving object recognition in eigenspace
representation: gait analysis and lip reading”, Pattern recognition
letters, vol.17(2):pp.155-162,1996.
[25] N. Suo, X. Qian and J. Zhao, “Gait recognition based on KPCA
and KNN”,IEEE 2nd Conference on Environmental Science and
Information Application Technology,pp.432-435,2010.
[26] T. Pfau, M. Ferrari, K. Parsons, A. Wilson, “A hidden Markov
model-based stride segmentation technique applied to equine
inertial sensor trunk movement data”, Journal of Biomechanics
,vol.41,pp.216– 220, 2008.

More Related Content

What's hot

A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
CSCJournals
 
Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
IJRAT
 

What's hot (19)

IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
L045047880
L045047880L045047880
L045047880
 
An evaluation of automated tumor detection techniques of brain magnetic reson...
An evaluation of automated tumor detection techniques of brain magnetic reson...An evaluation of automated tumor detection techniques of brain magnetic reson...
An evaluation of automated tumor detection techniques of brain magnetic reson...
 
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
 
D232430
D232430D232430
D232430
 
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
Exploiting Kinetic and Kinematic Data to Plot Cyclograms for Managing the Reh...
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Biomedica...
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Biomedica...IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Biomedica...
IEEE Final Year Projects 2011-2012 :: Elysium Technologies Pvt Ltd::Biomedica...
 
Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...
 
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SETA NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET
 
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
A UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHMA UTOMATIC  S EGMENTATION IN  B REAST  C ANCER  U SING  W ATERSHED  A LGORITHM
A UTOMATIC S EGMENTATION IN B REAST C ANCER U SING W ATERSHED A LGORITHM
 
Abnormal gait detection by means of LSTM
Abnormal gait detection by means of LSTM  Abnormal gait detection by means of LSTM
Abnormal gait detection by means of LSTM
 
IRJET - Review on Lung Cancer Detection Techniques
IRJET -  	  Review on Lung Cancer Detection TechniquesIRJET -  	  Review on Lung Cancer Detection Techniques
IRJET - Review on Lung Cancer Detection Techniques
 
A robust technique of brain mri classification using color features and k nea...
A robust technique of brain mri classification using color features and k nea...A robust technique of brain mri classification using color features and k nea...
A robust technique of brain mri classification using color features and k nea...
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
IRJET - A Review on Segmentation of Chest Radiographs
IRJET - A Review on Segmentation of Chest RadiographsIRJET - A Review on Segmentation of Chest Radiographs
IRJET - A Review on Segmentation of Chest Radiographs
 
Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
 
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor ImagesIRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
 
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
Brain Tumor Extraction from T1- Weighted MRI using Co-clustering and Level Se...
 

Viewers also liked

EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
International Journal of Technical Research & Application
 

Viewers also liked (20)

A LITERATURE SURVEY ON ENERGY SAVING SCHEME IN CELLULAR RADIO ACCESS NETWORKS...
A LITERATURE SURVEY ON ENERGY SAVING SCHEME IN CELLULAR RADIO ACCESS NETWORKS...A LITERATURE SURVEY ON ENERGY SAVING SCHEME IN CELLULAR RADIO ACCESS NETWORKS...
A LITERATURE SURVEY ON ENERGY SAVING SCHEME IN CELLULAR RADIO ACCESS NETWORKS...
 
ANALYSIS OF RESEARCH ISSUES IN WEB DATA MINING
ANALYSIS OF RESEARCH ISSUES IN WEB DATA MINING ANALYSIS OF RESEARCH ISSUES IN WEB DATA MINING
ANALYSIS OF RESEARCH ISSUES IN WEB DATA MINING
 
FERRITIC AS A POTENT MARKER OF BREST CANCER
FERRITIC AS A POTENT MARKER OF BREST CANCERFERRITIC AS A POTENT MARKER OF BREST CANCER
FERRITIC AS A POTENT MARKER OF BREST CANCER
 
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASHA STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
A STUDY ON THE FRESH PROPERTIES OF SCC WITH FLY ASH
 
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
EXTRACURRICULAR ACTIVITIES AND STUDENT’S PERFORMANCE IN SECONDARY SCHOOL
 
M-COMMERCE: NEW TOOL FOR INDUSTRY
M-COMMERCE: NEW TOOL FOR INDUSTRYM-COMMERCE: NEW TOOL FOR INDUSTRY
M-COMMERCE: NEW TOOL FOR INDUSTRY
 
Benetton Group Marketing Analysis/ تحلیل بازاریابی گروه بنتون
Benetton Group Marketing Analysis/ تحلیل بازاریابی گروه بنتونBenetton Group Marketing Analysis/ تحلیل بازاریابی گروه بنتون
Benetton Group Marketing Analysis/ تحلیل بازاریابی گروه بنتون
 
Bg primary production workshop 4.06.2014
Bg primary production workshop 4.06.2014Bg primary production workshop 4.06.2014
Bg primary production workshop 4.06.2014
 
CCTV | Fire Alarm System - AA2000 Security and Technology Solutions
CCTV | Fire Alarm System - AA2000 Security and Technology SolutionsCCTV | Fire Alarm System - AA2000 Security and Technology Solutions
CCTV | Fire Alarm System - AA2000 Security and Technology Solutions
 
WEB PAGE RANKING BASED ON TEXT SUBSTANCE OF LINKED PAGES
WEB PAGE RANKING BASED ON TEXT SUBSTANCE OF LINKED PAGESWEB PAGE RANKING BASED ON TEXT SUBSTANCE OF LINKED PAGES
WEB PAGE RANKING BASED ON TEXT SUBSTANCE OF LINKED PAGES
 
Ijtra130517
Ijtra130517Ijtra130517
Ijtra130517
 
Ijtra130514
Ijtra130514Ijtra130514
Ijtra130514
 
Java interview questions tutorialspoint
Java interview questions   tutorialspointJava interview questions   tutorialspoint
Java interview questions tutorialspoint
 
PARENTING STYLES AS A PREDICTORS OF ACADEMIC ACHIEVEMENT OF STUDENTS
PARENTING STYLES AS A PREDICTORS OF ACADEMIC ACHIEVEMENT OF STUDENTSPARENTING STYLES AS A PREDICTORS OF ACADEMIC ACHIEVEMENT OF STUDENTS
PARENTING STYLES AS A PREDICTORS OF ACADEMIC ACHIEVEMENT OF STUDENTS
 
Legal learning lunch on SRA CPD Changes
Legal learning lunch on SRA CPD ChangesLegal learning lunch on SRA CPD Changes
Legal learning lunch on SRA CPD Changes
 
chintakunta_infy
chintakunta_infychintakunta_infy
chintakunta_infy
 
Using powerpoint at exhibitions presentation
Using powerpoint at exhibitions presentationUsing powerpoint at exhibitions presentation
Using powerpoint at exhibitions presentation
 
حبيب سويدية الحرب القذرة
حبيب سويدية   الحرب القذرةحبيب سويدية   الحرب القذرة
حبيب سويدية الحرب القذرة
 
Ijtra130508
Ijtra130508Ijtra130508
Ijtra130508
 
PRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTE
PRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTEPRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTE
PRODUCTION OF HARD SHEETS FROM MUNICIPAL SOLID WASTE
 

Similar to HMM BASED PARKINSON’S DETECTION BY ANALYSING SYMBOLIC POSTURAL GAIT IMAGE SEQUENCES

Paper id 25201433
Paper id 25201433Paper id 25201433
Paper id 25201433
IJRAT
 
Accurate metaheuristic deep convolutional structure for a robust human gait r...
Accurate metaheuristic deep convolutional structure for a robust human gait r...Accurate metaheuristic deep convolutional structure for a robust human gait r...
Accurate metaheuristic deep convolutional structure for a robust human gait r...
IJECEIAES
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
ijma
 

Similar to HMM BASED PARKINSON’S DETECTION BY ANALYSING SYMBOLIC POSTURAL GAIT IMAGE SEQUENCES (20)

Ataxic person prediction using feature optimized based on machine learning model
Ataxic person prediction using feature optimized based on machine learning modelAtaxic person prediction using feature optimized based on machine learning model
Ataxic person prediction using feature optimized based on machine learning model
 
1879 1885
1879 18851879 1885
1879 1885
 
Top Cited Articles in Signal & Image Processing 2021-2022
Top Cited Articles in Signal & Image Processing 2021-2022Top Cited Articles in Signal & Image Processing 2021-2022
Top Cited Articles in Signal & Image Processing 2021-2022
 
Health monitoring catalogue based on human activity classification using mac...
Health monitoring catalogue based on human activity  classification using mac...Health monitoring catalogue based on human activity  classification using mac...
Health monitoring catalogue based on human activity classification using mac...
 
Pneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network WritersPneumonia Detection Using Convolutional Neural Network Writers
Pneumonia Detection Using Convolutional Neural Network Writers
 
Gait Recognition for Security and Surveillance System- A Review
Gait Recognition for Security and Surveillance System- A ReviewGait Recognition for Security and Surveillance System- A Review
Gait Recognition for Security and Surveillance System- A Review
 
Wearable sensor-based human activity recognition with ensemble learning: a co...
Wearable sensor-based human activity recognition with ensemble learning: a co...Wearable sensor-based human activity recognition with ensemble learning: a co...
Wearable sensor-based human activity recognition with ensemble learning: a co...
 
Gait Recognition using MDA, LDA, BPNN and SVM
Gait Recognition using MDA, LDA, BPNN and SVMGait Recognition using MDA, LDA, BPNN and SVM
Gait Recognition using MDA, LDA, BPNN and SVM
 
Real-time and Non-Invasive Detection of Haemoglobin level using CNN
Real-time and Non-Invasive Detection of Haemoglobin level using CNNReal-time and Non-Invasive Detection of Haemoglobin level using CNN
Real-time and Non-Invasive Detection of Haemoglobin level using CNN
 
Essay On Image Processing
Essay On Image ProcessingEssay On Image Processing
Essay On Image Processing
 
Abstract.docx
Abstract.docxAbstract.docx
Abstract.docx
 
A Wearable Accelerometer System for Unobtrusive Monitoring of Parkinson’s Dis...
A Wearable Accelerometer System for Unobtrusive Monitoring of Parkinson’s Dis...A Wearable Accelerometer System for Unobtrusive Monitoring of Parkinson’s Dis...
A Wearable Accelerometer System for Unobtrusive Monitoring of Parkinson’s Dis...
 
Hybrid Pixel-Based Method for Multimodal Medical Image Fusion Based on Integr...
Hybrid Pixel-Based Method for Multimodal Medical Image Fusion Based on Integr...Hybrid Pixel-Based Method for Multimodal Medical Image Fusion Based on Integr...
Hybrid Pixel-Based Method for Multimodal Medical Image Fusion Based on Integr...
 
Koenig et al. 2018 corrida e caminhada
Koenig et al. 2018 corrida e caminhadaKoenig et al. 2018 corrida e caminhada
Koenig et al. 2018 corrida e caminhada
 
Paper id 25201433
Paper id 25201433Paper id 25201433
Paper id 25201433
 
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
Brain Image Fusion using DWT and Laplacian Pyramid Approach and Tumor Detecti...
 
Review on anomalous gait behavior detection using machine learning algorithms
Review on anomalous gait behavior detection using machine learning algorithmsReview on anomalous gait behavior detection using machine learning algorithms
Review on anomalous gait behavior detection using machine learning algorithms
 
Camera Distance
Camera DistanceCamera Distance
Camera Distance
 
Accurate metaheuristic deep convolutional structure for a robust human gait r...
Accurate metaheuristic deep convolutional structure for a robust human gait r...Accurate metaheuristic deep convolutional structure for a robust human gait r...
Accurate metaheuristic deep convolutional structure for a robust human gait r...
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
 

More from International Journal of Technical Research & Application

EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
International Journal of Technical Research & Application
 
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
International Journal of Technical Research & Application
 
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
International Journal of Technical Research & Application
 
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIRAN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
International Journal of Technical Research & Application
 
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTYEFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
International Journal of Technical Research & Application
 
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
International Journal of Technical Research & Application
 
PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...
PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...
PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...
International Journal of Technical Research & Application
 

More from International Journal of Technical Research & Application (20)

STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEWSTUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
STUDY & PERFORMANCE OF METAL ON METAL HIP IMPLANTS: A REVIEW
 
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
EXPONENTIAL SMOOTHING OF POSTPONEMENT RATES IN OPERATION THEATRES OF ADVANCED...
 
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
POSTPONEMENT OF SCHEDULED GENERAL SURGERIES IN A TERTIARY CARE HOSPITAL - A T...
 
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONSSTUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
STUDY OF NANO-SYSTEMS FOR COMPUTER SIMULATIONS
 
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
ENERGY GAP INVESTIGATION AND CHARACTERIZATION OF KESTERITE CU2ZNSNS4 THIN FIL...
 
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTERPOD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
POD-PWM BASED CAPACITOR CLAMPED MULTILEVEL INVERTER
 
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGADIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
DIGITAL COMPRESSING OF A BPCM SIGNAL ACCORDING TO BARKER CODE USING FPGA
 
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
MODELLING THE IMPACT OF FLOODING USING GEOGRAPHIC INFORMATION SYSTEM AND REMO...
 
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIRAN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
AN EXPERIMENTAL STUDY ON SEPARATION OF WATER FROM THE ATMOSPHERIC AIR
 
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESSLI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
LI-ION BATTERY TESTING FROM MANUFACTURING TO OPERATION PROCESS
 
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
QUALITATIVE RISK ASSESSMENT AND MITIGATION MEASURES FOR REAL ESTATE PROJECTS ...
 
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEWSCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
SCOPE OF REPLACING FINE AGGREGATE WITH COPPER SLAG IN CONCRETE- A REVIEW
 
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKINGIMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
IMPLEMENTATION OF METHODS FOR TRANSACTION IN SECURE ONLINE BANKING
 
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTYEFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
EFFECT OF TRANS-SEPTAL SUTURE TECHNIQUE VERSUS NASAL PACKING AFTER SEPTOPLASTY
 
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
EVALUATION OF DRAINAGE WATER QUALITY FOR IRRIGATION BY INTEGRATION BETWEEN IR...
 
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
THE CONSTRUCTION PROCEDURE AND ADVANTAGE OF THE RAIL CABLE-LIFTING CONSTRUCTI...
 
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
TIME EFFICIENT BAYLIS-HILLMAN REACTION ON STEROIDAL NUCLEUS OF WITHAFERIN-A T...
 
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
 
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
OPEN LOOP ANALYSIS OF CASCADED HBRIDGE MULTILEVEL INVERTER USING PDPWM FOR PH...
 
PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...
PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...
PHYSICO-CHEMICAL AND BACTERIOLOGICAL ASSESSMENT OF RIVER MUDZIRA WATER IN MUB...
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

HMM BASED PARKINSON’S DETECTION BY ANALYSING SYMBOLIC POSTURAL GAIT IMAGE SEQUENCES

  • 1. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216 211 | P a g e HMM BASED PARKINSON’S DETECTION BY ANALYSING SYMBOLIC POSTURAL GAIT IMAGE SEQUENCES Laxmi Shaw Department of Applied Electronics and Instrumentation Silicon Institute of Technology, Bhubaneswar, Orissa, India laxmishaw1983@gmail.com Abstract— Detection of Parkinson’s disease (PD) at an early stage is necessary for its treatment. The commonly used methods available in the literature use observation of certain symptoms such as Tremor, Loss of Smell and Troubled Sleeping, Moving or Walking. The motion pattern in this disease can be characterized by a spatio-temporal phenomenon that signifies gait recognition as reported in the literature. However, non-invasive methods such as use of Gait image sequences are handy in terms of cost and comfort. In this paper we propose a statistical approach for detection of Parkinson’s diseases by considering segmental feature of gait image sequences by using Hidden Markov Model (HMM). A set of key features from the image frames is identified during the gait cycle. The input binary silhouette images are preprocessed by morphological operations to fill the holes and remove noise. An image feature vector is created from the outer contour of the image sequences. From the feature vectors of the gait cycle, a set of initial exemplars is constructed. The similarity between the feature vector and the exemplar is measured by the inner product distance. An HMM is trained iteratively using the Viterbi algorithm and Baum-Welch algorithm and then used for detection of Parkisonian gait. The characteristics of one dimensional HMM best fit to one dimensional image vector thus the proposed method reduces image feature from the two-dimensional plane to a one- dimensional vector. The statistical nature of the HMM makes it robust to PD gait representation and recognition. The proposed HMM-based method in LabVIEW and MATLAB is evaluated using the CMU MoBo database as well as our own prepared database for PD detection. Keywords— Pattern classification, sequential data, similarity measure, Hidden Markov Model and Parkinson’s disease. I. INTRODUCTION Development of non-invasive methods for the identification of specific gait patterns is an important issue in the detection of Parkinson’s disease (PD). The main noticeable point is that every individual seems to have a distinctive way of walking, which can be easily understood from a biomechanical point of view [1]. Human locomotion consists of synchronized integrated movements of hundreds of muscles and joints. Gait can be defined as the coordinated, cyclic combination of movements that results in human locomotion [2].Gait patterns vary from one person to another in certain aspects such as their relative timing and magnitudes. In this paper, a computer vision-based gait analysis approach is developed towards the detection of PD using a Hidden Markov Model (HMM). People with PD commonly present gait disorders that affect their walking ability. As natural body movements can be transformed into essential spatial-temporal parameters with video-based motion analysis techniques, this analysis helps us to identify PD, from motion patterns if a person is suffering from PD. In this work, sixteen PD patients and sixteen healthy subjects with no neurological history or motor disorders within the past six months are considered and separated according to their “Non-PD”, “Drug-On”, and “Drug-Off” states. The participants were asked to wear light-colored clothing and perform three walking trials through a corridor decorated with a navy curtain at their natural pace [3]. We have captured participants’ steady-state walking for gait analysis using a high quality video camera at 30 fps, 640x480 resolutions. From the videos, some of the walking images were transformed into binary silhouettes for noise reduction and compression. Using the developed HMM based method, the features within the binary silhouettes was extracted to quantitatively determine the gait cycle time, stride length, walking velocity, and cadence [3]. First binary silhouette of a walking person is detected from each frame. Subsequently, features from each frame are extracted using image processing techniques. Here center of mass, step size, length, and cycle length are selected as the features. Finally HMM has been used for the PD gait pattern recognition. The major contribution of this paper is extended gait detection techniques for identification of PD. The algorithm has been implemented in Matlab as well as LabVIEW. The paper is organized as follows. Section 2 gives a review of previous works. Section 3 describes the proposed model. Section 4 discusses the HMM based classification of gait sequences. Section 5 gives the results while Section 6 concludes the paper. II. LITERATURE REVIEW A number of intervention studies have been carried out to investigate the detection of PD. In [4], the authors used the olfactory acuity of 22 patients for detection of Parkinson's disease. Ten of 22 patients with PD showed significant decrease in olfactory acuity. Nine of these 10 patients had moderately or rapidly progressive disease. In [5], oxidative stress and mitochondrial respiratory failure was used as a tool for the detection of PD. The authors have reported results of immunochemical studies using polyclonal antibodies directed against HNE-protein conjugates to label the site of oxidative damage in control subjects (ages 18-99 years) and seven patients that died of PD (ages 57-78 years). There results indicate the presence of oxidative stress within nigral neurons in PD, and this oxidative stress may contribute to nigral cell death. The work in [5] reports evidence to indicate apoptosis in the substantia nigra of PD patients. The authors studied the midbrains of 7 patients with late onset PD, 4 patients with young onset PD and 6 control subjects using the nick-end labeling method. Intense nuclear staining indicating apoptotic process was observed in 8 out of 11 parkinsonian patients studied.
  • 2. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216 212 | P a g e The work in [6] describes an ambulatory gait analysis method using body-attached gyroscopes to estimate spatio- temporal parameters of gait. They have validated their method against a reference system for normal and pathologic gait. Later, ten Parkinson's disease (PD) patients with sub-thalamic nucleus deep brain stimulation (STN-DBS) implantation participated in gait measurements using their device. The method provides a simple yet effective way of ambulatory gait analysis in PD patients with results confirming those obtained from much more complex and expensive methods used in gait labs. The methods described above are invasive and contact based. In this approach, we propose a non-contact image based method of detection of PD. III. OVERVIEW OF THE PROPOSED MODEL Silhouette extraction and features extraction are two major tasks used in this gait recognition system processing. In this proposed model, first the frames from the recorded videos are extracted. These frames are subsequently converted into silhouette image sequences. The dataset consists of 32 subjects of which 16 are PD patients and 16 are healthy persons. The subjects were walking at their natural pace on a corridor. There are about 16 cycles in each sequence. Half of the cycles were used for training and the other half for testing. The data was collected using a high quality video camera at 30 fps, 640x480 resolution, mounted on a tripod. The following gait variables can be evaluated based on their clinical relevance and reported association with cognitive function: 1) step length 2) stance phase 3) swing phase 4) single support/double support time ratio 5) cadence 6) velocity 7) step length variability 8) swing time variability. The features within the binary silhouettes were extracted to quantitatively determine the gait cycle time, stride length, walking velocity, and cadence for HMM training and testing purpose. In order to reduce the large number of gait variables to a smaller number of factors, a factor analysis was performed. Furthermore, we assessed all patients with an extensive neuropsychological battery and correlated the composite scores of three main cognitive domains, viz. episodic memory, executive and visuo-spatial domains with the gait factors scores. We also evaluated correlations between gait factors and clinical measures. A. Silhouette extraction The motional individual silhouette must be detected before getting the gait feature. Background subtraction has been used for the same. The method described in [7] which uses bottom up cues has been used for background subtraction. The figure below gives an example of gait detection. Original image Background image Extracted Silhouette Subtracted image Fig. 1 Example of gait detection. (a) Original image; (b) Background image; (c) Extracted silhouette; (d) Subtracted image Morphological Erosions applied to the background subtracted image to improve the quality of extracted silhouette and reduce noise [8] [9]. B. Feature Extraction Feature selection is primarily performed to select relevant and informative characteristics from the image data. Our gait image feature vector is comprised of parameters of moment features in image regions. The feature extraction must be reasonably robust to the varying illumination conditions and with varying subjects. Intuitively, the silhouette appears to be a good feature to utilize, since it captures the motion of most of the body parts and also encodes its structural as well as transitional information [10].Since silhouette contains most of the body parts and is independent of the clothing, illumination and textures, the image database is extracted in silhouette form in this work. The figure below shows different gait cycles of different subjects. Fig. 2 Different gait cycles of different persons Fig. 3 Extraction of hidden features from the gait image sequences
  • 3. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216 213 | P a g e Fig. 4 Binary walking image sequence silhouettes of non-PD control (top) and Parkinson’s disease (PD) patients in the “Drug-Off” (middle) and “Drug-On” (bottom) states The image measurements comprises of a head strike, mid strike and toe strike for the detection of PD patients for further proceedings. The feature vector formed is an n dimensional vector that contains these measurements. This vector can be used to classify an object or to provide us with condensed higher-level image information. A feature is robust if it will provide consistent results across the entire application domain. The images are stored in the form of a two- dimensional data array [11]. At the time of walking, the human body center of mass changes from instance to instance, so we are using center of mass as a feature and this center of mass show the brighted weighted average of x and y coordinates pixels in the frame. Center of mass of the white pixels area for binary images is the same as the center of mass if we consider the intensity at a point as the mass of that point. In binary image we can calculate center of mass coordinate by using following formula [12]. B (i, j) = the brightness of the image at the point (i, j) 0 0 * ( , ) n m i j j B i j x A     (1) 0 0 * ( , ) n m i j i B i j y A     (2) Here x and y are center of mass points in image. Here m and n is dimension of matrix which store image in matrix form, A is the area of region, and it can be calculated by following formula: 0 0 ( , ) n m i j A B i j     (3)3 Another feature of gait is its periodicity. By observing, the width of the silhouette was changing periodically with the time-lapse. The width of the silhouette will reach a maximum when the two legs are farthest apart (full stride stance) and drop to a minimum when the legs overlap (heels together stance). At the same time, the height of silhouette has slight change in the procedure. Consequently, we can get the estimation of gait cycle. For calculating step size length, height and gait cycle, we have used boundary box technique [13]. On silhouette a boundary box is created to cover whole object from outside and its right edge boundary touches the back foot back end and left edge touches the front foot front end, this boundary box width recorded as stride length. Fig. 5. Silhouettes boundary box image Stride length, height and gait cycle are obtained. Stride length is estimated by tracking the person, estimating their walking velocity and thus cadence. IV. PD GAIT PATTERN DETECTION SYSTEM The schematic of our Gait image based PD detection is shown in figure 6. Firstly the video is captured by a camera, followed by motion detection and segmentation methods which are applied to detect and segment walking person in video. From these segmented images, silhouettes are created for image processing operations to extract the feature for each PD image sequences. Thus database is created using extracted feature and these features represent the special characteristic of walking person[14][15].This paper adopts the Hidden Markov model for classification and detection of PD persons and the maximum recognition rate is 99.6995%. Gait Video Database Silhouette Extraction using image processing Features selection Build initial HMM Train the HMM Expert HMM Center Of Mass Step size Length Gait Cycle Length Produce HMM Log likelihood Value Result Test with Different Model Preprocessing Techniques Processing Gait Recognition Gait Analysis PD Patients' Detection Image frames clipping and Subject Detection Fig. 6. Schematic overview of the proposed HMM model
  • 4. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216 214 | P a g e V. HIDDEN MARKOV MODEL OF GAIT SEQUENCES HMM is used to identify the inherent characteristics of a particular motion independent from such variations. An HMM model is a finite state machine. Each state may be modeled as a single Gaussian or a multi-modal Gaussians mixture. Due to the continuous nature of gait image sequences, the PD identified features must be trained by expert HMM and then test by the PD image sequences. The topology of an HMM model for gait image sequences is considered to be left-to-right to meet the observations arrangement criterion. This left-to- right topology authorizes transitions from each state to itself and to right-hand neighbors. HMM model parameters are usually estimated in the training phase by maximum likelihood based or discriminative based training algorithms using sufficient training data sets. A continuous left-to-right HMM model parameters with N states and M mixtures can be stated by. The state and observation sequence of HMM is shown in Fig.6. It generates an observation Ot, with the probability density. It is capable of forming arbitrarily decision boundaries but its performance depends on the network architecture. Using HMM as classifier gives some advantage. First, HMM is data driven self-adaptive methods in that they can adjust themselves to the data without any explicit function. Second, it is function approximation technique in that network can approximate any function [13][14][15]. Third, it is nonlinear model, which can model real world problem. Fig. 7. HMM model for PD gait topology Finally, HMM are able to estimate the posterior probability, which provides the basic of estimating classification rule. Particular network architecture defined two things, first is the number of hidden layer and second is the number of neuron in each layer. Based on these two things we can create much network architecture, other than these two we can also define different network model and also use different training algorithm. Good architecture determined by experiment result. Design of neural network involves the selection of its model, architecture, learning algorithm, and activation function. A Hidden Markov Model (HMM) is a statistical and probabilistic model that represents the structure or statistical regularities of classes of sequences. In HMMs, state (in our earlier example, the urns) are not observable (i.e., hidden).Observations are probabilistic function of state. State transitions are still probabilistic [15]-[20]. A stochastic process is a sequence of feature extraction code words, the outcomes being the classification of hand gesture path. We formally introduce the elements of HMMs as follows: Step1. N, the number of states in the model. The individual states are denoted as S1, S2, S3…..SN. Step2. M, the number of distinct observation symbols, i.e. the individual symbols. The symbols are denoted as Ω=X1, X2, X3….XN .In our case, each observation symbol corresponds to an image frame. Step3. The state transition probability distribution matrix A= [aij] where ' Pr[ | ],1 ,ij j ia q S q S i j N     (4) Here q’ is the next state; q is the current state; Sj is the state j: Si is the state i. Step4: The Observation symbol probability distribution matrix [ ( )]js kB b x Where ( ) Pr[ | ],js k k jb x x q S  1 ,1j N k M    Here ( )js kb x represents the emission probability of an observation symbol kx in the state jS . Step5: The initial state distribution vector { }i   where Pr[ ]i i iq S   ,i N . Step6: λ is the entire model ( , , )A B   . A. Training and Testing datasets Silhouettes corresponding to a walk cycle are extracted for each person in the database using the silhouette extraction procedure described in Section 2.A. The width vector is generated for each frame and encoded as a compact 5-D observation sequence using the stances of that person. This lower dimensional vector sequence (possibly of varying length) constitutes a training sequence. We train a 5-state, single Gaussian, ergodic HMM for each person. As expected, the transition probabilities and the observation probabilities turned out to be different for different patients’ .We use the holdout method for error estimation. Half of the cycles were used for training and the other half for testing purpose. B. Results and Discussion Fig. 8. Training and Testing of Silhoutte image Using LabVIEW TABLE I HMM BASED CLASSIFICATION RESULTS FOR CMU DATABASE Test sequ ence Recognition Pers on1 Per son 2 Per son 3 Per son 4 Per son 5 Per son 6 Accur acy Error rate in % Pers on1 10 0 0 0 0 0 95.553 4.447 Pers on2 0 10 0 0 0 0 100 0 Pers 0 0 10 0 0 0 100 0
  • 5. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216 215 | P a g e on3 Pers on4 0 0 0 10 0 0 99.756 0.25 Pers on5 0 0 0 0 10 0 100 0 Pers on6 0 0 0 0 0 10 97.675 2.035 TABLE III CLASSIFICATION RESULTS IN TERMS OF AVERAGE RECOGNITION FOR CMU DATABASE Feature type Attempts success Recognitio n Width of the contour 75 75 100% Width of the contour+hidden features 75 69 92% TABLE IIIII CLASSIFICATION RESULTS IN TERMS OF AVERAGE RECOGNITION FOR CASIA DATABASE Data sets Group name Training % age Testing % age Trainin g instance s Testing instances Person 1 80 20 1000 250 Person 2 90 10 1200 125 Person 3 70 30 1155 315 The average best recognition result for our method is 99.6995%. VI. CONCLUSION AND FUTURE WORK HMM based classification technique for PD detection presents easy use and installation of the current method which provides clinicians and researchers a low cost solution to monitor the progress and treatment of Parkinson [21]. The ability to evaluate treatments for Parkinson’s disease is an important issue. However, previous research has been hindered due to the lack of tools that can be easily installed, provide prompt gait analysis, facilitate data collection and lower a patient’s level of exertion during the examinations[22][23]. In this study, a computer vision-based gait analysis approach that is different from other sensor or marker based approaches is developed. The proposed method provides an alternative to perform gait analysis for patients with PD. Alternative to HMM,PD can also be classified by using kernel-based principal component analysis to classify and quantify specific gait patterns [24][25]. Although there are few significant differences among the gait patterns, the proposed method presents encouraging classification accuracy rates of 99.6695% in identifying different PD gaits. This technique provides a practicable reference for clinicians and researchers to obtain the quantitative gait parameters and assess the progression of Parkinson’s disease in the motor section of the brain using ambulation patterns recorded in monocular image frames which approaches in classifying “Non-PD” controls and “Drug- Off/ On” PD patients. Our results indicate the feasibility of using gait performance to evaluate the motor function of patients with PD. We propose the use of HMM-based classifiers since they are easy to implement. In the present study, consistent results across cross-validation and test set are achieved with limited training data [26]. The proposed methodology is adopted to derive a low dimensional observation sequence from the PD silhouette during a gait cycle. Learning is achieved by training an HMM for each person over several gait cycles. The method was tested on 3 different databases. In general, the recognition rates were found to be good. As anticipated, drastic changes in clothing adversely affect recognition performance. In spite of its sensitivity to changes in viewing angle beyond ten degrees, the mentioned method is reasonably robust to changes in speed. In the case of human gait recognition we observed in some cases that the stride length changed appreciably with walking speed causing a slight drop in recognition performance. It can also be extended to classify different activities such as walking and running. We are hence convinced of the validity of the HMM based early detection and medication of PD patients. REFERENCES [1] L.Wang, T.Tan, H.Ning and W. Hu,”Silhouette analysis-based gait recognition for human identification,”IEEE transactions on pattern analysis and machine intelligence ,vol. 25 ,pp.1505- 1518,12, Dec 2003. [2] R.Grasso, L. Bianchi and F. Lacquaniti,"Motor patterns for human gait: backward versus forward locomotion," Journal of Neurophysiology, vol.80, pp.1868-1885,4, 1998. [3] S.W.Chen,S.H. Lin,L.D. Liao,H.Y. Lai,Y.C. Pei,T.S. Kuo,C.T. Lin,J.Y. Chang,Y.Y. Chen, Y.C. Lo,S.Y. Chen, R. Wu and S. Tsang“Quantification and recognition of parkinsonian gait from monocular video imaging using kernel-based principal component analysis”, Chen et al. BioMedical Engineering OnLine,2011. [4] K. Ansari and A.Johnson,"Olfactory function in patients with Parkinson's disease," Journal of Chronic Diseases,vol. 28(9),pp.493–497,1975. [5] A.Yoritaka, N. Hattori, K. Uchida, M. Tanaka, E. R. Stadtman and Y. Mizuno, "Immuno histochemical detection of 4- hydroxynonenal protein adducts in Parkinson disease,”in Proceedings in National Academy of Sciences, 1996. [6] H.Mochizuki, K.Goto, H. Mori and Y.Mizuno, "Histochemical detection of apoptosis in Parkinson's disease,” Journal of the Neurological Sciences, vol. 137(2), 120–123,1996. [7] A.Salarian, H. Russmann, F. Vingerhoets and C.Dehollaini,"Gait assessment in Parkinson's disease: toward an ambulatory system for long-term monitoring," IEEE Transactions on Biomedical Engineering, vol. 51(8),pp.1434 – 1443,2004. [8] A. Elqursh and A. Elgammal, "Online moving camera background subtraction," Computer Vision–ECCV, Springer Berlin Heidelberg, pp. 228-241,2012. [9] C. Stauffer and W. E. L Grimson."Adaptive background mixture models for real-time tracking,” IEEE Computer Society Conference on Computer Vision and Pattern Recognition,1999. [10] L.G.Chang, J.A.Burne, “An automated form of video image analysis applied to classification of movement disorders. Disability & Rehabilitation “,vol. 22(1-2): pp.97-108,2000. [11] P Krawetz, P Nance,”Gait analysis of spinal cord injured subjects: Effects of injury level and spasticity”,Archives of physical medicine and rehabilitation, vol.77(7):pp.635-638,1996. [12] S.Sarkar, PJ.Phillips, Z.Liu, IR. Vega, P.Grother, KW. Bowyer,” The human ID gait challenge problem:Data sets,performance, and analysis”,IEEE transactions on pattern analysis and machine intelligence, 162-177, 2005. [13] S. Han and H. Feng-Gang, “Human gait recognition by motion analysis”. Proceedings of the Fourth International Conference on Machine Learning and Cybernetics, Guangzhou, pp.18-21,2005. [14] S. Sharma, R.Tiwari, A. Shukla and V. Singh,” Identification of People Using Gait Biometrics,” International Journal of Machine Learning and Computing, vol. 1(4), pp. 1-7, October 2011.
  • 6. International Journal of Technical Research and Applications e-ISSN: 2320-8163, www.ijtra.com Volume 2, Issue 4 (July-Aug 2014), PP. 211-216 216 | P a g e [15] R. Rosin, H. Topka and J. Dichgans,” Gait initiation in Parkinson’s disease movement disorders,” 12(5):682-690,1997. [16] J. Bae and M. Tomizuka,” Gait phase analysis based on a Hidden Markov Model,” vol.21(6),pp.961-970,2011. [17] A. Kale,A.N. Rajagopalan,N. Cuntoor and V. Kruger, “Gait- based Recognition of Humans Using Continuous HMMs,” Proceedings of the Fifth IEEE International Conference on Automatic Face and Gesture Recognition,2002. [18] L.R. Rabiner, “A tutorial on hidden markov models and selected applications in speech recognition,” Proceedings of the IEEE, vol. 77, no. 2, pp. 257–285, February 1989. [19] A.F. Bobick and J.W. Davis, “The recognition of human movement using temporal templates,” IEEE Trans. on Pattern Anal. and Machine Intell., vol. 23, pp. 257–267, 2001. [20] P.S. Huang, C.J. Harris, and M.S. Nixon, “Recognizing humans by gait via parametric canonical space,” Artificial Intelligence in Engineering, vol. 13, no. 4, pp. 359–366, 1999. [21] C. Bregler, “Learning and recognising human dynamics in video sequences,” Proc. of the IEEE Conf. on Comp. Vision and Patt. Recog., pp. 568–574, 1997. [22] M.S. Nixon, J.N. Carter, M.G. Grant, L. Gordon, J.B. Hayfron- Acquah,”Automatic recognition by gait: progress and prospects”,Sensor Review, vol.23(4),pp.323-331,2003. [23] J.Little and J.Boyd,”Recognizing people by their gait: the shape of motion”,Journal of Computer Vision Research, vol.1(2):pp.1- 32,1998. [24] H.Murase, R.Sakai,”Moving object recognition in eigenspace representation: gait analysis and lip reading”, Pattern recognition letters, vol.17(2):pp.155-162,1996. [25] N. Suo, X. Qian and J. Zhao, “Gait recognition based on KPCA and KNN”,IEEE 2nd Conference on Environmental Science and Information Application Technology,pp.432-435,2010. [26] T. Pfau, M. Ferrari, K. Parsons, A. Wilson, “A hidden Markov model-based stride segmentation technique applied to equine inertial sensor trunk movement data”, Journal of Biomechanics ,vol.41,pp.216– 220, 2008.