Person re-identification with content and context re-ranking

Size: px
Start display at page:

Download "Person re-identification with content and context re-ranking"

Transcription

1 DOI.7/s Person re-dentfcaton wth content and context re-rankng Qngmng Leng Rumn Hu Chao Lang Ymn Wang Jun Chen Sprnger Scence+Busness Meda New York 24 Abstract Ths paper proposes a novel and effcent re-rankng technque to solve the person re-dentfcaton problem n the survellance applcaton. Prevous methods treat person redentfcaton as a specal object retreval problem, and compute the retreval result purely based on a undrectonal matchng between the probe and all gallery mages. However, the correct matchng may be not ncluded n the top-k rankng result due to appearance changes caused by varatons n llumnaton, pose, vewpont and occluson. To obtan more accurate re-dentfcaton results, we propose to reversely query every gallery person mage n a new gallery composed of the orgnal probe person mage and other gallery person mages, and revse the ntal query result accordng to bdrectonal rankng lsts. The behnd phlosophy of our method s that mages of the same person should not only have smlar vsual content, refer to content smlarty, butalsopossesssmlark-nearestneghbors, refer tocontext smlarty. Furthermore, the proposed bdrectonal re-rankng method can be dvded nto offlne and onlne parts, where the majorty of computaton load s accomplshed by the offlne part and the onlne computaton complexty s only proportonal to the sze of the gallery data set, whch s especally suted to the real-tme requred vdeo nvestgaton task. Extensve experments conducted on a seres of standard data sets have valdated the effectveness and effcency of our proposed method. Keywords Person re-dentfcaton Content and context smlartes Bdrectonal rankng Re-rankng Q. Leng R. Hu ( ) C. Lang Y. Wang J. Chen Natonal Engneerng Research Center for Multmeda Software, School of Computer, Wuhan Unversty, Wuhan 4372, People s Republc of Chna e-mal: hurm964@gmal.com Q. Leng e-mal: lengqm@whu.edu.cn

2 Introducton Survellance vdeo has become one of the most mportant means for crmnal nvestgaton n recent years. In ths partcular applcaton, nvestgators often needs to detect and track a specfc suspect n a large-scale spatal regon covered by multple non-overlappng cameras []. Underthscondton, gvenahugeamountofsurvellancevdeo, purelymanual browsng s nether labor-savng nor tme-effcent to meet the requrement of effcent crmnal nvestgaton. To solve ths problem, matchng people across dsjont cameras, a.k.a. person re-dentfcaton, attracts ncreasng research nterests n the computer vson communty. Gven a query person mage (usually called probe), person re-dentfcaton tres to dentfy the correct person object n a huge amount of canddate persons mages (usually called gallery) captured by dfferent cameras, whch can be regarded as a specal mage retreval task. The general mage retreval work usually ncludes three key steps [2, 6, 8, 2] as shown n Fg. : Frst, varous global and/or local vsual features are extracted from both probe and gallery mages; Second, feature dstances between every probe and gallery mages are computed and an ntal rankng lst s generated; Thrd, the ntal rankng lst s further re-ranked for obtanng the better result. As above dscusson, person re-dentfcaton can be regarded as a target-specfc mage retreval problem. And recent methods [3, 7, 8,, 3, 22, 24] manly focus on the frst two steps of general mage retreval, where t can be generally categorzed nto two classes: feature-based and metrc-based methods. Feature-based methods am to fnd a set of dscrmnatve vsual descrptors that are robust among dfferent cameras. For example, Ghessar et al. [8] used a spatal-temporal segmentaton algorthm to generate salent edges and obtaned an nvarant dentty sgnature by combnng normalzed color and salent edge hstograms. Farenzena et al. [7] tred to combne multple features to descrbe the appearance mage, whch was dvded nto regons by explotng symmetry and asymmetry perceptual prncples. Xang et al. [22] used space and color nformaton characterzed by fuzzy quantzaton. Dfferent from feature-based methods whch pay more attenton to feature extracton, metrc-based methods are used to learn a proper dstance metrc functon. For example, transformng the orgnal feature nto a new feature space through Mahalanobs dstance learnng, where the feature dstance of the same person s smaller than that of dfferent persons. Because of consderng the dstrbuton characterstcs of tranng data, the performance of metrc-based methods s usually better than that of unsupervsed feature-based methods [24]. For nstance, Zheng et al. [24] proposed a relatve dstance comparson formulaton and used logstc functon for soft measure. Large maxmum-margn nearest Fg. Illustraton of general mage retreval process. Three key steps are ndcated by dotted boxes. In partcular, the re-rankng step ndcated by the red dotted box s a relatvely seldom touched topc n exstng person re-dentfcaton methods

3 Table Matchng rates (%) of forward and backward queryng at dfferent ranks on VIPeR data set Methods Forward queryng Backwardqueryng neghbor (LMNN) [2], whch s a popular metrc learnng method for k-nearest neghbor classfcaton, was revsed by explotng a fxed bound of neghborhood for person re-dentfcaton [3]. Kostnger et al. [3] proposed a smple but effcent metrc functon based on Gaussan dstrbuton of parwse samples wthout teratve procedures. Although both feature representaton and dstance measure have been well studed n person re-dentfcaton methods, research on the result re-rankng, the thrd step of general mage retreval procedure (ref. Fg. ), s a relatvely seldom touched topc. In prevous methods, the fnal rankng lst s purely computed based on a undrectonal smlarty measure, where a gallery person s placed at the top of rankng lst f t s most close to the probe, regardless of whether the probe s nearest to ths gallery person. Consderng the nfluence of varatons n llumnatons, poses, vewponts and occlusons, the correct match may be excluded from the top-k postons generated by the unrelable undrectonal matchng approaches. In ths paper, person re-dentfcaton problem s addressed by a newly proposed bdrectonal re-rankng technque wth reference to both content and context smlartes. Our dea s motvated by two basc prncples of evaluatng the best frendshp between ndvduals n socal network: () the frendshp of two persons are closest only when they treat each other as the best frend; (2) good frends are always trend to have more common frends [5]. We fnd some consstent characterstcs for the person re-dentfcaton problem. For example, on the publcly avalable VIPeR data set wth the sze 36 for test, we frstly query the probe person mage n the gallery, whch can be regarded as forward queryng; Second, every gallery person mage s quered n a new gallery composed of orgnal probe and other gallery person mages, then the poston of the probe person mage s used to rank the gallery, whch can be regarded as backward queryng (ref. Secton 2.2). Fnally, the performances of above two processes are calculated respectvely based on CMC matchng rates [9] as shown n Table. The phenomenon shows that dfferent mages of the same person may be not nsde the top of rankng lst, but they are stll postoned n the front of the bdrectonal rankng lsts. Moreover, when we further compare the k-nearest neghborhoods of two same and dfferent person mages, we fnd that mages of the same person have more common k-nearest neghbors than that of dfferent persons as shown n Table 2. Based on the above two observatons, t s vald to assume that mages comng from the same person should not only have smlar vsual content but also neghborng context. Therefore, we propose a novel bdrectonal person re-dentfcaton method to mprove the orgnal rankng result by referencng both content and context smlartes. Specfcally, we reversely query every gallery person n a new gallery composed of the orgnal probe and other gallery mages after obtanng an ntal rankng lst for the probe. Then we record the The bdrectonal ranks of two dfferent person mages may be not symmetrc, whch means even f person B s the top- nearest neghbor of person A, there can have another person C closest to B but far away from A.

4 Table 2 Percentage rate (%) of common k-nearest neghbors of pared mages counted from 36 persons and 9954 pars of dfferent persons on VIPeR data set Comparsons rank@5 2 5 Same person 8.35± ± ±6.22 Dfferent persons 2.35± ± ±2.2 poston of the probe mage n every backward rankng lst and count the matchng rates of common k-nearest neghbors between every two bdrectonal rankng lsts. The former reflects the content smlarty between the probe and gallery mage, whle the latter ndcates the context smlarty between two mages. Fnally, both content and context smlartes are adopted to revse the ntal person re-dentfcaton result. Moreover, t needs to declare that although both content and context smlartes come from the dstance between person mages, they have dfferent physcal meanngs and computatonal process. Content smlarty denotes the vsual smlarty between a probe mage p and a gallery mage g (see (3)), whle context smlarty ndcates the degree of approxmaton between the k-nearest neghborhood of p and g (see (4)). Ths paper s a an extent verson of the conference paper [5], besdes the obvous ncrease of paper length, the major mprovements of ths journal paper compared to the orgnal conference paper nclude: () Re-rankng process s expanded from mage-based to vdeo-based through cluster weghtng,.e. our bdrectonal re-rankng s ndependent to forms of object representaton; (2) More analyss and dscussons are conducted on the motvaton and dfference wth other re-rankng methods targeted for the general mage retreval; (3) More expermental results are processed on two new data sets, 3DPES [2]and PRID2 mult-shot [], and the performance and applcablty of our method s also evaluated and dscussed.. Related work The basc dea of our technque s smlar to Random Sample Consensus (RANSAC), whch generates an accurate model through mutual authentcaton between subsets [4]. But t s worthy notng that RANSAC algorthm only matches the mutual -nearest neghbor par ponts, and there s no context nformaton because ts bdrectonal matchng s conducted on two dsjont element sets. Besde RANSAC, there are some other smlar methods,.e. relevance feedback and re-rankng, resemble ours n the way that the mprovng ntal result n a new round computaton. Relevance feedback Relevance feedback technque s usually used to update the retreval model based on a set of relevant results through human feedback n mage retreval. Ru et al. [7] assgned hgher weghts to those features that are frequently occurrng n postve examples pcked up by the users. You et al. [23] learnt both user s postve and negatve examples. And Al et al.s [] frstly ntroduced relevance feedback nto person re-dentfcaton through learnng a dstance metrc teratvely. However, due to the nfluence of envronment change and ndvdual movement, the sngle person mage s not usually n the top of the rankng lst as shown n Table.

5 So Human-Computer Interacton (HCI) s a both labor and tme consumng work especally when there s a large-scale data set. In contrast, the proposed bdrectonal re-rankng technque can automatcally mprove the the ntal dentfcaton result, whch s both labor-effcent and tme-savng. Unsupervsed re-rankng It s unsupervsed process and refne the ntal rankng lst automatcally. For example, Wu et al. [2] constructed reference mages set to refne the canddate mages, however after generatng ntal rankng result, new feature extracton process was needed for re-rankng. Pedronette et al. [6] constructed complcated parwse feature structure for re-rankng based on analyzng contextual relatons of k-nearest neghborhood, whch brought expensve computaton complexty. Huang et al. [2] presented that user may pay more attenton to salent vsual object, so they re-ranked the searchng results based on both vsual consstency and salency, whle the characterstc of salency s not sutable for person re-dentfcaton. Shen et al. [8] re-ranked ntal search mages outsde k-nearest neghborhood depended on ther postons n the re-queryng rank of k- nearest neghborhood mages, and ts latent assumpton that many mages nsde k-nearest neghborhood are the groundtruth. Zhu et al. [4, 25] construct an elaborate context dstance for re-rankng whch gnores content dstance. However exstng person re-dentfcaton methods stll possess good performances n some publc data sets, t means that content dstance s also avalable to some extent, so dscardng the content dstance maybe brngs more naccuracy. Most of above re-rankng methods are from general mage/object retreval task. And n the data sets for general object retreval, there are usually several mages from one object. And a natural assumpton of the re-rankng methods from general object retreval s the majorty of these k-nearest neghborscontan the same objectas n thequery mage (Can be found n paragraph of page 5 on reference [8], so a canddate mage should be smlar as both the query mage and ts k-nearest neghborsas shown n Fg. 2a[6, 8, 2]. However, for person re-dentfcaton problem, there s only SINGLE correct person n the gallery for most publcly person re-dentfcaton data sets, e.g. VIPeR [9] and PRID2 []. (a) Tradtonal method (b) Our bdrectonal method Fg. 2 Illustraton of tradtonal re-rankng method and our bdrectonal method. a Tradtonal re-rankng method compares the gallery mage wth both probe mage and ts k-nearest neghbors; b Our method not only compare the probe mage wth every gallery mage, but also compare ther k-nearest neghborhoods. Crcle denotes the probe mage, damond presents the canddate mage,and k-nearest neghbors of both probe mage and canddate mage are descrbed by rectangles

6 Therefore the above assumpton used n the general mage retreval, s not reasonable for person re-dentfcaton task. In contrast, the proposed bdrectonal re-rankng technque refnes the ntal rankng lst based on both content and context smlartes, whch do not rely on above premses as shown n Fg. 2b, can mprove the effectveness of person redentfcaton sgnfcantly..2 Contrbuton Ths paper proposes a novel person re-dentfcaton technque based on content and context re-rankng, ts major contrbutons are as follows: Re-rankng s newly ntroduced nto person re-dentfcaton problem, and a novel and unsupervsed bdrectonal re-rankng technque wth content and context smlartes s used to refne the ntal rankng lst automatcally. The proposed method can be decomposed nto two parts, ts onlne computaton complexty of dstance measure s only proportonal to the sze of the gallery data set, whch s especally suted to those real-tme-requrng applcatons. Our re-rankng s ndependent to forms of object representaton, regardless of magebased or vdeo-based. The rest of ths paper s organzed as follows: we descrbe our bdrectonal rankng method n Secton 2, and present the mplementaton detals n Secton 3. Extensve expermental results are shown n Secton 4 and future work and conclusons are gven n Secton 5. 2 Bdrectonal rankng Content and context re-rankng processes are presented after generated a orgnal query result n ths secton as shown n Fg. 3. Forward content smlarty s calculated based on ntal rankng lst, and then backward content smlarty and context smlartes are computed through conversely queryng every gallery person mage n a new gallery, whch composes of orgnal probe and other gallery person mages. Fnally, forward and backward content smlartes, content smlarty are combned to re-rank the ntal rankng lst. Moreover, because the form of pedestrans n practcal survellance vdeo can be a key frame or mage sequence, we dscuss both sngle-shot and multple-shot patterns. For the convenence of Fg. 3 Illustraton of our bdrectonal person re-dentfcaton technque. Red dotted box denotes the processes of computng the content and context smlartes

7 followng dscusson, we frst focus our presentaton to the sngle-shot case, and further extend our method to the multple-shot case n the Secton Forward content smlarty Ths subsecton descrbes how to compute the forward content smlarty based on ntal rankng lst, whch s obtaned through feature extracton and dstance measure. Gven the mages of both probe and gallery, they are frstly dvded nto overlappng blocks of sze 6 6 and strde of 8 8. Then, HSV and RGB hstograms are used to descrbe color, and each wth 24 bns per channel. Texture nformaton s captured by the LBP feature. These vectors from all regons are concatenated and projected by the PCA dmenson reducton operaton. Wth the obtaned descrptor, Mahalanobs dstance s used to compute the smlartes between par of mages. Gven mage features from two person p and q,the mahalanobs dstance can be defned as: d 2 M (p, q ) = (p q ) T M (p q ) () where M s a postve semdefnte matrx. Ths paper used three dfferent methods to generate the ntal rankng result: mahalanobs dstance learnng, LMNN [2] and KISSME [3]. And then the ntal rankng lsts s calculated through dstance measure, where t s compared wth the fnal results after the content and context re-rankng operatons. Gven a probe person mage p and a gallery set G = {g =,..., n},wherens the sze of the gallery. Through computng ther dstances d(p,g ), an ntal forward query result can be obtaned as R p (G) = { g,g 2,..., n} g where g represents -th mage n the rankng lst, and the smlartes between p and g satsfy S(p,g ) )>S(p,g 2 )> >S(p,g n ). s used to defne the forward content smlarty between p and Here, the smlarty S ( p, g g. For clarty, we rewrte Sg p = S ( p, g ) to hghlght that p n the subscrpt denotng the Fg. 4 Illustraton of the backward content smlarty computaton. The parallelogram P ndcates probe person mage, I s a gallery person mage, and g s -th gallery person mage n the ntal rankng lst. The hollow arrows denotes forward queryng, vs-a-vs, soldarrows denotes backward queryng. Then, backward content smlarty between the probe person mage and a gallery person mage s defned by the rank poston of the probe n the gallery s reverse rankng lst

8 probe and g n the superscrpt denotng one mage n the orgnal gallery. And S g p can be defned as: S g p = Id(g ) (2) Id(g ) s the rank ndex of g n the generated rankng lst gven the probe p. 2.2 Backward content smlarty We further compute the backward content smlarty. Specfcally, every ntal gallery mage g s treated as a new probe, and reversely quered n ts new correspondng gallery set G g = { p, G\{g }}, whch composed of the orgnal probe mage and other gallery mages as shown n Fg. 4. Refer to the process of computng forward content smlarty, backward content smlarty S g p rankng lst R g (G g ). s defned by Id(p), whch s the rank poston of p n the reverse ( ) Then the complete bdrectonal content smlarty S cn g between p and g, can be defned as: ) S cn (p, g = S g p S p = g Id(g ) Id(p) (3) S g p s the forward content smlarty, and S p s backward content smlarty, they are g multpled to compute the whole content smlarty. Fg. 5 Illustratonof the context smlartycomputaton. The parallelogramp ndcates probe person mage, I s a gallery person mage, and g s -th gallery person mage n the ntal rankng lst. The hollow arrows denotes forward queryng, vs-a-vs, sold arrows denotes backward queryng. We use the number of common k-nearest neghbors to defne the context smlarty

9 2.3 Context smlarty Context smlarty s dscussed n ths subsecton. Denotng that k-nearest neghbors of p n the forward query lst s n k (p), and that of g ( ) n ts backward rankng lst s n k g as shown n Fg. 5. And then we can use the number of common k-nearest neghbors of p and g to present the context smlarty, k was set to percents of the sze of test ( ) gallery data set emprcally n ths work. Therefore, the context smlarty, S cx g, can be defned as: ) ) S cx (p, g = n k (p) n k (g (4) where n k (p) n k ( g ) represents the number of common k-nearest neghbors of p and g. 2.4 Re-rankng Fnally, both content and context smlartes are normalzed by sgmod functon, and combned to revse orgnal undrectonal rankng n accordance wth new smlarty S ( g ) defned as: S (p, g ) ( ) ( ) ( ) = S cn p, g S cx p, g nk (p) n k g = Id(g ) Id(p) (5) g ( ) can be re-ranked based on S g ultmately. Obvously, the smaller Id(g ) Id(p) s, the more smlar p and g are. On the contrary, the smaller ( ) n k (p) n k g s, the more dssmlar p and g are. 2.5 Multple-shot re-rankng As descrptons of sngle-shot re-rankng n above subsectons, content and context smlartes are computed through queryng the probe person and conversely queryng every gallery person. However n the multple-shot re-rankng, the representaton of a person s a seres of consecutve frames whch s provdng mult-vew appearance nformaton about a specfc target. Obvously, multple vdeo frames provde more appearance nformaton about a person object, but meanwhle, such multple frame representaton also brngs hgh computatonal complexty n the computaton of smlarty measure. To balance the doublesde requrements of accuracy and complexty, we frstly cluster every person sequence to several key frames [6], where the number of key frames do not need to be pre-defned. And then every probe key frame s quered n the gallery, where every gallery s formed as a set of key frames as shown n Fg. 6. Frstly, t must be clarfed that the consecutve sequence frames of a person usually contan herself sngle object n most standard multshot person re-dentfcaton data sets. Snce the proposed method s tested and compared on these data sets, t surely follows the above mentoned assumpton. Then consderng that the representaton of multple-shot probe person s p = { p (),..., p (a),..., p (A)}, where ts

10 Fg. 6 Illustraton of sequence queryng. Every key frame from probe sequence s compared wth the key frames set of every gallery sequence, all queryng results are combned to generate ntal rankng lst. And t the same way for conversely queryng every gallery person sequence. p (a) s a-th key frame of probe sequence, G ndcates the key frames set of a gallery sequence sze s{ A, andp (a) s a-th key } frame. Smlarly, -th gallery person can be descrbed by g = g (),..., g (b),...g (B ) wth the sze B. The dstance between a-th key frame of p and g s computed by: g (b) ) d (p (a),g = B b= ( d p (a),g (b) ) B (6) s the b-th key frame of -th gallery person. Then every gallery person s ranked based on d ( p (a) ),g for p (a), and the forward smlarty between p (a) and g s defned by the poston of g. Smlarly, we can rank the gallery for every key frame of the probe person. The entre forward smlarly S g p between p and g s the mean value of all forward smlartes between p s key frames and g. Then every gallery person s conversely quered n a new gallery composed of the orgnal probe person and other gallery persons through above process of dstance measure, and compute the backward content smlarty Sg p (ref. Secton 2.2). After Obtanng the forward and backward rankng lst, we total common k-nearest neghbors between the rankng lst of every key frame of probe person and that of every gallery person, whch s normalzed to calculate context smlarty (ref. Secton 2.3). Fnally, the ntal rankng lst s re-ranked based on smlar content and context smlartes as (5). 3 Implementaton detals Ths secton manly descrbes some mplementaton detals of the proposed method. For the convenence of dscusson, t manly focus on sngle-shot re-rankng, whch can be smlarly extended to multple-shot case. As can be seen from Fg. 3, the majorty of the computaton s spent on dervng the reverse rankng lsts, whch s consst of mass par-wse smlarty computaton between gallery mages. A tradtonal way of ths step s drectly calculatng the dstance of every par of mages and generatng the rankng lst based on above mage dstances. It assumes that the gallery contans n mages, the computaton complexty s O(n 2 ) for dstance measure and O ( n 2 log n ) for the rankng operatons. However, we fnd that gallery mages can be obtaned before queryng the probe mage n the

11 practcal applcaton, e.g. survellance vdeo nvestgaton. Therefore, our method s dvded nto two seperate phrases as shown n Algorthm. In the offlne part, all gallery mages are mutually compared for obtanng a rankng lst for every gallery person wth the computaton complexty O( n(n ) 2 ) and a rankng complexty of O ( n 2 log n ). In the onlne porton, the probe s nserted n every gallery s rankng lst comng from the offlne part, and then t only needs to compute the dstance between the probe and every gallery mage whose computaton complexty s O(n) and rankng complexty s O (n log n). Wth the above two-phrase mplementaton manner, the whole algorthm s complexty can be greatly reduced and ts onlne part s only proportonal to the sze of the gallery, whch s especally suted to those real-tme applcatons. 4 Expermental results In ths secton, extensve experments are presented to evaluate the usefulness of the proposed person re-dentfcaton technque. The experments are desgned to answer the followng four questons: How to compare proposed technque wth baselnes on the publcly person redentfcaton data sets? Are re-rankng processes based on the content smlarty alone, context smlarty alone and ther combnaton all useful to mprove the ntal person re-dentfcaton results? Does our re-rankng technque better than state-of-the-art of re-rankng methods from general mage/object retreval work? Are bdrectonal re-rankng technque effcent for multple-shot person? Does t reduce the computatonal complexty of onlne part after dvdng the framework nto offlne and onlne?

12 4. Experments settng Four publcly data sets are used for evaluaton: three sngle-shot data sets ncludng VIPeR [9], PRID2 [], 3DPES [2]; and PRID2 multple-shot data set []. Fgure 7 shows some examples of above data sets. The reasons for choosng above data sets are as follows: () The scenaro of these data sets are closed to practcal survellance vdeo, many challenges must be faced, e.g. vewpont changes, pose changes, llumnaton changes, camera chromatc aberratons and low mage resolutons; (2) they provde par person mages or sequences n two non-overlappng cameras, and are wdely used for evaluatng person re-dentfcaton methods; (3) the scenaros and szes of these data sets stll have some dfferences whch s sutable for estmatng the applcable vdeo survellance scene. The processes of experments manly contan three parts: () The effectveness of backward content and context smlartes are frstly tested. Because the re-rankng process should be based on ntal rankng lst, whch s used to compute forward content smlarty. We respectvely combne forward and backward content smlartes (called content-based), forward content smlarty and context smlarty (called context-based). And then above smlartes are used to re-rank ntal rankng lst on VIPeR; (2) The combnaton of bdrectonal content smlartes and context smlarty s used for re-rankng on VIPeR, PRID2 sngle-shot and 3DPES data sets; (3) The runtme of offlne and onlne processes are computed on VIPeR and PRID2 sngle-shot data sets fnally. Evaluaton procedure n every data set s looped tmes, cumulatve Matchng Characterstc (CMC) curves [9] s used to calculate the average performance, t descrbes the expectaton of fndng the true match wthn the frst r ranks, the formulaton below s used to calculate the CMC value when t returns the top r ranks. CMC@r = N f(p,r) = % (7) N (a) VIPeR (b) 3DPES (c) PRID2 Fg. 7 Examples of appearance changes caused by varant vewponts, llumnatons and camera chromatc aberratons from above three publc data sets. Each column represents a same-person par

13 p s -th query person, where the sze of probe s N. f(p,r) s an ndcatve functon whch s equal to f the true match s n the top r ranks,otherwse,ts.moreover,a relatve CMC gan s also appled to descrbe the mprovement ntutvely. The selecton of parameter k s mportant yet nsenstve n our method. We process our re-rankng method based on an ntal rankng lst that s produced by Mahal, and k s unequal-space valued from 5 to 2 on VIPeR data set (randomly selectng 36 persons for tranng, the other 36 for test) shown Fg. 8. As can be seen, the maxmum of the performance les on k = 3, where the value s close to percent of the sze of test data on VIPeR. For a smaller k, thecmc values notgoodenough.whenk >3, the performance s slghtly declned to a stable value. Therefore, 3 s assgned to k on VIPeR data set. And smlar phenomenon about k selecton s also found on some other data sets that the best k approxmately les on percent of the sze of test data. Therefore, k s set to the value of percent sze of test data on every data set. 4.2 VIPeR data set The VIPeR data set contans 632 person mage pars recorded from two dfferent statc camera vews. Appearance of the same person s changed by varaton of vewponts, llumnatons and poses between two cameras. For generatng the ntal rankng lst, the set of 632 mage pars were randomly splt nto two sets of 36 mage pars each, one for tranng and another for testng. The mage pars n test set were randomly apponted to a probe and a gallery set. The feature extracton processgot after thedescrptonn Secton 2., and ntal rankng lsts were acqured by three representatve person re-dentfcaton methods respectvely: mahalanobs dstance learnng based on stochastc gradent descent, LMNN [2] thatsa popular metrc learnng method for k-nearest neghbor classfcaton, and KISSME [3] learnng metrc functon based on Gaussan dstrbuton of parwse samples, whch s one of best person re-dentfcaton methods especally on the VIPeR. And the fnal results were.8 cmc@2 VIPeR CMC@ Mahal K Fg. 8 The CMC value when our method returns frst 2 result wth dfferent value of k

14 Fg. 9 Comparatve results between baselnes and our bdrectonal re-rankng usng content-based smlarty, contextbased smlarty and combned smlarty on VIPeR data set cmc VIPeR.2 Mahal Re rankng usng Context based smlarty. Re rankng usng Content based smlarty Re rankng usng combned smlarty (a) Comparson wth Mahalanobs cmc VIPeR.2 LMNN Re rankng usng Context based smlarty. Re rankng usng Content based smlarty Re rankng usng combned smlarty (b) Comparson wth LMNN [9] cmc VIPeR KISSME Re rankng usng Context based smlarty. Re rankng usng Content based smlarty Re rankng usng combned smlarty (c) Comparson wth KISSME [7]

15 gven after content and context re-rankng usng content-based smlarty, context-based smlarty and combned smlarty as shown n Fg. 9. Table 3 compares the performance of our technque usng combned smlarty to state-of-the-art n the range of the frst 5 ranks. In Fg. 9, green lne denotes the CMC curve of baselnes, blue and black lnes descrbe the results of context-based and content-based, and red lne show the results of combnaton smlarty. All our re-rankng results are better than baselnes, and re-rankng usng combnaton smlarty obtaned best performance. Table 3 shows that our technque based on combnaton smlarty outperforms all exstng methods over the whole range of ranks, especally there are more than % average relatve gans for Mahalanobs. Moreover, some examples descrbe the mprovement after re-rankng ntutonstcally as shown n Fg PRID2 sngle-shot data set The sngle-shot verson of the PRID2 data set whch conssts of person mage pars obtaned from two dfferent survellance cameras s consdered n ths subsecton. There are many challenges n PRID2 such as changes of vewponts, poses, llumnatons, and addtonal varant camera characterstcs dfferent from VIPeR data set. Partcularly, 385 persons mages are from camera vew A and that of camera vew A are 749 persons mages, wth 2 common mages n both vews. For generatng the ntal rankng lst, above 2 same person mage pars were randomly splt nto two equatonal subsets, where one for tranng and the other for test. Vew A was treated as the probe set and Vew B was used for the gallery set. The test persons were searched n all persons from Vew B (except the persons used for tranng), whch means the sze of testng gallery set s 649. The feature extracton and ntal rankng lsts were produced followng the way on VIPeR data set. And the ntal results were re-ranked usng combned smlarty. The CMC curves of baselnes (green lne) and our bdrectonal re-rankng usng combnaton smlarty (red lne) are presented n Fg.. They also prove the effcences of our method. In Table 4, we descrbe the CMC value n the range of the frst ranks comparng our technque based on combnaton smlarty wth state-of-the-art. Our technque exceeds baselnes over the range of ranks entrely, and there are more than 5 % mprovement at most of ranks. We also llustratng some specfc re-dentfcaton results n Fg. 2. Table 3 Matchng rates (%) at dfferent ranks on VIPeR data set Methods rank@ 25 5 Mahalanobs Mahalanobs+re-rankng Gan 4.3 % 7.8 % 4.5 % 3.6 % LMNN [2] LMNN+re-rankng Gan 5.9 % 8.5 % 2.3 % 6.9 % KISSME [3] KISSME+re-rankng Gan %.3 % 7.4 % 3.3 %

16 Fg. Three examples of comparatve results between KISSME and our approach on the VIPeR data set. Leftcolumnare the probes and top gallery rank results are lsted rght. The hollow arrows denotes forward queryng, vs-a-vs, sold arrows denotes backward queryng. The correct matchng s hghlghted by the red box. As we see, the correct matchngs are pull nto -nearest neghborhood after our re-rankng process 4.4 3DPES data set 3DPES project contans numerous vdeo sequences taken from a real survellance setup, composed of 8 dfferent survellance cameras. However, the number of persons are less than VIPeR and PRID2 sngle-shot data sets. For obtanng the ntal rankng lst, par mages of 92 persons from two camera vews were selected from the orgnal data set,

17 Fg. Comparatve results between baselnes and our bdrectonal re-rankng usng combned smlarty on PRID2 sngle-shot data set cmc PRID sngle shot Mahal Re rankng usng combned smlarty (a) Comparson wth Mahalanobs cmc PRID sngle shot LMNN Re rankng usng combned smlarty (b) Comparson wth LMNN [9] cmc PRID sngle shot KISSME Re rankng usng combned smlarty (c) Comparson wth KISSME [7]

18 Table 4 Matchng rates (%) at dfferent ranks on PRID2 sngle-shot data set Methods rank@5 2 5 Mahalanobs Mahalanobs+re-rankng Gan 2.8 % 23.3 % 2. % 2 % 4.3 % LMNN [2] LMNN+re-rankng Gan 26.3 % 2.4 % 8.9 % 7.3 % 7.4 % KISSME [3] KISSME+re-rankng Gan 8.8 % 2 % 3.9 % 7.5 % 7.3 % Fg. 2 Three examples of comparatve results between Mahalanobs and our approach on the PRID2 sngle-shot data set. Left column are the probes and top gallery rank results are lsted rght. The hollow arrows denotes forward queryng, vs-a-vs, sold arrows denotes backward queryng. The correct matchng s hghlghted by the red box. As we see, the correct matchngs are pull nto -nearest neghborhood after our re-rankng process

19 Fg. 3 Comparatve results between baselnes and our bdrectonal re-rankng usng combned smlarty on 3DPES data set cmc 3DPES.2. Mahal Re rankng usng combned smlarty (a) Comparson wth Mahalanobs cmc 3DPES LMNN Re rankng usng combned smlarty (b) Comparson wth LMNN[9] cmc 3DPES KISSME Re rankng usng combned smlarty (c) Comparson wth KISSME[7]

20 Fg. 4 Comparatve results between baselne and our bdrectonal re-rankng usng combnaton smlarty on PRID2 multple-shot data set cmc PRID mult shot.2. Mahal Re rankng usng combned smlarty (a) Comparson wth Mahalanobs cmc PRID mult shot LMNN Re rankng usng combned smlarty (b) Comparson wth LMNN[9] cmc PRID mult shot KISSME Re rankng usng combned smlarty (c) Comparson wth KISSME[7]

21 cmc VIPeR KISSME[Kostnger 22] Re rankng usng [Shen 22]. Re rankng usng [Wu 2] Re rankng usng Our Method cmc PRID sngle shot KISSME[Kostnger 22] Re rankng usng [Shen 22]. Re rankng usng [Wu 2] Re rankng usng Our Method Fg. 5 Comparatve results between other re-rankng methods and our bdrectonal re-rankng on the VIPeR and PRID2 sngle-shot data set and the sze of probe and gallery are both 96. The feature extracton and ntal rankng lsts were produced followng the way on VIPeR data set, and the ntal results were reranked usng combned smlarty. The averaged CMC curves are shown n Fg. 3. As can be seen, the performances after our re-rankng are mproved yet mnor, whch s due to neffectve context smlarty. Specfcally, context smlarty s avalable based on the statstcal characterstc same person have much more common nearest neghbors than that of dfferent person. And the statstcal characterstc s more feasble on a bggsh data set, whle the szes of 3DPES and PRID2 multple-shot data sets are very small, such as only 96 persons can be used for test on 3DPES far less than that of 36 persons on VIPeR.

22 Table 5 Runtme comparatve results (s) of offlne and onlne parts on VIPeR and PRID2 sngle-shot data sets Data sets Offlne Onlne VIPeR 9.9±.49.43±.2 PRID2 sngle-shot.82±.59.6±. 4.5 PRID2 multple-shot data set Persons n the PRID2 multple-shot data sets are the same as the sngle-shot verson, but they are mages sequence nstead of one key frame of sngle-shot person. For producng the ntal rankng lst, 2 common mages n two vews were used, and half person sequences were randomly selected for tranng and the other for test. The feature extracton and ntal rankng lsts were produced followng the way on VIPeR data set. And Multple-shot re-rankng process followed the descrpton n Secton 2.5 based on combned smlarty. Fgure 4 shows the averaged CMC curves of baselne and our technque. Smlar to the result on 3DPES, the sze of PRID2 multple-shot data sets s too small to dsable the context smlarty, leadng that the performances after re-rankng are mproved yet mnor. 4.6 Comparson wth other re-rankng methods Moreover, our technque s also compared wth two representatve state-of-the-art rerankng methods [8, 2] from the general mage retreval on two publcally person re-dentfcaton data sets VIPeR and PRID2 sngle-shot, the ntal rankng lst s produced by KISSME [3]. As can be seen from Fg. 5, the performances of baselnes are even worse than ntal result on both two data sets. The reason of the contrast of above expermental results s that these two re-rankng methods are effectve based on the assumpton the majorty of these k-nearest neghbors contan the same object as n the query mage (see paragraph of page 5 on reference [8]). However there s only SINGLE correct person n the gallery for person re-dentfcaton task, e.g. VIPeR [9], PRID2 [] and 3DPES [2], leadng above assumpton s not reasonable for person re-dentfcaton task. Whle n contrast, our method does not rely on the rgorous assumpton and hence can obvously mprove the orgnal result. 4.7 Runtme Ths subsecton tested the runtme of offlne and onlne processes. The expermental envronment was as follows: the CPU of our computer ncluded double core 2.8 GHz CPU and 2 GB RAM; mutl-features of person representaton contaned RGB, HSV and LBP, dstance measure was based on KISSME [3], and t was tested on the VIPeR and PRID2 sngleshot data sets. The sze of VIPeR was 36 n both the probe and the gallery, the probe of PRID had person mages and ts gallery had 649 person mages; at last, the runtme was a mean value by teratons. Table 5 descrbed that onlne part had less tme-consumng than that of offlne part, and sutable for real-tme-requrng vdeo survellance applcatons. 5Concluson In ths work, we present a bdrectonal person re-dentfcaton technque usng content and context re-rankng. The core dea s: f two mages come from the same person, should

23 possess smlar vsual content as well as neghbors compared to those mages from dfferent persons. Specfcally, probe s frstly quered n orgnal gallery after feature extracton and metrc learnng, and then conversely queryng every ntal gallery mage n a new data set composed of the orgnal probe mage and other lsted mages. Fnally, we use the content smlarty that s descrbed by the poston of the orgnal probe, and context smlarty whch s the number of common k-nearest neghborhood quered by the orgnal gallery mage to re-rank the ntal searched result. Moreover, both sngle-shot and multple-shot person are consdered n the re-rankng process. Extensve experments compared wth several typcal methods on three sngle-shot and one mult-shot publcly data sets have proved the effectveness of our proposed technque, even f dfferent cameras have obvous vewpont changes, pose changes, llumnaton changes, camera chromatc aberratons and low mage resolutons etc. In partcularly, our technque are more useful for large-sze data set whch s sutable for practcal vdeo nvestgaton applcatons, and the onlne part of our technque has a low computatonal complexty of dstance measure through offlne processng, where offlne can be carred out before start a query. Future work wll ntroduces more thoughts of socal nfluence, and further reduces the computatonal complexty through clusterng especally when there s a massve data set. e.g. clusterng the ntal rankng lst, and the clusterng centers are conversely quered for generatng reverse rankng lst. Then above results can be used to compute content and context smlartes refer to our bdrectonal rankng method. Moreover, n the practcal survellance applcaton, there exst massve occlusons among persons. In these condtons, more powerful person detecton and trackng algorthms are needed to obtan the clear person sequence contanng a sngle object, and those person mages that the overlap rates of foreground mask are less than a certan threshold or the smlartes wth ther contguous frames are more than a certan threshold can be used for our re-rankng. And above dscussons wll be studed n our future works. Acknowledgments Ths work was supported by the Natonal Nature Scence Foundaton of Chna (6235, 67273, 6334), the Major Scence and Technology Innovaton Plan of Hube Provnce (23AAA2), the Guangdong-Hongkong Key Doman Breakthrough Project of Chna (22A927), the Chna Postdoctoral Scence Foundaton funded project (23M5335), the Specalzed Research Fund for the Doctoral Program of Hgher Educaton (234224), the Key Technology R&D Program of Wuhan ( ) and the Presdent Fund of UCAS, and the Open Project Program of the Natonal Laboratory of Pattern Recognton (NLPR). References. Al S, Javed O, Haerng N, Kanade T (2) Interactve retreval of targets for wde area survellance. In: Proceedngs of the nternatonal conference on multmeda, pp Balter D, Vezzan R, Cucchara R (2) 3dpes: 3D people dataset for survellance and forenscs. In: Proceedngs of the st nternatonal ACM workshop on multmeda access to 3D human objects 3. Dkmen M, Akbas E, Huang TS, Ahuja N (2) Pedestran recognton wth a learned metrc.in: ACCV 4. Fschler MA, Bolles RC (98) Random sample consensus: a paradgm for model fttng wth applcatons to mage analyss and automated cartography. Commun ACM 24(6): Fredkn NE (998) A structural theory of socal nfluence. Cambrdge Unversty Press 6. Frey BJ, Dueck D (27) Clusterng by passng messages between data ponts. Scence 35(584): Farenzena M, Bazzan L, Perna A, Murno V, Crstan M (2) Person re-dentfcaton by symmetrydrven accumulaton of local features. In: CVPR, pp

24 8. Ghessar N, Sebastan TB, Tu PH, Rttscher J, Hartley R (26) Person re-dentfcaton usng spatotemporal appearance. In: CVPR, vol 2, pp Gray D, Brennan S, Tao H (27) Evaluatng appearance models for recognton, reacquston, and trackng. In: PETS. Gong SG, Loy CC, Xang T (2) Securty and survellance. In: VAH, part 4, pp Hrzer M, Belezna C, Roth PM, Bschof H (2) Person re-dentfcaton by descrptve and dscrmnatve classfcaton. In: SCIA, LNCS, vol 6688, pp Huang J, Yang X, Fang X, Ln W, Zhang R (2) Integratng vsual salency and consstency for rerankng mage search results. IEEE Trans Multmeda 3(4): Kostnger M, Hrzer M, Wohlhart P, Roth P, Bschof H (22) Large scale metrc learnng from equvalence constrants. In: CVPR, pp L W, Wu Y, Mukunok M et al. (22) Common-near-neghbor analyss for person re-dentfcaton. In: IEEE nternatonal conference on mage processng (ICIP), pp Leng Q, Hu R, Lang C, Wang Y, Chen J (23) Bdrectonal rankng for person re-dentfcaton In: Proceedngs of IEEE computer socety conference on multmeda and exposure (ICME) 6. Pedronette D, Gumares C, da S Torres R (2) Explotng contextual spaces for mage re-rankng and rank aggregaton. In: Proceedngs of the st ACM nternatonal conference on multmeda retreval 7. Ru Y, Huang TS, Ortega M, Mehrotra S (998) Relevance feedback: a power tool for nteractve contentbased mage retreval. IEEE Trans Crcuts Syst Vdeo Technol 8(5): Shen X, Ln Z, Brandt J, Avdan S, Wu Y (22) Object retreval and localzaton wth spatallyconstraned smlarty measure and k-nn re-rankng. In: IEEE conference on computer vson and pattern recognton (CVPR), pp Wang X, Doretto G, Sebastan T, Rttscher J, Tu P (27) Shape and appearance context modelng. In: ICCV, pp 8 2. Wenberger KQ, Saul LK (28) Fast solvers and effcent mplementatons for dstance metrc learnng. In: ICML 2. Wu Z, Ke Q, Sun J, Shum HY (2) Scalable face mage retreval wth dentty-based quantzatonand multreference rerankng. IEEE Trans Pattern Anal Machne Intell 33(): Xang ZJ, Chen Q, Lu Y (22) Person re-dentfcaton by fuzzy space color hstogram. Multmed Tools Appl. do:.7/s You H, Chang E, L B (2) NNEW: nearest neghbor expanson by weghtng n mage database retreval. In: Proceedngs of IEEE nternatonal conference multmeda and exposure, pp Zheng WS, Gong GS, Tao X (2) Person re-dentfcaton by probablstc relatve dstance comparson. In: CVPR, pp Zhu C, Wen F, Sun J (2) A rank-order dstance based clusterng algorthm for face taggng. In: IEEE conference on computer vson and pattern recognton (CVPR), pp Qngmng Leng receved the B.S degree n lfe scence from Nanchang Unversty, Nanchang, Chna, and n 27, M.S degree n Internatonal School of Software from Wuhan Unversty, Wuhan, Chna, n 29. He s currently pursung hs Ph.D. degree n Natonal Engneerng Research Center for Multmeda Software, School of Computer, Wuhan Unversty, Wuhan, Chna. Hs research nterests nclude computer vson, machne learnng and person re-dentfcaton.

25 Rumn Hu receved the B.S and M.S degrees from Nanjng. Unversty of Posts and Telecommuncatons, Nanjng Chna, n 984 and n 99 respectvely. and Ph.D degree n Communcaton and Electronc System from Huazhong Unversty of Scence and Technology, Wuhan, Chna n 994. Dr. Hu s the drector of Natonal Engneerng Research Center For Multmeda Software, Wuhan Unversty and Key Laboratory of Multmeda Network Communcaton Engneerng n Hube provnce. He s Executve Charman of the Audo Vdeo codng Standard (AVS) workgroup of Chna n Audo Secton. He has publshed two books and over scentfc papers. Hs research nterests nclude audo/vdeo codng and decodng, vdeo survellance and multmeda data processng. Chao Lang recevedthe B.S degree n Automaton from Huazhong Unversty of Scence and Technology, Wuhan, Chna, n 26 and the Ph.D degree n Pattern Recognton and Intellgent System from Insttute of Automaton, Chnese Academy of Scences, Bejng, Chna, n 22. He s currently workng as a postdoc teacher at Natonal Engneerng Research Center for Multmeda Software, Wuhan, Chna. Hs research nterests nclude multmeda content analyss, machne learnng, computer vson and pattern recognton.

26 Ymn Wang receved the B.S degree from School of Computer of Wuhan Unversty, Wuhan, Chna, n 28. He s currently pursung hs Ph.D. degree n Natonal Engneerng Research Center for Multmeda Software, School of Computer, Wuhan Unversty, Wuhan, Chna. Hs research nterests nclude computer vson, and machne learnng. Jun Chen receved M.S degree n Instrumentaton from Huazhong Unversty of Scence & Technology, Wuhan, Chna, n 997, and Ph.D degree n photogrammetry and remote sensng from Wuhan Unversty, Wuhan, Chna, n 27. Dr. Chen s the deputy drector of Natonal Engneerng Research Center for Multmeda Software. Hs research nterests nclude multmeda communcatons and securty emergency nformaton processng.

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

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

Related-Mode Attacks on CTR Encryption Mode

Related-Mode Attacks on CTR Encryption Mode Internatonal Journal of Network Securty, Vol.4, No.3, PP.282 287, May 2007 282 Related-Mode Attacks on CTR Encrypton Mode Dayn Wang, Dongda Ln, and Wenlng Wu (Correspondng author: Dayn Wang) Key Laboratory

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

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

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

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

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

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

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

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

Improving Web Image Search using Meta Re-rankers

Improving Web Image Search using Meta Re-rankers VOLUME-1, ISSUE-V (Aug-Sep 2013) IS NOW AVAILABLE AT: www.dcst.com Improvng Web Image Search usng Meta Re-rankers B.Kavtha 1, N. Suata 2 1 Department of Computer Scence and Engneerng, Chtanya Bharath Insttute

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

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

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

arxiv: v1 [cs.cv] 23 Apr 2015

arxiv: v1 [cs.cv] 23 Apr 2015 Person Re-dentfcaton wth Correspondence Structure Learnng Yang Shen 1, Weyao Ln 1, Junch Yan 1, Mnglang Xu 2, Janxn Wu 3 and Jngdong Wang 4 1 Shangha Jao Tong Unversty, Chna 2 Zhengzhou Unversty, Chna

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 Background Subtraction for a Vision-based User Interface *

A Background Subtraction for a Vision-based User Interface * A Background Subtracton for a Vson-based User Interface * Dongpyo Hong and Woontack Woo KJIST U-VR Lab. {dhon wwoo}@kjst.ac.kr Abstract In ths paper, we propose a robust and effcent background subtracton

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

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

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

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

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

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

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

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

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

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

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

Mining User Similarity Using Spatial-temporal Intersection

Mining User Similarity Using Spatial-temporal Intersection www.ijcsi.org 215 Mnng User Smlarty Usng Spatal-temporal Intersecton Ymn Wang 1, Rumn Hu 1, Wenhua Huang 1 and Jun Chen 1 1 Natonal Engneerng Research Center for Multmeda Software, School of Computer,

More information

Querying by sketch geographical databases. Yu Han 1, a *

Querying by sketch geographical databases. Yu Han 1, a * 4th Internatonal Conference on Sensors, Measurement and Intellgent Materals (ICSMIM 2015) Queryng by sketch geographcal databases Yu Han 1, a * 1 Department of Basc Courses, Shenyang Insttute of Artllery,

More information

2 ZHENG et al.: ASSOCIATING GROUPS OF PEOPLE (a) Ambgutes from person re dentfcaton n solaton (b) Assocatng groups of people may reduce ambgutes n mat

2 ZHENG et al.: ASSOCIATING GROUPS OF PEOPLE (a) Ambgutes from person re dentfcaton n solaton (b) Assocatng groups of people may reduce ambgutes n mat ZHENG et al.: ASSOCIATING GROUPS OF PEOPLE 1 Assocatng Groups of People We-Sh Zheng jason@dcs.qmul.ac.uk Shaogang Gong sgg@dcs.qmul.ac.uk Tao Xang txang@dcs.qmul.ac.uk School of EECS, Queen Mary Unversty

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

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

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

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

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

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

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

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

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

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

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

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

More information

Person Re-identification Based on Color Histogram and Spatial. Configuration of Dominant Color Regions

Person Re-identification Based on Color Histogram and Spatial. Configuration of Dominant Color Regions Person Re-dentfcaton Based on Color Hstogram and Spatal Confguraton of Domnant Color Regons Kwangchol Jang, Sokmn Han, Insong Km College of Computer Scence, KIM IL SUNG Unversty, Pyongyang, D.P.R of Korea

More information

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

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

More information

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

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

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

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

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

Person Re-identification by Salience Matching

Person Re-identification by Salience Matching Person Re-dentfcaton by Salence Matchng Ru Zhao Wanl Ouyang Xaogang Wang Department of Electronc Engneerng, the Chnese Unversty of Hong Kong {rzhao, wlouyang, xgwang}@ee.cuhk.edu.hk Abstract Human salence

More information

776 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 26, NO. 4, APRIL 2016

776 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 26, NO. 4, APRIL 2016 776 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 26, NO. 4, APRIL 2016 Person Redentfcaton Wth Reference Descrptor Le An, Member, IEEE, Mehran Kafa, Member, IEEE, Songfan Yang,

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

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY SSDH: Sem-supervsed Deep Hashng for Large Scale Image Retreval Jan Zhang, and Yuxn Peng arxv:607.08477v2 [cs.cv] 8 Jun 207 Abstract Hashng

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS P.G. Demdov Yaroslavl State Unversty Anatoly Ntn, Vladmr Khryashchev, Olga Stepanova, Igor Kostern EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS Yaroslavl, 2015 Eye

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

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

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

Histogram of Template for Pedestrian Detection

Histogram of Template for Pedestrian Detection PAPER IEICE TRANS. FUNDAMENTALS/COMMUN./ELECTRON./INF. & SYST., VOL. E85-A/B/C/D, No. xx JANUARY 20xx Hstogram of Template for Pedestran Detecton Shaopeng Tang, Non Member, Satosh Goto Fellow Summary In

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

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

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

Person Re-identification with Correspondence Structure Learning

Person Re-identification with Correspondence Structure Learning Person Re-dentfcaton wth Correspondence Structure Learnng Yang Shen 1, Weyao Ln 1*, Junch Yan 1, Mnglang Xu 2, Janxn Wu 3, and Jngdong Wang 4 1 Dept. of Electronc Engneerng, Shangha Jao Tong Unversty,

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

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

KIDS Lab at ImageCLEF 2012 Personal Photo Retrieval

KIDS Lab at ImageCLEF 2012 Personal Photo Retrieval KD Lab at mageclef 2012 Personal Photo Retreval Cha-We Ku, Been-Chan Chen, Guan-Bn Chen, L-J Gaou, Rong-ng Huang, and ao-en Wang Knowledge, nformaton, and Database ystem Laboratory Department of Computer

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

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram Robust Mean Shft Trackng wth Corrected Background-Weghted Hstogram Jfeng Nng, Le Zhang, Davd Zhang and Chengke Wu Abstract: The background-weghted hstogram (BWH) algorthm proposed n [] attempts to reduce

More information

Query Clustering Using a Hybrid Query Similarity Measure

Query Clustering Using a Hybrid Query Similarity Measure Query clusterng usng a hybrd query smlarty measure Fu. L., Goh, D.H., & Foo, S. (2004). WSEAS Transacton on Computers, 3(3), 700-705. Query Clusterng Usng a Hybrd Query Smlarty Measure Ln Fu, Don Hoe-Lan

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

Fusion of Deep Features and Weighted VLAD Vectors based on Multiple Features for Image Retrieval

Fusion of Deep Features and Weighted VLAD Vectors based on Multiple Features for Image Retrieval MATEC Web of Conferences, 0500 (07) DTS-07 DO: 005/matecconf/070500 Fuson of Deep Features and Weghted VLAD Vectors based on Multple Features for mage Retreval Yanhong Wang,, Ygang Cen,, Lequan Lang,*,

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

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm

Recommended Items Rating Prediction based on RBF Neural Network Optimized by PSO Algorithm Recommended Items Ratng Predcton based on RBF Neural Network Optmzed by PSO Algorthm Chengfang Tan, Cayn Wang, Yuln L and Xx Q Abstract In order to mtgate the data sparsty and cold-start problems of recommendaton

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

Robust visual tracking based on Informative random fern

Robust visual tracking based on Informative random fern 5th Internatonal Conference on Computer Scences and Automaton Engneerng (ICCSAE 205) Robust vsual trackng based on Informatve random fern Hao Dong, a, Ru Wang, b School of Instrumentaton Scence and Opto-electroncs

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

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

Face Recognition using 3D Directional Corner Points

Face Recognition using 3D Directional Corner Points 2014 22nd Internatonal Conference on Pattern Recognton Face Recognton usng 3D Drectonal Corner Ponts Xun Yu, Yongsheng Gao School of Engneerng Grffth Unversty Nathan, QLD, Australa xun.yu@grffthun.edu.au,

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

Combination of Local Multiple Patterns and Exponential Discriminant Analysis for Facial Recognition

Combination of Local Multiple Patterns and Exponential Discriminant Analysis for Facial Recognition Sensors & ransducers 203 by IFSA http://.sensorsportal.com Combnaton of Local Multple Patterns and Exponental Dscrmnant Analyss for Facal Recognton, 2 Lfang Zhou, 2 Bn Fang, 3 Wesheng L, 3 Ldou Wang College

More information

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

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

Research and Application of Fingerprint Recognition Based on MATLAB

Research and Application of Fingerprint Recognition Based on MATLAB Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 205, 7, 07-07 Open Access Research and Applcaton of Fngerprnt Recognton Based on MATLAB Nng Lu* Department

More information

The Shortest Path of Touring Lines given in the Plane

The Shortest Path of Touring Lines given in the Plane Send Orders for Reprnts to reprnts@benthamscence.ae 262 The Open Cybernetcs & Systemcs Journal, 2015, 9, 262-267 The Shortest Path of Tourng Lnes gven n the Plane Open Access Ljuan Wang 1,2, Dandan He

More information

A Deflected Grid-based Algorithm for Clustering Analysis

A Deflected Grid-based Algorithm for Clustering Analysis A Deflected Grd-based Algorthm for Clusterng Analyss NANCY P. LIN, CHUNG-I CHANG, HAO-EN CHUEH, HUNG-JEN CHEN, WEI-HUA HAO Department of Computer Scence and Informaton Engneerng Tamkang Unversty 5 Yng-chuan

More information

Scale Selective Extended Local Binary Pattern For Texture Classification

Scale Selective Extended Local Binary Pattern For Texture Classification Scale Selectve Extended Local Bnary Pattern For Texture Classfcaton Yutng Hu, Zhlng Long, and Ghassan AlRegb Multmeda & Sensors Lab (MSL) Georga Insttute of Technology 03/09/017 Outlne Texture Representaton

More information

Combination of Color and Local Patterns as a Feature Vector for CBIR

Combination of Color and Local Patterns as a Feature Vector for CBIR Internatonal Journal of Computer Applcatons (975 8887) Volume 99 No.1, August 214 Combnaton of Color and Local Patterns as a Feature Vector for CBIR L.Koteswara Rao Asst.Professor, Dept of ECE Faculty

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

Performance Assessment and Fault Diagnosis for Hydraulic Pump Based on WPT and SOM

Performance Assessment and Fault Diagnosis for Hydraulic Pump Based on WPT and SOM Performance Assessment and Fault Dagnoss for Hydraulc Pump Based on WPT and SOM Be Jkun, Lu Chen and Wang Zl PERFORMANCE ASSESSMENT AND FAULT DIAGNOSIS FOR HYDRAULIC PUMP BASED ON WPT AND SOM. Be Jkun,

More information

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

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

More information

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

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution Real-tme Moton Capture System Usng One Vdeo Camera Based on Color and Edge Dstrbuton YOSHIAKI AKAZAWA, YOSHIHIRO OKADA, AND KOICHI NIIJIMA Graduate School of Informaton Scence and Electrcal Engneerng,

More information

Private Information Retrieval (PIR)

Private Information Retrieval (PIR) 2 Levente Buttyán Problem formulaton Alce wants to obtan nformaton from a database, but she does not want the database to learn whch nformaton she wanted e.g., Alce s an nvestor queryng a stock-market

More information

Fingerprint matching based on weighting method and SVM

Fingerprint matching based on weighting method and SVM Fngerprnt matchng based on weghtng method and SVM Ja Ja, Lanhong Ca, Pnyan Lu, Xuhu Lu Key Laboratory of Pervasve Computng (Tsnghua Unversty), Mnstry of Educaton Bejng 100084, P.R.Chna {jaja}@mals.tsnghua.edu.cn

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

Manifold-Ranking Based Keyword Propagation for Image Retrieval *

Manifold-Ranking Based Keyword Propagation for Image Retrieval * Manfold-Rankng Based Keyword Propagaton for Image Retreval * Hanghang Tong,, Jngru He,, Mngjng L 2, We-Yng Ma 2, Hong-Jang Zhang 2 and Changshu Zhang 3,3 Department of Automaton, Tsnghua Unversty, Bejng

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