Joint Recognition of Multiple Concurrent Activities using Factorial Conditional Random Fields

Size: px
Start display at page:

Download "Joint Recognition of Multiple Concurrent Activities using Factorial Conditional Random Fields"

Transcription

1 Jont Recognton of Multple Concurrent Actvtes usng Factoral Condtonal Random Felds Tsu-yu Wu and Cha-chun Lan and Jane Yung-jen Hsu Department of Computer Scence and Informaton Engneerng Natonal Tawan Unversty Abstract Recognzng patterns of human actvtes s an mportant enablng technology for buldng ntellgent home envronments. Exstng approaches to actvty recognton often focus on mutually exclusve actvtes only. In realty, people routnely carry out multple concurrent actvtes. It s therefore necessary to model the co-temporal relatonshps among actvtes. In ths paper, we propose usng Factoral Condtonal Random Felds (FCRFs) for recognton of multple concurrent actvtes. We desgned experments to compare our FCRFs model wth Lnear Chan Condton Random Felds (LCRFs) n learnng and performng nference wth the MIT House n data set, whch contans annotated data collected from multple sensors n a real lvng envronment. The expermental results show that FCRFs can effectvely mprove the F-score n actvty recognton for up to 8% n the presence of multple concurrent actvtes. Introducton Recognzng patterns of human actvtes s an essental buldng block for provdng context-aware servces n an ntellgent envronment, ether at home or n the work place. Take as an example, the applcaton of elder care n a home settng, actvty recognton enables the ntellgent envronment to montor an elder s actvtes of daly lvng and to offer just-n-tme assstance, playng the role of a responsble care gver. Automatc actvty recognton presents dffcult techncal challenges. To tackle the problem, one often makes the smplfyng assumpton by focusng on mutually exclusve actvtes only. In other words, most exstng approaches do not take nto account the co-temporal relatonshp among multple actvtes. Such solutons are not accurate enough n practce as people routnely carry out multple actvtes concurrently n ther daly lvng. House n s an ongong project by the Department of Archtecture at Massachusetts Insttute of Technology (Intlle et al. 2006b) that offers a lvng laboratory for the study of ubqutous technologes n home settngs. Hundreds of sensng components are nstalled n nearly every part of the home, whch s a one-bedroom condomnum. The lvng lab s beng occuped by volunteer subjects who agree to lve n Copyrght c 2007, Assocaton for the Advancement of Artfcal Intellgence ( All rghts reserved. the home for varyng lengths of tme. Sensor data are collected as the occupants nteract wth dgtal nformaton n ths naturalstc lvng envronment. As a result, the House n data set (Intlle et al. 2006a) s potentally a good benchmark for research on actvty recognton. In ths paper, we use the data set as the materal to desgn our experment. Our analyss of the House n data set reveals a sgnfcant observaton. That s, n a real-home envronment, people often do multple actvtes concurrently. For example, the partcpant would throw the clothes nto the washng machne and then went to the ktchen dong some meal preparaton. As another example, the partcpant had the habt of usng the phone and the computer at the same tme. As s shown n fgure 1, there are many cases n the House n data set n whch people would perform multple actvtes concurrently. Fgure 1: Annotated actvtes n the House n data set from 10 AM to 1 PM. Tradtonally, research on actvty recognton has focused on dealng wth mutually exclusve actvtes. In other words, they assumed that there s at most one actvty occurrng at every tme pont. For any gven tme pont, the prmary concern s to label wth the most probable actvty. Gven that multple concurrent actvtes do exst, we should no longer make the assumpton of mutually exclusve actvtes. In addton, we should not gnore the fact that multple actvtes nteract wth each other, as t could be of great help to take such relatonshp nto account. Condtonal Random Felds (CRFs) (Lafferty, McCallum, 82

2 & Perera 2001) provde a powerful probablstc framework for labellng and segmentng structured data. By defnng a condtonal probablty dstrbuton over label sequences gven a partcular observaton sequence, CRFs relax the Markov ndependence assumpton requred by Hdden Markov Models (HMMs). The CRF model has been appled to learnng patterns of human behavor (Cheu, Lee, & Kaelblng 2006; Smnchsescu, Kanauja, & Metaxas 2006; Lao, Fox, & Kautz 2007). Nevertheless, as mentoned above, prevous research gnored the possble nteractons between multple concurrent actvtes. To address ths problem, we advocate usng a factoral condtonal random felds (FCRFs) (Sutton & McCallum 2004) model to conduct nference and learnng from patterns of multple actvtes. Compared wth basc CRFs, FCRFs utlze a structure of dstrbuted states to avod the exponental complexty problem. In addton, the FCRF model accommodates the relatonshp among multple concurrent actvtes and can effectvely label ther states. Ths paper s organzed as follows. At frst, we ntroduce the CRFs and FCRFs model. And then we present FCRFs for multple concurrent actvtes recognton ncludng the model desgn, the nference algorthm, and the learnng method. Fnally, we descrbe our experment for performance evaluaton of ths model, followed by the concluson and future work. Condtonal Random Felds CRFs are undrected graphcal models condtoned on observaton sequences whch have been successfully appled to sequence labellng problems such as bonfomatcs (Sato & Y. 2005; Lu et al. 2005), natural language processng (Lafferty, McCallum, & Perera 2001; Sha & Perera 2003; Sutton & McCallum 2004; Sarawag & Cohen 2005) and computer vson (Smnchsescu, Kanauja, & Metaxas 2006; Vshwanathan et al. 2006). Unlke generatve models such as Dynamc Bayesan Networks (DBNs) and HMMs, CRFs are condtonal models that relax the ndependence assumpton of observatons and avod enumeratng all possble observaton sequences. Maxmum Entropy Markov Models (MEMMs) are an alternatve condtonal models, but they suffer from the label bas problem (Lafferty, McCallum, & Perera 2001) due to per-state normalzaton. In contrast, CRFs are undrected structures and globally normalzed, thereby solvng the label bas problem. Let G be an undrected graph consstng of two vertex sets X and Y, where X represents the set of observed random varables and Y represents the set of hdden random varables condtoned on X. Gven graph G, let C be the set of maxmum clques, where each clque ncludes vertces X c X and Y c Y. For a gven observaton sequence Y, CRFs defne the condtonal probablty by the potental functon Φ(X c, Y c ) such that P (Y X) = 1 Φ(X c, Y c ) Z(X) c C where Z(X) s the normalzaton constant. Fgure 2: An LCRF example for actvty recognton. Fgure 2 shows an example of applyng lnear chan CRFs (LCRFs) to actvty recognton. We can represent the states of actvtes as a tme sequence. Thus, we have a set of hdden varable nodes Y = {Y 1, Y 2, Y 3...} standng for the actvty sequence. Gven the observaton sequence X, the dependency can be defned by the feature functons upon the clques. Several researchers have appled CRFs to actvty recognton (Cheu, Lee, & Kaelblng 2006; Smnchsescu, Kanauja, & Metaxas 2006; Lao, Fox, & Kautz 2007), but they dd not address the ssue of multple concurrent actvtes. To recognze multple concurrent actvtes, t s possble to construct a unque model for each ndvdual actvty. However, ths approach gnores the relatonshp between dfferent actvtes. For example, the House n data set (Intlle et al. 2006b) shows that the partcpant often used the phone and the computer concurrently n the experment. In addton, a person typcally cannot sleep and watch TV at the same tme. To take the co-temporal relatonshp between multple actvtes nto account, we may treat each combnaton of multple actvtes as a new actvty. However, the model complexty of ths approach grows exponentally wth the number of actvtes to be recognzed. As a result, nference and learnng may become computatonally ntractable when the number of actvtes s large. Factoral CRFs (FCRFs) (Sutton & McCallum 2004), whch are lke Factoral HMMs (FHMMs) (Ghahraman & Jordan 1997), suggest a structure of dstrbuted states to avod the exponental complexty problem. In addton, FCRFs can model the dependency between multple concurrent actvtes by ntroducng co-temporal connectons. An FCRFs Model for Multple Concurrent Actvtes Recognton Model Desgn Let Y t be a random varable whose value represents the state of actvty at tme t and Y t = {Y1 t, Y2 t... YN t } where N s the number of actvtes to be recognzed. In a total tme nterval T, let Y = {Y 1, Y 2... Y T } be a sequence of vector Y t. We can defne the observaton sequence X = {X 1, X 2... X T } n the same way. Suppose that there s a graph G = {V, E}. Let each element n Y t 83

3 and X t be a vertex n G. Edges n G represent the relatonshps between these random varables. Fgure 3 shows a sample FCRF model for recognton of three concurrent actvtes. The FCRF s represented n a dynamc form by unrollng the structure of two tme slces. There are two sets of edges standng for dfferent relatonal meanngs. The edge set E c, whch ncludes pars of actvty varables n the same tme slce, represents the co-temporal relatonshp; the edge set E t, whch ncludes pars of actvty varables across tme slces, represents the temporal relatonshp. Fgure 3: An FCRF example of three concurrent actvtes. We defne par-wse potental functons Φ c (Y t, Y j t, X) for each edge (Y t, Y j t) n E c and Φ t (Y t, Y t+1, X) for each edge (Y t, Y t+1 ) n E t. And we defne the local potental functon Ψ(Y t t, X) for each vertex Y n G. The FCRFs wll be determned as ( T 1 p(y X) = 1 Z(X) t=1 N T N t=1,j Φ t (Y t, Y t+1, X) ) ( T k Φ c (Y t, Y t t=1 N j, X) Ψ t (Y t, X) where Z(X) s the normalzaton constant. The potental functons Φ c, Φ t and Ψ are then defned by a set of feature functons f = {f 1, f 2... f K } and ther correspondng weghts λ = {λ 1, λ 2... λ K } such that ( ) Φ c (Y t, Yj t, X) = exp λ k f k (Y t, Yj t, X) Φ t (Y t, Y t+1, X) = exp Ψ(Y t, X) = exp ( ( k k λ k f k (Y t, Y t+1, X) λ k f k (Y t, Y t, X) Now, we have formally defned the FCRFs. ) ) ) Inference Algorthm Gven any observaton sequence O, there are two knds of nference tasks of concern. One task s to compute the margnal probablty of each node par, whch wll be used n the learnng algorthm to be ntroduced later. The other task s to perform MAP (Maxmum A Pror) nference to nfer the most possble sequence of actvtes states. There are many nference algorthms for CRFs, ncludng the forward-backward algorthm, mean feld free energy, juncton tree, and loopy belef propagaton (LBP), whch s one of the most popular CRFs nference methods. Even though t can only approxmate the probabltes and does not guarantee convergence for graphs wth loops, LBP has been shown to be effectve (Sutton & McCallum 2004; Vshwanathan et al. 2006; Lao, Fox, & Kautz 2007). Sum-Product Algorthm To compute the margnal probablty, the LBP sum-product algorthm s adopted. We ntroduce a message m j (A j ) for each par of neghborng nodes A and A j, whch s a dstrbuton sent from node A to node A j about whch state varable A j should be n. All messages m j (A j ) are ntalzed as unform dstrbutons over A j. The message m j (A j ) sent from node A to ts neghbor A j s updated based on all the messages to A receved from ts neghbors A n except those from node A j. m j (A j ) = κ Ψ(A, O)Φ(A, A j, O) m k (A ) k,j where Ψ(A, O) s the local potental, Φ(A, A j, O) s the par-wse potental, and κ s the normalzaton constant. The messages propagate through the CRF graph untl they converge, when every message vares for less than a threshold. Gven that LBP does not guarantee convergence, we have to set a lmt on the maxmum number of teratons. Even though the update order of messages may affect the convergent speed, emprcal study (Sutton & McCallum 2004) showed that a random schedule s suffcent. After LBP converges, the margnal probablty of nodes A and A j s then determned as P (A, A j ) = κ Θ(A, A j, O) m k (A ) m lj (A j ) where k,j l,j Θ(A, A j, O) = Ψ(A, O)Ψ(A j, O)Φ(A, A j, O) k enumerates over all neghbors of A, l enumerates over all neghbors of A j and κ s the normalzaton constant. MAP Inference To do MAP nference, we replace summaton wth maxmzaton n the message update rule of the sum-product algorthm. We have m j (A j ) = κ max Ψ(A, O)Φ(A, A j, O) m k (A ), where κ s the normalzaton constant. k,j 84

4 After LBP converges, the MAP probablty of node A s defned as P (A ) = Ψ(A, O) j m j (A ), where A j s the neghbor of A. To do the nference, we can label every hdden varable by choosng the most lkely value accordng to the MAP probablty. Learnng Algorthm The purpose of learnng s to determne the weght λ k for each feature functon f k. We can do ths by maxmzng the log-lkelhood of the tranng data. Gven the tranng data D = {A(1), O(1); A(2), O(2)... A(M), O(M)}, the loglkelhood L(D λ) s defned as follows. L(D λ) = m log P (A(m) O(m)) The partal dervatve of the log-lkelhood wth respect to λ k s derved as L(D λ) = f k (A(m), A(m) j, O(m)) λ k m,j p(a(m), A(m) j λ)f k (A(m), A(m) j, O(m)), m,j where edge (A, A j ) can be ether n E c or E t. The former part of the partal dervatve s easy to compute, whle the latter part can be dffcult. The margnal probablty for the latter part can be computed by usng loopy belef propagaton ntroduced n the prevous subsecton. As solvng the equaton L(D λ)/ λ k = 0 does not yeld a closed-form soluton, λ may be updated teratvely usng some optmzaton technques such as teratve scalng, gradent descent, conjugate gradent or BFGS (Wallach 2003; Sha & Perera 2003) to fnd the weghts that maxmze the log-lkelhood. Prevous research has shown that L-BFGS works well n such an optmzaton problem for CRFs learnng and many current CRFs packages mplement ths method. L-BFGS s a varant of the Newton s method, whch s a second order optmzaton method. It s computatonally expensve to calculate the second order dervatve, Hessan matrx, Newton s method. BFGS provdes an teratve way to approxmate Hessan matrx by updatng the matrx n the prevous step. L-BFGS mplctly updates the Hessan matrx by memorzng the update progress and gradent nformaton n the prevous m steps. As a result, L-BFGS can reduce the amount of memory and computaton needs. In practce, L-BFGS requests the partal dervatve as well as the log-lkelhood at each teraton. So far, we have explaned how to compute partal dervatve. As to the loglkelhood, computng the normalzaton constant drectly s nfeasble, so we use Bethe free energy (Yedda, Freeman, & Wess 2003) to approxmate the normalzaton constant. In order to reduce over-fttng, we defne a zero mean Gaussan pror P (λ k ) = exp( λ 2 k /2σ2 ) wth varance σ 2 for each parameter λ k so that we maxmze the penalzed log-lkelhood L(λ D) = L(D λ) + k logp (λ k). As a result, the partal dervatve becomes L(λ D) λ k = L(D λ) λ k λ k σ 2. Experments We have ntroduced the FCRFs model for multple concurrent actvtes recognton. Let us fnd out how t works for the House n data set. In ths secton, we descrbe the expermental desgn as well as the expermental result for the evaluaton of our model. Expermental Desgn We extracted our expermental data from the MIT House n data set, whch s freely avalable for academc research. The data set was recorded on Frday March 4, 2005 from 9 AM to 1 PM wth a volunteer performng a set of common household actvtes. The data set recorded the nformaton from a varety of dgtal sensors such as swtch sensors, lght sensors, and current sensors, etc. The data set was then manually labelled wth ground truths of multple actvtes and locaton nformaton. Unfortunately, wth only four hours of recorded actvtes n the released data set, the sensor data were too sparse to be useful for effectve tranng. As the House n data are stll beng collected, cleaned, and labelled, so more comprehensve data set may be forthcomng. Meanwhle, we decde to utlze the locaton data as our prmary observatons. The locaton nformaton n the current House n data set s manually annotated and assumed to be qute accurate. Nevertheless, our system should perform n the same way should such data come from some (roomlevel) ndoor locaton trackng system. Now, let s explan the data used n our experments n more detal. The annotaton of the data recorded from 9 AM to 10 AM s somewhat unorganzed, so we decded to use only the data set recorded from 10 AM to 1 PM for a total of second. We labeled the actvtes for every second and dvde the data set nto 18 parts, each contanng 10 mnutes of data. Ths way, we can do 6-fold cross-valdaton for the evaluaton. For smplcty, we clustered the orgnal 89 actvtes nto 6 classes of actvtes, ncludng cleanng, laundry, dshwashng, meal preparaton, personal and nformaton/lesure. Because the 6 classes of actvtes may overlap wth each other, the property of multtaskng s sutable for our multple concurrent actvtes recognton. In addton, there are 9 mutually exclusve locatons that may be observed, ncludng lvng room, dnng area, ktchen, offce, bedroom, hallway, bathroom, powder room and outsde. Our FCRFs model s constructed n the followng way. Frst, for each actvty class, we buld one hdden varable node whch contans a Boolean state representng ether happenng or not-happenng. And then we let all the hdden varable nodes n the same tme slce to be fully connected, assumng that every actvty has cotemporal relatonshp wth each other. To represent the temporal relatonshp, we connect the two hdden varable nodes across two tme slces for the same actvty class. In addton, we connect 85

5 every hdden varable node wth one observed varable node whch represents the states of locaton. The FCRFs model defned are used to do learnng and nference for multple concurrent actvtes recognton n our experments. The varance of the Gaussan pror s 9. To evaluate the mportance of co-temporal relatonshp between actvtes, we constructed 6 lnear chan CRFs (LCRFs) models as for comparson. Each LCRFs model recognzes only one actvty class at a tme. Performance Evaluaton We want to test f the LCRFs model and the FCRFs model can correctly predct the actvty sequences n the testng data set. There are 6 actvtes labels at each tme stamp. The value of each actvty label can be ether postve (for happenng) or negatve (for not-happenng. In each part of the testng data set, there are 600 seconds and total 3600 actvtes labels. A label s consdered to be True Postve (TP) f the model correctly predcts ts value to be postve. Smlarly, a model s True Negatve (TN) f the model correctly predcts the value as negatve. On the contrary, the label s consdered to be False Postve (FP) f the model wrongly guesses the value as postve and False Negatve (FN) f the model wrongly guesses the value as negatve. To evaluate our performance, we calculate the recall, precson and F- score for these two models. The results are summarzed n Table 1, whch compares the recall, precson and F-score for the testng data set. Data set Recall Precson F-score FCRF(%) LCRF(%) Table 1: Performance Comparson of LCRFs and FCRFs. As we can see, the FCRFs model outperforms the LCRFs models. Even though the locaton nformaton may be ambguous for the recognton of actvty, the consderaton for co-temporal relatonshp n FCRFs complements ths defcency. As a result, the proposed FCRFs model mproves the F-score up to 8%. Ths expermental result provdes us the concluson that t s helpful to utlze the co-temporal relatonshp for actvty recognton. Concluson and Future Work Ths paper proposes the FCRFs model for jont recognton of multple concurrent actvtes. We desgned the experments based on the MIT House n data set and compared our FCRFs model wth the LCRFs model. The ntal experment showed that FCRFs mprove the F-score for up to 8% for recognton of multple concurrent actvtes n daly lvng. The current experment presents just an ntal step towards concurrent actvty recognton. As we mentoned earler, usng a sngle sensor such as locaton may not be suffcent for dsambguatng among the actvtes. To further mprove the recognton accuracy, data from multple heterogeneous sensors must be combned and taken nto consderaton n any practcal actvty recognton system. In addton, we may extend our actvty model to represent long-range temporal dependency as well as the relatonshp among dfferent actvtes across tme slces. In our current mplementaton, both learnng and nference are performed off-lne. To deploy actvty nference n real-world contextaware applcatons, we wll need to develop onlne nference such as the CRF-flter algorthm proposed n (Lmketka, Lao, & Fox 2007). References Cheu, H. L.; Lee, W. S.; and Kaelblng, L. P Actvty recognton from physologcal data usng condtonal random felds. Techncal report, SMA Symposum. Ghahraman, Z., and Jordan, M. I Factoral hdden markov models. Machne Learnng 29(2-3): Intlle, S. S.; Larson, K.; Tapa, E. M.; Beaudn, J. S.; Kaushk, P.; Nawyn, J.; and Rocknson, R. 2006a. House n placelab data set ( n/data /placelab/placelab.htm ). Intlle, S. S.; Larson, K.; Tapa, E. M.; Beaudn, J. S.; Kaushk, P.; Nawyn, J.; and Rocknson, R. 2006b. Usng a lve-n laboratory for ubqutous computng research. In Fshkn, K. P.; Schele, B.; Nxon, P.; and Qugley, A., eds., PERVASIVE 2006, volume l, Lafferty, J.; McCallum, A.; and Perera, F Condtonal random felds: Probablstc models. for segmentng and labelng sequence data. In Proceedngs of the Eghteenth Internatonal Confernence on Machne Learnng (ICML-01). Lao, L.; Fox, D.; and Kautz, H Extractng places and actvtes from gps traces usng herarchcal condtonal random felds. Internatonal Journal of Robotcs Research 26: Lmketka, B.; Lao, L.; and Fox, D Crf-flters: Dscrmnatve partcle flters for sequental state estmaton. In 2007 IEEE Internatonal Conference on Robotcs and Automaton. Lu, Y.; Carbonell, J. G.; P., W.; and V., G Segmentaton condtonal random felds (scrfs): A new approach for proten fold recognton. In Research n Computatonal Molecular Bology, 9th Annual Internatonal Conference. Sarawag, S., and Cohen, W. W Sem-markov condtonal random felds for nformaton extracton. In Advances n Neural Informaton Processng Systems 17. Sato, K., and Y., S Rna secondary structural algnment wth condtonal random felds. In ECCB/JBI (Supplement of Bonformatcs). Sha, F., and Perera, F Shallow parsng wth condtonal random felds. In Proceedngs of the 2003 Human Language Technology Conference and North Amercan Chapter of the Assocaton for Computatonal Lngustcs. Smnchsescu, C.; Kanauja, A.; and Metaxas, D Condtonal models for contextual human moton recognton. Comput. Vs. Image Underst. 104(2):

6 Sutton, C. A. Rohanmanesh, K., and McCallum, A Dynamc condtonal random felds: factorzed probablstc models for labelng and segmentng sequence data. In Proceedngs of the Twenty Frst Internatonal Confernence on Machne Learnng (ICML-04). Vshwanathan, S. V. N.; Schraudolph, N. N.; Schmdt, M. W.; and Murphy, K Accelerated tranng of condtonal random. felds wth stochastc meta-descent. In Proceedngs of the Twenty Thrd Internatonal Confernence on Machne Learnng (ICML-06). Wallach, H. M Effcent tranng of condtonal random felds. In Proceedngs of the 6th Annual CLUK Research Colloquum. Unversty of Ednburgh. Yedda, J. S.; Freeman, W. T.; and Wess, Y Understandng Belef Propagaton and ts Generalzatons. Kaufmann, M. chapter 8,

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Fast and Scalable Training of Semi-Supervised CRFs with Application to Activity Recognition

Fast and Scalable Training of Semi-Supervised CRFs with Application to Activity Recognition Fast and Scalable Tranng of Sem-Supervsed CRFs wth Applcaton to Actvty Recognton Maryam Mahdavan Computer Scence Department Unversty of Brtsh Columba Vancouver, BC, Canada Tanzeem Choudhury Intel Research

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION

Overview. Basic Setup [9] Motivation and Tasks. Modularization 2008/2/20 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Overvew 2 IMPROVED COVERAGE CONTROL USING ONLY LOCAL INFORMATION Introducton Mult- Smulator MASIM Theoretcal Work and Smulaton Results Concluson Jay Wagenpfel, Adran Trachte Motvaton and Tasks Basc Setup

More information

Accurate Information Extraction from Research Papers using Conditional Random Fields

Accurate Information Extraction from Research Papers using Conditional Random Fields Accurate Informaton Extracton from Research Papers usng Condtonal Random Felds Fuchun Peng Department of Computer Scence Unversty of Massachusetts Amherst, MA 01003 fuchun@cs.umass.edu Andrew McCallum

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Biostatistics 615/815

Biostatistics 615/815 The E-M Algorthm Bostatstcs 615/815 Lecture 17 Last Lecture: The Smplex Method General method for optmzaton Makes few assumptons about functon Crawls towards mnmum Some recommendatons Multple startng ponts

More information

Domain-Constrained Semi-Supervised Mining of Tracking Models in Sensor Networks

Domain-Constrained Semi-Supervised Mining of Tracking Models in Sensor Networks Doman-Constraned Sem-Supervsed Mnng of Trackng Models n Sensor Networks Rong Pan 1, Junhu Zhao 2, Vncent Wenchen Zheng 1, Jeffrey Junfeng Pan 1, Dou Shen 1, Snno Jaln Pan 1 and Qang Yang 1 1 Hong Kong

More information

Adaptive Transfer Learning

Adaptive Transfer Learning Adaptve Transfer Learnng Bn Cao, Snno Jaln Pan, Yu Zhang, Dt-Yan Yeung, Qang Yang Hong Kong Unversty of Scence and Technology Clear Water Bay, Kowloon, Hong Kong {caobn,snnopan,zhangyu,dyyeung,qyang}@cse.ust.hk

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Application of Maximum Entropy Markov Models on the Protein Secondary Structure Predictions

Application of Maximum Entropy Markov Models on the Protein Secondary Structure Predictions Applcaton of Maxmum Entropy Markov Models on the Proten Secondary Structure Predctons Yohan Km Department of Chemstry and Bochemstry Unversty of Calforna, San Dego La Jolla, CA 92093 ykm@ucsd.edu Abstract

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

EECS 730 Introduction to Bioinformatics Sequence Alignment. Luke Huan Electrical Engineering and Computer Science

EECS 730 Introduction to Bioinformatics Sequence Alignment. Luke Huan Electrical Engineering and Computer Science EECS 730 Introducton to Bonformatcs Sequence Algnment Luke Huan Electrcal Engneerng and Computer Scence http://people.eecs.ku.edu/~huan/ HMM Π s a set of states Transton Probabltes a kl Pr( l 1 k Probablty

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

Multiple Frame Motion Inference Using Belief Propagation

Multiple Frame Motion Inference Using Belief Propagation Multple Frame Moton Inference Usng Belef Propagaton Jang Gao Janbo Sh The Robotcs Insttute Department of Computer and Informaton Scence Carnege Mellon Unversty Unversty of Pennsylvana Pttsburgh, PA 53

More information

Efficient Inference for Fully-Connected CRFs with Stationarity

Efficient Inference for Fully-Connected CRFs with Stationarity Effcent Inference for Fully-onnected RFs wth Statonarty Ymeng Zhang Tsuhan hen School of Electrcal and omputer Engneerng, ornell Unversty {yz457,tsuhan}@cornell.edu Abstract The ondtonal Random Feld (RF)

More information

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification Fast Sparse Gaussan Processes Learnng for Man-Made Structure Classfcaton Hang Zhou Insttute for Vson Systems Engneerng, Dept Elec. & Comp. Syst. Eng. PO Box 35, Monash Unversty, Clayton, VIC 3800, Australa

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

CS246: Mining Massive Datasets Jure Leskovec, Stanford University

CS246: Mining Massive Datasets Jure Leskovec, Stanford University CS46: Mnng Massve Datasets Jure Leskovec, Stanford Unversty http://cs46.stanford.edu /19/013 Jure Leskovec, Stanford CS46: Mnng Massve Datasets, http://cs46.stanford.edu Perceptron: y = sgn( x Ho to fnd

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

Fusion Performance Model for Distributed Tracking and Classification

Fusion Performance Model for Distributed Tracking and Classification Fuson Performance Model for Dstrbuted rackng and Classfcaton K.C. Chang and Yng Song Dept. of SEOR, School of I&E George Mason Unversty FAIRFAX, VA kchang@gmu.edu Martn Lggns Verdan Systems Dvson, Inc.

More information

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

Academic Conference Homepage Understanding Using Constrained Hierarchical Conditional Random Fields

Academic Conference Homepage Understanding Using Constrained Hierarchical Conditional Random Fields Academc Conference Homepage Understandng Usng Constraned Herarchcal Condtonal Random Felds Xn Xn, Juanz L, Je Tang Department of Computer Scence & Technology Tsnghua Unversty Bejng, Chna {xnxn, ljz, tangje}@keg.cs.tsnghua.edu.cn

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

Robust TV Stream Labelling with Conditional Random Fields

Robust TV Stream Labelling with Conditional Random Fields Robust TV Stream Labellng wth Condtonal Random Felds Abr Ncb, Emmanuelle Martenne, Vncent Claveau, Gullaume Graver, Patrck Gros To cte ths verson: Abr Ncb, Emmanuelle Martenne, Vncent Claveau, Gullaume

More information

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

A Graphical Model Framework for Coupling MRFs and Deformable Models

A Graphical Model Framework for Coupling MRFs and Deformable Models A Graphcal Model Framework for Couplng MRFs and Deformable Models Ru Huang, Vladmr Pavlovc, and Dmtrs N. Metaxas Dvson of Computer and Informaton Scences, Rutgers Unversty {ruhuang, vladmr, dnm}@cs.rutgers.edu

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Three supervised learning methods on pen digits character recognition dataset

Three supervised learning methods on pen digits character recognition dataset Three supervsed learnng methods on pen dgts character recognton dataset Chrs Flezach Department of Computer Scence and Engneerng Unversty of Calforna, San Dego San Dego, CA 92093 cflezac@cs.ucsd.edu Satoru

More information

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints

Sum of Linear and Fractional Multiobjective Programming Problem under Fuzzy Rules Constraints Australan Journal of Basc and Appled Scences, 2(4): 1204-1208, 2008 ISSN 1991-8178 Sum of Lnear and Fractonal Multobjectve Programmng Problem under Fuzzy Rules Constrants 1 2 Sanjay Jan and Kalash Lachhwan

More information

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

More information

Active 3D scene segmentation and detection of unknown objects

Active 3D scene segmentation and detection of unknown objects Actve 3D scene segmentaton and detecton of unknown objects Mårten Björkman and Danca Kragc Abstract We present an actve vson system for segmentaton of vsual scenes based on ntegraton of several cues. The

More information

Data Mining: Model Evaluation

Data Mining: Model Evaluation Data Mnng: Model Evaluaton Aprl 16, 2013 1 Issues: Evaluatng Classfcaton Methods Accurac classfer accurac: predctng class label predctor accurac: guessng value of predcted attrbutes Speed tme to construct

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

A Bilinear Model for Sparse Coding

A Bilinear Model for Sparse Coding A Blnear Model for Sparse Codng Davd B. Grmes and Rajesh P. N. Rao Department of Computer Scence and Engneerng Unversty of Washngton Seattle, WA 98195-2350, U.S.A. grmes,rao @cs.washngton.edu Abstract

More information

A User Selection Method in Advertising System

A User Selection Method in Advertising System Int. J. Communcatons, etwork and System Scences, 2010, 3, 54-58 do:10.4236/jcns.2010.31007 Publshed Onlne January 2010 (http://www.scrp.org/journal/jcns/). A User Selecton Method n Advertsng System Shy

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

Backpropagation: In Search of Performance Parameters

Backpropagation: In Search of Performance Parameters Bacpropagaton: In Search of Performance Parameters ANIL KUMAR ENUMULAPALLY, LINGGUO BU, and KHOSROW KAIKHAH, Ph.D. Computer Scence Department Texas State Unversty-San Marcos San Marcos, TX-78666 USA ae049@txstate.edu,

More information

Understanding Belief Propagation and its Applications

Understanding Belief Propagation and its Applications Understandng elef Propagaton and ts pplcatons Dan Yuan dyuan@soe.ucsc.edu Department of Computer Engneerng Unversty of Calforna, Santa Cruz bstract Inference problem arse n computer vson, I, statstcal

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

Loop Transformations, Dependences, and Parallelization

Loop Transformations, Dependences, and Parallelization Loop Transformatons, Dependences, and Parallelzaton Announcements Mdterm s Frday from 3-4:15 n ths room Today Semester long project Data dependence recap Parallelsm and storage tradeoff Scalar expanson

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Parameter estimation for incomplete bivariate longitudinal data in clinical trials

Parameter estimation for incomplete bivariate longitudinal data in clinical trials Parameter estmaton for ncomplete bvarate longtudnal data n clncal trals Naum M. Khutoryansky Novo Nordsk Pharmaceutcals, Inc., Prnceton, NJ ABSTRACT Bvarate models are useful when analyzng longtudnal data

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 97-735 Volume Issue 9 BoTechnology An Indan Journal FULL PAPER BTAIJ, (9), [333-3] Matlab mult-dmensonal model-based - 3 Chnese football assocaton super league

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

More information

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval Proceedngs of the Thrd NTCIR Workshop Descrpton of NTU Approach to NTCIR3 Multlngual Informaton Retreval Wen-Cheng Ln and Hsn-Hs Chen Department of Computer Scence and Informaton Engneerng Natonal Tawan

More information

Data Representation in Digital Design, a Single Conversion Equation and a Formal Languages Approach

Data Representation in Digital Design, a Single Conversion Equation and a Formal Languages Approach Data Representaton n Dgtal Desgn, a Sngle Converson Equaton and a Formal Languages Approach Hassan Farhat Unversty of Nebraska at Omaha Abstract- In the study of data representaton n dgtal desgn and computer

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

More information

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Інформаційні технології в освіті ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Some aspects of programmng educaton

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Face Detection with Deep Learning

Face Detection with Deep Learning Face Detecton wth Deep Learnng Yu Shen Yus122@ucsd.edu A13227146 Kuan-We Chen kuc010@ucsd.edu A99045121 Yzhou Hao y3hao@ucsd.edu A98017773 Mn Hsuan Wu mhwu@ucsd.edu A92424998 Abstract The project here

More information

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap Int. Journal of Math. Analyss, Vol. 8, 4, no. 5, 7-7 HIKARI Ltd, www.m-hkar.com http://dx.do.org/.988/jma.4.494 Emprcal Dstrbutons of Parameter Estmates n Bnary Logstc Regresson Usng Bootstrap Anwar Ftranto*

More information

On Some Entertaining Applications of the Concept of Set in Computer Science Course

On Some Entertaining Applications of the Concept of Set in Computer Science Course On Some Entertanng Applcatons of the Concept of Set n Computer Scence Course Krasmr Yordzhev *, Hrstna Kostadnova ** * Assocate Professor Krasmr Yordzhev, Ph.D., Faculty of Mathematcs and Natural Scences,

More information