KIDS Lab at ImageCLEF 2012 Personal Photo Retrieval

Size: px
Start display at page:

Download "KIDS Lab at ImageCLEF 2012 Personal Photo Retrieval"

Transcription

1 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 cence and nformaton Engneerng Natonal Unversty of Tanan, Tanan, Tawan Abstract. The personal photo retreval task at mageclef 2012 s a plot task for testng QBE-based retreval scenaros n the scope of personal nformaton retreval. Ths plot task s organzed as two subtasks: the vsual concepts retreval and the events retreval. n ths paper, we develop a framework of combnng dfferent vsual features, EXF data and smlarty measures based on two clusterng methods to retreve the relevant mages havng smlar vsual concepts. We frst analyze and select the effectve vsual features ncludng color, shape, texture, and descrptor to be the basc elements of recognton. A flexble smlarty measure s then gven to acheve hgh precse mage retreval automatcally. The expermental results show that the proposed framework can provde good effectveness n dstnct measures of evaluaton. Keywords: mage retreval, Concept retreval, Features clusterng, mlarty measure 1 ntroducton The man am of the mageclef 2012 personal photo retreval task s provdng a test bed for mage retreval based on some gven query mages [ 1]. The task s further dvded nto two subtasks: the vsual concepts retreval and the events retreval. Compare wth tradtonal mage retreval, the topcs of ths task are more abstract or more general. t mght cause mage retreval to be more dffcult. The benchmark data set used n ths task conssts of 5,555 mages downloaded from Flckr. Both the vsual concepts retreval and the events retreval use the same dataset. The vsual concepts retreval s a great challenge to the developers. ome of the concepts are abstract lke the topc sgn, and some of them are very subectve lke art obect. Even dfferent people would draw dfferent opnons on the same mage. The events retreval s to fnd the mages wth the same knds of events. ome of the target topcs lke fre and conference are too general to defne n vsual concept. Parts of the events n ths subtask connect wth geographcal topcs. Thus, most of the topcs are dffcult to retreve n vsual. n such a case, EXF features may support much more nformaton about the event concept.

2 n our partcpaton to the mageclef 2012 personal photo retreval task, we developed a framework for the vsual concepts retreval and the events retreval. Frst, we selected 7 vsual features from the gven features set for the task. Each selected feature s used to cluster all the mages nto groups ndvdually. We frst defne the smlarty degree for vsual features and EXF s nformaton. Then, the smlarty measures for dfferent mage features are ntegrated to estmate the smlarty scores between each mage and the query mage. The cluster of each feature s used to help weghtng the mage smlarty. Fnally, the framework combnes and ranks the smlarty degrees between an mage and the dfferent QBE mages to retreve the photos wth the same concept. The remander of ths paper s organzed as follows. We descrbe the used features provded by the organzers n ecton 2. ecton 3 ntroduces the proposed smlarty measures and retreval methods. n ecton 4, we present the expermental results of our proposed framework. Fnally, we conclude the paper wth a dscusson and future work. 2 Process of mage Features 2.1 Vsual Features The orgnal datasets n the personal photo retreval task provded 19 extracted vsual features. After our estmatng test, 7 features were selected from the 19 features. They are AutoColorCorrelogram [ 2], BC [ 3], CEDD [ 4], Color tructure, Edge Hstogram, FCTH [ 5], and URF [ 6]. The selected features cover dfferent knds of popular vsual percepton ncludng color, shape, and texture. URF s a robustly scale-nvarant and rotaton-nvarant descrptor feature. The features are summarzed n Table 1. Table 1. The selected 7 features. Vsual Features Color hape Texture Descrptor AutoColorCorrelogram BC CEDD Color tructure Edge Hstogram FCTH URF Vsual Features Clusterng. We frst cluster mages by the ndvdual vsual features to fnd the groups of mages wth the smlar vsual features. Two dfferent clusterng methods are developed for the URF descrptor and the others vsual features, respectvely. We depct the clusterng algorthms n the followng. URF feature clusterng. The URF descrptor s the feature wth scale-nvarant and rotaton-nvarant. n ths paper we defned the matchng par to measure the smlar-

3 ty between two mages. f the URF descrptor d for the mage matches another descrptor d n the mage and vce versa, the descrptors d and d form a matchng par. The dstance between two mages and s defned as 1 dst URF (, ), (1) N (, ) where N mp (, ) s the number of matchng pars between the two mages and. The larger N mp s, more smlar two mages are. Based on the measure of the matchng par, we propose the clusterng algorthm for URF descrptors, shown as Table 2. Before descrbng the detaled algorthm, we defne two cluster dstances: the ntracluster D ntra (C k ) and the nter-cluster D nter (C k, C l ). Table 2. The clusterng algorthm for URF feature. Algorthm: urfcluster nput: the set of mages Output: the clusters of mages C C = {}; whle ( mn{dst URF (, )} < ) // s the threshold of URF dstance Case 1: C k and C l for C k, C l C and C k C l f ( D ntra (C k C l ) 1 mn{d ntra (C k ), D ntra (C l )}) // 1 s a constant. C = C {C k C l } - {C k } - {C l }; else urfcluster(c C ); end f Case 2: C k and C k for C k C f ( D nter (, C k ) 2 D ntra (C k ) ) // 2 s a constant. C = C {C k { }}; else C = C {{, }}; end f Case 3: C k and C k for all C k C C = C {{, }}; end whle for C k, C l n C f (C k C l ) f ( D ntra (C k C l ) 1 mn{d ntra (C k ), D ntra (C l )}) C = C {C k C l } - {C k } - {C l }; else urfcluster(c C ); end f end f end for mp

4 1 Dntra ( Ck ) (, ), 2 dsturf for, C k ; (2) C k 1 D nter (, Ck ) (, ), dsturf for C k. (3) C k Accordng to our observaton, f the number of matchng pars s larger than four, the mages look smlar n vsual. Hence, we defne the smlarty for URF feature as N (, ) 4 mp URF (, ) max 1,. (4) 4 Other Vsual Features. For other vsual features, the clusterng methods consder only the smlarty between two mages usng the dstance measures of Table 3. The detaled algorthm s lst as Table 4. Table 3. Features and ther dstance measures. Vsual Feature AutoColorCorrelogram BC CEDD Color tructure Edge Hstogram FCTH Dstance Measure L 1 measure L 1 measure Tanmoto measure L 1 measure L 1 measure Tanmoto measure Table 4. The clusterng algorthm for general vsual features. Algorthm: VsualCluster nput: the set of mages Output: the cluster of mages C C = {}; for C = C {{ }}; end for for C k, C l n C f ( mn{dst(c k, C l )} < ) // s the threshold of the mnmum dstance. C = C {C k C l } - {C k } - {C l }; end f end for

5 2.2 Textual Features The textual features are manly extracted from EXFs. There are totally 63 features n EXFs; for example, ApertureValue, BrghtnessValue, Colorpace, CompressedBts- PerPxel, Contrast, etc. However, only two features, the GP and the tme, were consdered and used n our methods. The values of the GP and the tme are also clustered by the same clusterng algorthm of general vsual features shown n Table 4 usng L 1 dstance measure. 3 The Measure for mlarty mage Retreval 3.1 Normalzaton of Vsual Features The ranges of feature dstances are qute dfferent for all vsual features. Before combnng all the features to measure the smlarty of mages, the normalzaton process s necessary. We use the approxmaton proposed by Abramowtz & tegun [ 7] to approxmate the values of normalzaton. The approxmaton step s very fast and accurate. Let x be the smlarty between two mages of an mage feature, the normalzaton was calculated by the followng equaton, ( x) 1 ( x)( b1t b2t b3t b4t b5t ) ( x), t, (5) 1 b x where (x) s the normal probablty densty functon of the smlarty degrees among all mages n the feature, b 0 to b 5 are constants, and the absolute error ε(x) would be smaller than mlarty Measures of mage Features The mlarty Measure of Vsual Features. Let, denote two mages. Then the vsual smlarty between the mages and, V (, ), s defned as (, ) (, ), (6) V URF w (, ) where fk (, ) means the smlarty between the mages and of the k-th feature, w k s the weght of the k-th feature. Two weghtng methods, the cluster weghtng and the non-cluster weghtng, are proposed as follows: Cluster Weghtng. We use the clusterng results of ecton 2 to automatcally weght the features. f a query mage belongs to a cluster for a specfc vsual feature, the average smlarty between the query mage and each mage n the cluster s computed as the weght of the specfc vsual feature. k k fk

6 Non-Cluster Weghtng. n ths method, the weghts w k are set to 1, except for the weghts of AutoColorCorrelogram, Color tructure, and URF features double other vsual features. The mlarty Measure of the GP feature. Two dstance smlarty measures are proposed for the geographcal dstance: Boolean measure. The Boolean measure of the GP feature s defned as 1 f GP( ) and GP( ) are n the same cluster, G(B) (, ) (7) 0 otherwse; where GP( ) and GP( ) denote the values of the GP feature n EXF for,. mlarty measure. The contnuous smlarty measure on geographcal dstance s defned as G( ), ) 1 1 dst( GP ( ), GP ( )) radus ( e, (8) where and radus are smoothng parameters; dst(gp( ), GP( )) means the real geographcal dstance on earth between the two postons GP( ), GP( ). The mlarty Measure of the Tme feature. Two tme smlarty measures are proposed for tme duraton: Boolean measure. The Boolean measure of the tme feature s defned as 1 f T ( ) and T ( ) are n the same cluster, T (B)(, ) (9) 0 otherwse; where T( ) and T( ) denote the tme feature n EXF of and. mlarty Measure. The contnuous smlarty measure on tme s defned as T ( ) (, t ) 1 dst( T ( ), T ( )). (10) where dst(t( ), T( )) denote the real tme dfference n second between two tmestamp T( ) and T( ). 3.3 The Rankng of mage mlarty Fnally, we defne the smlarty between two mages and by ntegrate the features V (, ), G( ) (, ), and T( ) (, ) nto a lnear combnaton. The mage smlarty m(, ) s defned as m(, ) wv V (, ) wg G( ) (, ) wt T ( ) (, ). (11)

7 Gven a set of query mages Q, 1 m, the smlarty of each query mage Q and the mage n the mage set s measured by m(, Q ). The maxmum smlarty m(, Q ) s the smlarty degree of the mage for the vsual concept va the m query mages Q. t can be formally defned as max{ m(, Q )}. (12) 1 m 4 Experments and Dscusson 4.1 Expermental Envronments The system s mplemented on a Mcrosoft Wndows XP P 3, 2.33 GHz PC wth 3.00GB RAM. The developed software and related systems are wrtten n Java language, so the system s cross-platform. The methods n fve runs used dfferent mage features, whch are shown n Table 5. The notatons n the table are: V stands for the vsual features; G denotes the GP feature; T s the tme feature. Whle the parameter C, N means the cluster weghtng and the non-clusterng weghtng, respectvely. Fnally, the parameter B represents the Boolean measures and s the smlarty measures. Table 5. Features we used n our methods. Vsual Features GP Tme V C V + G N B V + T N B V + G + T N B B G + T T 4.2 Results of ubtask 1: Retreval of Vsual Concepts n ths subtask, 24 vsual concept queres were gven to be evaluated from the totally 32 concepts. The retreval results for the vsual concepts are evaluated by three dfferent measures: precson, NDCG (normalze dscount cumulatve gan) [ 8], and MAP (mean average precson). The expermental results are shown n Table 6. As Table 6 shows, the Run 5 usng all of the mage features s the best one for all measures. The second place s the Run 2 whch uses the tme feature only. The Run 3 wth the vsual features and the GP feature s the thrd place. The Run 1 and the Run 4 are worse than the above three runs. The results show that the vsual features are not useful for most of the vsual concepts n the task. The reason s that most of the concept topcs are semantcally related to each other. There s not much common characterstc n vsual features among QBE mages. Whle combnng the vsual features wth the EXF features, the performance

8 ncreases obvously. The GP feature can help us to fnd the mages photographed n the neghborng postons easly. The geographc-related topcs lke Asan temple & palace and temple (ancent) have good results. However, some topcs are not expected to be good, lke anmals and submarne scene, whch returned hgh precson. The man reason s that a photographer generally tres to take pctures wth the smlar topcs at the same place. Although the GP feature s precse for geographcrelated topcs, the mssng values on the GP feature wll degrade the precson greatly. ome non-geographcal topcs have obvously bad results n the runs of usng the GP features, lke clouds. The tme feature s also an mportant factor for searchng personal photos. nce the mages photographed n short tme are usually very smlar or dependent n vsual concept. As the above dscusson, the Run 5 gettng the best results shows that our mage smlarty measure method can combne the dfferent mage features effectvely. Table 6. Performance on retreval of vsual concepts. Run 1 Run 2 Run 3 Run 4 Run 5 Features V T V + G G + T V + G + T Weghts w V w T w V w G w G w T w V w G w T P@ P@ P@ P@ P@ P@ NDCG@ NDCG@ NDCG@ NDCG@ NDCG@ NDCG@ MAP@ MAP@ Results of ubtask 2: Retreval of Events n the subtask, totally 15 dfferent events queres are gven to fnd the pctures wth the same event. Each query contans three QBE mages. The evaluatons are done by precson, NDCG, and MAP as the subtask 1. The expermental results are shown n Table 7. As Table 7 shows, the best results are the Run 2 and Run 5. The Run 1 usng the vsual features s stll the worst as the subtask 1. The Run 3 usng the vsual and the GP features s a lttle better than the Run 4 takng the vsual and the tme features.

9 Owng to the event queres usually descrbe the mages wth the propertes of happenng n specfc tme duraton or locaton area, the tme and the GP features are relatvely mportant here. For example, the topcs Australa, Bal, and Egypt are related n geographcal; the topcs of actvtes lke conference, party, and rock concert are temporal-related. Hence, the provded EXFs of the mages are very useful n ths subtask of events retreval. The Run 5 combnng all features s not expected to be the best as the subtask 1. The reason mght be that the event queres are not so related wth the vsual concept, but hghly dependent on tme and locaton. However, the proposed smlarty measure method dd not degrade the precson much. Table 7. Performance on retreval of events. Run 1 Run 2 Run 3 Run 4 Run 5 Features V G + T V + G V + T V + G + T Weghts w V w G w T w V w G w G w T w V w G w T P@ P@ P@ P@ P@ P@ NDCG@ NDCG@ NDCG@ NDCG@ NDCG@ NDCG@ MAP@ MAP@ Concluson n ths paper we proposed a framework and smlarty measure methods to combne dfferent mage features for retrevng mages from a set of conceptual photos. The proposed method can handle the vsual concepts retreval subtask n part. However, the tme and poston nformaton are more mportant than other vsual features n the event retreval subtask. Although the proposed method could adust the weghts to ft the requrements, t has stll a lot of problems to be solved. The proposed framework retreved the relevant mages weghted by manual n most of the cases. As we know, the feature selecton s mportant n retreval ndvdual concept. For example, the expermental results show that the GP and the tme features are very useful for re-

10 treval n ths dataset. However, t may be not so effectve n other dataset. The problem of selectng and weghtng the features automatcally s a challenge n the task. Ths plot task s ts frst year announced at mageclef. The dataset seems too small for evaluatng modern applcatons. Further, the concept queres often contan some rrelevant mages n vsual. The procedure of determnng concepts and ther relevant mages may need to be fxed for provdng as a benchmark. References 1. Zellhöfer, D.: Overvew of the Personal Photo Retreval Plot Task at mageclef n: CLEF 2012 workng notes, Rome, taly (2012) 2. Huang, J., Kumar,., Mtra, M., Zhu, W. J., Zabh, R.: mage ndexng Usng Color Correlograms. EEE Computer ocety Conference on Computer Vson and Pattern Recognton, pp (1997) 3. tehlng, R. O., Nascmento, M. A., Falcão, A. X.: A Compact and Effcent mage Retreval Approach Based on Border/nteror Pxel Classfcaton. n: Proceedngs of the eleventh nternatonal conference on nformaton and knowledge management, pp (2002) 4. Chatzchrstofs,. A., Boutals, Y..: CEDD: Color and Edge Drectvty Descrptor. A Compact Descrptor for mage ndexng and Retreval. n: Proceedngs of the 6th nternatonal Conference on Computer Vson ystems, vol. 5008/2008, pp , prnger (2008) 5. Chatzchrstofs,. A., Boutals, Y..: FCTH: Fuzzy Color and Texture Hstogram a Low Level Feature for Accurate mage Retreval. n: Proceedngs of the nnth nternatonal Workshop on mage Analyss for Multmeda nteractve ervces, pp (2008) 6. Bay, H., Tuytelaars, T., Gool, L. V.: URF: peeded-up Robust Features. n: 9th European Conference on Computer Vson, vol. 3951/2006, pp , prnger (2006) 7. Abramowtz, M. and tegun,. A.: Handbook of Mathematcal Functons: wth Formulas, Graphs, and Mathematcal Tables. BN: Dover Publcatons (1965) 8. Järveln, K., Kekälänen, J.: Cumulated Gan-based Evaluaton of R Technques. ACM Transactons on nformaton ystems, vol. 20, no. 4, (2002)

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

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

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

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

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

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

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

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

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

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

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

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL

COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL COMPLEX WAVELET TRANSFORM-BASED COLOR INDEXING FOR CONTENT-BASED IMAGE RETRIEVAL Nader Safavan and Shohreh Kasae Department of Computer Engneerng Sharf Unversty of Technology Tehran, Iran skasae@sharf.edu

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

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval

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

More information

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

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

Hierarchical Image Retrieval by Multi-Feature Fusion

Hierarchical Image Retrieval by Multi-Feature Fusion Preprnts (www.preprnts.org) NOT PEER-REVIEWED Posted: 26 Aprl 207 do:0.20944/preprnts20704.074.v Artcle Herarchcal Image Retreval by Mult- Fuson Xaojun Lu, Jaojuan Wang,Yngq Hou, Me Yang, Q Wang* and Xangde

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

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

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

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

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

More information

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

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

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

Relevance Feedback for Image Retrieval

Relevance Feedback for Image Retrieval Vashal D Dhale et al, / (IJCSIT Internatonal Journal of Computer Scence and Informaton Technologes, Vol 4 (2, 203, 39-323 Relevance Feedback for Image Retreval Vashal D Dhale, Dr A R Mahaan, Prof Uma Thakur

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

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

Optimizing Document Scoring for Query Retrieval

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

More information

A Fuzzy Image Matching Algorithm with Linguistic Spatial Queries

A Fuzzy Image Matching Algorithm with Linguistic Spatial Queries Fuzzy Matchng lgorthm wth Lngustc Spatal Queres TZUNG-PEI HONG, SZU-PO WNG, TIEN-HIN WNG, EEN-HIN HIEN epartment of Electrcal Engneerng, Natonal Unversty of Kaohsung Insttute of Informaton Management,

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

Semantic Image Retrieval Using Region Based Inverted File

Semantic Image Retrieval Using Region Based Inverted File Semantc Image Retreval Usng Regon Based Inverted Fle Dengsheng Zhang, Md Monrul Islam, Guoun Lu and Jn Hou 2 Gppsland School of Informaton Technology, Monash Unversty Churchll, VIC 3842, Australa E-mal:

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

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

The Codesign Challenge

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

More information

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

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

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

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

Background Removal in Image indexing and Retrieval

Background Removal in Image indexing and Retrieval Background Removal n Image ndexng and Retreval Y Lu and Hong Guo Department of Electrcal and Computer Engneerng The Unversty of Mchgan-Dearborn Dearborn Mchgan 4818-1491, U.S.A. Voce: 313-593-508, Fax:

More information

A Novel Similarity Measure using a Normalized Hausdorff Distance for Trademarks Retrieval Based on Genetic Algorithm

A Novel Similarity Measure using a Normalized Hausdorff Distance for Trademarks Retrieval Based on Genetic Algorithm Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons (IJCISIM) ISSN: 50-7988 Vol. (009), pp.3-30 http://www.mrlabs.org/jcsm A Novel Smlarty Measure usng a Normalzed Hausdorff

More information

Title. Issue Date DOI. Doc URL. Type. File Information /doctoral.k

Title. Issue Date DOI. Doc URL. Type. File Information /doctoral.k Ttle Study of a Vew-based 3-D Object Retreval Method fo Authors 張, 永生 Issue Date 2016-09-26 DOI 10.14943/doctoral.k12406 Doc URL http://hdl.handle.net/2115/63368 Type theses doctoral Fle Informaton Zhang_Yongsheng.pdf

More information

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow Integrated Expresson-Invarant Face Recognton wth Constraned Optcal Flow Chao-Kue Hseh, Shang-Hong La 2, and Yung-Chang Chen Department of Electrcal Engneerng, Natonal Tsng Hua Unversty, Tawan 2 Department

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

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

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros.

Fitting & Matching. Lecture 4 Prof. Bregler. Slides from: S. Lazebnik, S. Seitz, M. Pollefeys, A. Effros. Fttng & Matchng Lecture 4 Prof. Bregler Sldes from: S. Lazebnk, S. Setz, M. Pollefeys, A. Effros. How do we buld panorama? We need to match (algn) mages Matchng wth Features Detect feature ponts n both

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

HIGH-LEVEL SEMANTICS OF IMAGES IN WEB DOCUMENTS USING WEIGHTED TAGS AND STRENGTH MATRIX

HIGH-LEVEL SEMANTICS OF IMAGES IN WEB DOCUMENTS USING WEIGHTED TAGS AND STRENGTH MATRIX HIGH-LEVEL SEMANTICS OF IMAGES IN WEB DOCUMENTS USING WEIGHTED TAGS AND STRENGTH MATRIX P.Shanmugavadvu 1, P.Sumathy 2, A.Vadvel 3 12 Department of Computer Scence and Applcatons, Gandhgram Rural Insttute,

More information

An efficient method to build panoramic image mosaics

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

More information

Alignment Results of SOBOM for OAEI 2010

Alignment Results of SOBOM for OAEI 2010 Algnment Results of SOBOM for OAEI 2010 Pegang Xu, Yadong Wang, Lang Cheng, Tany Zang School of Computer Scence and Technology Harbn Insttute of Technology, Harbn, Chna pegang.xu@gmal.com, ydwang@ht.edu.cn,

More information

Content-Based Bird Retrieval using Shape context, Color moments and Bag of Features

Content-Based Bird Retrieval using Shape context, Color moments and Bag of Features www.ijcsi.org 101 Content-Based Brd Retreval usng Shape context, Color moments and Features Bahr abdelkhalak 1 and hamd zouak 2 1 Faculty of Scences, Unversty Chouab Doukkal, Equpe: Modélsaton mathématque

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

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

Combining Multiple Resources, Evidence and Criteria for Genomic Information Retrieval

Combining Multiple Resources, Evidence and Criteria for Genomic Information Retrieval Combnng Multple Resources, Evdence and Crtera for Genomc Informaton Retreval Luo S 1, Je Lu 2 and Jame Callan 2 1 Department of Computer Scence, Purdue Unversty, West Lafayette, IN 47907, USA ls@cs.purdue.edu

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

Video Proxy System for a Large-scale VOD System (DINA)

Video Proxy System for a Large-scale VOD System (DINA) Vdeo Proxy System for a Large-scale VOD System (DINA) KWUN-CHUNG CHAN #, KWOK-WAI CHEUNG *# #Department of Informaton Engneerng *Centre of Innovaton and Technology The Chnese Unversty of Hong Kong SHATIN,

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

Semantic Illustration Retrieval for Very Large Data Set

Semantic Illustration Retrieval for Very Large Data Set Semantc Illustraton Retreval for Very Large Data Set Song Ka, Huang Te-Jun, Tan Yong-Hong Dgtal Meda Lab, Insttute of Computng Technology, Chnese Academy of Scences Beng, 00080, R Chna Insttute for Dgtal

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

Support Vector Machines

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

More information

A 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

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

Shape Classification Using Contour Simplification and Tangent Function

Shape Classification Using Contour Simplification and Tangent Function INTERNATIONAL JOURNAL OF CIRCUIT, YTEM AND IGNAL PROCEING hape Classfcaton Usng Contour mplfcaton and Tangent Functon Ch-Man Pun and Cong Ln Abstract - In ths paper we propose a new approach for mage classfcaton

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

Load-Balanced Anycast Routing

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

More information

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

A Knowledge Management System for Organizing MEDLINE Database

A Knowledge Management System for Organizing MEDLINE Database A Knowledge Management System for Organzng MEDLINE Database Hyunk Km, Su-Shng Chen Computer and Informaton Scence Engneerng Department, Unversty of Florda, Ganesvlle, Florda 32611, USA Wth the exploson

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

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

More information

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 Method of Hot Topic Detection in Blogs Using N-gram Model

A Method of Hot Topic Detection in Blogs Using N-gram Model 84 JOURNAL OF SOFTWARE, VOL. 8, NO., JANUARY 203 A Method of Hot Topc Detecton n Blogs Usng N-gram Model Xaodong Wang College of Computer and Informaton Technology, Henan Normal Unversty, Xnxang, Chna

More information

Discriminative Dictionary Learning with Pairwise Constraints

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

More information

Local Tri-directional Weber Rhombus Co-occurrence Pattern: A New Texture Descriptor for Brodatz Texture Image Retrieval

Local Tri-directional Weber Rhombus Co-occurrence Pattern: A New Texture Descriptor for Brodatz Texture Image Retrieval ISS: 2278 323 Internatonal Journal of Advanced Research n Computer Engneerng & Technology (IJARCET) Local Tr-drectonal Weber Rhombus Co-occurrence Pattern: A ew Texture Descrptor for Brodatz Texture Image

More information

A new selection strategy for selective cluster ensemble based on Diversity and Independency

A new selection strategy for selective cluster ensemble based on Diversity and Independency A new selecton strategy for selectve cluster ensemble based on Dversty and Independency Muhammad Yousefnezhad a, Al Rehanan b, Daoqang Zhang a and Behrouz Mnae-Bdgol c a Department of Computer Scence,

More information

A Multi-step Strategy for Shape Similarity Search In Kamon Image Database

A Multi-step Strategy for Shape Similarity Search In Kamon Image Database A Mult-step Strategy for Shape Smlarty Search In Kamon Image Database Paul W.H. Kwan, Kazuo Torach 2, Kesuke Kameyama 2, Junbn Gao 3, Nobuyuk Otsu 4 School of Mathematcs, Statstcs and Computer Scence,

More information

A Clustering Algorithm for Chinese Adjectives and Nouns 1

A Clustering Algorithm for Chinese Adjectives and Nouns 1 Clusterng lgorthm for Chnese dectves and ouns Yang Wen, Chunfa Yuan, Changnng Huang 2 State Key aboratory of Intellgent Technology and System Deptartment of Computer Scence & Technology, Tsnghua Unversty,

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

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

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

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

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

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

MOTION BLUR ESTIMATION AT CORNERS

MOTION BLUR ESTIMATION AT CORNERS Gacomo Boracch and Vncenzo Caglot Dpartmento d Elettronca e Informazone, Poltecnco d Mlano, Va Ponzo, 34/5-20133 MILANO boracch@elet.polm.t, caglot@elet.polm.t Keywords: Abstract: Pont Spread Functon Parameter

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

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

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

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

Lecture notes: Histogram, convolution, smoothing

Lecture notes: Histogram, convolution, smoothing Lecture notes: Hstogram, convoluton, smoothng Hstogram. A plot o the ntensty dstrbuton n an mage. requency (# occurrences) ntensty The ollowng shows an example mage and ts hstogram: I we denote a greyscale

More information

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition

Novel Pattern-based Fingerprint Recognition Technique Using 2D Wavelet Decomposition Mathematcal Methods for Informaton Scence and Economcs Novel Pattern-based Fngerprnt Recognton Technque Usng D Wavelet Decomposton TUDOR BARBU Insttute of Computer Scence of the Romanan Academy T. Codrescu,,

More information

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps

Visual Thesaurus for Color Image Retrieval using Self-Organizing Maps Vsual Thesaurus for Color Image Retreval usng Self-Organzng Maps Chrstopher C. Yang and Mlo K. Yp Department of System Engneerng and Engneerng Management The Chnese Unversty of Hong Kong, Hong Kong ABSTRACT

More information

Hermite Splines in Lie Groups as Products of Geodesics

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

More information

Can We Beat the Prefix Filtering? An Adaptive Framework for Similarity Join and Search

Can We Beat the Prefix Filtering? An Adaptive Framework for Similarity Join and Search Can We Beat the Prefx Flterng? An Adaptve Framework for Smlarty Jon and Search Jannan Wang Guolang L Janhua Feng Department of Computer Scence and Technology, Tsnghua Natonal Laboratory for Informaton

More information

Suppression for Luminance Difference of Stereo Image-Pair Based on Improved Histogram Equalization

Suppression for Luminance Difference of Stereo Image-Pair Based on Improved Histogram Equalization Suppresson for Lumnance Dfference of Stereo Image-Par Based on Improved Hstogram Equalzaton Zhao Llng,, Zheng Yuhu 3, Sun Quansen, Xa Deshen School of Computer Scence and Technology, NJUST, Nanjng, Chna.School

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

Modeling Inter-cluster and Intra-cluster Discrimination Among Triphones

Modeling Inter-cluster and Intra-cluster Discrimination Among Triphones Modelng Inter-cluster and Intra-cluster Dscrmnaton Among Trphones Tom Ko, Bran Mak and Dongpeng Chen Department of Computer Scence and Engneerng The Hong Kong Unversty of Scence and Technology Clear Water

More information

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

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

More information

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

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

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

Exploring Image, Text and Geographic Evidences in ImageCLEF 2007

Exploring Image, Text and Geographic Evidences in ImageCLEF 2007 Explorng Image, Text and Geographc Evdences n ImageCLEF 2007 João Magalhães 1, Smon Overell 1, Stefan Rüger 1,2 1 Department of Computng Imperal College London South Kensngton Campus London SW7 2AZ, UK

More information

Similarity Search of Flexible 3D Molecules combining Local and Global Shape Descriptors

Similarity Search of Flexible 3D Molecules combining Local and Global Shape Descriptors AXENOPOULO ET AL.: IMILARITY EARCH OF FLEXIBLE MOLECULE COMBINING LOCAL AND GLOBAL HAPE DECRIPTOR 1 mlarty earch of Flexble 3D Molecules combnng Local and Global hape Descrptors Apostolos Axenopoulos,

More information