Evaluation of Space Partitioning Data Structures for Nonlinear Mapping

Size: px
Start display at page:

Download "Evaluation of Space Partitioning Data Structures for Nonlinear Mapping"

Transcription

1 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 Insttute of the Russan Academy of Scences Samara, Russa ABSTRACT Nonlnear mappng (Sammon mappng s a nonlnear dmensonalty reducton technque operatng on the data structure preservng prncple. Several possble space parttonng data structures (vp-trees, d-trees and cluster trees are appled n the paper to mprove the effcency of the nonlnear mappng algorthm. At the frst step specfed structures partton the nput multdmensonal space, at the second step space parttonng structure s used to buld up the lst of reference nodes used to approxmate calculatons. The further steps perform ntalzaton and teratve refnement of the low-dmensonal coordnates of obects n the output space usng created lsts of reference nodes. Analyzed space parttonng data structures are evaluated n terms of the data mappng error and runtme. The experments are carred out on the well-nown datasets. Keywords Dmensonalty reducton, nonlnear mappng, Sammon mappng, multdmensonal scalng, MDS, space parttonng, space decomposton, vp-tree, d-tree, cluster tree INTRODUCTION Nonlnear mappng algorthm [Sam69] also nown as a Sammon mappng s one of the most well-nown exploratve data analyss technques. It belongs to a more broad class of nonlnear dmensonalty reducton technques operatng on the data structure preservng prncple. Nonlnear mappng s wdely used n scentfc research, and n many areas of producton actvtes. In sgnal and mage analyss nonlnear mappng has been appled n creaton of navgaton systems for mage and multmeda collectons. For example, for dgtal mage collectons feature nformaton based on vsual characterstcs of mages s extracted at frst. Then the nonlnear mappng algorthm s used to map the mages from multdmensonal feature space to the navgaton space (2 or 3 dmensonal. Smlar mages are placed close to each other n ths Permsson to mae dgtal or hard copes of all or part of ths wor for personal or classroom use s granted wthout fee provded that copes are not made or dstrbuted for proft or commercal advantage and that copes bear ths notce and the full ctaton on the frst page. To copy otherwse, or republsh, to post on servers or to redstrbute to lsts, requres pror specfc permsson and/or a fee. navgaton space and a user can browse the collecton due to vsual characterstcs of mages. Another applcaton of nonlnear mappng s automated segmentaton and thematc classfcaton of multspectral satellte mage. In ths case separate pxels are frst clusterzed due to ts feature nformaton and then the clusters are mapped nto two-dmensonal space usng nonlnear mappng algorthm. In ths space smlar clusters are placed close to each other that allows user to merge clusters belongng to same segments. Such merged clusters can be later semantcally labeled to perform thematc classfcaton of an mage. Nonlnear mappng performs proecton from some nput multdmensonal space to output lowdmensonal space for a gven set of obects (are often referred to as data ponts O { o1, o2,..., on}. We consder the preservaton of the data structure as the preservaton of the parwse dstances between the obects. That s the dstances d ( o, o between pars of obects o and o n the output low-dmensonal space should approxmate correspondng dstances d o, o n the nput multdmensonal space. It s ( obvous that such a proecton cannot preserve dstances exactly and the followng data Full Papers Proceedngs 109 ISBN

2 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson representaton error allows to estmate the qualty of the mappng: o, o O o, o O 1 o, o d ( o, o (1 o, o o, o Applyng gradent descent approach to mnmze the data representaton error we obtan the followng teratve equaton for coordnates y of obect o n the output low-dmensonal space: where y ( t 1 y ( t m ς( o, o (2 m o, o O 2 o O o, o o, o d ( o, o ς( o, o y o, o d ( o, o, y 2 (3 Here t s the number of teraton, s some coeffcent that affects the convergence of the algorthm. The notatons n the above equatons are dfferent from the ones usually used n lterature to smplfy the further descrpton. An example of a nonlnear mappng for a synthetc dataset s shown on fg. 1. The dataset conssts of a set of ponts obtaned from the text depcted on a cylnder n 3D space (fg. 1.a. Fg 1.b shows the results obtaned usng the prncpal component analyss (PCA. Dataset s mapped on the frst two prncpal components. The results of the descrbed above nonlnear mappng algorthm s shown on the fg. 1.c. As t can be seen the local data structure appears. Fg. 2 shows a mappng of a set of mult-spectral values (4 spectral bands of pxels n 3x3 neghborhoods (total 36 attrbutes n a LANDSAT satellte mage [LAN]. Dfferent classes are shown n dfferent color. To obtan a soluton one should ntalze the coordnates y (0 and teratvely refne coordnates of all the obects n accordance to (2 untl the coordnates become stable. Unfortunately, ths smple teratve procedure gven above has a sgnfcant drawbac. If the set O contans N obects then the computatonal complexty s O(N 2 per teraton (the computatonal complexty for the data representaton error s roughly the same. (a (b (c Fgure 1. Mappng for synthetc dataset: (a synthetc 3D data; (b mappng on the frst two prncpal components; (c nonlnear mappng (data representaton error s = The algorthm becomes tme consumng for relatvely small sets of obects contanng hundreds and thousands of obects. The problem becomes more sgnfcant for sets contanng some tens thousands of obects as the memory needed to store precomputed dstances between the obects n the nput multdmensonal space s N(N-1/2 (havng account that the dstance matrx s symmetrcal. For example, for a set of obects we need about 1,5 Gb of operatonal memory to store the dstances as a 8 byte floatng pont values. Recomputng the dstances maes the optmzaton process even more tme consumng and dependent on the dmensonalty of the nput space. As an example, the tme needed to compute the error n accordance to (1 for a MNIST dataset contanng obects used n ths paper for an expermental study taes more than one hour. Full Papers Proceedngs 110 ISBN

3 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson Fgure 2. Nonlnear mappng for the Landsat Satellte dataset (data representaton error s = One of the most effectve and promsng approaches to reduce the computatonal complexty s to perform herarchcal parttonng of space. In the case of the consdered problem such parttonng can be performed usng dfferent space parttonng structures. Ths study s devoted to the comparson of several space parttonng structures n terms of the qualty of mappng, as well as n terms of operatng tme. Related wors To address the problem of a computatonal complexty of the nonlnear mappng the number of technques has been proposed. For ths purpose the trangulaton [Lee77], and lnear transformaton [Pe99] are used. Later the performance of the nonlnear mappng has been mproved by extendng data representaton error usng left [Sun11a] and rght [Sun11b] Bregman dvergence. Tang nto account that nonlnear mappng belongs to the multdmensonal scalng technques t s worth mentonng the methods based on the stochastc optmzaton [Cha96]. The dea of a herarchcal space parttonng to reduce the computatonal complexty has orgnated from physcs where t s wdely used n modellng systems consstng of a huge number of obects (n-body smulatons. The parttonng of the space has been mplemented n graph drawng, for example, n [Fru91] (regular decomposton and [Qu01] (herarchcal decomposton to approxmate the forces actng on the vertces of the graph. In dmensonalty reducton the herarchcal parttonng of the nput multdmensonal space smlar to Barnes-Hut [Bar86] algorthm has been mplemented n [Mya12] to mprove nonlnear mappng. The herarchcal parttonng of the output low-dmensonal space usng Barnes-Hut algorthm has been mplemented n [Van13, Yan13] to accelerate stochastc neghbor embeddng algorthm (t-sne. In [Vla14] another wdely used fast multpole method [Gre87] has been appled to speed up elastc embeddng algorthm. Approxmate computatons The man dea of speedng up computatons usng the space parttonng technques s to dvde the whole set of obects O to some subsets s,... so that all 1, s 2 obects o s from some subset s should possess smlar characterstcs. That s all obects from some subset s are stuated close to each other n the gven space. In ths case obects n a subset s can be analyzed not ndvdually, but as a sngle obect under some crcumstances. Assume that the subset s s stuated far from the obect summaton o s o, o d ( o, o y o, o d ( o, o can be approxmated as follows s o, s d ( o, s y y o, s d ( o, s o. Then the exact y where s s the number of obects n the consdered subset, d o, s s the dstance from the obect o to ( the center of the subset s s n the nput space, d ( o, s s the dstance from the obect o to the center of the subset n the output space, y s s the coordnates of the center of the group n the output space. Now f all the obects of the orgnal set O are dvded nto subsets s S, then (2 taes the form y ( t 1 y ( t m ~ ς( o, s, (4 ~ ς( o, s s s S o, s d ( o, s y o, s d ( o, s y s, (5 It s obvous that the equaton (4 allows to approxmate (2 wth a certan accuracy that depends on how well obects are dvded nto subsets. For ths reason, there s a queston about how to perform such a decomposton. Full Papers Proceedngs 111 ISBN

4 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson Descrpton of the Methods The base scheme for the method descrbed below s taen from [Mya12] wth some modfcatons. In general the consdered method conssts of the four followng steps: 1. Parttonng of the nput space 2. Constructon of reference nodes lsts 3. Intalzaton n the output space 4. Iteratve optmzaton The above stages are dscussed below n more detal. Parttonng of the nput space The frst step of the orgnal method assumed the herarchcal clusterng to partton the nput space. Ths lead to the O(N 2 complexty n the case of effectve agglomeratve clusterng. In the case of dvsve method based on the neural networ (WTA that was mplemented n [Mya12] the runtme of herarchcal clusterng s hghly dependent on the parameters of the algorthm. At the same tme there are a number of space parttonng trees that can be bult n less tme and that used wdely n multmeda databases, geographc nformaton systems, nformaton retreval, computer graphcs and so on. The revew of such data structures s beyond the scope of ths paper. A comprehensve wor on space parttonng trees can be found, for example, n [Sam06]. In ths wor several bnary space parttonng trees were used and compared for nput space parttonng: d-tree [Ben75], metrc tree (vp-tree [Uhl91, Ya93], and bnary tree based on the smplfcaton of mnmax dstance clusterng approach [Tou74] (further cluster tree. Such choce s motvated to study structures that are dfferent n ther propertes. Kd-tree s one of the old and well-nown space parttonng structures based on the recursve splttng a space wth hyperplanes orthogonal to the coordnate axes. Vp-tree s another well-nown space parttonng structure based on the hypershercal parttonng of a space. Cluster tree s the dstance based structure that parttons a space wth hyperplanes orthogonal to a par of chosen dstant ponts. All the mentoned structures can be bult n O(N log N operatons (f the tree s balanced that s more sutable for the consdered tas. As the constructon algorthms for the frst two structures are well nown only the algorthm for latter structure s gven below by a pseudo code. Functon CreateTree( SetOfObects O returns Node begn Create new node S f Number of obects n O s less than threshold then begn S.Chldren = O return S end Fnd mean vector value n O Fnd o1 obect farthest from mean Fnd o2 obect farthest from o1 Create new SetOfObects s1 Create new SetOfObects s2 for each obect o n O begn f ( o1, o < o2, o add o to s1 else add o to s2 end Node n1 = CreateTree( s1 Node n2 = CreateTree( s2 add n1 to S.Chldren add n2 to S.Chldren return S end Let us assume that usng some parttonng method (e.g. usng functon gven above we get the tree-le data structure (fg. 3, contanng the obects of the ntal set O as leaves (termnal nodes. Fgure 3. The structure of a bnary space parttonng tree The tree created at the frst step of an algorthm can be used n optmzaton process mmedately n the followng way. We teratvely update lowdmensonal coordnates for each obect o O n accordance to (4, usng top-level nodes of the tree f such nodes are far enough from the obect o, and low-level nodes of the tree or the obects of the ntal set O n the other case. However, the constructed tree s not used drectly n the optmzaton process n ths paper. Instead of t the specal data structure s used n optmzaton, whch s descrbed n the next subsecton. The detals of the optmzaton process are gven n Iteratve optmzaton subsectons. Constructon of reference nodes lsts It s worth notng that as the parttonng s performed n the nput multdmensonal space then the Full Papers Proceedngs 112 ISBN

5 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson parttonng tree s constant n the optmzaton process. That s why n [Mya12] t was proposed to calculate and to store the set of nodes and the obects whch are nvolved n the optmzaton process (called the lst of reference nodes for each obect o O of the ntal set. The use of the lsts of reference nodes requres addtonal memory but allows to avod recalculatng the parttonng crteron durng the optmzaton process and allows to store precomputed dstances to reference nodes that maes the optmzaton process ndependent on the nput dmensonalty. The straghtforward algorthm for creaton of reference nodes s recursve and descrbed below by pseudo code. Procedure CreateRefLst( Obect o, Node s, RefNodeLst rl begn f o far from s then add s to rl else f s contans obects then for each obect a n s add a to rl else / s contans subtrees / for each node d contaned n s CreateRefLst( o, d, rl end To avod recursve calls the teratve mplementaton usng specal ponters n tree nodes was used n the experments. The descrbed above algorthm s slghtly dfferent compared to [Mya12] by removng the noton of ncomplete node. The use of ncomplete nodes allow to slghtly accelerate calculatons by aggregatng some porton of obects n decomposed nodes of the tree but t requres extra memory to store nformaton about aggregated obects. The frst condton o s far from s defnes the decomposton crteron of the gven node s wth respect to the obect o. Dfferent decomposton crterons were descrbed n physcs lterature (e.g. [Sal94]. And here we adapt (as n [Mya12] smple decomposton crteron based on the radus R of the gven node s. That s we decompose the node of the space parttonng tree under the followng condton: s, o / R( s T where T s a predefned threshold parameter. Otherwse we add the node s of the tree to the lst of the reference nodes. Fg. 4 llustrates ths process. The node s 1 wll be dvded nto two nodes f s1, o / R( s1 T. The node s 2 wll be consdered as a sngle node f d s, o / R( s T ( 2 2. Fgure 4. Illustraton to the constructon of reference nodes lst It s worth notng that the number of the nodes n the lst of the reference nodes s dependent on the dstrbuton of the data. Assumng that the lst of reference nodes contans on average L nodes the memory needed to store the lsts s O[LN]. Intalzaton n the output space The thrd step of the orgnal method performs an ntalzaton of the low-dmensonal coordnates of the obects. Only two frst prncpal components are computed to ntalze obects n the output space and then nput multdmensonal coordnates are proected to the plane formed by these components. Ths approach allows to reduce the computaton tme compared to random ntalzaton as the next step of teratve optmzaton process starts wth the better ntal condtons. Although prncpal components fndng by the covarance matrx s dependent on the dmensonalty of the nput space D and can be estmated as O(D 2 per teraton the overall process can be tme consumng as covarance matrx fndng s O(ND 2 and depends not only on the dmensonalty but on the number N of obects also. To reduce the computatonal tme we use only a small subset of randomly selected obects of the ntal set O mang the overall complexty ndependent on the number of obects. There are other solutons, e.g. use of neural networ approach based on generalzed Hebban (Sanger learnng rule [San89] used n [Mya12]. Iteratve optmzaton After ntalzng low-dmensonal coordnates of obects the optmzaton procedure s performed to fnd sub optmal coordnates of obects n output lowdmensonal space. It conssts of teratve refnement of output coordnates of all obects n accordance wth y ( t 1 y ( t m ~ ς( o, s s S Full Papers Proceedngs 113 ISBN

6 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson where set S s the lst of reference nodes for obect o, and subsets s are reference nodes for obect o. The computatonal complexty of the optmzaton stage of the method can be estmated as O(LN on average where L s the average length of lsts of reference nodes. In practce t may be reasonable to control the data mappng error along the process of optmzaton as t can ndcate the dvergence of the process or t may be used n a stop crteron. The computaton complexty of the data mappng error (1 s roughly the same as the complexty of one step of the base verson of the optmzaton process (O[N 2 ]. Usng the lsts of reference nodes data mappng error can be estmated n O(LN on the average: ~ oo s S 1 o, s oo s S o, s d o, s ( o, s It s worth notng that the above equaton may gve greatly underestmated values of the data mappng error especally n case when approxmaton based on the nput multdmensonal nformaton becomes too coarse. For example, ths can tae place due to poor confguraton of obects n the low-dmensonal space. In the present wor ths equaton was used to control the optmzaton process. When the estmated error value was ncreasng then the coeffcent was decreasng untl the process became convergent. Also ths equaton was used to stop the optmzaton process when the relatve decrease n estmated error for a gven number of teratons dd not exceed the predefned value. Expermental study Two well-nown datasets were used n the presented study. The frst one s the MNIST database of handwrtten dgts [MNI]. The second one s the Corel Image Features Data Set [COR]. The frst database contans dgtal grayscale mages of handwrtten dgts. The database s dvded n two sets: a tranng set contanng nstances, and test set contanng nstances. Images of the tranng set wth sze 28x28 pxels are treated as vectors n 784-dmensonal space n the experments. The second dataset contans features, calculated from the dgtal mages of the Corel mage collecton ( The Corel Image Features Data Set contans nstances. The followng features have been used n the experments: 2 - color hstograms [Swa91] constructed n the HSV color space. Color space was dvded nto 8 ranges of H and 4 ranges of S. The dmensonalty of the feature space s color moments [St95]. Three features were calculated for each color component: mean, standard devaton, and sewness. The dmensonalty of the feature space s 9. - texture features based on co-occurrence matrces [Har73]. Four co-occurrence features (second angular moment, contrast, nverse dfference moment, and entropy were computed n four drectons (horzontal, vertcal, and two dagonal. The dmensonalty of the feature space s 16. To evaluate the effectveness of the methods a number of characterstcs has been measured and calculated: - buldng tme of the bnary space parttonng tree, - buldng tme of the lst of reference nodes, - length of the lst of reference nodes, - ntalzaton tme of the low-dmensonal coordnates, - per teraton executon tme of the optmzaton procedure, - multdmensonal data representaton error. All the descrbed methods were mplemented n C++. The studes wth the MNIST dataset have been carred out on PC based on Intel Core CPU 3.2 GHz. The studes wth the COREL dataset have been carred out on laptop based on Intel Core 3 M370 CPU 2.4 GHz. The wor of the methods stopped when the relatve decrease n estmated error for ten teratons dd not exceed In all cases, the dmenson of the target space has been set equal to two (two-dmensonal data mappng. Some results are shown n fg Fg. 5 shows the dependence of the qualtatve and temporal characterstcs on the threshold parameter T at whch the algorthm moves to the chld nodes of the correspondng parttonng structure (metrc (vp- tree, d-tree or cluster tree. As t can be seen from these results, the small values of T (especally T<1 leads to the expected deteroraton of the mappng qualty due to a coarser approxmaton, whch s reflected n the hgher values of the multdmensonal data representaton error (see fg. 5d. The tme t taes to perform a sngle teraton, ncreases wth ncreasng T (see fg. 5c, due to the large number of the processed reference nodes of the correspondng herarchcal structure (see fg. 5b. Full Papers Proceedngs 114 ISBN

7 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson (a (a (b (b (c (c (d Fgure 5. Dependences on the threshold parameter T (MNIST dataset: (a average buldng tme of the lst of reference nodes (LRN; (b average length of the lst of reference nodes; (c average tme per one teraton of the optmzaton process; (d multdmensonal data representaton error Dependences of qualty and temporal characterstcs on the number of obects s shown n the fg. 6 and 7. The qualty of mappng, measured by the multdmensonal data representaton error (see fg. 6d, 7d s wealy dependent on the type of space parttonng structure. At the same tme the average length of lsts of reference nodes s sgnfcantly larger when we use d-tree (see fg. 6b, 7b. Ths confrms that d-trees are poorly suted for multdmensonal data processng. (d Fgure 6. Dependences on the sample sze (MNIST dataset: (a average buldng tme of the lst of reference nodes (LRN; (b average length of the lst of reference nodes; (c average tme per one teraton of the optmzaton process; (d multdmensonal data representaton error Some results obtaned for the base nonlnear mappng algorthm s shown on fg. 8 (logarthmc scale. Tmngs for the case of precomputed dstances are not shown for large sample szes due to memory lmtatons. The multdmensonal data representaton error s shown on fg. 7 for comparson. Full Papers Proceedngs 115 ISBN

8 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson (a (b (c (d Fgure 7. Dependences on the sample sze (COREL dataset: (a average buldng tme of the lst of reference nodes (LRN; (b average length of the lst of reference nodes; (c average tme per one teraton of the optmzaton process; (d multdmensonal data representaton error As we can see the error values for the base method s only slghtly better than error values obtaned usng the studed methods. Note that the experments performed on other datasets descrbed above, show smlar results. Fgure 8. Dependency of the average tme per one teraton on the sample sze for the base algorthm (COREL dataset Some examples of the nonlnear mappng obtaned usng space parttonng structure and the base algorthm for a subset contanng 5000 nstances of the MNIST dataset s shown n fg. 9. An example of the nonlnear mappng usng the descrbed approach for obects of the MNIST database s shown n fg. 10. The database was processed n less than 30 mnutes ncludng error estmaton at each teraton (19 mnutes wthout error estmaton. The multdmensonal data representaton error was equal to Concluson In ths paper, we conducted a study of several space parttonng structures namely metrc trees (vp-trees, d-trees, and cluster trees to speed up the nonlnear mappng. The study showed that the qualty of mappng s wealy dependent on the type of the structure but the average teraton tme was dfferent for the consdered structures. For d-tree the number of reference nodes was sgnfcantly larger than for the other structures, hence the average teraton tme was larger. Thus for the presented data sets metrc trees (vptrees and cluster trees can be effcently appled to partton the nput space for the consdered problem. Usng of the consdered data structures made t possble to generate low-dmensonal embeddngs for relatvely large datasets n a comfortable tme. At the same tme the data representaton error for the base algorthm had slghtly lower values. To mprove the qualty of the mappng one can use the consdered structures ncreasng the threshold parameter T or use the obtaned low-dmensonal confguraton as an ntal confguraton for the base method. ACKNOWLEDGMENTS Ths wor was fnancally supported by the Russan Foundaton for Basc Research, proect a. Full Papers Proceedngs 116 ISBN

9 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson (a (b Fgure 9. Nonlnear mappng for 5000 nstances of MNIST database: (a cluster tree, 207 teratons, threshold T = 1, multdmensonal data representaton error = ; (b base method, 194 teratons, multdmensonal data representaton error = Fgure 10. Nonlnear mappng for tranng set of MNIST database (60,000 examples Full Papers Proceedngs 117 ISBN

10 WSCG 2015 Conference on Computer Graphcs, Vsualzaton and Computer Vson REFERENCES [Bar86] Barnes J., Hut P. A herarchcal O(N log N force-calculaton algorthm // Nature, 324 ( pp [Ben75] Bentley J. L. Multdmensonal bnary search trees used for assocatve searchng // Communcatons of the ACM, 18 ( [Cha96] M. Chalmers. A lnear teraton tme layout algorthm for vsualsng hgh-dmensonal data // In Proceedngs of IEEE Vsualzaton pp [COR] Image+Features [Fn74] Fnel R., Bentley J.L. Quad Trees: A Data Structure for Retreval on Composte Keys Acta Informatca, 4 (1. pp [Fru91] Fruchterman T., Rengold E. Graph Drawng by Force-drected Placement. //Software Practce and Experence vol. 21, no. 11. pp [Gre87] Greengard L., Rohln V. A fast algorthm for partcle smulatons. Journal of Computatonal Physcs, pp [Har73] Haralc R.M., Shanmugam K., Dnsten I. Texture features for mage classfcaton. IEEE Trans. on Sys. Man. and Cyb. SMC-3(6, 1973 [LAN] +(Landsat+Satellte [Lee77] Lee R.C.T., Slagle J.R., Blum H. A Trangulaton Method for the Sequental Mappng of Ponts from N-Space to Two-Space //IEEE Transactons on Computers V. 26, 3. - pp [MNI] [Mya12] E.V. Myasnov A Nonlnear Method for Dmensonalty Reducton of Data Usng Reference Nodes // Pattern Recognton and Image Analyss, 2012, Vol. 22, No. 2, pp [Pe99] Pealsa E., de Rdder D., Dun R.P.W., Kraaveld M.A. A new method of generalzng Sammon mappng wth applcaton to algorthm speed-up. //Proc. ASCI'99, 5th Annual Conf. of the Advanced School for Computng and Imagng - Heen, The Netherlands June P [Qu01] Qugley A., Eades P. FADE: Graph Drawng, Clusterng, and Vsual Abstracton". //Proceedngs of the 8th Internatonal Symposum on Graph Drawng pp [Sal94] Salmon J.K., Warren M.S. Seletons from the Treecode Closet // J. Comp. Phys. V pp [Sam06] Samet, H. Foundatons of multdmensonal and metrc data structures // Morgan Kaufmann p. [Sam69] Sammon J.W., Jr. A nonlnear mappng for data structure analyss. //IEEE Transactons on Computers V. C-18, No.5. - P [San89] Sanger T.D. Optmal unsupervsed learnng n a sngle-layer lnear feedforward neural networ // Neural Networs, 2 ( pp [St95] Strcer M., Orengo M. Smlarty of color mages // In Proc. SPIE Conf. on Vs. Commun. and Image Proc., 1995 [Swa91] Swan M., Ballard D. Color ndexng. Internatonal Journal of Computer Vson. 7(1, [Tou74] Tou J.T., Gonzalez R.C. Pattern Recognton Prncples // Addson-Wesley Publshng Company [Uhl91] Uhlmann J. Satsfyng General Proxmty/Smlarty Queres wth Metrc Trees // Informaton Processng Letters, 40 ( [Van13] van der Maaten L.J.P. Barnes-Hut-SNE // In Proceedngs of the Internatonal Conference on Learnng Representatons [Vla14] Vladymyrov M., Carrera-Perpñán, M.Á. Lnear-tme tranng of nonlnear low-dmensonal embeddngs // 17th Internatonal Conference on Artfcal Intellgence and Statstcs (AISTATS pp [Yan13] Z. Yang, J. Peltonen, and S. Kas. Scalable optmzaton of neghbor embeddng for vsualzaton // In Proc. of the Int. Conf. on Machne Learnng [Ya93] Yanlos Data structures and algorthms for nearest neghbor search n general metrc spaces // Proceedngs of the fourth annual ACM-SIAM Symposum on Dscrete algorthms pp Full Papers Proceedngs 118 ISBN

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

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

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

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

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

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

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

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

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

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

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

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 15

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 15 CS434a/541a: Pattern Recognton Prof. Olga Veksler Lecture 15 Today New Topc: Unsupervsed Learnng Supervsed vs. unsupervsed learnng Unsupervsed learnng Net Tme: parametrc unsupervsed learnng Today: nonparametrc

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

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

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

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

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

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

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

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

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

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

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Supervsed vs. Unsupervsed Learnng Up to now we consdered supervsed learnng scenaro, where we are gven 1. samples 1,, n 2. class labels for all samples 1,, n Ths s also

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

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

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

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

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

A new segmentation algorithm for medical volume image based on K-means clustering

A new segmentation algorithm for medical volume image based on K-means clustering Avalable onlne www.jocpr.com Journal of Chemcal and harmaceutcal Research, 2013, 5(12):113-117 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCRC5 A new segmentaton algorthm for medcal volume mage based

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

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

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

Simplification of 3D Meshes

Simplification of 3D Meshes Smplfcaton of 3D Meshes Addy Ngan /4/00 Outlne Motvaton Taxonomy of smplfcaton methods Hoppe et al, Mesh optmzaton Hoppe, Progressve meshes Smplfcaton of 3D Meshes 1 Motvaton Hgh detaled meshes becomng

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

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

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

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

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

Data-dependent Hashing Based on p-stable Distribution

Data-dependent Hashing Based on p-stable Distribution Data-depent Hashng Based on p-stable Dstrbuton Author Ba, Xao, Yang, Hachuan, Zhou, Jun, Ren, Peng, Cheng, Jan Publshed 24 Journal Ttle IEEE Transactons on Image Processng DOI https://do.org/.9/tip.24.2352458

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

Wavefront Reconstructor

Wavefront Reconstructor A Dstrbuted Smplex B-Splne Based Wavefront Reconstructor Coen de Vsser and Mchel Verhaegen 14-12-201212 2012 Delft Unversty of Technology Contents Introducton Wavefront reconstructon usng Smplex B-Splnes

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

The Discriminate Analysis and Dimension Reduction Methods of High Dimension

The Discriminate Analysis and Dimension Reduction Methods of High Dimension Open Journal of Socal Scences, 015, 3, 7-13 Publshed Onlne March 015 n ScRes. http://www.scrp.org/journal/jss http://dx.do.org/10.436/jss.015.3300 The Dscrmnate Analyss and Dmenson Reducton Methods of

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

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation

Maximum Variance Combined with Adaptive Genetic Algorithm for Infrared Image Segmentation Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 5) Maxmum Varance Combned wth Adaptve Genetc Algorthm for Infrared Image Segmentaton Huxuan Fu College of Automaton Harbn

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

1. Introduction. Abstract

1. Introduction. Abstract Image Retreval Usng a Herarchy of Clusters Danela Stan & Ishwar K. Seth Intellgent Informaton Engneerng Laboratory, Department of Computer Scence & Engneerng, Oaland Unversty, Rochester, Mchgan 48309-4478

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

Chapter 6 Programmng the fnte element method Inow turn to the man subject of ths book: The mplementaton of the fnte element algorthm n computer programs. In order to make my dscusson as straghtforward

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

Sequential search. Building Java Programs Chapter 13. Sequential search. Sequential search

Sequential search. Building Java Programs Chapter 13. Sequential search. Sequential search Sequental search Buldng Java Programs Chapter 13 Searchng and Sortng sequental search: Locates a target value n an array/lst by examnng each element from start to fnsh. How many elements wll t need to

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

Line Clipping by Convex and Nonconvex Polyhedra in E 3

Line Clipping by Convex and Nonconvex Polyhedra in E 3 Lne Clppng by Convex and Nonconvex Polyhedra n E 3 Václav Skala 1 Department of Informatcs and Computer Scence Unversty of West Bohema Unverztní 22, Box 314, 306 14 Plzeò Czech Republc e-mal: skala@kv.zcu.cz

More information

Fast Computation of Shortest Path for Visiting Segments in the Plane

Fast Computation of Shortest Path for Visiting Segments in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 4 The Open Cybernetcs & Systemcs Journal, 04, 8, 4-9 Open Access Fast Computaton of Shortest Path for Vstng Segments n the Plane Ljuan Wang,, Bo Jang

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

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

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

More information

Graph-based Clustering

Graph-based Clustering Graphbased Clusterng Transform the data nto a graph representaton ertces are the data ponts to be clustered Edges are eghted based on smlarty beteen data ponts Graph parttonng Þ Each connected component

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 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

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING

BIN XIA et al: AN IMPROVED K-MEANS ALGORITHM BASED ON CLOUD PLATFORM FOR DATA MINING An Improved K-means Algorthm based on Cloud Platform for Data Mnng Bn Xa *, Yan Lu 2. School of nformaton and management scence, Henan Agrcultural Unversty, Zhengzhou, Henan 450002, P.R. Chna 2. College

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

More information

Fitting: Deformable contours April 26 th, 2018

Fitting: Deformable contours April 26 th, 2018 4/6/08 Fttng: Deformable contours Aprl 6 th, 08 Yong Jae Lee UC Davs Recap so far: Groupng and Fttng Goal: move from array of pxel values (or flter outputs) to a collecton of regons, objects, and shapes.

More information

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem

An Efficient Genetic Algorithm with Fuzzy c-means Clustering for Traveling Salesman Problem An Effcent Genetc Algorthm wth Fuzzy c-means Clusterng for Travelng Salesman Problem Jong-Won Yoon and Sung-Bae Cho Dept. of Computer Scence Yonse Unversty Seoul, Korea jwyoon@sclab.yonse.ac.r, sbcho@cs.yonse.ac.r

More information

Explicit Formulas and Efficient Algorithm for Moment Computation of Coupled RC Trees with Lumped and Distributed Elements

Explicit Formulas and Efficient Algorithm for Moment Computation of Coupled RC Trees with Lumped and Distributed Elements Explct Formulas and Effcent Algorthm for Moment Computaton of Coupled RC Trees wth Lumped and Dstrbuted Elements Qngan Yu and Ernest S.Kuh Electroncs Research Lab. Unv. of Calforna at Berkeley Berkeley

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices Hgh resoluton 3D Tau-p transform by matchng pursut Wepng Cao* and Warren S. Ross, Shearwater GeoServces Summary The 3D Tau-p transform s of vtal sgnfcance for processng sesmc data acqured wth modern wde

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

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

Investigation of Transformations and Landscapes for Combinatorial Optimization Problems

Investigation of Transformations and Landscapes for Combinatorial Optimization Problems Investgaton of Transformatons and Landscapes for Combnatoral Optmzaton Problems Abstract - Ths paper deals wth an analyss of transformatons between combnatoral optmzaton problems and proposes an approach

More information

Brushlet Features for Texture Image Retrieval

Brushlet Features for Texture Image Retrieval DICTA00: Dgtal Image Computng Technques and Applcatons, 1 January 00, Melbourne, Australa 1 Brushlet Features for Texture Image Retreval Chbao Chen and Kap Luk Chan Informaton System Research Lab, School

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Reducing Frame Rate for Object Tracking

Reducing Frame Rate for Object Tracking Reducng Frame Rate for Object Trackng Pavel Korshunov 1 and We Tsang Oo 2 1 Natonal Unversty of Sngapore, Sngapore 11977, pavelkor@comp.nus.edu.sg 2 Natonal Unversty of Sngapore, Sngapore 11977, oowt@comp.nus.edu.sg

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

IMAGE FUSION TECHNIQUES

IMAGE FUSION TECHNIQUES Int. J. Chem. Sc.: 14(S3), 2016, 812-816 ISSN 0972-768X www.sadgurupublcatons.com IMAGE FUSION TECHNIQUES A Short Note P. SUBRAMANIAN *, M. SOWNDARIYA, S. SWATHI and SAINTA MONICA ECE Department, Aarupada

More information

Vectorization of Image Outlines Using Rational Spline and Genetic Algorithm

Vectorization of Image Outlines Using Rational Spline and Genetic Algorithm 01 Internatonal Conference on Image, Vson and Computng (ICIVC 01) IPCSIT vol. 50 (01) (01) IACSIT Press, Sngapore DOI: 10.776/IPCSIT.01.V50.4 Vectorzaton of Image Outlnes Usng Ratonal Splne and Genetc

More information

K-means and Hierarchical Clustering

K-means and Hierarchical Clustering Note to other teachers and users of these sldes. Andrew would be delghted f you found ths source materal useful n gvng your own lectures. Feel free to use these sldes verbatm, or to modfy them to ft your

More information