sequf;lds,g;'dsg;dlld'g;;gldgence - Copy.ppt

JITENDER773791 8 views 85 slides Jun 22, 2024
Slide 1
Slide 1 of 85
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44
Slide 45
45
Slide 46
46
Slide 47
47
Slide 48
48
Slide 49
49
Slide 50
50
Slide 51
51
Slide 52
52
Slide 53
53
Slide 54
54
Slide 55
55
Slide 56
56
Slide 57
57
Slide 58
58
Slide 59
59
Slide 60
60
Slide 61
61
Slide 62
62
Slide 63
63
Slide 64
64
Slide 65
65
Slide 66
66
Slide 67
67
Slide 68
68
Slide 69
69
Slide 70
70
Slide 71
71
Slide 72
72
Slide 73
73
Slide 74
74
Slide 75
75
Slide 76
76
Slide 77
77
Slide 78
78
Slide 79
79
Slide 80
80
Slide 81
81
Slide 82
82
Slide 83
83
Slide 84
84
Slide 85
85

About This Presentation

dgl';dlg


Slide Content

Sequence Data Mining:
Techniques and Applications
Sunita Sarawagi
IIT Bombay
http://www.it.iitb.ac.in/~sunita
Mark Craven
University of Wisconsin
http://www.biostat.wisc.edu/~craven

What is a sequence?
•Ordered set of elements: s = a
1,a
2,..a
n
•Each element a
icould be
–Numerical
–Categorical: domain a finite set of symbols S, |S|=m
–Multiple attributes
•The length nof a sequence is not fixed
•Order determined by time or position and could
be regular or irregular

Real-life sequences
•Classical applications
–Speech: sequence of phonemes
–Language: sequence of words and delimiters
–Handwriting: sequence of strokes
•Newer applications
–Bioinformatics:
•Genes: Sequence of 4 possible nucleotides, |S|=4
–Example: AACTGACCTGGGCCCAATCC
•Proteins: Sequence of 20 possible amino-acids, |S|=20
–Example:
–Telecommunications: alarms, data packets
–Retail data mining: Customer behavior, sessions in a e-store
(Example, Amazon)
–Intrusion detection

Intrusion detection
•Intrusions could be detected at
–Network-level (denial-of-service attacks,
port-scans, etc) [KDD Cup 99]
•Sequence of TCP-dumps
–Host-level (attacks on privileged programs
like lpr, sendmail)
•Sequence of system calls
•|S| = set of all possible system calls ~100
open
lseek
lstat
mmap
execve
ioctl
ioctl
close
execve
close
unlink

Outline
•Traditional mining operations on sequences
–Classification
–Clustering
–Finding repeated patterns
•Primitives for handling sequence data
•Sequence-specific mining operations
–Partial sequence classification (Tagging)
–Segmenting a sequence
–Predicting next symbol of a sequence
•Applications in biological sequence mining

Classification of whole sequences
Given:
–a set of classes C and
–a number of example sequences in each class,
train a model so that for an unseen sequence we
can say to which class it belongs
Example:
–Given a set of protein families, find family of a new
protein
–Given a sequence of packets, label session as
intrusion or normal
–Given several utterances of a set of words, classify a
new utterance to the right word

Conventional classification methods
•Conventional classification methods assume
–record data: fixed number of attributes
–single record per instance to be classified (no order)
•Sequences:
–variable length, order important.
•Adapting conventional classifiers to sequences
–Generative classifiers
–Boundary-based classifiers
–Distance based classifiers
–Kernel-based classifiers

Generative methods
•For each class i,
train a generative model M
ito
maximize likelihood over all
training sequences in the class i
•Estimate Pr(c
i) as fraction of training
instances in class i
•For a new sequence x,
–find Pr(x|c
i)*Pr(c
i) for each i using M
i
–choose iwith the largest value of Pr(x|c
i)*P(c
i)
x
Pr(x|c
1)*Pr(c
1)
Pr(x|c
2)*Pr(c
2)
Pr(x|c
3)*Pr(c
3)
Need a generative model for sequence data

Boundary-based methods
•Data: points in a fixed multi-dimensional space
•Output of training: Boundaries that define regions
within which same class predicted
•Application: Tests on boundaries to find region
Need to embed sequence data in a fixed coordinate space
Decision trees Neural networksLinear discriminants

Kernel-based classifiers
•Define function K(x
i, x) that intuitively defines similarity
between two sequences and satisfies two properties
–K is symmetric i.e., K(x
i, x) = K(x, x
i)
–K is positive definite
•Training: learn for each class c,
–w
icfor each train sequence x
i
–b
c
•Application: predict class of x
–For each class c, find f(x,c) = S w
icK(x
i, x)+b
c
–Predicted class is c with highest value f(x,c)
•Well-known kernel classifiers
–Nearest neighbor classifier
–Support Vector Machines
–Radial Basis functions
Need kernel/similarity function

Sequence clustering
•Given a set of sequences, create groups such
that similar sequences in the same group
•Three kinds of clustering algorithms
–Distance-based:
•K-means
•Various hierarchical algorithms
–Model-based algorithms
•Expectation Maximization algorithm
–Density-based algorithms
•Clique
Need similarity function
Need generative models
Need dimensional embedding

Outline
•Traditional mining on sequences
•Primitives for handling sequence data
–Embed sequence in a fixed dimensional space
•All conventional record mining techniques will apply
–Generative models for sequence
•Sequence classification: generative methods
•Clustering sequences: model-based approach
–Distance between two sequences
•Sequence classification: SVM and NN
•Clustering sequences: distance-based approach
•Sequence-specific mining operations
•Applications

Embedding sequences in fixed
dimensional space
•Ignore order, each symbol maps to a dimension
–extensively used in text classification and clustering
•Extract aggregate features
–Real-valued elements: Fourier coefficients, Wavelet coefficients,
Auto-regressive coefficients
–Categorical data: number of symbol changes
•Sliding window techniques (k: window size)
–Define a coordinate for each possible k-gram a (m
k
coordinates)
a-th coordinate is number of times a in sequence
•(k,b) mismatch score: a-th coordinate is number of k-grams in
sequence with b mismatches with a
–Define a coordinate for each of the k-positions
•Multiple rows per sequence

Sliding window examples
ocliem
1
211321
2 .. .. .. .. .. ..
3 .. .. .. .. .. ..
open
lseek
ioctl
mmap
execve
ioctl
ioctl
open
execve
close
mmap
One symbol per column
Sliding window: window-size 3
ioecliolilielim...
1
10101
2 .. .. .. .. .. ..
3 .. .. .. .. .. ..
One row per trace
sid
A1A2A3
1
oli
1
lim
1
ime
1
......
1
ecm
Multiple rows per trace
ioecliolilielim...
1
21101
2 .. .. .. .. .. ..
3 .. .. .. .. .. ..
mis-match scores: b=1

Detecting attacks on privileged programs
•Short sequences of system calls made during
normal execution of system calls are very
consistent, yet different from the sequences of
its abnormal executions
•Two approaches
–STIDE (Warrender 1999)
•Create dictionary of unique k-windows in normal traces,
count what fraction occur in new traces and threshold.
–RIPPER –based (Lee 1998)
•next...

Classification models on k-grams trace data
•When both normal
and abnormal data
available
–class label =
normal/abnormal:
•When only normal
trace,
–class-label=k-th system
call


7-grams class
vtimes open seek read read read seek normal
lstat lstat lstat bind open close vtimes abnormal
… …


Learn rules to predict class-label [RIPPER]


6-attributes class
vtimes open seek read read read seek
lstat lstat lstat bind open close vtimes

Examples of output RIPPER rules
•Both-traces:
–if the 2nd system call is vtimesand the 7th is vtrace, then the
sequence is “normal”
–if the 6th system call is lseekand the 7th is sigvec, then the
sequence is “normal”
–…
–if none of the above, then the sequence is “abnormal”
•Only-normal:
–if the 3rd system call is lstatand the 4th is write, then the 7th is
stat
–if the 1st system call is sigblockand the 4th is bind, then the 7th
is setsockopt
–…
–if none of the above, then the 7th is open

Experimental results on sendmailtraces Only-normal BOTH
sscp-1 13.5 32.2
sscp-2 13.6 30.4
sscp-3 13.6 30.4
syslog-remote-1 11.5 21.2
syslog-remote-2 8.4 15.6
syslog-local-1 6.1 11.1
syslog-local-2 8.0 15.9
decode-1 3.9 2.1
decode-2 4.2 2.0
sm565a 8.1 8.0
sm5x 8.2 6.5
sendmail 0.6 0.1


•The output rule sets contain
~250 rules, each with 2 or 3
attribute tests
•Score each trace by counting
fraction of mismatches and
thresholding
Summary: Only normal traces
sufficient to detect intrusions
Percent of mismatching traces

More realistic experiments
•Different programs need different thresholds
•Simple methods (e.g. STIDE) work as well
•Results sensitive to window size
•Is it possible to do better with sequence specific
methods?
STIDE RIPPER
threshold%false-posthreshold%false-pos
Site-1 lpr12 0.0 3 0.0016
Site-2 lpr12 0.0013 4 0.0265
named 20 0.0019 10 0.0
xlock 20 0.0000810 0.0
[from Warrender 99]

Outline
•Traditional mining on sequences
•Primitives for handling sequence data
–Embed sequence in a fixed dimensional space
•All conventional record mining techniques will apply
–Distance between two sequences
•Sequence classification: SVM and NN
•Clustering sequences: distance-based approach
–Generative models for sequences
•Sequence classification: whole and partial
•Clustering sequences: model-based approach
•Sequence-specific mining operations
•Applications in biological sequence mining

Probabilistic models for sequences
•Independent model
•One-level dependence (Markov chains)
•Fixed memory (Order-lMarkov chains)
•Variable memory models
•More complicated models
–Hidden Markov Models

•Model structure
–A parameter for each symbol in S
•Probability of a sequence sbeing generated
from the model
–example: Pr(AACA)
= Pr(A) Pr(A) Pr(C) Pr(A) = Pr(A)
3
Pr(C)
= 0.1
3
0.9
•Training transition probabilities
–Data T : set of sequences
–Count(s ε T): total number of times substring s
appears in training data T
Pr(s) = Count(sε T) / length(T)
Independent model
Pr(A) = 0.1
Pr(C) = 0.9

•Model structure
–A state for each symbol in S
–Edges between states with probabilities
•Probability of a sequence sbeing
generated from the model
–Example: Pr(AACA)
= Pr(A) Pr(A|A) Pr(C|A) Pr(A|C)
= 0.5 0.1 0.9 0.4
•Training transition probability between
states
Pr(s|b) = Count(bsε T) / Count(bεT)
First Order Markov Chains
CA
0.9
0.4
0.1
0.6
start
0.50.5

l= memory of sequence
•Model
–A state for each possible suffix of
length l|S|
l
states
–Edges between states with
probabilities
•Pr(AACA)
= Pr(AA)Pr(C|AA) Pr(A|AC)
= 0.5 0.9 0.7
•Training model
Pr(s|s) = count(ssεT) / count(s εT)
Higher order Markov Chains
ACAA
C 0.3
C 0.9
A 0.1
l= 2
CCCA
0.8
A 0.7
C 0.2
A 0.4
C 0.6
start
0.5

Variable Memory models
•Probabilistic Suffix Automata (PSA)
•Model
–States: substrings of size no greater than l
where no string is suffix of another
•Calculating Pr(AACA):
=Pr(A)Pr(A|A)Pr(C|A)Pr(A|AC)
=0.5 0.3 0.7 0.1
•Training: not straight-forward
–Eased by Prediction Suffix Trees
–PSTs can be converted to PSA after training
CCAC
C 0.7
C 0.9
A 0.1
A
C 0.6
A 0.3
A 0.6
start
0.20.5

Prediction Suffix Trees (PSTs)
•Suffix trees with emission probabilities of
observation attached with each tree node
•Linear time algorithms exist for constructing
such PSTs from training data [Apostolico 2000]
CCAC
C 0.7
C 0.9
A 0.1
A
A 0.3
C 0.6
e
A C
AC CC
0.3, 0.7
0.28, 0.72
0.25, 0.75
0.1, 0.9
0.4, 0.6
Pr(AACA)=0.28 0.3 0.7 0.1

Hidden Markov Models
•Doubly stochastic models
•Efficient dynamic programming
algorithms exist for
–Finding Pr(S)
–The highest probability path P that
maximizes Pr(S|P) (Viterbi)
•Training the model
–(Baum-Welch algorithm)
S
2
S
4
S
1
0.9
0.5
0.5
0.8
0.2
0.1
S
3
A
C
0.6
0.4
A
C
0.3
0.7
A
C
0.5
0.5
A
C
0.9
0.1

Discriminative training of HMMs
•Models trained to maximize likelihood of data
might perform badly when
–Model not representative of data
–Training data insufficient
•Alternatives to Maximum-likelihood/EM
–Objective functions:
•Minimum classification error
•Maximum posterior probability of actual label Pr(c|x)
•Maximum mutual information with class
–Harder to train above functions, number of
alternatives to EM proposed
•Generalized probabilistic descent [Katagiri 98]
•Deterministic annealing [Rao 01]

HMMs for profiling system calls
•Training:
–Initial number of states = 40 (roughly equals number
of distinct system calls)
–Train on normal traces
•Testing:
–Need to handle variable length and online data
–For each call, find the total probability of outputting
given all calls before it.
•If probability below a threshold call it abnormal.
–Trace is abnormal if fraction of abnormal calls are
high

More realistic experiments
•HMMs
–Take longer time to train
–Less sensitive to thresholds, no window parameter
–Best overall performance
•VMM and Sparse Markov Transducers also shown to perform
significantly better than fixed window methods [Eskin 01]
STIDE RIPPER HMM
thresh
old
%false-
pos
threshold%false-
pos
threshold%false-
pos
Site-1 lpr12 0.0 3 0.001610
-7
0.0003
Site-2 lpr12 0.00134 0.026510
-7
0.0015
named 20 0.001910 0.0 10
-7
0.0
xlock 20 0.0000810 0.0 10
-7
0.0
[from Warrender 99]

ROC curves comparing different
methods
[from Warrender 99]

Outline
•Traditional mining on sequences
•Primitives for handling sequence data
•Sequence-specific mining operations
–Partial sequence classification (Tagging)
–Segmenting a sequence
–Predicting next symbol of a sequence
•Applications in biological sequence mining

Partial sequence classification (Tagging)
•The tagging problem:
–Given:
•A set of tags L
•Training examples of sequences showing the breakup of
the sequence into the set of tags
–Learn to breakup a sequence into tags
–(classification of parts of sequences)
•Examples:
–Text segmentation
•Break sequence of words forming an address string into
subparts like Road, City name etc
–Continuous speech recognition
•Identify words in continuous speech

Text sequence segmentation
Example: Addresses, bib records
House
numberBuilding Road City
Zip
4089 Whispering Pines Nobel Drive San Diego CA 92122
P.P.Wangikar, T.P. Graycar, D.A. Estell, D.S. Clark, J.S. Dordick
(1993) Protein and Solvent Engineering of Subtilising BPN' in
Nearly Anhydrous Organic Media J.Amer. Chem. Soc. 115,
12231-12237.
Author YearTitle Journal
Volume
Page
State

Approaches used for tagging
•Learn to identify start and end boundaries of
each label
–Method: for each label, build two classifiers for
accepting its two boundaries.
–Any conventional classifier would do:
•Rule-based most common.
•K-windows approach:
–For each label, train a classifier on k-windows
–During testing
•classify each k-window
•Adapt state-based generative models like HMM

State-based models for sequence
tagging
•Two approaches:
–Separate model per tag with special prefix and suffix states to
capture the start and end of a tag
S
2
S
4
S
1
S
3
Prefix
Suffix
Road name
S
2
S
4
S
1
S
3
Prefix
Suffix
Building name

Combined model over all tags
… Mahatma Gandhi Road Near Parkland ...
… [Mahatma Gandhi Road Near: Landmark] Parkland ...
Example: IE
Naïve Model: One state per element
Nested model
Each element
another HMM

Other approaches
•Disadvantages of generative models (HMMs)
–Maximizing joint probability of sequence and labels
may not maximize accuracy
–Conditional independence of features a restrictive
assumption
•Alternative: Conditional Random Fields
–Maximize conditional probability of labels given
sequence
–Arbitrary overlapping features allowed

Outline
•Traditional mining on sequences
•Primitives for handling sequence data
•Sequence-specific mining operations
–Partial sequence classification (Tagging)
–Segmenting a sequence
–Predicting next symbol of a sequence
•Applications in biological sequence mining

Segmenting sequences
Basic premise: Sequence
assumed to be generated
from multiple models
Goal: discover boundaries of
model change
Applications:
Bioinformatics
Better models by breaking
up heterogeneous
sequences
Pick
Return
A
BACTGGTTTACCCCTGTG ACTGGTTTACCCCTGTG

Simpler problem: Segmenting a 0/1
sequence
•Players A and B
•A has a set of coins with
different biases
•A repeatedly
–Picks arbitrary coin
–Tosses it arbitrary number
of times
•B observes H/T
•Guesses transition
points and biases
Pick
Toss
Return
A
B00101101011010001 00101101011010001

A MDL-based approach
•Given nhead/tail observations
–Can assume ndifferent coins with bias 0 or 1
•Data fits perfectly (with probability one)
•Many coins needed
–Or assume one coin
•May fit data poorly
•“Best segmentation” is a compromise between
model length and data fit00101101011010001
1/4 5/7 1/3

MDL
For each segment i:
L(M
i): cost of model parameters: log(Pr(head))
+ segment boundary: log (sequence length)
L(D
i|M
i): cost of describing data in segment S
i
given model M
i: log(H
h
T
(1-h)
) H: #heads, T: #tails
Goal: find segmentation that leads to smallest total cost

segment iL(M
i) + L(D
i|M
i)

How to find optimal segments00101101011010001
Sequence of 17 tosses:
Derived graph with 18 nodes and all possible edges
Edge cost =
model cost
+ data cost
Shortest path

Non-independent models
•In previous method each segment is assumed to be
independent of each other, does not allow model reuse
of the form:
•The (k,h) segmentation problem:
–Assume a fixed number h of models is to be used for
segmenting into k parts an n-element sequence (k > h)
–(k,k) segmentation solvable by dynamic programming
–General (k,h) problem NP hard001011010110000010

Approximations: for (k,h) segmentation
1.Solve (k,k) to get segments
2.Solve (n,h) to get H models
–Example: 2-medians
3.Assign each segment to best of H
A second variant (Replace step 2 above with)
–Find summary statistics for each k segment, cluster
them into H clustersACTGGTTTACCCCTGTG
S1 S2 S3 S4
M1 M2ACTGGTTTACCCCTGTG

Results of segmenting genetic
sequences
From:
Gionis &
Mannila
2003

Outline
•Traditional mining operations on sequences
•Primitives for handling sequence data
•Sequence-specific mining operations
•Applications in biological sequence mining
1.Classifying proteins according to family
2.Finding genes in DNA sequences

Two sequence mining applications

The protein classification task
Given: amino-acid sequence of a protein
Do: predict the familyto which it belongs
GDLSTPDAVMGNPKVKAHGKKVLGAFSDGLAHLDNLKGTFATLSELHCDKLHVDPENFRLLGNVCVLAHHFGKEFTPPVQAAYAKVVAGVANALAHKYH

image from the DOE Human Genome Program
http://www.ornl.gov/hgmis

The roles of proteins
•A protein family is…
Figure from the DOE Human Genome Program
http://www.ornl.gov/hgmis

The roles of proteins
•The amino-acid sequence of a protein determines its
structure
•The structure of a protein determines its function
•Proteins play many key roles in cells
–structural support
–storage of amino acids
–transport of other substances
–coordination of an organism’s activities
–response of cell to chemical stimuli
–movement
–protection against disease
–selective acceleration of chemical reactions

Protein taxonomies
•The SCOP and CATH databases
provide hierarchical taxonomies
of protein families

An alignment of globin family proteins
Figure from www-cryst.bioc.cam.ac.uk/~max/res_globin.html
The sequences in a
family may vary in
length
Some positions are
more conserved
than others

Profile HMMs
i
2
i
3
i
1
i
0
d
1
d
2
d
3
m
1
m
3
m
2
start end
Match statesrepresent
key conserved positions
Insert statesaccount
for extra characters
in some sequences
Delete statesare silent; they
Account for characters missing
in some sequences
•Profile HMMs are commonly used to model families
of sequences
A0.01
R0.12
D0.04
N0.29
C0.01
E0.03
Q0.02
G0.01
Insert and match states have
emission distributions over
sequence characters

Profile HMMs
•To classify sequences according to family, we can
train a profile HMM to model the proteins of each
family of interest
•Given a sequence x,use Bayes’ rule to make
classification

j
jj
ii
i
ccx
ccx
xc
)Pr()|Pr(
)Pr()|Pr(
)|Pr(

How Likely is a Given Sequence?
•Consider computing in a profile HMM
•The probability that the path is taken and
the sequence is generated:



L
i
iNL
iii
axeaxx
1
001
11
)()...,...Pr(

 Lxx...
1 N...
0 )|Pr(
icx
transition
probabilities
emission
probabilities

How Likely Is A Given Sequence?
A 0.1
C 0.4
G 0.4
T 0.1
A 0.4
C 0.1
G 0.1
T 0.4
begin end
0.5
0.5
0.2
0.8
0.4
0.6
0.1
0.9
0.2
0.8
0 5
4
3
2
16.03.08.04.02.04.05.0
)C()A()A(),AACPr(
35313111101

 aeaeaea
A 0.4
C 0.1
G 0.2
T 0.3
A 0.2
C 0.3
G 0.3
T 0.2

How Likely is a Given Sequence?
•the probability over allpaths is: )...,...Pr( )...Pr(
011


NLL xxxx
•but the number of paths can be exponential in the
length of the sequence...
•the Forward algorithm enables us to compute this
efficiently using dynamic programming

How Likely is a Given Sequence: The
Forward Algorithm
•define to be the probability of being in state k
having observed the first icharacters of x)(if
k
•we want to compute , the probability of being
in the end state having observed all of x
•can define this recursively)(Lf
N

The Forward Algorithm
k
kNkNL aLfLfxxx )()()...Pr()Pr(
1
probability that we’re in the end state and
have observed the entire sequence •termination:
k
klkl aifif )()(  
k
klkll aifieif )1()()(
•recursion for silent states:
•recursion for emitting states (i =1…L):1)0(
0f statessilent not are that for ,0)0( kf
k
probability that we’re in start state and
have observed 0 characters from the sequence
•initialization:

Training a profile HMM
•The parameters in profile HMMs are typically trained
using the Baum-Welch method (an EM algorithm)
•Heuristic methods are used to determine the length of
the model
–Initialize using an alignment of the training
sequences (as in globin example)
–Iteratively make local adjustments to length if delete
or insert states are used “too much” for training
sequences

The Fisher kernel method for
protein classification
•Standard HMMs are generativemodels
–Training involves estimating
–Predictions based on are made using
Bayes’ rule
•Sometimes we can get more accurate predictions
using discriminativemethods which try to
optimize directly
–One example: the Fisher kernel method
[Jaakola et al. ‘00])|Pr(
icx )|Pr(xc
i )|Pr(xc
i

The Fisher kernel method for
protein classification
•Consider learning to discriminate proteins in class
from proteins other families
1.Train an HMM for
2.Use HMM to map each protein sequence x
into a fixed-length vector
3.Train an support vector machine (SVM)
whose kernel function is the Euclidean
distance between vectors
•The resulting discriminative model is given by1c 1c 


11 ::
),(),()(
cxi
i
i
cxi
i
i
ii
xxKxxKxD 

The Fisher kernel method for
protein classification
•How can we get an informative fixed-length vector?
Compute the Fisher score
i.e. each component of is a derivative of the
log-likelihood of xwith respect to a particular
parameter in the HMM),|Pr(log
1
 cxU
x xU i
cx
xiU





),|Pr(log
1
][

Profile HMM accuracy
Figure from Jaakola et al., ISMB 1999
BLAST-based
methods
profile HMMs
•classifying 2447proteins into 33 families
•x-axis represents the median fraction of negative sequences that
score as high as a positive sequence for a given family’s model
profile HMMs w/
Fisher kernel SVM

The gene finding task
Given: an uncharacterized DNA sequence
Do: locate the genes in the sequence, including the
coordinates of individual exonsand introns
image from the UCSC Genome Browser
http://genome.ucsc.edu/

image from the DOE Human Genome Program
http://www.ornl.gov/hgmis

The structure of genes
•Genes consist of alternating sequences of exonsand
introns
•Introns are spliced out before the gene is translated into
protein
ATG GAA ACC CGA TCG GGC … AC
intergenic
region
intergenic
region
intron exonexon exon intron
G TAA AGT CTA …
•Exons consist of three-letter words, called codons
•Each codon encodes a single amino acid (character in
a protein sequence)

Each shape represents a functional unit
of a gene or genomic region
Pairs of intron/exon units represent
the different ways an intron can interrupt
a coding sequence (after 1
st
base in codon,
after 2
nd
base or after 3
rd
base)
Complementary submodel
(not shown) detects genes on
opposite DNA strand
The GENSCAN HMM for gene finding
[Burge & Karlin ‘97]

The GENSCAN HMM
•For each sequence type, GENSCAN models
–the length distribution
–the sequence composition
•Length distribution models vary depending on sequence type
–Nonparametric (using histograms)
–Parametric (using geometric distributions)
–Fixed-length
•Sequence composition models vary depending on type
–5
th
-order, inhomogeneous
–5
th
-order homogenous
–Independent and 1
st
-order inhomogeneous
–Tree-structured variable memory

Representing exons in GENSCAN
•For exons, GENSCAN uses
–Histograms to represent exon lengths
–5
th
-order, inhomogeneous Markov models to
represent exon sequences
•5
th
-order, inhomogeneous models can represent
statistics about pairs of neighboring codons

A 5
th
-order Markov model for DNA
GCTAC
AAAAA
TTTTT
CTACG
CTACA
CTACC
CTACT
Pr(A | GCTAC)
start
Pr(GCTAC))|Pr()Pr)Pr( GCTACA(GCTACGCTACA 

Markov models for exons
•for each “word” we evaluate, we’ll want to consider its
position with respect to the assumed codon framing
•thus we’ll want to use an inhomogenousmodel to
represent genes
G C T A C G G A G C T T C G G A G C
G C T A C G Gis in 3
rd
codon position
C T A C G G Gis in 1
st
position
T A C G G A
Ais in 2
nd
position

A 5
th
-order inhomogeneous model
GCTAC
CTACG
CTACA
CTACC
CTACT
AAAAA
TTTTT
start
TACAG
TACAA
TACAC
TACAT
AAAAA
TTTTT
GCTAC
CTACG
CTACA
CTACC
CTACT
AAAAA
TTTTT
position 1 position 2 position 3
Transitions go to
states in position 1

Inference with the gene-finding HMM
given: an uncharacterized DNA sequence
do: find the most probable path through the model for the
sequence
•This path will specify the coordinates of the predicted
genes (including intron and exon boundaries)
•The Viterbi algorithm is used to compute this path

Finding the most probable path:
the Viterbi algorithm
•define to be the probability of the most probable
pathaccounting for the first icharacters of xand ending
in state k)(iv
k
•we want to compute , the probability of the
most probable path accounting for all of the
sequence and ending in the end state
•can define recursively
•can use dynamic programming to find
efficiently)(Lv
N )(Lv
N

Finding the most probable path:
the Viterbi algorithm
•initialization:1)0(
0v statessilent not are that for ,0)0( kv
k

The Viterbi algorithm
•recursion for emitting states (i =1…L): 
klk
k
ill aivxeiv )1(max)()(   
klk
k
l aiviv )(max)(
•recursion for silent states: 
klk
k
l
aivi )(maxarg)(ptr  
klk
k
l
aivi )1(maxarg)(ptr 
keep track of most
probable path

The Viterbi algorithm
•to recover the most probable path, follow pointers
back starting at
•termination:L  )
kNk
k
aLv)( maxarg
L
  )
kNk
k
aLvx )( max),Pr(

Parsing a DNA Sequence
ACCGTTACGTGTCATTCTACGTGATCATCGGATCCTAGAATCATCGATCCGTGCGATCGATCGGATTAGCTAGCTTAGCTAGGAGAGCATCGATCGGATCGAGGAGGAGCCTATATAAATCAA
The Viterbi path represents
a parse of a given sequence,
predicting exons, introns, etc

Some lessons from these
biological applications
•HMMs provide state-of-the-art performance in protein
classification and gene finding
•HMMs can naturally classify and parse sequences of
variable length
•Much domain knowledge can be incorporated into the
structure of the models
–Types, lengths and ordering of sequence features
–Appropriate amount of memory to represent various
sequence features
•Models can vary representation across sequence
features
•Discriminative methods often provide superior
predictive accuracy to generative methods

References
•S. F. Altschul, T. L. Madden, A. A. Schaffer, J. Zhang, Z. Zhang, W. Miller, and D. J. Lipman.
Gapped BLAST and PSI-BLAST: A new generation of protein database search programs.
Nucleic Acids Research, 25:3389–3402, 1997.
•Apostolico, A., and Bejerano, G. 2000. Optimal amnesic probabilistic automata or how to learn
and classify proteins in linear time and space. In Proceedings of RECOMB2000.
http://citeseer.nj.nec.com/apostolico00optimal.html
•Vinayak R. Borkar, Kaustubh Deshmukh, and Sunita Sarawagi. Automatic text segmentation
for extracting structured records. SIGMOD 2001.
•C. Burge and S. Karlin, Prediction of Complete Gene Structures in Human Genomic DNA.
Journal of Molecular Biology, 268:78-94, 1997.
•Mary Elaine Calif and R. J. Mooney. Relational learning of pattern-match rules for information
extraction. AAAI 1999.
•S. Chakrabarti, S. Sarawagi and B.Dom, Mining surprising patterns using temporal description
length,VLDB, 1998
•M. Collins, “Discriminitive training method for Hidden Markov Models:Theory and
experiments with perceptron algorithms, EMNLP 2002
•R. Durbin, S. Eddy, A. Krogh, and G. Mitchison, Biological sequence analysis: probabilistic
models of proteins and nucleic acids, Cambridge University Press, 1998.
•Eleazar Eskin, Wenke Lee and Salvatore J. Stolfo. ``Modeling System Calls for Intrusion
Detection with Dynamic Window Sizes.'' Proceedings of DISCEX II. June 2001.
•IDS http://www.cs.columbia.edu/ids/publications/
•D Freitag and A McCallum, Information Extraction with HMM Structures Learned by
Stochastic Optimization, AAAI 2000

References
• Gionis and H. Mannila: Finding recurrent sources in sequences. ACM ReCOMB 2003
• Michael T. Goodrich, Efficient Piecewise-Approximation Using the Uniform Metric
Symposium on Computational Geometry , (1994)
• D. Haussler. Convolution kernels on discrete structure. Technical report, UC Santa Cruz,
1999.
• K. Karplus, C. Barrett, and R. Hughey, Hidden Markov models for detecting remote
protein homologies. Bioinformatics14(10): 846-856, 1998.
• L. Lo Conte, S. Brenner, T. Hubbard, C. Chothia, and A. Murzin. SCOP database in
2002: refinements accommodate structural genomics. Nucleic Acids Research, 30:264-
267, 2002
• Wenke Lee and Sal Stolfo. ``Data Mining Approaches for Intrusion Detection'' In
Proceedings of the Seventh USENIX Security Symposium (SECURITY '98), San Antonio,
TX, January 1998
• A. McCallum and D. Freitag and F. Pereira, Maximum entropy Markov models for
information extraction and segmentation, ICML-2000
• Rabiner, Lawrence R., 1990. A tutorial on hidden Markov models and selected
applications in speech recognition. In Alex Weibel and Kay-Fu Lee (eds.), Readings in
Speech Recognition. Los Altos, CA: Morgan Kaufmann, pages 267--296.
• D. Ron, Y. Singer and N. Tishby. The power of amnesia: learning probabilistic automata
with variable memory length. Machine Learning, 25:117--149, 1996
• Warrender, Christina, Stephanie Forrest, and Barak Pearlmutter. Detecting Intrusions
Using System Calls: Alternative Data Models. To appear, 1999 IEEE Symposium on
Security and Privacy. 1999
Tags