Flatten a Curved Space by Kernel: From Einstein to Euclid

Size: px
Start display at page:

Download "Flatten a Curved Space by Kernel: From Einstein to Euclid"

Transcription

1 Flatten a Curved Space by Kernel: From Ensten to Eucld Quyuan Huang, Dapeng Olver Wu Ensten s general theory of relatvty fundamentally changed our vew about the physcal world. Dfferent from Newton s theory, Ensten s space and tme are not flat but can be warped by matter. For a curved space such as Ensten s space, Eucldean geometry s no longer sutable, and Remannan geometry s usually used nstead. In parallel wth physcs, due to an exploson of data from all felds of scence, there s an ncreasng need for pattern analyss tools, whch are capable of analyzng patterns of data n a non-eucldean (curved) space. To handle data n a curved space, lnear approaches are not drectly applcable, and nstead nonlnear approaches are the rght weapon. However, early-day nonlnear approaches were usually based on gradent descent or greedy heurstcs, and suffered from local mnma and overfttng [1]. In contrast, ernel methods provde a powerful means for transformng data n a non-eucldean curved space (such as Ensten space) nto ponts n a hghdmensonal Eucldean flat space, so that lnear approaches can be appled to the transformed ponts n the hgh-dmensonal Eucldean space. Wth ths flattenng capablty, ernel methods combne the best features of lnear approaches and nonlnear approaches,.e., ernel methods are capable of dealng wth nonlnear structures whle enjoyng a low computatonal complexty le lnear approaches. In ths column, we provde mportant nsghts nto ernel methods and llustrate the power of ernel methods n two mportant pattern analyss problems: feature extracton and clusterng. INSIGHT INTO KERNEL METHODS: A TRANSDUCTIVE PARADIGM A lnear pattern analyss method A can be extended to a ernel method va the followng procedure: 1. Select a ernel sutable for a gven nonlnear pattern analyss problem. A ernel s a functon κ that for all x and z n the data space X, satsfes κ(x,z) = ϕ(x),ϕ(z), where ϕ s a mappng from X to a Hlbert space, and, s an nner product. 2. Gven a tranng data set {x : = 1,2,,N}, calculate the ernel functon, j = κ(x,x j ) for each par of x and x j. The resultng N N matrx K wth entres, j s called the ernel matrx. 3. Tran the gven lnear pattern analyss method A usng the ernel matrx and the tranng data set, and obtan a pattern functon f (x) = N =1 α κ(x,x), where α ( = 1,,N) are obtaned by tranng. The term N =1 α κ(x,x) s called the dual representaton of f (x) [1], and α ( = 1,,N) are called the dual varables. In essence, under dual representaton, f (x) s a lnear combnaton of ernel functons evaluated at each tranng data pont and a gven x. Hence, a ernel method actually conducts transducton,.e., drectly draws conclusons about new data from the tranng data, wthout constructng a model; n other words, transducton s a type of nference from observed, specfc (tranng) cases 1

2 x x x (a) Nonlnear surface n the nput data space (b) Hyperplane n the feature space Fgure 1: Flatten a curved space by a nonlnear mappng ϕ(x). to specfc (test) cases (e.g., a gven x). Ths s dfferent from nducton, whch s a type of nference from specfc (tranng) cases to a general rule/model. Under an nductve paradgm, once the general rule/model s obtaned through learnng, the tranng data wll be dscarded and wll not explctly be part of the general rule/model. Why s a ernel method capable of resolvng nonlnear structures at a low computatonal cost? Frst, the capablty of dealng wth nonlnear structures s due to the use of ϕ(x), whch flattens a curved space. Specfcally, flattenng s acheved by mappng x X to ϕ(x) n a hgh-dmensonal feature space such that the nonlnear structure embedded n {x } becomes a lnear structure n the feature space. For example, a nonlnear surface n X becomes a lnear hyperplane n the feature space after applyng map ϕ(x) (see Fg. 1). Second, low computatonal complexty s due to the dual representaton of pattern functon f (x), also nown as ernel trc,.e., ernel κ(x,x) = ϕ(x ),ϕ(x) can be evaluated wthout computng ϕ(x ) and ϕ(x). Ths s because a ernel can be drectly gven as a functon of x and x wthout explctly defnng ϕ( ). Avodng computng ϕ(x ) and ϕ(x) sgnfcantly reduces the computatonal complexty. For feature extracton problems, f (x) s a feature vector n a feature space. For clusterng problems, f (x) s a cluster ndex. For classfcaton problems, f (x) s a class ndex. For regresson problems, y = f (x) s a regresson functon. For nonlnear system dentfcaton problems, x(t + 1) = f (x(t)) s a system state equaton that governs the dynamcs of a gven nonlnear system. We wll descrbe the frst two pattern functons n the followng sectons. KERNEL-BASED FEATURE EXTRACTION Transformng the nput data x nto a feature vector ϕ(x) n a feature space s called feature extracton. The purpose of feature extracton s to extract relevant nformaton from the nput data. Dmensonalty reducton (.e., removng rrelevant feature dmensons) s usually nvolved n feature extracton. In ths secton, we descrbe two nown technques n the lterature: ernel prncple component analyss (KPCA) and a dscrmnant-learnng-based ernel feature extracton method. KPCA [1] utlzes a dual representaton of an egenvector u j of the covarance matrx of x, so that the projecton P of ϕ(x) onto the drecton u j n the feature space s gven by P u j (ϕ(x)) = 2

3 N =1 α, jκ(x,x). Ths dual representaton enables us to avod computng ϕ(x). KPCA s summarzed below. Input: {x : x R L, = 1,2,,N}, ernel κ(, ), and (the dmenson of the output feature space). 1. Calculate, j = κ(x,x j ) for = 1,2,,N and j = 1,2,,N, and obtan the ernel matrx K R N N, whose -th row and j-th column s, j. 2. Fnd the largest egenvalues {λ j : j = 1,,} and the correspondng egenvectors {v j : v j R N, j = 1,,} of matrx K. 3. Let α, j = v, j / λ j ( = 1,,N and j = 1,,), where v, j s the -th element of v j. 4. Compute x j,m = N =1 α, jκ(x,x m ) (m = 1,,N and j = 1,,), where x j,m s the j-th element of x m. Output: transformed data { x : x R, = 1,,N}. ernel lnear feature extracton (KLFE) [2] s a dscrmnant-learnng-based ernel feature extracton method for supervsed learnng. Dscrmnant-learnng-based feature extracton sees a feature space that maxmzes the dfference between data of dfference classes. Consder supervsed learnng for two classes and assume that the nput data set D conssts of {(x,y ) : = 1,2,,N}, where x R L and the class label y { 1,+1}. LFE [3, 4] sees a lnear transformaton matrx W that maxmzes the dfference between transformed data ponts Wx of dfferent classes. Ths dfference s called a margn, smlar to that n a support vector machne (SVM) [1]. The margn ρ (W) of x under W s defned by ρ (W) = m T Wm h T Wh, where m T Wm s the Mahalanobs dstance between x and ts nearest neghbor n a dfferent class, and h T Wh s the Mahalanobs dstance between x and ts nearest neghbor n the same class. Let m x NM(x,y ), where the nearest mss functon NM(, ) s gven by NM(x,y) argmn x x x p, (1) s.t. (x,y ) D, (2) y y, (3) where x p s l p norm of x. Let h x NH(x,y ), where the nearest ht functon NH(, ) s gven by NH(x,y) argmn x x x p, (4) s.t. (x,y ) D, (5) y = y. (6) The margn-maxmzng W can be found by solvng the followng optmzaton problem: max W N =1 ρ (W), (7) s.t. W 2 F = 1,W 0, 3

4 LFE KLFE PCA Fgure 2: Classfcaton error rate (y-axs) vs. dmenson L (x-axs) of Swss roll data where W F s the Frobenus norm of W. W 0 means that matrx W has to be postve semdefnte. KLFE s a ernel extenson of LFE. Usng a nonlnear mappng ϕ(x) that maps x R L to ϕ(x) R L ( L > L), we can defne m ϕ(x ) ϕ(nm(x,y )) and h ϕ(x ) ϕ(nh(x,y )). Under KLFE, the margn-maxmzng W R L L can be found by solvng max W N =1 ( mt W m h T W h ), (8) s.t. W 2 F = 1, W 0. In [2], a KPCA-based method was proposed to effcently compute nonlnearly transformed ponts x = Wϕ(x ). KLFE can also acheve dmensonalty reducton by choosng the dmensons wth largest varance n the feature space. To compare the performance of KLFE, LFE, and PCA, we use an experment wth synthetc data, a Swss roll (Fg. 1(a)). To generate 3-dmensonal sample ponts x = [x (1),x (2) a Swss roll, we let x (1) = θ cos(θ) and x (2) dstrbuted n [0,4π]; x (3),x (3) ] T ( = 1,,N) on = θ sn(θ), where θ s a random varable unformly s a random varable unformly dstrbuted n [0, 2]; then the 3D sample ponts x ( = 1,,N) are on a 3-D helx surface (Swss roll). To evaluate pattern classfcaton performance under varous feature extracton schemes, we label sample ponts generated by θ [0,2π] wth y = 1 and label sample ponts generated by θ (2π,4π] wth y = 1. The 3-dmensonal vector x s further mapped to a L-dmensonal vector z by matrx R,.e., z = Rx, where matrx R s randomly generated and has dmenson L 3. The purpose of mappng x to z s to add some rrelevant features and test whether a feature extracton scheme s able to perform well under rrelevant features. In ths way, we obtan the nput data set D = {(z,y ) : = 1,2,,N}, where z R L and the class label y { 1,+1}. For each feature extracton scheme, we use K-Nearest-Neghbor (K=1) as the classfer so that we can evaluate the performance of feature extracton n terms of classfcaton error rate. The classfcaton error rates are averaged over 10 smulaton runs, each wth a dfferent matrx R. Fg. 2 shows the classfcaton error rate vs. dmenson L. We can see that KLFE and LFE acheve comparable performance, and both KLFE and LFE outperform PCA. When dmenson L = 1, KLFE acheves better performance than LFE. In addton, KLFE s robust aganst the change of dmenson L, because KLFE has an explct mechansm to elmnate rrelevant features. 4

5 KERNEL-BASED CLUSTERING Clusterng parttons a set of objects nto groups (clusters) so that objects n the same cluster are more smlar (n some sense) to each other than to objects n other clusters. In ths secton, we descrbe three nown clusterng algorthms: ernel K-means, spectral clusterng, and Self-Organzng-Queue (SOQ) based clusterng [5]. The K-means algorthm s a wdely used teratve clusterng algorthm. In each teraton, the K- means algorthm computes a new centrod 1 µ for each cluster and then updates the cluster members usng the new centrods based on the nearest neghbor rule. Kernel K-means [6] s a ernel extenson of K-means algorthm, whch s summarzed below. Input: {x : = 1,,N}, ernel κ(, ), and the number of clusters K. 1. Intalze the K clusters and obtan {C (0) : = 1,,K}, where C (t) denotes the set contanng all the members of Cluster at Stage t. 2. Let t = For each x ( = 1,,N), update ts new cluster ndex by (x ) = argmn ϕ(x ) µ 2 2, where ϕ(x ) µ 2 2 can be computed by ϕ(x ) µ 2 2 = ϕ(x ) 1 C (t) = κ(x,x ) 2 C (t) x C (t) x C (t) ϕ(x) 2 2 (9) κ(x,x) + 1 C (t) 2 x C (t) z C (t) κ(x,z) (10) Snce we assume ponts {ϕ(x ) : = 1,,N} form a lnear geometrc structure n the feature space due to flattenng capablty of ϕ( ), we use the Eucldean dstance n (9) nstead of a geodesc dstance used n a curved space. Agan, n (10), the ernel trc bypasses drect computaton of ϕ(x). 4. Update the membershp of each cluster ( = 1,,K) by C (t+1) = {x : (x ) =, {1,,N}}. 5. If the termnaton crtera are not satsfed, let t = t + 1 and go to Step 3; otherwse, stop. Output: {C (t+1) : = 1,,K}. Spectral clusterng technques are wdely used for graph clusterng [7] or communty detecton [8],.e., fndng sets of related vertces (called communtes) n a graph. Spectral clusterng utlzes the spectrum of the Laplacan matrx L of a gven graph for groupng the nodes, snce the multplcty K of the egenvalue 0 of Laplacan L equals the number of connected components n the graph (denote these connected components by A 1,,A K ), and the egenspace of egenvalue 0 s spanned by the ndcator vectors 1 A1,,1 AK of those components, where ndcator vector 1 A R N, the -th entry 1 The centrod of a cluster s the arthmetc mean poston of all the ponts/members n the cluster 5

6 of whch s 1 f Node belongs to A, and s 0 otherwse. Hence we can use the egenvectors of egenvalue 0 to obtan the ndcator vectors 1 A1,,1 AK, whch s exactly a partton of the graph nto K connected components. Spectral clusterng technques can be categorzed nto unnormalzed and normalzed technques. An unnormalzed spectral clusterng algorthm leverages the spectrum of the unnormalzed Laplacan matrx of a gven graph, whle a normalzed spectral clusterng algorthm leverages the spectrum of the normalzed Laplacan matrx. Spectral clusterng can be regarded as a specal type of weghted ernel K-means [6] snce a weghted ernel K-means scheme can be reduced to an unnormalzed/normalzed spectral clusterng scheme by choosng approprate weght matrx and lettng ernel matrx K = S, where S s an affnty matrx used n spectral clusterng. The followng shows an unnormalzed spectral clusterng algorthm. Input: Affnty matrx S (where S R N N ), and the number of clusters K. 1. Compute the unnormalzed Laplacan matrx L = D S, where D s a dagonal matrx whose dagonal entres are row-sum of S. 2. Compute the K smallest egenvalues and the correspondng egenvectors u 1,,u K of L. 3. Let U (U R N K ) be a matrx contanng vectors u 1,,u K as columns. 4. For = 1,,N, let y (y R K ) be the vector correspondng to the -th row of U. 5. Use the K-means algorthm to partton {y : = 1,,N} nto clusters C 1,,C K. 6. Let A = { j : y j C } ( = 1,,K), where A contans the ndces of nodes that belong to Cluster. Output: {A : = 1,,K}. The performance of exstng spectral clusterng technques s not satsfactory for many applcatons. To mprove the performance, a bo-nspred approach called Self-Organzng-Queue (SOQ) [5] was proposed for the graph clusterng problem. The ey dea of SOQ s to enable fcttous queues of ntellgent nodes wth self-organzng decson capablty to choose a queue wth most frends to jon so that closely-related nodes are grouped nto the same cluster/queue. The SOQ clusterng algorthm s gven as below. Input: a set of N nodes, affnty matrx S (where S R N N ), and the number of clusters K. 1. Intalzaton: dvde the set of N nodes nto K queues; assgn a queue to Current Queue; Flag=1. 2. Whle (Flag) 3. WHO: Choose who n Current Queue as Current Person. 4. HOW: (How to) select a queue as Next Queue for Current Person to jon. 5. WHERE: (Where to) place Current Person n Next Queue. 6

7 6. Assgn Next Queue to Current Queue. 7. WHEN: (When to) let Flag=0,.e., stop the loop. 8. Endwhle Output: the resultng K queues/clusters. The ey features of SOQ are: 1) self-organzaton,.e., each node has the ablty to decde where t wants to jon; 2) the smlarty matrx S can be asymmetrc, and the entres n S can tae any real value, ncludng negatve values. Note that none of the exstng spectral clusterng algorthms allows asymmetrc smlarty matrx and smlarty matrx wth negatve entres. There are many varatons of SOQ, dependng on how Step 1, 3, 4, 5, and 7 are mplemented. For example, n Step 3 (WHO), we can choose the head of Current Queue as Current Person; n Step 4 (HOW), Current Person can use the followng crteron (called Most Frends) to choose Queue ˆ as the Next Queue to jon: ˆ = argmax j C (s, j + s j, ) C where s, j s the entry of S at row and column j, and C s the set of ndces of members n Queue ; n Step 5 (WHERE), we can place Current Person at the tal of Next Queue. Due to the selforganzng decson capablty, SOQ clusterng scheme acheves better clusterng performance than exstng spectral clusterng technques and K-means algorthm for many applcatons [5]. To compare the performance of representatve ernel based clusterng schemes,.e., unnormalzed spectral clusterng (USC) [6], normalzed cut (ncut) [6], and SOQ, as well as K-means, we conduct two experments. Snce unnormalzed and normalzed spectral clusterng algorthms can be regarded as specal types of weghted ernel K-means, we use spectral clusterng to represent ernel K-means as well. The frst experment uses synthetc data consstng of 2-D Gaussan-dstrbuted sample ponts. To smulate four clusters, we use four 2-D Gaussan dstrbutons wth the same standard devaton of 0.05 and mean (-0.3, 0), (0, 0), (0.3, 0), and (0.6, 0), respectvely, and each 2-D Gaussan dstrbuton corresponds to one cluster; the two dmensons of the 2-D Gaussan are ndependent and dentcally dstrbuted. The number of samples for the four clusters are 105, 15, 15, and 15, respectvely, and the total number of ponts N s 150. Fg. 3 shows the 2-D postons of the 150 sample ponts. For spectral clusterng algorthms, an affnty matrx s needed. Let the generated 2-D ponts be p 1,p 2,...,p N, wth p n = (x n,y n ) for 1 n N. We generate the affnty measure s, j between any two ponts p and p j by s, j = exp( p p j 2 2 /(2σ 2 )), where σ = 1 n ths experment. In ths way, we obtan an affnty matrx S. We run the algorthms 20 tmes, each wth a dfferent randomly permuted nput, to obtan 20 clusterng results. By comparng to the ground truth n Fg. 3, we obtan the error rate for each experment. For the 20 experments, we calculate the mean clusterng error rate and 95% confdence nterval, whch are lsted n the second column of Table 1, where µ error denotes the mean clusterng error rate and µ error ± ν denotes upper/lower bound of the confdence nterval, respectvely. Table 1 demonstrates that SOQ sgnfcantly outperforms K-means, USC, and ncut for ths synthetc data set. The second experment uses real-world data, consstng of mages of handwrtten dgts, whch are descrbed n [9] and are downloadable from [10]. The 10 dgts data set s used n our experment. (11) 7

8 Fgure 3: Postons of the two-dmensonal sample ponts n a 2D plane; ponts wth the same color belong to the same cluster (.e., generated by the same dstrbuton). Table 1: Error rate µ error ± ν Synthetc Data Handwrtten Dgts K-means ± ± USC ± ± ncut ± ± SOQ 0 ± ± There are 10 clusters n the data set, wth 100 members n each cluster. Agan, we run the algorthms 20 tmes, each wth dfferent randomly permuted nput. For the 20 experments, we calculate the mean clusterng error rate and 95% confdence nterval, whch are lsted n the thrd column of Table 1. Table 1 demonstrates that SOQ sgnfcantly outperforms K-means, USC, and ncut for ths set of handwrtten dgts. CONCLUSION In ths column, we have dscussed ernel methods as pattern analyss tools, and provded nsghts n two mportant pattern analyss problems, namely, feature extracton and clusterng. Kernel methods have been wdely appled to computer vson, mage processng, nformaton retreval, text mnng, handwrtng recognton, geostatstcs, rgng, bonformatcs, chemonformatcs, nformaton extracton, among others. It s expected that ernel methods wll provde valuable pattern analyss tools for emergng bg data applcatons. AUTHORS Quyuan Huang (dfree@ufl.edu) s a Ph.D. canddate n Department of Electrcal and Computer Engneerng at Unversty of Florda, Ganesvlle, FL. She receved B.S. n Computer Scence and 8

9 Engneerng from Unversty of Scence and Technology of Chna, Hefe, Chna, n Her research nterests are sgnal processng, machne learnng, networng, socal networs, and smart grd. Dapeng Olver Wu (wu@ece.ufl.edu) s a professor wth Electrcal and Computer Engneerng Department at Unversty of Florda, Ganesvlle, FL. Hs research nterests are n the areas of networng, communcatons, sgnal processng, computer vson, and machne learnng. He receved Unversty of Florda Research Foundaton Professorshp Award n 2009, AFOSR Young Investgator Program (YIP) Award n 2009, ONR Young Investgator Program (YIP) Award n 2008, NSF CA- REER award n 2007, the IEEE Crcuts and Systems for Vdeo Technology (CSVT) Transactons Best Paper Award for Year 2001, and the Best Paper Awards n IEEE GLOBECOM 2011 and Internatonal Conference on Qualty of Servce n Heterogeneous Wred/Wreless Networs (QShne) Currently, he serves as an Assocate Edtor for IEEE Transactons on Crcuts and Systems for Vdeo Technology, Journal of Vsual Communcaton and Image Representaton, and Internatonal Journal of Ad Hoc and Ubqutous Computng. He s the founder of IEEE Transactons on Networ Scence and Engneerng. He was the foundng Edtor-n-Chef of Journal of Advances n Multmeda between 2006 and 2008, and an Assocate Edtor for IEEE Transactons on Wreless Communcatons and IEEE Transactons on Vehcular Technology between 2004 and He s also a guest-edtor for IEEE Journal on Selected Areas n Communcatons (JSAC), Specal Issue on Cross-layer Optmzed Wreless Multmeda Communcatons. He has served as Techncal Program Commttee (TPC) Char for IEEE INFOCOM 2012, and TPC char for IEEE Internatonal Conference on Communcatons (ICC 2008), Sgnal Processng for Communcatons Symposum, and as a member of executve commttee and/or techncal program commttee of over 80 conferences. He has served as Char for the Award Commttee, and Char of Moble and wreless multmeda Interest Group (MobIG), Techncal Commttee on Multmeda Communcatons, IEEE Communcatons Socety. He was a member of Multmeda Sgnal Processng Techncal Commttee, IEEE Sgnal Processng Socety from Jan. 1, 2009 to Dec. 31, He s an IEEE Fellow. References [1] J. Shawe-Taylor and N. Crstann, Kernel methods for pattern analyss. Cambrdge unversty press, [2] J. Wang, J. Fan, H. L, and D. Wu, Kernel-based feature extracton under maxmum margn crteron, Journal of Vsual Communcaton and Image Representaton, vol. 23, no. 1, pp , [3] Y. Sun and D. Wu, A relef based feature extracton algorthm, n Proceedngs of SIAM Internatonal Conference on Data Mnng, 2008, pp [4], Feature extracton through local learnng, Statstcal Analyss and Data Mnng, vol. 2, no. 1, pp , [5] B. Sun and D. Wu, Self-organzng-queue based clusterng, IEEE Sgnal Processng Letters, vol. 19, no. 12, pp , [6] I. Dhllon, Y. Guan, and B. Kuls, Kernel -means, spectral clusterng and normalzed cuts, n Proceedngs of the Tenth ACM SIGKDD Internatonal Conference on Knowledge Dscovery and Data Mnng, 2004, pp

10 [7] S. Schaeffer, Graph clusterng, Computer Scence Revew, vol. 1, no. 1, pp , [8] S. Fortunato, Communty detecton n graphs, Physcs Reports, vol. 486, no. 3, pp , [9] D. Verma and M. Mela, A comparson of spectral clusterng algorthms, Unversty of Washngton, Tech. Rep. UW-CSE , [10], dgt1000.mat, [Onlne]. Avalable: 10

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

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

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

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

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

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

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

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

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

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

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

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

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

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

Laplacian Eigenmap for Image Retrieval

Laplacian Eigenmap for Image Retrieval Laplacan Egenmap for Image Retreval Xaofe He Partha Nyog Department of Computer Scence The Unversty of Chcago, 1100 E 58 th Street, Chcago, IL 60637 ABSTRACT Dmensonalty reducton has been receved much

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

Human Face Recognition Using Generalized. Kernel Fisher Discriminant

Human Face Recognition Using Generalized. Kernel Fisher Discriminant Human Face Recognton Usng Generalzed Kernel Fsher Dscrmnant ng-yu Sun,2 De-Shuang Huang Ln Guo. Insttute of Intellgent Machnes, Chnese Academy of Scences, P.O.ox 30, Hefe, Anhu, Chna. 2. Department of

More information

LECTURE : MANIFOLD LEARNING

LECTURE : MANIFOLD LEARNING LECTURE : MANIFOLD LEARNING Rta Osadchy Some sldes are due to L.Saul, V. C. Raykar, N. Verma Topcs PCA MDS IsoMap LLE EgenMaps Done! Dmensonalty Reducton Data representaton Inputs are real-valued vectors

More information

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

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

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

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

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

Using Neural Networks and Support Vector Machines in Data Mining

Using Neural Networks and Support Vector Machines in Data Mining Usng eural etworks and Support Vector Machnes n Data Mnng RICHARD A. WASIOWSKI Computer Scence Department Calforna State Unversty Domnguez Hlls Carson, CA 90747 USA Abstract: - Multvarate data analyss

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

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

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

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

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

Face Recognition Method Based on Within-class Clustering SVM

Face Recognition Method Based on Within-class Clustering SVM Face Recognton Method Based on Wthn-class Clusterng SVM Yan Wu, Xao Yao and Yng Xa Department of Computer Scence and Engneerng Tong Unversty Shangha, Chna Abstract - A face recognton method based on Wthn-class

More information

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

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

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

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

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

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

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

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

More information

A new Unsupervised Clustering-based Feature Extraction Method

A new Unsupervised Clustering-based Feature Extraction Method A new Unsupervsed Clusterng-based Feature Extracton Method Sabra El Ferchch ACS Natonal School of Engneerng at Tuns, Tunsa Salah Zd AGIS lle Unversty of Scence and Technology, France Kaouther aabd ACS

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

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

Local Quaternary Patterns and Feature Local Quaternary Patterns

Local Quaternary Patterns and Feature Local Quaternary Patterns Local Quaternary Patterns and Feature Local Quaternary Patterns Jayu Gu and Chengjun Lu The Department of Computer Scence, New Jersey Insttute of Technology, Newark, NJ 0102, USA Abstract - Ths paper presents

More information

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1

A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 1 A New Feature of Unformty of Image Texture Drectons Concdng wth the Human Eyes Percepton Xng-Jan He, De-Shuang Huang, Yue Zhang, Tat-Mng Lo 2, and Mchael R. Lyu 3 Intellgent Computng Lab, Insttute of Intellgent

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

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

Discriminative classifiers for object classification. Last time

Discriminative classifiers for object classification. Last time Dscrmnatve classfers for object classfcaton Thursday, Nov 12 Krsten Grauman UT Austn Last tme Supervsed classfcaton Loss and rsk, kbayes rule Skn color detecton example Sldng ndo detecton Classfers, boostng

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

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

Semi-Supervised Discriminant Analysis Based On Data Structure

Semi-Supervised Discriminant Analysis Based On Data Structure IOSR Journal of Computer Engneerng (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 3, Ver. VII (May Jun. 2015), PP 39-46 www.osrournals.org Sem-Supervsed Dscrmnant Analyss Based On Data

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

Network Intrusion Detection Based on PSO-SVM

Network Intrusion Detection Based on PSO-SVM TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.1, No., February 014, pp. 150 ~ 1508 DOI: http://dx.do.org/10.11591/telkomnka.v1.386 150 Network Intruson Detecton Based on PSO-SVM Changsheng Xang*

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris Learnng Ensemble of Local PDM-based Regressons Yen Le Computatonal Bomedcne Lab Advsor: Prof. Ioanns A. Kakadars 1 Problem statement Fttng a statstcal shape model (PDM) for mage segmentaton Callosum segmentaton

More information

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning Journal of Computer Scence 7 (3): 400-408, 2011 ISSN 1549-3636 2011 Scence Publcatons SRBIR: Semantc Regon Based Image Retreval by Extractng the Domnant Regon and Semantc Learnng 1 I. Felc Raam and 2 S.

More information

Feature Extractions for Iris Recognition

Feature Extractions for Iris Recognition Feature Extractons for Irs Recognton Jnwook Go, Jan Jang, Yllbyung Lee, and Chulhee Lee Department of Electrcal and Electronc Engneerng, Yonse Unversty 134 Shnchon-Dong, Seodaemoon-Gu, Seoul, KOREA Emal:

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches

Fuzzy Filtering Algorithms for Image Processing: Performance Evaluation of Various Approaches Proceedngs of the Internatonal Conference on Cognton and Recognton Fuzzy Flterng Algorthms for Image Processng: Performance Evaluaton of Varous Approaches Rajoo Pandey and Umesh Ghanekar Department of

More information

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity

Efficient Segmentation and Classification of Remote Sensing Image Using Local Self Similarity ISSN(Onlne): 2320-9801 ISSN (Prnt): 2320-9798 Internatonal Journal of Innovatve Research n Computer and Communcaton Engneerng (An ISO 3297: 2007 Certfed Organzaton) Vol.2, Specal Issue 1, March 2014 Proceedngs

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

Evaluation of Space Partitioning Data Structures for Nonlinear Mapping

Evaluation of Space Partitioning Data Structures for Nonlinear Mapping WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson Evaluaton of Space Parttonng Data Structures for Nonlnear Mappng Myasnov E.V. Samara State Aerospace Unversty, Image Processng Systems

More information

Discriminative Dictionary Learning with Pairwise Constraints

Discriminative Dictionary Learning with Pairwise Constraints Dscrmnatve Dctonary Learnng wth Parwse Constrants Humn Guo Zhuoln Jang LARRY S. DAVIS UNIVERSITY OF MARYLAND Nov. 6 th, Outlne Introducton/motvaton Dctonary Learnng Dscrmnatve Dctonary Learnng wth Parwse

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

Training of Kernel Fuzzy Classifiers by Dynamic Cluster Generation

Training of Kernel Fuzzy Classifiers by Dynamic Cluster Generation Tranng of Kernel Fuzzy Classfers by Dynamc Cluster Generaton Shgeo Abe Graduate School of Scence and Technology Kobe Unversty Nada, Kobe, Japan abe@eedept.kobe-u.ac.jp Abstract We dscuss kernel fuzzy classfers

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

A Clustering Algorithm for Key Frame Extraction Based on Density Peak

A Clustering Algorithm for Key Frame Extraction Based on Density Peak Journal of Computer and Communcatons, 2018, 6, 118-128 http://www.scrp.org/ournal/cc ISSN Onlne: 2327-5227 ISSN Prnt: 2327-5219 A Clusterng Algorthm for Key Frame Extracton Based on Densty Peak Hong Zhao

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

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

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

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

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

Incremental Learning with Support Vector Machines and Fuzzy Set Theory

Incremental Learning with Support Vector Machines and Fuzzy Set Theory The 25th Workshop on Combnatoral Mathematcs and Computaton Theory Incremental Learnng wth Support Vector Machnes and Fuzzy Set Theory Yu-Mng Chuang 1 and Cha-Hwa Ln 2* 1 Department of Computer Scence and

More information

Image Alignment CSC 767

Image Alignment CSC 767 Image Algnment CSC 767 Image algnment Image from http://graphcs.cs.cmu.edu/courses/15-463/2010_fall/ Image algnment: Applcatons Panorama sttchng Image algnment: Applcatons Recognton of object nstances

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

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

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

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM PERFORMACE EVALUAIO FOR SCEE MACHIG ALGORIHMS BY SVM Zhaohu Yang a, b, *, Yngyng Chen a, Shaomng Zhang a a he Research Center of Remote Sensng and Geomatc, ongj Unversty, Shangha 200092, Chna - yzhac@63.com

More information

PCA Based Gait Segmentation

PCA Based Gait Segmentation Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton PCA Based Gat Segmentaton Honggu L, Cupng Sh, and Xngguo L 2 Electronc Department, Physcs College, Yangzhou Unversty, 225002 Yangzhou, Chna 2 Department

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

Out-of-Sample Extensions for LLE, Isomap, MDS, Eigenmaps, and Spectral Clustering

Out-of-Sample Extensions for LLE, Isomap, MDS, Eigenmaps, and Spectral Clustering Out-of-Sample Extensons for LLE, Isomap, MDS, Egenmaps, and Spectral Clusterng Yoshua Bengo, Jean-Franços Paement, Pascal Vncent Olver Delalleau, Ncolas Le Roux and Mare Oumet Département d Informatque

More information

Evaluation of the application of BIM technology based on PCA - Q Clustering Algorithm and Choquet Integral

Evaluation of the application of BIM technology based on PCA - Q Clustering Algorithm and Choquet Integral IETI Transactons on Busness and Management Scences, 2016, Volume 1, Issue 1, 47-55. http://www.et.net/tc An Internatonal Open Access Journal Evaluaton of the applcaton of BIM technology based on PCA -

More information

BRDPHHC: A Balance RDF Data Partitioning Algorithm based on Hybrid Hierarchical Clustering

BRDPHHC: A Balance RDF Data Partitioning Algorithm based on Hybrid Hierarchical Clustering 015 IEEE 17th Internatonal Conference on Hgh Performance Computng and Communcatons (HPCC), 015 IEEE 7th Internatonal Symposum on Cyberspace Safety and Securty (CSS), and 015 IEEE 1th Internatonal Conf

More information

Video Object Tracking Based On Extended Active Shape Models With Color Information

Video Object Tracking Based On Extended Active Shape Models With Color Information CGIV'2002: he Frst Frst European Conference Colour on Colour n Graphcs, Imagng, and Vson Vdeo Object rackng Based On Extended Actve Shape Models Wth Color Informaton A. Koschan, S.K. Kang, J.K. Pak, B.

More information

A Robust LS-SVM Regression

A Robust LS-SVM Regression PROCEEDIGS OF WORLD ACADEMY OF SCIECE, EGIEERIG AD ECHOLOGY VOLUME 7 AUGUS 5 ISS 37- A Robust LS-SVM Regresson József Valyon, and Gábor Horváth Abstract In comparson to the orgnal SVM, whch nvolves a quadratc

More information

Learning an Image Manifold for Retrieval

Learning an Image Manifold for Retrieval Learnng an Image Manfold for Retreval Xaofe He*, We-Yng Ma, and Hong-Jang Zhang Mcrosoft Research Asa Bejng, Chna, 100080 {wyma,hjzhang}@mcrosoft.com *Department of Computer Scence, The Unversty of Chcago

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

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

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

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK

FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK FINDING IMPORTANT NODES IN SOCIAL NETWORKS BASED ON MODIFIED PAGERANK L-qng Qu, Yong-quan Lang 2, Jng-Chen 3, 2 College of Informaton Scence and Technology, Shandong Unversty of Scence and Technology,

More information

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram

Shape Representation Robust to the Sketching Order Using Distance Map and Direction Histogram Shape Representaton Robust to the Sketchng Order Usng Dstance Map and Drecton Hstogram Department of Computer Scence Yonse Unversty Kwon Yun CONTENTS Revew Topc Proposed Method System Overvew Sketch Normalzaton

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

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

SIGGRAPH Interactive Image Cutout. Interactive Graph Cut. Interactive Graph Cut. Interactive Graph Cut. Hard Constraints. Lazy Snapping.

SIGGRAPH Interactive Image Cutout. Interactive Graph Cut. Interactive Graph Cut. Interactive Graph Cut. Hard Constraints. Lazy Snapping. SIGGRAPH 004 Interactve Image Cutout Lazy Snappng Yn L Jan Sun Ch-Keung Tang Heung-Yeung Shum Mcrosoft Research Asa Hong Kong Unversty Separate an object from ts background Compose the object on another

More information

Appearance-based Statistical Methods for Face Recognition

Appearance-based Statistical Methods for Face Recognition 47th Internatonal Symposum ELMAR-2005, 08-10 June 2005, Zadar, Croata Appearance-based Statstcal Methods for Face Recognton Kresmr Delac 1, Mslav Grgc 2, Panos Latss 3 1 Croatan elecom, Savsa 32, Zagreb,

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information