EP1552467A1 - An embedded bayesian network for pattern recognition - Google Patents

An embedded bayesian network for pattern recognition

Info

Publication number
EP1552467A1
EP1552467A1 EP03770637A EP03770637A EP1552467A1 EP 1552467 A1 EP1552467 A1 EP 1552467A1 EP 03770637 A EP03770637 A EP 03770637A EP 03770637 A EP03770637 A EP 03770637A EP 1552467 A1 EP1552467 A1 EP 1552467A1
Authority
EP
European Patent Office
Prior art keywords
hidden markov
model
layer
statistical model
hierarchical statistical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP03770637A
Other languages
German (de)
French (fr)
Inventor
Ara Nefian
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Intel Corp
Original Assignee
Intel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corp filed Critical Intel Corp
Publication of EP1552467A1 publication Critical patent/EP1552467A1/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/29Graphical models, e.g. Bayesian networks

Definitions

  • the present invention relates to computer mediated pattern detection. More particularly, the present invention relates to improved Bayesian networks for classifying data.
  • Bayesian networks such a represented by the hidden Markov model (HMM) and coupled Hidden Markov (CHMM) models have long been used to model data for the purposes of pattern recognition.
  • HMM hidden Markov model
  • CHMM Hidden Markov
  • Any discrete time and space dynamical system governed by a such a Bayesian network emits a sequence of observable outputs with one output (observation) for each state in a trajectory of such states. From the observable sequence of outputs, the most likely dynamical system can be calculated. The result is a model for the underlying process. Alternatively, given a sequence of outputs, the most likely sequence of states can be determined.
  • HMMs have been widely used in speech recognition to model phonemes, words, or even phrases
  • two dimensional P ⁇ MMs have been used for image processing tasks.
  • One of the important characteristics of a HMM is its ability to cope with variations in feature space, allowing data modeling with variations along different dimensions. Coupled hidden Markov models can be similarly employed, since they correspond to a generalization of a HMM.
  • a CHMM may comprise a collection of HMMs, each of which corresponds to a data channel.
  • Figure 1 schematically illustrates a data classification system
  • Figure 2 generically illustrates an embedded hidden Markov model-coupled hidden Markov model (HMM- CHMM) structure
  • Figure 3 is a flow diagram illustrating training of an embedded HMM-CHMM
  • Figure 4 generically illustrates an embedded coupled hidden Markov model- hidden Markov model (CHMM- HMM) structure.
  • Figure 1 generally illustrates a system 10 for data analysis of a data set 12 using an embedded Bayesian network that includes a hidden Markov model (HMM) and a coupled hidden Markov model (CHMM).
  • HMM hidden Markov model
  • CHMM coupled hidden Markov model
  • the data set 12 can include static or video imagery 14 containing objects to be identified or classified, including but not limited to textual characters, ideographs, symbols, fingerprints, or even facial imagery 15.
  • non-image data sets such as bioinformatic databases 16 containing, for example, gene or protein sequences, DNA microarray data, sequence data, phylogenetic information, promoter region information; or textual, linguistic, or speech analysis data suitable for machine learning/ identification 18 can be used.
  • bioinformatic databases 16 containing, for example, gene or protein sequences, DNA microarray data, sequence data, phylogenetic information, promoter region information; or textual, linguistic, or speech analysis data suitable for machine learning/ identification 18 can be used.
  • the same data set can be optionally used both to train and classify data with the appropriate training module 20 and classification module 22.
  • the processing procedure for system 10 maybe performed by a properly programmed general-purpose computer alone or in connection with a special purpose computer. Such processing may be performed by a single platform or by a distributed processing platform. In addition, such processing and functionality can be implemented in the form of special purpose hardware, custom application specific integrated circuits (ASICs), configurable FPGA circuits, or in the form of software or firmware being run by a general- purpose or network processor. Data handled in such processing or created as a result of such processing can be stored in any memory as is conventional in the art. By way of example, such data may be stored in a temporary memory, such as in the RAM of a given computer system or subsystem.
  • a computer- readable media may comprise any form of data storage mechanism, including such existing memory technologies as well as hardware or circuit representations of such structures and of such data.
  • HMM-CHMM embedded hidden Markov model-coupled hidden Markov model
  • HMM-CHMM is a hierarchical statistical model that includes a HMM parent layer 32 (collectively formed from nodes 33) and a CHMM child layer 34 (collectively formed from nodes 35).
  • the child layer 34 associates one CHMM node 35 to each node 33 in the parent layer 32, and the parameters of the individual CHMMs remain independent from each other. Instead, the parameters of each child layer CHMM depend upon the state of the connected parent node 33.
  • the HMM in the parent layer 32 is associated with at least one dimension
  • the CHMM child layers are associated with data in an orthogonal dimension with respect to the parent layer.
  • the elements of an embedded HMM-CHMM have:an initial super state probability ⁇ 00 and a super state transition probability from super state j to super state i , a 0 ⁇ , where super state refers to the state of the parent layer 32 HMM node 33.
  • observation sequences are used to form observation vectors later used in training and classifying.
  • the observation sequence for a two-dimensional image may be formed from image blocks of size L x x L that are extracted by scanning the image from left- to- right and top- to- bottom.
  • Adjacent image blocks ma be designed to have an overlap by P y rows in the vertical direction and P x columns in the horizontal direction.
  • a six DCT coefficients (a 3X2 low- frequency array) maybe employed to create the overlap.
  • the resulting array of observation vectors may correspond to size of T 0 x T x , where T 0 and TJ are the number of observation vectors extracted along the height (H) and the width (W) of the image, respectively.
  • r o and TJ maybe computed accordingly as:
  • Consecutive horizontal and vertical observation vectors may also be grouped together to form observation blocks. This may be used as a way to consolidate local observations and at the same time to reduce the total amount of observations. In practice, this data grouping serves application needs and improve recognition efficiency.
  • To compute the number of observation blocks denote the number of observation blocks in the vertical and horizontal direction be T° and T° , respectively. Then,
  • a modified Niterbi algorithm for the HMM-CHMM is preferred.
  • Application of this modified Niterbi algorithm determines the optimal state and super state segmentation of the observation sequence.
  • FIG. 3 is a flow diagram 40 illustrating training of an embedded HMM-CHMM based on the Niterbi algorithm, according to embodiments of the present invention.
  • observation vectors are first extracted from the training data set and organized in observation blocks (module 42). These observation blocks are uniformly segmented (module 44), replaced by an optimal state segmentation algorithm (module 46), have their model parameters estimated (module 48), and observation likelihood determined (module 50).
  • the training ma be iterative, with each training data set used individually and iteratively to update model parameters until the observation likelihood computed is smaller than a specified threshold.
  • the training data set ma be segmented along a first dimension according to the number of super states, into a plurality of uniform segments each of which corresponding to a super state. Based on the uniform segmentation at the super layer, the observation vectors within each uniform segment may then be uniformly segmented according to the number of channels and number of states of each child CHMM.
  • each state may be initialized before the training takes place. For example, if Gaussian mixture model is adopted for each state, Gaussian parameters for each of the mixture component may need to be initialized. Different approaches may be employed to achieve the initialization of model parameters. For example, one embodiment ma be implemented where the observation sequence assigned to each channel c and state j, and super state k and super channel s may be
  • the original uniform segmentation is updated based on the optimal state segmentation using the Niterbi algorithm or other suitable algorithms.
  • particular relevant parameters to be updated ma be determined prior to the update operation.
  • the selection of a Gaussian mixture component for each state j channel c and super state kis also required.
  • One exemplary criterion to make the selection may correspond to
  • N( VO t M Q ,t ⁇ ,c ; 7 j k ,Xm 7 U j t :,m c ) is the highest.
  • the parameters are then estimated using, for example, an extension of the segmental
  • ? ' may equal to one if a transition from super state 1 to the super state
  • channel C of super state K may then be obtained as follows,
  • V th training sample a transition from state sequence J to state I in channel c occurs for
  • the parameters of the selected Gaussian mixture component may also be accordingly
  • the involved Gaussian parameters may include a mean vector t ' j ,m , a covariance matrix Gaussian mixture, and the mixture coefficients
  • the updated Gaussian parameters may be obtained according to the following formulations:
  • the update of parameters based on a training sample may be carried out iteratively. This may be necessary because the Niterbi algorithm may yield different optimal segmentation during each iteration before convergence. Between two consecutive iterations, if the difference of observation likelihood computed with the Niterbi algorithm is smaller than a specified threshold, the iteration may be terminated.
  • the HMM-CHMM corresponds to a complexity of quadratic with respect to the number of states in the model. In addition, HMM-CHMM may be efficiently implemented in a parallel fashion.
  • An alternative logical structure that includes an embedded CHMM- HMM (in contrast to an HMM-CHMM) is generically illustrated by Figure 4.
  • the CHMM- HMM is a hierarchical statistical model that includes a CHMM parent layer 62 (collectively formed from nodes 63) and a HMM child layer 64 (collectively formed from nodes 65).
  • the child layer 64 associates one HMM node 65 to each node 63 in the parent layer 62, and the parameters of the individual HMMs remain independent from each other. Instead, the parameters of each child layer HMM depend upon the state of the connected parent node 63.
  • the CHMM in the parent layer 62 is associated with at least one dimension
  • the HMM child layers are associated with data in an orthogonal dimension with respect to the parent layer.
  • the elements of an embedded CHMM- HMM have: an initial super
  • observation sequences are used to form observation vectors later used in training and classifying.
  • the observation sequence for a two-dimensional image may be formed from image blocks of size L x x L y that are extracted by scanning the image from left- to- right and top- o- bottom.
  • Adjacent image blocks maybe designed to have an overlap by P rows in the vertical direction and P x columns in the horizontal direction.
  • a six DCT coefficients (a 3X2 low- frequency array) maybe employed to create the overlap.
  • the resulting array of observation vectors may correspond to size of T 0 x T t , where T 0 and 7, are the number of observation vectors extracted along the height (H) and the width (W) of the image, respectively.
  • Consecutive horizontal and vertical observation vectors may also be grouped together to form observation blocks. This maybe used as a way to consolidate local observations and at the same time to reduce the total amount of observations. In practice, this data grouping serves application needs and improve recognition efficiency.
  • To compute the number of observation blocks denote the number of observation blocks in the vertical and horizontal direction be T 0 ° and T° , respectively. Then,
  • any suitable state sequence segmentation can be used, a modified Niterbi algorithm for the HMM-CHMM is preferred.
  • Application of this modified Niterbi algorithm determines the optimal state and super state segmentation of the observation sequence. The best super state probability for the observation block , S ) given super state I of super
  • sequence ⁇ ,71 c. 5 / may then be computed for each super observation.
  • ⁇ 0 (i) arg max i ⁇ 0 , (j)U (j
  • Training of an embedded CHMM- HMM based on the Niterbi algorithm is substantially similar to that illustrated with respect to training of a HMM-CHMM as seen in Figure 3.
  • observation vectors are first extracted from the training data set and organized in observation blocks. These observation blocks are segmented uniformly and at consecutive iterations through an optimal state segmentation algorithm, have their model parameters estimated and observation likelihood determined.
  • the training maybe iterative, with each training data set used individually and iteratively to update model parameters until the observation likelihood computed is smaller than a specified threshold.
  • the training data set may be segmented along a first dimension into S super channels.
  • training data may further be uniformly segmented, according to the number of super states in each super channel, into a plurality of uniform segments each of which corresponding to a super state. Based on the uniform segmentation at the super layer, the observation vectors within each uniform segment may then be uniformly segmented according to the number of states of each child HMM.
  • each state including both super states as well as child states
  • the density function of each state may be initialized before the training takes place. For example, if Gaussian mixture model is adopted for each state, Gaussian parameters for each of the mixture component may need to be initialized. Different approaches may be employed to achieve the initialization of model parameters. For example, one embodiment maybe implemented where the observation sequence assigned to state j, super state k and super channel s may be assigned to
  • M s j' k clusters using, for example, the K- means algorithm.
  • the original uniform segmentation is updated based on the optimal state segmentation using the Viterbi algorithm or other suitable algorithms.
  • particular relevant parameters to be updated may be determined prior to the update operation.
  • the selection may be carried out accordingly.
  • the estimated transition probabilities between embedded states n W' s> j k ⁇ j may then be obtained as follows,
  • C7, , S ⁇ K ⁇ l ⁇ l may be one if in the observation block (t 0 , s) a transition from tQ
  • the parameters of the selected Gaussian mixture component may also be accordingly
  • the involved Gaussian parameters may include a
  • the updated Gaussian parameters maybe obtained according to the following formulations:
  • tf U V 3 ? » / 5 / may equal to one if the observation CA . is assigned to super state k in super channel s, state j and mixture component m, and zero otherwise.
  • the update of parameters based on a training sample may be carried out iteratively This maybe necessary because the Niterbi algorithm may yield different optimal segmentation during each iteration before convergence. Between two consecutive iterations, if the difference of observation likelihood computed with the Niterbi algorithm is smaller than a specified threshold, the iteration may be terminated.
  • the CHMM- HMM corresponds to a complexity of quadratic with respect to the number of states in the model. In addition, CHMM- HMM may be efficiently implemented in a parallel fashion.

Landscapes

  • Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Image Analysis (AREA)

Abstract

A pattern recognition procedure forms a hierarchical statistical model using a hidden markov model and a coupled hidden markov model. The hierarchical statistical model supports a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer. After training the hierarchical statistical model uses observation vectors extracted from a data set to find a substantially optimal state sequence segmentation.

Description

An Embedded Bayesian Network for Pattern Recognition
Field of the Invention
[0001] The present invention relates to computer mediated pattern detection. More particularly, the present invention relates to improved Bayesian networks for classifying data.
Background
[0002] Bayesian networks such a represented by the hidden Markov model (HMM) and coupled Hidden Markov (CHMM) models have long been used to model data for the purposes of pattern recognition. Any discrete time and space dynamical system governed by a such a Bayesian network emits a sequence of observable outputs with one output (observation) for each state in a trajectory of such states. From the observable sequence of outputs, the most likely dynamical system can be calculated. The result is a model for the underlying process. Alternatively, given a sequence of outputs, the most likely sequence of states can be determined.
[0003] For example, one dimensional HMMs have been widely used in speech recognition to model phonemes, words, or even phrases, and two dimensional PϊMMs have been used for image processing tasks. One of the important characteristics of a HMM is its ability to cope with variations in feature space, allowing data modeling with variations along different dimensions. Coupled hidden Markov models can be similarly employed, since they correspond to a generalization of a HMM. A CHMM may comprise a collection of HMMs, each of which corresponds to a data channel.
Brief Description of the Drawings [0004] The inventions will be understood more fully from the detailed description given below and from the accompanying drawings of embodiments of the inventions which, however, should not be taken to limit the inventions to the specific embodiments described, but are for explanation and understanding only
[0005] Figure 1 schematically illustrates a data classification system; [0006] Figure 2 generically illustrates an embedded hidden Markov model-coupled hidden Markov model (HMM- CHMM) structure; [0007] Figure 3 is a flow diagram illustrating training of an embedded HMM-CHMM; and
[0008] Figure 4 generically illustrates an embedded coupled hidden Markov model- hidden Markov model (CHMM- HMM) structure.
Detailed Description [0009] Figure 1 generally illustrates a system 10 for data analysis of a data set 12 using an embedded Bayesian network that includes a hidden Markov model (HMM) and a coupled hidden Markov model (CHMM). A embedded Bayesian network is used because it has good generalization performance even for high dimensional input data and small training sets.
[0010] The data set 12 can include static or video imagery 14 containing objects to be identified or classified, including but not limited to textual characters, ideographs, symbols, fingerprints, or even facial imagery 15. In addition, non-image data sets such as bioinformatic databases 16 containing, for example, gene or protein sequences, DNA microarray data, sequence data, phylogenetic information, promoter region information; or textual, linguistic, or speech analysis data suitable for machine learning/ identification 18 can be used. The same data set can be optionally used both to train and classify data with the appropriate training module 20 and classification module 22.
[0011] The processing procedure for system 10 maybe performed by a properly programmed general-purpose computer alone or in connection with a special purpose computer. Such processing may be performed by a single platform or by a distributed processing platform. In addition, such processing and functionality can be implemented in the form of special purpose hardware, custom application specific integrated circuits (ASICs), configurable FPGA circuits, or in the form of software or firmware being run by a general- purpose or network processor. Data handled in such processing or created as a result of such processing can be stored in any memory as is conventional in the art. By way of example, such data may be stored in a temporary memory, such as in the RAM of a given computer system or subsystem. In addition, or in the alternative, such data may be stored in longer-term storage devices, for example, magnetic disks, rewritable optical disks, and so on. For purposes of the disclosure herein, a computer- readable media may comprise any form of data storage mechanism, including such existing memory technologies as well as hardware or circuit representations of such structures and of such data.
[0012] Figure 2 generically illustrates a logical structure 30 of an embedded hidden Markov model-coupled hidden Markov model (HMM-CHMM). As seen in Figure 2, HMM-CHMM is a hierarchical statistical model that includes a HMM parent layer 32 (collectively formed from nodes 33) and a CHMM child layer 34 (collectively formed from nodes 35). The child layer 34 associates one CHMM node 35 to each node 33 in the parent layer 32, and the parameters of the individual CHMMs remain independent from each other. Instead, the parameters of each child layer CHMM depend upon the state of the connected parent node 33. Typically, for multidimensional data sets, the HMM in the parent layer 32 is associated with at least one dimension, and the CHMM child layers are associated with data in an orthogonal dimension with respect to the parent layer.
[0013] Formally defined, the elements of an embedded HMM-CHMM have:an initial super state probability π00 and a super state transition probability from super state j to super state i , a 0 ^ , where super state refers to the state of the parent layer 32 HMM node 33.
[0014] For each super state k the parameters of the corresponding CHMM are defined to have an initial state probability in a channel of
c = l C πk,c
a state transition probability from state sequence j to state:
and an observation probability:
In a continuous mixture with Gaussian components, the probability of the observation vector O is given by:
k,c where /^J n and U . ' m are the mean and covariance matrix of the mth mixture of the Gaussian mixture corresponding to the jth state in the cth channel,
M '' k ,c j
is the number of mixtures corresponding to the jth state of the cth channel, and
CO j ,m
is a weight associated with the corresponding mixture.
[0015] Observation sequences are used to form observation vectors later used in training and classifying. For example, the observation sequence for a two-dimensional image may be formed from image blocks of size Lx x L that are extracted by scanning the image from left- to- right and top- to- bottom. Adjacent image blocks ma be designed to have an overlap by Py rows in the vertical direction and Px columns in the horizontal direction. In one possible embodiment, with blocks size of Ly = 8 rows and Lx = 8 columns, a six DCT coefficients (a 3X2 low- frequency array) maybe employed to create the overlap.
[0016] The resulting array of observation vectors may correspond to size of T0 x Tx , where T0 and TJ are the number of observation vectors extracted along the height (H) and the width (W) of the image, respectively. roand TJ maybe computed accordingly as:
[0017] Consecutive horizontal and vertical observation vectors may also be grouped together to form observation blocks. This may be used as a way to consolidate local observations and at the same time to reduce the total amount of observations. In practice, this data grouping serves application needs and improve recognition efficiency. [0018] To compute the number of observation blocks, denote the number of observation blocks in the vertical and horizontal direction be T° and T° , respectively. Then,
In addition, denote the number of observation vectors in the horizontal and vertical direction within each observation block by TQ and Tx , respectively, where
Furthermore, denote ^ /0 ιt, >c as the t, th observation vector corresponding to the cth channel within the observation block t^.
[0019] Although any suitable state sequence segmentation can be used, a modified Niterbi algorithm for the HMM-CHMM is preferred. Application of this modified Niterbi algorithm determines the optimal state and super state segmentation of the observation sequence. The
best super state probability for the observation block 'Q given super state I of super
channel s, is denoted as I ( l ) . Corresponding optimal state and optimal state sequence
/ tn ,t\ ,c may then be computed for each super observation. The following states are first initialized:
The following states are then recursively determined:
arg max,, 0'K,tΛ (i)}
The termination condition is then computed:
P = maxtT (i)}
Based on the computed termination condition, a backtracking operation is performed:
[0020] Figure 3 is a flow diagram 40 illustrating training of an embedded HMM-CHMM based on the Niterbi algorithm, according to embodiments of the present invention. To train an HMM-CHMM based on given training data, observation vectors are first extracted from the training data set and organized in observation blocks (module 42). These observation blocks are uniformly segmented (module 44), replaced by an optimal state segmentation algorithm (module 46), have their model parameters estimated (module 48), and observation likelihood determined (module 50). As will be appreciated, the training ma be iterative, with each training data set used individually and iteratively to update model parameters until the observation likelihood computed is smaller than a specified threshold.
[0021] More specifically, the training data set ma be segmented along a first dimension according to the number of super states, into a plurality of uniform segments each of which corresponding to a super state. Based on the uniform segmentation at the super layer, the observation vectors within each uniform segment may then be uniformly segmented according to the number of channels and number of states of each child CHMM.
[0022] The density function of each state (including both super states as well as child states) may be initialized before the training takes place. For example, if Gaussian mixture model is adopted for each state, Gaussian parameters for each of the mixture component may need to be initialized. Different approaches may be employed to achieve the initialization of model parameters. For example, one embodiment ma be implemented where the observation sequence assigned to each channel c and state j, and super state k and super channel s may be
assigned to JVL ■ ' clusters using, for example, the K- means algorithm.
[0023] During the process of training, the original uniform segmentation is updated based on the optimal state segmentation using the Niterbi algorithm or other suitable algorithms. To update the density function of a state, particular relevant parameters to be updated ma be determined prior to the update operation. [0024] The selection of a Gaussian mixture component for each state j channel c and super state kis also required. One exemplary criterion to make the selection may correspond to
assigning the observation O tinr,)t\ ,c
from the rth training sample in the training set to the Gaussian component for which the Gaussian density function
N( VO tMQ ,t\ ,c ; 7 jk ,Xm 7U jt:,mc) is the highest. [0025] The parameters are then estimated using, for example, an extension of the segmental
K- means algorithm. In particular, the estimated transition probability Q \ j between
super states i. and j may be obtained as follows: vv, "Ό (i,j)
where ? ' ) may equal to one if a transition from super state 1 to the super state
I occurs for the observation block "Q J and zero otherwise. The estimated transition
probabi .li.ti.es dk 1 ' 7X* I j. from embedded state sequence J to the embedded state in
channel C of super state K may then be obtained as follows,
where Ut , (^-S, /t , C, I , I ) maybe one if in the observation block { Q J from the
V th training sample a transition from state sequence J to state I in channel c occurs for
the observati .on otherwise.
[0026] The parameters of the selected Gaussian mixture component may also be accordingly
updated. The involved Gaussian parameters may include a mean vector t ' j ,m , a covariance matrix Gaussian mixture, and the mixture coefficients
j ,m for mixture m of state j channel c and super state k. The updated Gaussian parameters may be obtained according to the following formulations:
O vv ι <"0.''I ( vk,c,j J ,m) '(0 t'
where V tn ,t\ V# ? *^ ? J i " } ∞ y equal to one it the observation to ,t\ ,c is assigned to super state k, state j in channel c and mixture component m, and zero otherwise.
[0027] The update of parameters based on a training sample may be carried out iteratively. This may be necessary because the Niterbi algorithm may yield different optimal segmentation during each iteration before convergence. Between two consecutive iterations, if the difference of observation likelihood computed with the Niterbi algorithm is smaller than a specified threshold, the iteration may be terminated. The HMM-CHMM corresponds to a complexity of quadratic with respect to the number of states in the model. In addition, HMM-CHMM may be efficiently implemented in a parallel fashion. [0028] An alternative logical structure that includes an embedded CHMM- HMM (in contrast to an HMM-CHMM) is generically illustrated by Figure 4. As seen in that Figure, a logical structure 60 of an embedded hidden Markov model-coupled hidden Markov model. As seen in Figure 4, the CHMM- HMM is a hierarchical statistical model that includes a CHMM parent layer 62 (collectively formed from nodes 63) and a HMM child layer 64 (collectively formed from nodes 65). The child layer 64 associates one HMM node 65 to each node 63 in the parent layer 62, and the parameters of the individual HMMs remain independent from each other. Instead, the parameters of each child layer HMM depend upon the state of the connected parent node 63. Typically, for multidimensional data sets, the CHMM in the parent layer 62 is associated with at least one dimension, and the HMM child layers are associated with data in an orthogonal dimension with respect to the parent layer.
[0029] Formally defined, the elements of an embedded CHMM- HMM have: an initial super
state probability 7TQ Q in super channel s and a super state transition probability from super
state sequence J to super state i in super channel s, ( Q Λ : where super state refers to the state of the parent layer 32 CHMM node 33.
[0030] For each super state k the the super channel s the parameters of the corresponding HMM are defined so that the initial state probability is
rv- s >k π..o the state transition probability from state j to state i is
and the observation probability is :
In a continuous mixture with Gaussian components, the probability of the observation vector O is given by:
bs'k{ Vj« / jω js,mkN( V0, 7μ r js:,mk U js,mk) s m=\
. . s,k ^ where j,m and ^ j,m
are the mean and covariance matrix of the mth mixture of the Gaussian mixture corresponding to the/th state and mixture,
is the number of mixtures corresponding to the jth state and,
O
J ,™
is a weight associated with the corresponding mixture.
[0031] Observation sequences are used to form observation vectors later used in training and classifying. For example, the observation sequence for a two-dimensional image may be formed from image blocks of size Lx x Ly that are extracted by scanning the image from left- to- right and top- o- bottom. Adjacent image blocks maybe designed to have an overlap by P rows in the vertical direction and Px columns in the horizontal direction. In one possible embodiment, with blocks size of Ly = 8 rows and Lx = 8 columns, a six DCT coefficients (a 3X2 low- frequency array) maybe employed to create the overlap.
[0032] The resulting array of observation vectors may correspond to size of T0 x Tt , where T0 and 7, are the number of observation vectors extracted along the height (H) and the width (W) of the image, respectively. [0033] Consecutive horizontal and vertical observation vectors may also be grouped together to form observation blocks. This maybe used as a way to consolidate local observations and at the same time to reduce the total amount of observations. In practice, this data grouping serves application needs and improve recognition efficiency. [0034] To compute the number of observation blocks, denote the number of observation blocks in the vertical and horizontal direction be T0° and T° , respectively. Then,
rriO
[0035] In addition, denote the number of observation vectors in the horizontal and vertical direction within each observation block by T-! and 7^' , respectively, where
Furthermore, denote ^ /0 ,s,t] me ^ observation vector corresponding to the observation block (tQ,s) .
[0036] Although any suitable state sequence segmentation can be used, a modified Niterbi algorithm for the HMM-CHMM is preferred. Application of this modified Niterbi algorithm determines the optimal state and super state segmentation of the observation sequence. The best super state probability for the observation block , S ) given super state I of super
. Corresponding optimal state and optimal state
sequence ι ,71 c. 5 / may then be computed for each super observation. The
following states are first initialized:
^0,0 (i) =
The following states are then recursively determined:
3>,,o W = ma ^<y0.,0-l(J)π ,„|Λ-l,Λ, ,+l^0,. )}
^0 (i) = arg max i0 , (j)U (j|, ,,Wi+1^ ('- λ
The termination condition is then computed:
= max,{^ro(i)}
Based on the computed termination condition, a backtracking operation is performed:
>~-> aτ0+ι,s)
Training of an embedded CHMM- HMM based on the Niterbi algorithm is substantially similar to that illustrated with respect to training of a HMM-CHMM as seen in Figure 3. To train an CHMM- HMM based on given training data, observation vectors are first extracted from the training data set and organized in observation blocks. These observation blocks are segmented uniformly and at consecutive iterations through an optimal state segmentation algorithm, have their model parameters estimated and observation likelihood determined. As will be appreciated, the training maybe iterative, with each training data set used individually and iteratively to update model parameters until the observation likelihood computed is smaller than a specified threshold. [0037] More specifically, the training data set may be segmented along a first dimension into S super channels. Then within each of such super channels, training data may further be uniformly segmented, according to the number of super states in each super channel, into a plurality of uniform segments each of which corresponding to a super state. Based on the uniform segmentation at the super layer, the observation vectors within each uniform segment may then be uniformly segmented according to the number of states of each child HMM.
The density function of each state (including both super states as well as child states) ma be initialized before the training takes place. For example, if Gaussian mixture model is adopted for each state, Gaussian parameters for each of the mixture component may need to be initialized. Different approaches may be employed to achieve the initialization of model parameters. For example, one embodiment maybe implemented where the observation sequence assigned to state j, super state k and super channel s may be assigned to
Ms j'k clusters using, for example, the K- means algorithm.
[0038] During the process of training, the original uniform segmentation is updated based on the optimal state segmentation using the Viterbi algorithm or other suitable algorithms. To update the density function of a state, particular relevant parameters to be updated may be determined prior to the update operation. Depending on the density function used for each state, the selection may be carried out accordingly.
[0039] The selection of a Gaussian mixture components for each state j and super state k and super channel s is also required. One exemplary criterion to make the selection may
correspond to assigning the observation training set to the Gaussian component for which the Gaussian density function \{r) . , , s,k τ τs,k
N{OtQ r S tχ J μ $- m , Uj[m ) is the highest. [0040] The parameters are then estimated using, for example, an extension of the segmental
K-means algorithm. In particular, the estimated transition probability *-* Q j I j between
super states is and the super state sequence J maybe obtained as follows:
where Λ tfr ) ) ( V ' j S ' n / may equal to one i .f a trans.iti.on from state sequence , 1 to the
super state is in super channel s occurs for the observation block (t0 , 5) and zero otherwise.
The estimated transition probabilities between embedded states n W's> jk\ j may then be obtained as follows,
where C7, , S^ K^ l^ l) may be one if in the observation block (t0 , s) a transition from tQ
_, s ^ (_O s j. and zero otherwise. The parameters of the selected Gaussian mixture component may also be accordingly
updated. The involved Gaussian parameters may include a
covariance matrix U •' of the Gaussian mixture, and the mixture coefficients CO •' for j ,m 7 '"* mixture m of state j in super state k and super channel s. The updated Gaussian parameters maybe obtained according to the following formulations:
where tf U V 3 ? »/ 5 / may equal to one if the observation CA . is assigned to super state k in super channel s, state j and mixture component m, and zero otherwise.
[0041] The update of parameters based on a training sample may be carried out iteratively This maybe necessary because the Niterbi algorithm may yield different optimal segmentation during each iteration before convergence. Between two consecutive iterations, if the difference of observation likelihood computed with the Niterbi algorithm is smaller than a specified threshold, the iteration may be terminated. The CHMM- HMM corresponds to a complexity of quadratic with respect to the number of states in the model. In addition, CHMM- HMM may be efficiently implemented in a parallel fashion. [0042] As will be understood, reference in this specification to "an embodiment," "one embodiment," "some embodiments," or "other embodiments" means that a particular feature, structure, or characteristic described in connection with the embodiments is included in at least some embodiments, but not necessarily all embodiments, of the invention. The various appearances "an embodiment," "one embodiment," or "some embodiments" are not necessarily all referring to the same embodiments.
[0043] If the specification states a component, feature, structure, or characteristic "may", "might", or "could" be included, that particular component, feature, structure, or characteristic is not required to be included. If the specification or claim refers to "a" or "an" element, that does not mean there is only one of the element. If the specification or claims refer to "an additional" element, that does not preclude there being more than one of the additional element.
[0044] Those skilled in the art having the benefit of this disclosure will appreciate that many other variations from the foregoing description and drawings may be made within the scope of the present invention. Accordingly, it is the following claims, including any amendments thereto, that define the scope of the invention.

Claims

The claimed invention is:
1. A pattern recognition method, comprising: forming a hierarchical statistical model using a hidden Markov model and a coupled hidden Markov model, the hierarchical statistical model supporting a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer, training the hierarchical statistical model using observation vectors extracted from a data set, and finding a substantially optimal state sequence segmentation for the hierarchical statistical model.
2. The method according to claim 1, wherein the parent layer is formed from the hidden Markov model and the child layer is formed from the coupled hidden Markov model.
3. The method according to claim 1, wherein the parent layer is formed from the coupled hidden Markov models and the child layer is formed from the hidden Markov models.
4. The method according to claim 1, wherein the hierarchical statistical model is applied to two dimensional data, with the parent layer describing data in a first direction and the child layer describing data in a second direction orthogonal to the first direction.
5. The method according to claim 1, wherein the hierarchical statistical model defines an initial super state probability in a super channel.
6. The method according to claim 1, wherein the hierarchical statistical model defines super state transition probability from a sequence of states in the supper channel.
7. The method according to claim 1, wherein the hierarchical statistical model defines observation likelihood given a state of a channel.
8. The method according to claim 1, wherein training further comprises collecting the training samples; and training the hierarchical statistical model using the training samples.
9. The method according to claim 1, wherein the optimal state sequence segmentation is the Niterbi algorithm for the embedded coupled hidden Markov model/hidden Markov model.
10. The method according to claim 1, wherein the optimal state sequence segmentation is the Niterbi algorithm for the embedded hidden Markov model/coupledhidden
Markov model
11. The method according to claim 1, wherein the data set includes two-dimensional data.
12. A pattern recognition method, comprising: forming a hierarchical statistical model using a hidden Markov model and a coupled hidden Markov model, the hierarchical statistical model supporting a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer, and finding a substantially optimal state sequence segmentation for the hierarchical statistical model using a Viterbi based algorithm.
13. The method according to claim 12, wherein the parent layer is formed from the hidden Markov model and the child layer is formed from the coupled hidden Markov model.
14. The method according to claim 12, wherein the parent layer is formed from the coupled hidden Markov models and the child layer is formed from the hidden Markov models.
15. An article comprising a storage medium having stored thereon instructions that when executed by a machine result in: forming a hierarchical statistical model using a hidden Markov model and a coupled hidden Markov model, the hierarchical statistical model supporting a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer, training the hierarchical statistical model using observation vectors extracted from a data set, and finding a substantially optimal state sequence segmentation for the hierarchical statistical model.
16. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the parent layer is formed from the hidden Markov model and the child layer is formed from the coupled hidden Markov model.
17. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the parent layer is formed from the coupled hidden Markov models and the child layer is formed from the hidden Markov models.
18. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the hierarchical statistical model is applied to two dimensional data, with the parent layer describing data in a first direction and the child layer describing data in a second direction orthogonal to the first direction.
19. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the hierarchical statistical model defines an initial super state probability in a super channel.
20. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the hierarchical statistical model defines super state transition probability from a sequence of states in the supper channel.
21. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the hierarchical statistical model defines observation likelihood given a state of a channel.
22. The article comprising a storage medium having stored thereon instructions of claim 15, wherein training further comprises collecting the training samples; and training the hierarchical statistical model using the training samples.
23. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the optimal state sequence segmentation is the Viterbi algorithm for the embedded coupled hidden Markov model hidden Markov model.
24. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the optimal state sequence segmentation is the Viterbi algorithm for the embedded hidden Markov model/coupledhidden Markov model
25. The article comprising a storage medium having stored thereon instructions of claim 15, wherein the data set includes two-dimensional data.
26. An article comprising a storage medium having stored thereon instructions that when executed by a machine result in: forming a hierarchical statistical model using a hidden Markov model and a coupled hidden Markov model, the hierarchical statistical model supporting a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer, and finding a substantially optimal state sequence segmentation for the hierarchical statistical model using a Viterbi based algorithm.
27. The article comprising a storage medium having stored thereon instructions of claim 26, wherein the parent layer is formed from the hidden Markov model and the child layer is formed from the coupled hidden Markov model.
28. The article comprising a storage medium having stored thereon instructions of claim 26, wherein the parent layer is formed from the coupled hidden Markov models and the child layer is formed from the hidden Markov models.
29. A system comprising: a hierarchical statistical model using both hidden Markov models and coupled hidden Markov models, the hierarchical statistical model supporting a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer, a training module for the hierarchical statistical model that uses observation vectors extracted from a data set, and an identification module for the hierarchical statistical model that finds a substantially optimal state sequence segmentation.
30. The system according to claim 29, wherein the parent layer is formed from the hidden Markov model and the child layer is formed from the coupled hidden Markov model.
31. The system according to claim 29, wherein the parent layer is formed from the coupled hidden Markov models and the child layer is formed from the hidden Markov models.
32. The system according to claim 29, wherein the hierarchical statistical model is applied to two dimensional data, with the parent layer describing data in a first direction and the child layer describing data in a second direction orthogonal to the first direction.
33. The system according to claim 29, wherein the hierarchical statistical model defines an initial super state probability in a super channel.
34. The system according to claim 29, wherein the hierarchical statistical model defines super state transition probability from a sequence of states in the supper channel.
35. The system according to claim 29, wherein the hierarchical statistical model defines observation likelihood given a state of a channel.
36. The system according to claim 29, wherein training further comprises collecting the training samples; and training the hierarchical statistical model using the training samples.
37. The method according to claim 1, wherein the optimal state sequence segmentation is the Viterbi algorithm for the embedded coupled hidden Markov model/hidden Markov model.
38. The system according to claim 29, wherein the optimal state sequence segmentation is the Viterbi algorithm for the embedded hidden Markov model/coupledhidden Markov model
39. The system according to claim 29, wherein the data set includes two-dimensional data.
40. A pattern recognition system, comprising: a hierarchical statistical model using a hidden Markov model and a coupled hidden Markov model, the hierarchical statistical model supporting a parent layer having multiple supernodes and a child layer having multiple nodes associated with each supernode of the parent layer, and an identification module for the hierarchical statistical model that finds a substantially optimal state sequence segmentation, using a Viterbi based algorithm.
41. The method according to claim 40, wherein the parent layer is formed from the hidden Markov model and the child layer is formed from the coupled hidden Markov model.
42. The method according to claim 40, wherein the parent layer is formed from the coupled hidden Markov models and the child layer is formed from the hidden Markov models.
EP03770637A 2002-10-11 2003-10-03 An embedded bayesian network for pattern recognition Withdrawn EP1552467A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US269381 1990-02-05
US26938102A 2002-10-11 2002-10-11
PCT/US2003/031454 WO2004034312A1 (en) 2002-10-11 2003-10-03 An embedded bayesian network for pattern recognition

Publications (1)

Publication Number Publication Date
EP1552467A1 true EP1552467A1 (en) 2005-07-13

Family

ID=32092425

Family Applications (1)

Application Number Title Priority Date Filing Date
EP03770637A Withdrawn EP1552467A1 (en) 2002-10-11 2003-10-03 An embedded bayesian network for pattern recognition

Country Status (4)

Country Link
EP (1) EP1552467A1 (en)
CN (1) CN1723469A (en)
AU (1) AU2003279129A1 (en)
WO (1) WO2004034312A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2434504B (en) * 2006-01-13 2010-12-08 Eleftheria Katsiri Pattern recognition systems
WO2009152459A1 (en) * 2008-06-12 2009-12-17 Numenta, Inc. Hierarchical temporal memory system with higher-order temporal pooling capability
US8478711B2 (en) 2011-02-18 2013-07-02 Larus Technologies Corporation System and method for data fusion with adaptive learning
CN102270305B (en) * 2011-08-11 2013-04-24 西北工业大学 Multi-agent cooperative target identification method based on MSBN (Multiple Sectioned Bayesian Network)

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2004034312A1 *

Also Published As

Publication number Publication date
WO2004034312A1 (en) 2004-04-22
CN1723469A (en) 2006-01-18
AU2003279129A1 (en) 2004-05-04

Similar Documents

Publication Publication Date Title
Bruggemann et al. Automated search for resource-efficient branched multi-task networks
Haaswijk et al. Deep learning for logic optimization algorithms
Ullah et al. A directed sparse graphical model for multi-target tracking
EP1934941B1 (en) Bi-directional tracking using trajectory segment analysis
CN114492581B (en) A method based on transfer learning and attention mechanism meta-learning applied to small sample image classification
Zhu et al. Learning a hierarchical deformable template for rapid deformable object parsing
Cuevas et al. A novel evolutionary algorithm inspired by the states of matter for template matching
US7203368B2 (en) Embedded bayesian network for pattern recognition
KR20200032258A (en) Finding k extreme values in constant processing time
Ma et al. A cost-function approach to rival penalized competitive learning (RPCL)
WO2020099854A1 (en) Image classification, generation and application of neural networks
CN108229347A (en) Method and apparatus for deep permutation of quasi-Gibbs structure sampling for human recognition
US7171043B2 (en) Image recognition using hidden markov models and coupled hidden markov models
CN109753897A (en) Based on memory unit reinforcing-time-series dynamics study Activity recognition method
Xu et al. Tri-graph information propagation for polypharmacy side effect prediction
Devi et al. Parallel MCNN (PMCNN) with application to prototype selection on large and streaming data
Kuo et al. Machine vision for keyword spotting using pseudo 2D hidden Markov models
Aggarwal et al. Object detection based approaches in image classification: a brief overview
WO2004034312A1 (en) An embedded bayesian network for pattern recognition
Mira et al. An Embedded Neural Network Approach for Reinforcing Deep Learning: Advancing Hand Gesture Recognition.
Yang et al. One-shot network pruning at initialization with discriminative image patches
Zeng et al. Markov random fields for handwritten Chinese character recognition
Dehghan et al. A hybrid handwritten word recognition using self-organizing feature map, discrete HMM, and evolutionary programming
Hsu et al. Image classification using Convolutional Neural Networks with different convolution operations
Forbes et al. Component elimination strategies to fit mixtures of multiple scale distributions

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20050509

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL LT LV MK

REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1074904

Country of ref document: HK

DAX Request for extension of the european patent (deleted)
REG Reference to a national code

Ref country code: HK

Ref legal event code: WD

Ref document number: 1074904

Country of ref document: HK

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

18W Application withdrawn

Effective date: 20120521