Hello neighbor: accurate object retrieval with k-reciprocal nearest neighbors

Size: px
Start display at page:

Download "Hello neighbor: accurate object retrieval with k-reciprocal nearest neighbors"

Transcription

1 Hello neighbor: aurate objet retrieval with -reiproal nearest neighbors Danfeng Qin Stephan Gammeter Luas Bossard Till Qua,2 Lu van Gool,3 ETH Zürih 2 Kooaba AG 3 K.U. Leuven {ind,gammeter,bossard,tua,vangool}@vision.ee.ethz.h Abstrat This paper introdues a simple yet effetive method to improve visual word based image retrieval. Our method is based on an analysis of the -reiproal nearest neighbor struture in the image spae. At uery time the information obtained from this proess is used to treat different parts of the raned retrieval list with different distane measures. This leads effetively to a re-raning of retrieved images. As we will show, this has two benefits: first, using different similarity measures for different parts of the raned list allows for ompensation of the urse of dimensionality. Seond, it allows for dealing with the uneven distribution of images in the data spae. Dealing with both hallenges has very benefiial effet on retrieval auray. Furthermore, a major part of the proess happens offline, so it does not affet speed at retrieval time. Finally, the method operates on the bag-of-words level only, thus it ould be ombined with any additional measures on e.g. either desriptor level or feature geometry maing room for further improvement. We evaluate our approah on ommon objet retrieval benhmars and demonstrate a signifiant improvement over standard bag-of-words retrieval.. Introdution We are interested in retrieving images showing a partiular objet from a large database of referene images. This is an important problem with appliations in Web image retrieval, mobile visual searh, or auto-annotation of photos. Typially, objet types overed by the images in the database onsist of landmar buildings, senery or other 3D objets. Most approahes to solve this problem are based on the visual words onept, whih in essene borrows tehniues from text retrieval, after uantizing loalized visual features into visual voabularies [6, 7, 2]. This method has turned out to be very powerful, sine it allows for salable retrieval in databases of millions of images at uite high preision. Even though astonishing progress has been made in terms of salability and preision, auray on ommon retrieval benhmars still shows room for signifiant improvements. And of ourse, any suh auray improvement should ideally not affet memory onsumption or retrieval time. Thus, many reent wors towards improving auray have foused on improving features, visual voabularies or distane measures on a uite general level. Beyond these rather general measures, a further vantage point for improvement is given by exploiting the speifi differenes between text and visual retrieval. For instane, in images we an exploit the geometri arrangement of visual features (in 2D or 3D), whereas in text douments we have only aess to the seuential arrangements of words in lines of text. Exploiting this geometri struture using RANSAC [9] or similar inds of estimations is onseuently a very ommon step taen in order to improve retrieval auray [7]. In this paper we try to exploit another harateristi speifi to visual data in order to improve auray of objet retrieval results: often, the referene database ontains many images showing the same objet overing it from varying viewpoints et. We mae use of this by onstruting a graph on the image database onneting eah image with liely related images. At uery time this graph is used to onstrut a set of database images that are losely related to the uery image, then based on this lose set the rest of the database is re-raned. As we will show this has two benefits: first, treating the two sets with different similarity measures allows for ompensation for the urse of dimensionality, i.e. the degradation of distane funtions in high dimensional spaes. Seond, it allows for dealing with the uneven distribution of images in the data spae. Dealing with both hallenges has very benefiial effet on retrieval auray. The main ontribution of this paper is a method that improves image retrieval purely on the bag-of-words level. It does so without relying on lower-level information lie for instane the geometri arrangement of features or the geometry of the desriptor spae. As suh our method an be used in a wide variety of settings. We also ahieve very ompetitive results at reasonable overhead in memory usage and very little additional omputational omplexity during 777

2 uery time. The remaining part of the paper is strutured as follows: We first disuss related wor in the immediately following setion. Setion 3 lies the basis for our method, by disussing some ey harateristis of visual words based objet retrieval. We introdue our method for more aurate objet retrieval in Setion 4. Experiments and analysis of the effets of optimization on retrieval tass follow in Setion 5. Setion 6 onludes the paper. 2. Related wor Our wor relates to reent ontributions in the field of objet retrieval with visual voabularies in several aspets. The relevant wors build on the ommon bag-of-features retrieval approah and have proposed improvements, whih an be roughly grouped into three ategories. A first group of wors deals with improvements on the feature level. In desriptor spae the Eulidian distane is often used to assess the similarity of features. However, it has been shown this is not the optimal similarity measure in most situations. In the ontext of large sale image retrieval this problem has reently been addressed by several wors. For instane in [5] a probabilisti relationship between visual words is proposed as an alternative distane measure. It is based on an oversegmentation of the desriptor spae with an extremely large voabulary, and probabilisti relations between the visual words. This way, for eah feature mapped to a visual word, a statisti of alternative visual words is learned. The relations are learned offline from a large set of feature tras. Slightly similar is the wor [9], where data is used to learn a projetion from SIFT feature spae to a new Eulidean spae, suh that lustering is more liely to put mathing desriptors into the same visual words. A seond group of wors deals with the uantization artifats introdued while assigning features to visual words. The most ommon effet of uantization artifats is, that for two images showing the same objet, orresponding features are not assigned to the same visual word. One way of dealing with this problem is by assigning eah feature desriptor to multiple visual words as proposed in [8], however the more words are assigned to a feature, the more posting lists in the inverted index have to be traversed, thus inreasing the uery time. In [], Jégou et al. addressed this problem by first onstruting a relatively oarse voabulary plus a binary signature for eah feature. When a feature of the uery images is assigned to a visual word of the oarse voabulary, the binary signature is used to filter out database features by setting a threshold on the Hamming distane. A third group of wors deals with shortomings on the doument retrieval or database level. In [7], Chum et al. adopt uery expansion (that originated in text retrieval) to the visual domain. Strit geometri verifiation is applied to the initial top list in order to extrat a set of images that are very liely to be relevant to the uery. Then a generative model is used to fuse the information provided by the additional images into a new uery, whih signifiantly inreases reall. A ommon ause of problems is due to the independene assumption between visual words, ommonly used beause of effiieny reasons. In reality this independene assumption is violated and some visual words o-our more often than others. This an severely degrade retrieval auray. If for instane the uery ontains a set of freuently o-ourring visual words, then it is liely to math to unrelated images that ontain the same set of o-ourring visual words. These sets are ommonly referred to as bursts [] or o-osets [6]. In [], Jégou et al. evaluated several voting shemes that aount for intra- and interimage bursts. Chum et al. [6] addressed this problem by finding and removing sets of freuently o-ourring visual words. In both ases improvement in retrieval auray was demonstrated. Also operating on the doument vetor level, Jégou et al. [2, 3] improved the auray of visual word retrieval, by aounting for hanges in the loal distributions of the visual word vetors. To this extent, they introdued an iterative update sheme that modifies the distane funtion between vetors in a way that nearest neighborhood relationships beome more symmetri. Most similar to this paper are probably [7] and [3]. As we will explain in the following setions in more detail, the ey differenes to our wor are that we do not rely on lower level information lie for instane the geometri arrangement of features and we do not symmetrize nearest neighbor relationships (in ontrast to [3]). 3. Motivation In this setion we motivate our approah for improving auray of objet retrieval by two ey observations. Before we disuss the observations we give a brief overview of objet retrieval with visual words. Overview of objet retrieval with visual words. In visual word based retrieval images are represented as sparse high dimensional visual word vetors. Given a uery vetor, visual searh is formulated as raning the vetors in the database aording to their distane or similarity to the uery vetor. These vetors are onstruted by first extrating a set of loal features (usually SIFT [4] or SURF [5] features) for a given image whih are then uantized using a visual voabulary. The visual voabulary is ommonly learned by lustering a random sample of feature desriptors, where the number of luster enters K is usually somewhere around 6. The uantization indies orrespond to the non zero elements of the visual word vetors. 778

3 sim(,d) ran Figure : Degradation of similarity in doument spae for a typial uery from the Oxford5 data set. The y-axis shows sim(, d), the x-axis the ran of retrieved images. The red irles show true positives at their similarity and ran. d sim(d,) sim(,a) Figure 2: Differene between the unidiretional nearest neighbor set top(2, ) and the 2-reiproal nearest neighbor set R(2, ). a b In the bag-of-words model, eah non zero element of the vetor ounts how many times the visual word appears in the image. Sine the number of visual words in an image is usually many orders of magnitude below the size of the visual voabulary, the visual word vetors are extremely sparse. Using an inverted index this sparsity is exploited to effiiently alulate the similarity of a uery vetor to all database vetors. For all experiments in this paper we use the same similarity funtion as [], whih orresponds to the bagof-words model with an additional inverse doument freueny weighting term: K i= sim (, d) = i d i idf(i) 2 () d ( K i= d D idf (i) = log d ) i d D d (2) i where and d are visual word vetors of length K and D = {d... d N } is the set of database vetors. Observation : Similariy funtions degrade uily in high dimensional spaes. A fundamental issue for visual word based image retrieval is the high dimensionality of the visual word vetor spae. While this high dimensionality failitates fast searh, it also has the effet, that most distane or similarity measures uily degenerate at points far away from the uery vetor. An illustration of this phenomenon is shown in Figure where we plot the similarity measure sim(, d) (.f. Euation ) for the top 7 raned images in the Oxford5 data set [2] for a given uery. Corretly retrieved mathes from the evaluation data set are denoted by a red irle. Most images with high similarity are of ourse true positives, however the similarity urve uily flattens out giving relevant and non relevant images almost the same sore at lower rans. So the similarity measure is very useful for images lose to the uery, but it loses its utility far away from the uery. One way of dealing with this problem is by modifying the similarity measure sim(, d) in a way that more relevant images are pushed loser to the uery and irrelevant images are pushed away from the uery. For instane, Hamming embedding [] or soft visual word assignment [8] do this by reduing uantization artifats. Desriptor spae learning tehniues [9, 5] push relevant images loser to the uery by orreting for the fat that the Eulidean norm is not a perfet distane measure in SIFT or SURF desriptor spaes. In addition, filtering irrelevant images from the raned lists is typially ahieved by geometri verifiation [7] or similar methods (e.g. []). In this paper we try to address these effets of the urse of dimensionality in a slightly different way. Aepting that the similarity measure an degrade uily, we will split the database vetors at uery time into two groups. One group whih is lose to the uery, and for whih the regular similarity measure sim(, d) an still orretly separate relevant from non-relevant vetors, and a seond group, for whih the similarity measure an not distinguish between relevant from non-relevant vetors anymore. For the seond group we use a different similarity measure. Observation 2: Non-reiproity of near neighbor relationships. Let us define the -nearest neighbors (i.e. the top- list) of a vetor as the most similar vetors in the database D: top(, ) D (3) top(, ) = (4) sim(, a) > sim(, b) a top(, ) b D \ top(, ) (5) While the similarity measure sim(, d) = sim(d, ) itself is symmetri, nearest neighbor relationships are not. This means that a top(, b) does not imply b top(, a) in general. We define the set of -reiproal nearest neighbors R(, a) of a as R(, a) = {b top(, a) a top(, b)} (6) 779

4 whih is of ourse trivially symmetri. The -reiproal nearest neighborhood relationship b R(, a) is also a muh stronger indiator of similarity than the unidiretional nearest neighborhood relationship b top(, a), sine it taes into aount the loal densities of vetors around a and b. We illustrate in Figure 2 the differene between the unidiretional nearest neighbor set top(2, ) and the 2reiproal nearest neighbor set R(2, ). top(2, ) ontains the node a and d, R(2, ) only ontains node d, even though a and d are at the same distane from the uery. In suh a situation it maes sense to assume that d is more relevant to the uery than a, sine a has a high similarity to other nodes that share no onnetion to. We are of ourse not the first to mae this observation. Contextual dissimilarity measures [2, 3] for instane are based on exatly this idea. However unlie [2, 3], we do not diretly symmetrize nearest neighborhood relationships in this wor. Instead we use -reiproal nearest neighbors as a tool to find images whih are very liely to be related and to disambiguate database vetors that are far away from the uery vetor. These two observations are the basis for our objet retrieval method, whih will be disussed in the following setion. = =96 top(,) R(,) Preision.8 Reall Figure 3: Preision and reall of R(, ) in omparison to the top(, ). We first define the forward ran f-ran(a, ) of a as the position that a has in the top list of and the baward ran b-ran(a, ) is defined as the position that oupies in the top- list of a: f-ran(a, ) = b-ran(a, ) = a R(, ) a top(, ) \ top(-, )(7) f-ran(, a) (8) f-ran(a, ) < b-ran(a, ) < (9) Sine we are only interested in finding nodes lose to the uery, we only onsider nodes d D if their forward and baward ran relative to the uery do not exeed a ertain threshold max : 4. Our Approah At uery time we want to separate the database into two disjoint sets, the lose set whih ontains images highly relevant to the uery and the far set whih simply refers to the rest of the database. The final raning list is the onatenation of the lose set for whih parts internally are raned aording to the original similarity measure sim(, d) (.f. Euation ) and the far set whih is raned aording do a different similarity measure. We first disuss how the lose set is onstruted and then desribe the similarity measure that is used for the far set. f-ran(, d) < max b-ran(, d) < max 2 () Ignoring all nodes whih do not satisfy these onstraints we grow N,t= by the following proedure as desribed in Algorithm. Algorithm : Expansion step Close set onstrution 4 5 In order to identify images highly related to the initial uery image, we start by adding the -reiproal nearest neighbors R(, ) of the uery to the lose set. In Figure 3 we show for a uery in the Oxford5 data set how preision and reall of R(, ) hange for various values of. With higher values of, reall is inreased and saturates while preision rarely dereases. Sine in pratie some images have very few -reiproal nearest neighbors, even for very large, we grow the initial lose set N,t= by iteratively adding neighboring nodes to inrease reall. Nodes are only added if a set of onditions are met whih are designed in a way, that only images that are very liely to be related to the uery image are added. 6 7 for t to 2 do N,t+ N,t ; foreah n N,t do if N,t R(, n) > 2 N,t then N,t+ R(, n) N,t+ ; if N,t R(, n) > R(, n) \ N,t then N,t+ R(, n) N,t+ ; The first ondition allows only nodes whih are onneted to at least half of the lose set to bring in their neighbors. This high onnetivity ensures that added nodes are very liely to be relevant to the uery. The seond ondition relaxes this restrition slightly by allowing wealy onneted nodes to bring in their neighbors if the amount of new neighbors is smaller than the amount of onnetions already made to the lose set. Nodes added to N,t+ are sorted aording to sim(, d) and inserted in this order into 78

5 b3 N,t b 2 n2 R(,) n3 3 2 n2 N,t+ n3 N,3 b b3 N,t b 2 b R(,) n b3 Figure 5: Example for the lose set in the expansion step. N,t+ n million images we have not evaluated this for the purpose of our method. At uery time the similarity of the uery image to all database images is alulated and the graph is updated to inlude a node for the uery image. b2 (b) Node C s neighborhood is onsidered, if it adds less unnown nodes than nown, i.e. N,t R(, ) > R(, ) \ N,t 4.2. Far set re-raning Figure 4: Overview over the expansion rules. For the new set N,t+ only nodes are onsidered whih either our in the first half of the top- list of the uery image ( n3 ), or if the uery image ours within the top list of the image (n ). One the lose set is onstruted, it is used to re-ran the rest of the database. Sine images outside of the lose set are liely to have a low similarity to the uery, the original similarity measure sim(, d) is not useful anymore. From the vantage point of the uery, images outside of the lose set all loo eually dissimilar. However if we turn the tables, and loo from the position of an element in the far set this might not be true. Images in the far set whih are losely surrounded by other images in the far set will populate their top(, ) list with their lose neighbors but not the ones from the lose set. However images whih are dissimilar to the entire database but still rather lose to the initial uery an populate their top(, ) list with images from the lose set. Intuitively it also maes sense that images whih do not have any lose neighbors exept for images in the lose set are more liely to be relevant to the uery, than images that have lose neighbors whih are not related to the lose set. In order to mae use of this ontextual similarity we alulate for eah doument in the far set (f D \ N,2 ) the average ran that images in the lose set would have if image f were used as a uery: the final lose set. This proedure an be seen as a form of uery expansion, however unlie [7] we do not rely on any geometri or other lower-level information. Figure 4 gives an overview of the two onditions for better visualization and in Figure 5 we give a real world example of the growing proedure. In order to effiiently onstrut the lose set for a new uery, we pre-ompute a direted graph (d... dn D, (u, v)i V ) on top of the image database. In this graph every node represents an image and a onnetion (u, v) V from node u to another node v is made if node v appears in the trunated top(max, ) list of u: (u, v) V v top(max, u) N,2 Query = (a) Node C s neighborhood is onsidered, if it ontains more than the half of the initial set, i.e. N,t R(, ) > 2 N,t N, n b N, n b () where we used max = for all experiments in this paper. Using Euations 8 and 9, -reiproal neighborhoods R(, ) an be effiiently determined. In order to onstrut this graph, we uery our retrieval system with every image in the database. While this step is uadrati in the number of images, we do not see this yet as a fundamental restrition sine omputation is trivially distributable. Also the uery operation is uite fast, for a set of one million images we ould ompute the aforementioned graph in less than 5 hours using only 8 mahines. It is reasonable to assume, that alulating the graph for million images would still be feasible. For larger data sets, approximations may be used lie for instane min hash [8] whih has only linear omplexity in the number of images. However sine we an still deal uite omfortably with up to one sim(f, ) =utoff (2) X min (b-ran(f, ), utoff) N,2 N,2 where we use a utoff to aount for the fat that only a trunated version of the raning lists is present at retrieval time. We used utoff = 3 for all experiments in this paper. 5. Experiments In this setion we evaluate the performane of our method on five different datasets. First we give an overview 78

6 of the datasets. Then we asses the performane of the lose set and the performane of the far set re-raning separately. At the end a omparison of our full method to the approah is given. 5.. Evaluated datasets We evaluated our method on the Oxford5 [7, 2], Oxford5 [7], Paris [8, 3], University of Kentuy [6, 4] and the INRIA Holidays [, ] dataset. Oxford5 and Paris are relatively small datasets ontaining 5 63 and 6 42 database images eah. For both datasets 55 ueries with ground truth are provided. In the Oxford dataset on average % of the database is relevant to a uery, whereas for the Paris dataset almost 3 % of images are relevant. Furthermore, there is a high variane in the number of ground truth images for the different ueries. The Kentuy dataset onsists of 2 images for whih always 4 show the same objet. The Holidays dataset onsists one million distrator images and 49 relevant images of whih 5 are ueries. For a large portion of the ueries in this dataset there are only or 2 relevant images. The Oxford5 dataset onsists of Oxford5 and distrator images. As we did not have aess to the original distrator images we downloaded random geotagged images from Flir and Panoramio 2 whih have been taen at least 5 m away from Oxford in order not to inorporate possibly relevant images that ould artifiially pollute the results. Furthermore we ensured that all downloaded images have resolutions between and pixels, as in the original Oxford5 dataset. We used Hessian Affine SIFT desriptors and approximate -means [7] to luster a visual voabulary with 5 entroids for Oxford5, Paris and Kentuy eah. For Oxford5 we used the same voabulary as for Oxford5. For the Holidays dataset we reeived the prealulated visual words for a 2 visual voabulary from the authors of []. Thus our and the one from [] are exatly the same. As performane measure, we used mean average preision (map) on the Oxford5, Oxford5, Paris and Holidays dataset while for the University of Kentuy dataset we use the top-4 sore as defined by [6] Close set auray In the first part we demonstrate, that the onstrution of the lose set whih forms the first part of the final raning list leads to higher auray than simply taing the top- elements of the original raning list. The size of the lose set for a given uery is dependent on the number of similar images in the database. Queries with many similar images in the database have a larger lose set than ueries with only few similar images in the database. Furthermore, the size of the lose set depends on the threshold. By varying we produe lose sets of different sizes. The far set for whih in this experiment regular raning (.f. Euation ) is used, is appended to the lose set to form the final raning list. As an be seen by the blue lines in Figures 6,7,8,9, this gives a major improvement on all datasets for a wide range of. The map and top-4 sore give high importane to the first part of a raning list, whih is exatly where the lose sets inreases auray Far set auray We investigate the effet of replaing the lose set by simply a trunated top- list for different values of and re-ran the far set using this list aording to Euation 2. As an be seen by the green lines in Figures 6,7,8,9, this gives an improvement on all datasets for small. However as inreases the performane asymptotially degrades ba to the base line, sine larger and larger portions of the beginning of the final raning list are raned using the same similarity measure as the. This is espeially visible for the Kentuy dataset. Sine the top-4 sore only onsiders the first 4 positions of the raning list, for > 4 the performane is eual to the Full method The full method ombines the aforementioned ran list onstrution methods, suh that the first entries of the final raning list onsist of the lose set to whih the far set is appended map Figure 6: Mean average preision for Paris. The red line in Figures 6,7,8,9, show the of the whole method for different thresholds. The ombination of lose set onstrution and far set re-raning leads to superior results over the in all ases. Figure shows the average preision for the versus the average preision of our improved method for individual uery images for a fixed = argmaxˆ map(ˆ). Off-diagonal marers in the upper left triangle show a performane improvement, marers in the lower right triangle 2 782

7 .85 map.44 map Figure 7: Mean average preision for Oxford5. Figure : Mean average preision for INRIA Holidays map new average preision new average preision average preision for average preision for (a) Oxford5 (b) Oxford5 Figure 8: Mean average preision for Oxford top-4 sore new average preision.2 average preision for new top-4 sore old top-4 sore 3.5 () Paris (d) Kentuy Figure 9: Top-4 sore for Kentuy. 2 Figure : Average preision (AP) of the versus AP of our method a degradation. For the University of Kentuy dataset a slightly different visualisation approah was taen. The top- 4 sore of the method is plotted against the top-4 sore of our new method. Eah of the bubble s area orresponds to the number of images at this oordinate. The ombination of both methods yields in all datasets to superior results over the. As the performane deays slowly, is not as dataset speifi as it might seem. Setting it to somewhere between 2 and 4 gives good results for real world datasets used in image retrieval appliations. As an be seen in Table for Oxford5, Oxford5 and Paris we ompete with the state of the art, however we do so without exploiting lower level information. For the Kentuy dataset we miss the state of the art only by. of top-4 preision. For the Holidays dataset it is well now that Hamming Embedding and Wea Geometri Consisteny Constraint an greatly improve results, further more the 2 visual voabulary is uite small for suh a large dataset. We hose to evaluate our method on this hallenging dataset to demonstrate that even under very unfavorable onditions we ahieve a signifiant improvement. Table 2 shows an overview over the total memory overhead per dataset and the average uery time overhead for eah uery. As for eah image in the database the forwardand the baward raning lists need to be stored, the memory overhead grows linearly with the database size. This overhead is in the same order of magnitude as for instane 783

8 Dataset Baseline Our method Jégou et al. Jégou et al. Miulí et al. Chum et al. Chum et al. Philbin et al. [3] [] [5] [7] [6] [9] Oxford5 [7, 2] Oxford5 [7] Paris [8, 3] INRIA+ Mio [, ] Kentuy [6, 4] Table : map for different datasets ompared to results of state of the art results. Dataset Oxford5 Oxford5 Paris INRIA Kentuy Memory [GiB] Avg. time [ms] Table 2: Additional memory overhead per dataset and average time overhead per uery. Hamming Embedding []. The uery time overhead is mainly dependent on the length of the baward raning list and the hosen threshold as this restrits the size of the lose and far set. 6. Conlusion We have demonstrated that a signifiant improvement in bag-of-words retrieval an be ahieved, without onsidering the geometri arrangement of features in an image nor by modifying the feature uantization step. Our method uses -reiproal nearest neighbors to identify an initial set of highly relevant images in the database whih are then used to re-ran the remaining part of the database. On many data sets our approah ompetes with the state of the art. The memory overhead of our method is linear in the number of douments while the average uery time overhead is negletable. As a seondary ontribution, we mae a binary exeutable and a C++ implementation of our our method available at our homepage 3. Additionally we publish the prealulated visual words for the Oxford5, Oxford5, Paris and Kentuy dataset together with an evaluation paage to reprodue our results at the same plae. Anowledgements We are grateful to Matthijs Douze for providing the visual words of the Holidays dataset and for the finanial support from the EC STREP projet IURO and the SNF projet K-Content. Referenes [] jegou/data. php. 3 [2] vgg/data/ oxbuildings/index.html. [3] vgg/data/ parisbuildings/index.html. [4] stewe/ubenh/. [5] H. Bay, T. Tuytelaars, and L. Van Gool. Surf: Speeded up robust features. In ECCV 6, 26. [6] O. Chum and J. Matas. Unsupervised disovery of oourrene in sparse high dimensional data. In CVPR, 2. [7] O. Chum, J. Philbin, J. Sivi, M. Isard, and A. Zisserman. Total reall: Automati uery expansion with a generative feature model for objet retrieval. In CVPR7, 27. [8] O. Chum, J. Philbin, and A. Zisserman. Near dupliate image detetion: min-hash and tf-idf weighting. 28. [9] M. A. Fishler and R. C. Bolles. Random sample onsensus: A paradigm for model fitting with appliations to image analysis and automated artography. In Comm. of the ACM, 98. [] H. Jégou, M. Douze, and C. Shmid. Hamming embedding and wea geometri onsisteny for large sale image searh. In ECCV8, 28. [] H. Jégou, M. Douze, and C. Shmid. On the burstiness of visual elements. In CVPR9, 29. [2] H. Jégou, H. Harzallah, and C. Shmid. A ontextual dissimilarity measure for aurate and effiient image searh. In CVPR 7, 27. [3] H. Jégou, C. Shmid, H. Harzallah, and J. Verbee. Aurate image searh using the ontextual dissimilarity measure. Trans. PAMI, 32():2, january 2. [4] D. G. Lowe. Objet reognition from loal sale-invariant features. In ICCV99, 999. [5] A. Miulí, M. Perdoh, O. Chum, and J. Matas. Learning a fine voabulary. In ECCV, 2. [6] D. Nistér and H. Stewénius. Salable reognition with a voabulary tree. In CVPR 6, 26. [7] J. Philbin, O. Chum, M. Isard, J. Sivi, and A. Zisserman. Objet retrieval with large voabularies and fast spatial mathing. In CVPR 7, 27. [8] J. Philbin, O. Chum, M. Isard, J. Sivi, and A. Zisserman. Lost in uantization: Improving partiular objet retrieval in large sale image databases. In CVPR8, 28. [9] J. Philbin, M. Isard, J. Sivi, and A. Zisserman. Desriptor learning for effiient retrieval. In ECCV, 2. [2] J. Sivi and A. Zisserman. Video google: a text retrieval approah to objet mathing in videos. In ICCV 3,

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract

Learning Convention Propagation in BeerAdvocate Reviews from a etwork Perspective. Abstract CS 9 Projet Final Report: Learning Convention Propagation in BeerAdvoate Reviews from a etwork Perspetive Abstrat We look at the way onventions propagate between reviews on the BeerAdvoate dataset, and

More information

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes

Detecting Outliers in High-Dimensional Datasets with Mixed Attributes Deteting Outliers in High-Dimensional Datasets with Mixed Attributes A. Koufakou, M. Georgiopoulos, and G.C. Anagnostopoulos 2 Shool of EECS, University of Central Florida, Orlando, FL, USA 2 Dept. of

More information

Extracting Partition Statistics from Semistructured Data

Extracting Partition Statistics from Semistructured Data Extrating Partition Statistis from Semistrutured Data John N. Wilson Rihard Gourlay Robert Japp Mathias Neumüller Department of Computer and Information Sienes University of Strathlyde, Glasgow, UK {jnw,rsg,rpj,mathias}@is.strath.a.uk

More information

A Novel Validity Index for Determination of the Optimal Number of Clusters

A Novel Validity Index for Determination of the Optimal Number of Clusters IEICE TRANS. INF. & SYST., VOL.E84 D, NO.2 FEBRUARY 2001 281 LETTER A Novel Validity Index for Determination of the Optimal Number of Clusters Do-Jong KIM, Yong-Woon PARK, and Dong-Jo PARK, Nonmembers

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION. Ken Sauer and Charles A. Bouman NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauer and Charles A. Bouman Department of Eletrial Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 Shool of

More information

the data. Structured Principal Component Analysis (SPCA)

the data. Structured Principal Component Analysis (SPCA) Strutured Prinipal Component Analysis Kristin M. Branson and Sameer Agarwal Department of Computer Siene and Engineering University of California, San Diego La Jolla, CA 9193-114 Abstrat Many tasks involving

More information

Cluster-Based Cumulative Ensembles

Cluster-Based Cumulative Ensembles Cluster-Based Cumulative Ensembles Hanan G. Ayad and Mohamed S. Kamel Pattern Analysis and Mahine Intelligene Lab, Eletrial and Computer Engineering, University of Waterloo, Waterloo, Ontario N2L 3G1,

More information

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines

The Minimum Redundancy Maximum Relevance Approach to Building Sparse Support Vector Machines The Minimum Redundany Maximum Relevane Approah to Building Sparse Support Vetor Mahines Xiaoxing Yang, Ke Tang, and Xin Yao, Nature Inspired Computation and Appliations Laboratory (NICAL), Shool of Computer

More information

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425)

Automatic Physical Design Tuning: Workload as a Sequence Sanjay Agrawal Microsoft Research One Microsoft Way Redmond, WA, USA +1-(425) Automati Physial Design Tuning: Workload as a Sequene Sanjay Agrawal Mirosoft Researh One Mirosoft Way Redmond, WA, USA +1-(425) 75-357 sagrawal@mirosoft.om Eri Chu * Computer Sienes Department University

More information

Pipelined Multipliers for Reconfigurable Hardware

Pipelined Multipliers for Reconfigurable Hardware Pipelined Multipliers for Reonfigurable Hardware Mithell J. Myjak and José G. Delgado-Frias Shool of Eletrial Engineering and Computer Siene, Washington State University Pullman, WA 99164-2752 USA {mmyjak,

More information

Evolutionary Feature Synthesis for Image Databases

Evolutionary Feature Synthesis for Image Databases Evolutionary Feature Synthesis for Image Databases Anlei Dong, Bir Bhanu, Yingqiang Lin Center for Researh in Intelligent Systems University of California, Riverside, California 92521, USA {adong, bhanu,

More information

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2

On - Line Path Delay Fault Testing of Omega MINs M. Bellos 1, E. Kalligeros 1, D. Nikolos 1,2 & H. T. Vergos 1,2 On - Line Path Delay Fault Testing of Omega MINs M. Bellos, E. Kalligeros, D. Nikolos,2 & H. T. Vergos,2 Dept. of Computer Engineering and Informatis 2 Computer Tehnology Institute University of Patras,

More information

Detection and Recognition of Non-Occluded Objects using Signature Map

Detection and Recognition of Non-Occluded Objects using Signature Map 6th WSEAS International Conferene on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, De 9-31, 007 65 Detetion and Reognition of Non-Oluded Objets using Signature Map Sangbum Park,

More information

One Against One or One Against All : Which One is Better for Handwriting Recognition with SVMs?

One Against One or One Against All : Which One is Better for Handwriting Recognition with SVMs? One Against One or One Against All : Whih One is Better for Handwriting Reognition with SVMs? Jonathan Milgram, Mohamed Cheriet, Robert Sabourin To ite this version: Jonathan Milgram, Mohamed Cheriet,

More information

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8

Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introduction Information Retrieval... 8 Contents Contents...I List of Tables...VIII List of Figures...IX 1. Introdution... 1 1.1. Internet Information...2 1.2. Internet Information Retrieval...3 1.2.1. Doument Indexing...4 1.2.2. Doument Retrieval...4

More information

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization

Self-Adaptive Parent to Mean-Centric Recombination for Real-Parameter Optimization Self-Adaptive Parent to Mean-Centri Reombination for Real-Parameter Optimization Kalyanmoy Deb and Himanshu Jain Department of Mehanial Engineering Indian Institute of Tehnology Kanpur Kanpur, PIN 86 {deb,hjain}@iitk.a.in

More information

arxiv: v1 [cs.db] 13 Sep 2017

arxiv: v1 [cs.db] 13 Sep 2017 An effiient lustering algorithm from the measure of loal Gaussian distribution Yuan-Yen Tai (Dated: May 27, 2018) In this paper, I will introdue a fast and novel lustering algorithm based on Gaussian distribution

More information

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating

Capturing Large Intra-class Variations of Biometric Data by Template Co-updating Capturing Large Intra-lass Variations of Biometri Data by Template Co-updating Ajita Rattani University of Cagliari Piazza d'armi, Cagliari, Italy ajita.rattani@diee.unia.it Gian Lua Marialis University

More information

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition

A Coarse-to-Fine Classification Scheme for Facial Expression Recognition A Coarse-to-Fine Classifiation Sheme for Faial Expression Reognition Xiaoyi Feng 1,, Abdenour Hadid 1 and Matti Pietikäinen 1 1 Mahine Vision Group Infoteh Oulu and Dept. of Eletrial and Information Engineering

More information

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality

Multi-Piece Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality INTERNATIONAL CONFERENCE ON MANUFACTURING AUTOMATION (ICMA200) Multi-Piee Mold Design Based on Linear Mixed-Integer Program Toward Guaranteed Optimality Stephen Stoyan, Yong Chen* Epstein Department of

More information

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking

Algorithms for External Memory Lecture 6 Graph Algorithms - Weighted List Ranking Algorithms for External Memory Leture 6 Graph Algorithms - Weighted List Ranking Leturer: Nodari Sithinava Sribe: Andi Hellmund, Simon Ohsenreither 1 Introdution & Motivation After talking about I/O-effiient

More information

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION

KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION KERNEL SPARSE REPRESENTATION WITH LOCAL PATTERNS FOR FACE RECOGNITION Cuiui Kang 1, Shengai Liao, Shiming Xiang 1, Chunhong Pan 1 1 National Laboratory of Pattern Reognition, Institute of Automation, Chinese

More information

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results

An Alternative Approach to the Fuzzifier in Fuzzy Clustering to Obtain Better Clustering Results An Alternative Approah to the Fuzziier in Fuzzy Clustering to Obtain Better Clustering Results Frank Klawonn Department o Computer Siene University o Applied Sienes BS/WF Salzdahlumer Str. 46/48 D-38302

More information

A scheme for racquet sports video analysis with the combination of audio-visual information

A scheme for racquet sports video analysis with the combination of audio-visual information A sheme for raquet sports video analysis with the ombination of audio-visual information Liyuan Xing a*, Qixiang Ye b, Weigang Zhang, Qingming Huang a and Hua Yu a a Graduate Shool of the Chinese Aadamy

More information

Gray Codes for Reflectable Languages

Gray Codes for Reflectable Languages Gray Codes for Refletable Languages Yue Li Joe Sawada Marh 8, 2008 Abstrat We lassify a type of language alled a refletable language. We then develop a generi algorithm that an be used to list all strings

More information

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering

A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering A Novel Bit Level Time Series Representation with Impliation of Similarity Searh and lustering hotirat Ratanamahatana, Eamonn Keogh, Anthony J. Bagnall 2, and Stefano Lonardi Dept. of omputer Siene & Engineering,

More information

Approximate logic synthesis for error tolerant applications

Approximate logic synthesis for error tolerant applications Approximate logi synthesis for error tolerant appliations Doohul Shin and Sandeep K. Gupta Eletrial Engineering Department, University of Southern California, Los Angeles, CA 989 {doohuls, sandeep}@us.edu

More information

Semi-Supervised Affinity Propagation with Instance-Level Constraints

Semi-Supervised Affinity Propagation with Instance-Level Constraints Semi-Supervised Affinity Propagation with Instane-Level Constraints Inmar E. Givoni, Brendan J. Frey Probabilisti and Statistial Inferene Group University of Toronto 10 King s College Road, Toronto, Ontario,

More information

A {k, n}-secret Sharing Scheme for Color Images

A {k, n}-secret Sharing Scheme for Color Images A {k, n}-seret Sharing Sheme for Color Images Rastislav Luka, Konstantinos N. Plataniotis, and Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Dept. of Eletrial and Computer Engineering, University

More information

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index

An Optimized Approach on Applying Genetic Algorithm to Adaptive Cluster Validity Index IJCSES International Journal of Computer Sienes and Engineering Systems, ol., No.4, Otober 2007 CSES International 2007 ISSN 0973-4406 253 An Optimized Approah on Applying Geneti Algorithm to Adaptive

More information

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks

Unsupervised Stereoscopic Video Object Segmentation Based on Active Contours and Retrainable Neural Networks Unsupervised Stereosopi Video Objet Segmentation Based on Ative Contours and Retrainable Neural Networks KLIMIS NTALIANIS, ANASTASIOS DOULAMIS, and NIKOLAOS DOULAMIS National Tehnial University of Athens

More information

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing

特集 Road Border Recognition Using FIR Images and LIDAR Signal Processing デンソーテクニカルレビュー Vol. 15 2010 特集 Road Border Reognition Using FIR Images and LIDAR Signal Proessing 高木聖和 バーゼル ファルディ Kiyokazu TAKAGI Basel Fardi ヘンドリック ヴァイゲル Hendrik Weigel ゲルド ヴァニーリック Gerd Wanielik This paper

More information

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW

FOREGROUND OBJECT EXTRACTION USING FUZZY C MEANS WITH BIT-PLANE SLICING AND OPTICAL FLOW FOREGROUND OBJECT EXTRACTION USING FUZZY C EANS WITH BIT-PLANE SLICING AND OPTICAL FLOW SIVAGAI., REVATHI.T, JEGANATHAN.L 3 APSG, SCSE, VIT University, Chennai, India JRF, DST, Dehi, India. 3 Professor,

More information

Exploiting Enriched Contextual Information for Mobile App Classification

Exploiting Enriched Contextual Information for Mobile App Classification Exploiting Enrihed Contextual Information for Mobile App Classifiation Hengshu Zhu 1 Huanhuan Cao 2 Enhong Chen 1 Hui Xiong 3 Jilei Tian 2 1 University of Siene and Tehnology of China 2 Nokia Researh Center

More information

Transition Detection Using Hilbert Transform and Texture Features

Transition Detection Using Hilbert Transform and Texture Features Amerian Journal of Signal Proessing 1, (): 35-4 DOI: 1.593/.asp.1.6 Transition Detetion Using Hilbert Transform and Texture Features G. G. Lashmi Priya *, S. Domni Department of Computer Appliations, National

More information

A Load-Balanced Clustering Protocol for Hierarchical Wireless Sensor Networks

A Load-Balanced Clustering Protocol for Hierarchical Wireless Sensor Networks International Journal of Advanes in Computer Networks and Its Seurity IJCNS A Load-Balaned Clustering Protool for Hierarhial Wireless Sensor Networks Mehdi Tarhani, Yousef S. Kavian, Saman Siavoshi, Ali

More information

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1.

Abstract. Key Words: Image Filters, Fuzzy Filters, Order Statistics Filters, Rank Ordered Mean Filters, Channel Noise. 1. Fuzzy Weighted Rank Ordered Mean (FWROM) Filters for Mixed Noise Suppression from Images S. Meher, G. Panda, B. Majhi 3, M.R. Meher 4,,4 Department of Eletronis and I.E., National Institute of Tehnology,

More information

Gradient based progressive probabilistic Hough transform

Gradient based progressive probabilistic Hough transform Gradient based progressive probabilisti Hough transform C.Galambos, J.Kittler and J.Matas Abstrat: The authors look at the benefits of exploiting gradient information to enhane the progressive probabilisti

More information

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT?

3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? 3-D IMAGE MODELS AND COMPRESSION - SYNTHETIC HYBRID OR NATURAL FIT? Bernd Girod, Peter Eisert, Marus Magnor, Ekehard Steinbah, Thomas Wiegand Te {girod eommuniations Laboratory, University of Erlangen-Nuremberg

More information

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules

Improved Vehicle Classification in Long Traffic Video by Cooperating Tracker and Classifier Modules Improved Vehile Classifiation in Long Traffi Video by Cooperating Traker and Classifier Modules Brendan Morris and Mohan Trivedi University of California, San Diego San Diego, CA 92093 {b1morris, trivedi}@usd.edu

More information

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors

Rotation Invariant Spherical Harmonic Representation of 3D Shape Descriptors Eurographis Symposium on Geometry Proessing (003) L. Kobbelt, P. Shröder, H. Hoppe (Editors) Rotation Invariant Spherial Harmoni Representation of 3D Shape Desriptors Mihael Kazhdan, Thomas Funkhouser,

More information

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM

TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM TUMOR DETECTION IN MRI BRAIN IMAGE SEGMENTATION USING PHASE CONGRUENCY MODIFIED FUZZY C MEAN ALGORITHM M. Murugeswari 1, M.Gayathri 2 1 Assoiate Professor, 2 PG Sholar 1,2 K.L.N College of Information

More information

Using Augmented Measurements to Improve the Convergence of ICP

Using Augmented Measurements to Improve the Convergence of ICP Using Augmented Measurements to Improve the onvergene of IP Jaopo Serafin, Giorgio Grisetti Dept. of omputer, ontrol and Management Engineering, Sapienza University of Rome, Via Ariosto 25, I-0085, Rome,

More information

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction

Time delay estimation of reverberant meeting speech: on the use of multichannel linear prediction University of Wollongong Researh Online Faulty of Informatis - apers (Arhive) Faulty of Engineering and Information Sienes 7 Time delay estimation of reverberant meeting speeh: on the use of multihannel

More information

Outline: Software Design

Outline: Software Design Outline: Software Design. Goals History of software design ideas Design priniples Design methods Life belt or leg iron? (Budgen) Copyright Nany Leveson, Sept. 1999 A Little History... At first, struggling

More information

ROBUST LOW-ALTITUDE IMAGE MATCHING BASED ON LOCAL REGION CONSTRAINT AND FEATURE SIMILARITY CONFIDENCE

ROBUST LOW-ALTITUDE IMAGE MATCHING BASED ON LOCAL REGION CONSTRAINT AND FEATURE SIMILARITY CONFIDENCE ROBUST LOW-ALTITUDE IMAGE MATCHING BASED ON LOCAL REGION CONSTRAINT AND FEATURE SIMILARITY CONFIDENCE Min Chen a, b,, *, Qing Zhu a, b,, Shengzhi Huang a, b,, Han Hu a, Jingxue Wang a a Faulty of Geosienes

More information

And, the (low-pass) Butterworth filter of order m is given in the frequency domain by

And, the (low-pass) Butterworth filter of order m is given in the frequency domain by Problem Set no.3.a) The ideal low-pass filter is given in the frequeny domain by B ideal ( f ), f f; =, f > f. () And, the (low-pass) Butterworth filter of order m is given in the frequeny domain by B

More information

New Fuzzy Object Segmentation Algorithm for Video Sequences *

New Fuzzy Object Segmentation Algorithm for Video Sequences * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 521-537 (2008) New Fuzzy Obet Segmentation Algorithm for Video Sequenes * KUO-LIANG CHUNG, SHIH-WEI YU, HSUEH-JU YEH, YONG-HUAI HUANG AND TA-JEN YAO Department

More information

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications

System-Level Parallelism and Throughput Optimization in Designing Reconfigurable Computing Applications System-Level Parallelism and hroughput Optimization in Designing Reonfigurable Computing Appliations Esam El-Araby 1, Mohamed aher 1, Kris Gaj 2, arek El-Ghazawi 1, David Caliga 3, and Nikitas Alexandridis

More information

CleanUp: Improving Quadrilateral Finite Element Meshes

CleanUp: Improving Quadrilateral Finite Element Meshes CleanUp: Improving Quadrilateral Finite Element Meshes Paul Kinney MD-10 ECC P.O. Box 203 Ford Motor Company Dearborn, MI. 8121 (313) 28-1228 pkinney@ford.om Abstrat: Unless an all quadrilateral (quad)

More information

Contour Box: Rejecting Object Proposals Without Explicit Closed Contours

Contour Box: Rejecting Object Proposals Without Explicit Closed Contours Contour Box: Rejeting Objet Proposals Without Expliit Closed Contours Cewu Lu, Shu Liu Jiaya Jia Chi-Keung Tang The Hong Kong University of Siene and Tehnology Stanford University The Chinese University

More information

Adapting K-Medians to Generate Normalized Cluster Centers

Adapting K-Medians to Generate Normalized Cluster Centers Adapting -Medians to Generate Normalized Cluster Centers Benamin J. Anderson, Deborah S. Gross, David R. Musiant Anna M. Ritz, Thomas G. Smith, Leah E. Steinberg Carleton College andersbe@gmail.om, {dgross,

More information

Chapter 2: Introduction to Maple V

Chapter 2: Introduction to Maple V Chapter 2: Introdution to Maple V 2-1 Working with Maple Worksheets Try It! (p. 15) Start a Maple session with an empty worksheet. The name of the worksheet should be Untitled (1). Use one of the standard

More information

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer

Cross-layer Resource Allocation on Broadband Power Line Based on Novel QoS-priority Scheduling Function in MAC Layer Communiations and Networ, 2013, 5, 69-73 http://dx.doi.org/10.4236/n.2013.53b2014 Published Online September 2013 (http://www.sirp.org/journal/n) Cross-layer Resoure Alloation on Broadband Power Line Based

More information

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks

An Edge-based Clustering Algorithm to Detect Social Circles in Ego Networks JOURNAL OF COMPUTERS, VOL. 8, NO., OCTOBER 23 2575 An Edge-based Clustering Algorithm to Detet Soial Cirles in Ego Networks Yu Wang Shool of Computer Siene and Tehnology, Xidian University Xi an,77, China

More information

Cluster Centric Fuzzy Modeling

Cluster Centric Fuzzy Modeling 10.1109/TFUZZ.014.300134, IEEE Transations on Fuzzy Systems TFS-013-0379.R1 1 Cluster Centri Fuzzy Modeling Witold Pedryz, Fellow, IEEE, and Hesam Izakian, Student Member, IEEE Abstrat In this study, we

More information

A Unified Subdivision Scheme for Polygonal Modeling

A Unified Subdivision Scheme for Polygonal Modeling EUROGRAPHICS 2 / A. Chalmers and T.-M. Rhyne (Guest Editors) Volume 2 (2), Number 3 A Unified Subdivision Sheme for Polygonal Modeling Jérôme Maillot Jos Stam Alias Wavefront Alias Wavefront 2 King St.

More information

Wide-baseline Multiple-view Correspondences

Wide-baseline Multiple-view Correspondences Wide-baseline Multiple-view Correspondenes Vittorio Ferrari, Tinne Tuytelaars, Lu Van Gool, Computer Vision Group (BIWI), ETH Zuerih, Switzerland ESAT-PSI, University of Leuven, Belgium {ferrari,vangool}@vision.ee.ethz.h,

More information

Graph-Based vs Depth-Based Data Representation for Multiview Images

Graph-Based vs Depth-Based Data Representation for Multiview Images Graph-Based vs Depth-Based Data Representation for Multiview Images Thomas Maugey, Antonio Ortega, Pasal Frossard Signal Proessing Laboratory (LTS), Eole Polytehnique Fédérale de Lausanne (EPFL) Email:

More information

Towards Optimal Naive Bayes Nearest Neighbor

Towards Optimal Naive Bayes Nearest Neighbor Towards Optimal Naive Bayes Nearest Neighbor Régis Behmo 1, Paul Marombes 1,2, Arnak Dalalyan 2,andVéronique Prinet 1 1 NLPR / LIAMA, Institute of Automation, Chinese Aademy of Sienes 2 IMAGINE, LIGM,

More information

An Interactive-Voting Based Map Matching Algorithm

An Interactive-Voting Based Map Matching Algorithm Eleventh International Conferene on Mobile Data Management An Interative-Voting Based Map Mathing Algorithm Jing Yuan* University of Siene and Tehnology of China Hefei, China yuanjing@mail.ust.edu.n Yu

More information

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks

A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks A Partial Sorting Algorithm in Multi-Hop Wireless Sensor Networks Abouberine Ould Cheikhna Department of Computer Siene University of Piardie Jules Verne 80039 Amiens Frane Ould.heikhna.abouberine @u-piardie.fr

More information

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar

Plot-to-track correlation in A-SMGCS using the target images from a Surface Movement Radar Plot-to-trak orrelation in A-SMGCS using the target images from a Surfae Movement Radar G. Golino Radar & ehnology Division AMS, Italy ggolino@amsjv.it Abstrat he main topi of this paper is the formulation

More information

Partial Character Decoding for Improved Regular Expression Matching in FPGAs

Partial Character Decoding for Improved Regular Expression Matching in FPGAs Partial Charater Deoding for Improved Regular Expression Mathing in FPGAs Peter Sutton Shool of Information Tehnology and Eletrial Engineering The University of Queensland Brisbane, Queensland, 4072, Australia

More information

Video Data and Sonar Data: Real World Data Fusion Example

Video Data and Sonar Data: Real World Data Fusion Example 14th International Conferene on Information Fusion Chiago, Illinois, USA, July 5-8, 2011 Video Data and Sonar Data: Real World Data Fusion Example David W. Krout Applied Physis Lab dkrout@apl.washington.edu

More information

HEXA: Compact Data Structures for Faster Packet Processing

HEXA: Compact Data Structures for Faster Packet Processing Washington University in St. Louis Washington University Open Sholarship All Computer Siene and Engineering Researh Computer Siene and Engineering Report Number: 27-26 27 HEXA: Compat Data Strutures for

More information

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application

Performance of Histogram-Based Skin Colour Segmentation for Arms Detection in Human Motion Analysis Application World Aademy of Siene, Engineering and Tehnology 8 009 Performane of Histogram-Based Skin Colour Segmentation for Arms Detetion in Human Motion Analysis Appliation Rosalyn R. Porle, Ali Chekima, Farrah

More information

Batch Auditing for Multiclient Data in Multicloud Storage

Batch Auditing for Multiclient Data in Multicloud Storage Advaned Siene and Tehnology Letters, pp.67-73 http://dx.doi.org/0.4257/astl.204.50. Bath Auditing for Multilient Data in Multiloud Storage Zhihua Xia, Xinhui Wang, Xingming Sun, Yafeng Zhu, Peng Ji and

More information

COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY

COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY COST PERFORMANCE ASPECTS OF CCD FAST AUXILIARY MEMORY Dileep P, Bhondarkor Texas Instruments Inorporated Dallas, Texas ABSTRACT Charge oupled devies (CCD's) hove been mentioned as potential fast auxiliary

More information

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering

Volume 3, Issue 9, September 2013 International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advaned Researh in Computer Siene and Software Engineering Researh Paper Available online at: www.ijarsse.om A New-Fangled Algorithm

More information

Fast Rigid Motion Segmentation via Incrementally-Complex Local Models

Fast Rigid Motion Segmentation via Incrementally-Complex Local Models Fast Rigid Motion Segmentation via Inrementally-Complex Loal Models Fernando Flores-Mangas Allan D. Jepson Department of Computer Siene, University of Toronto {mangas,jepson}@s.toronto.edu Abstrat The

More information

Relevance for Computer Vision

Relevance for Computer Vision The Geometry of ROC Spae: Understanding Mahine Learning Metris through ROC Isometris, by Peter A. Flah International Conferene on Mahine Learning (ICML-23) http://www.s.bris.a.uk/publiations/papers/74.pdf

More information

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT

DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT DETECTION METHOD FOR NETWORK PENETRATING BEHAVIOR BASED ON COMMUNICATION FINGERPRINT 1 ZHANGGUO TANG, 2 HUANZHOU LI, 3 MINGQUAN ZHONG, 4 JIAN ZHANG 1 Institute of Computer Network and Communiation Tehnology,

More information

Cluster-based Cooperative Communication with Network Coding in Wireless Networks

Cluster-based Cooperative Communication with Network Coding in Wireless Networks Cluster-based Cooperative Communiation with Network Coding in Wireless Networks Zygmunt J. Haas Shool of Eletrial and Computer Engineering Cornell University Ithaa, NY 4850, U.S.A. Email: haas@ee.ornell.edu

More information

Flow Demands Oriented Node Placement in Multi-Hop Wireless Networks

Flow Demands Oriented Node Placement in Multi-Hop Wireless Networks Flow Demands Oriented Node Plaement in Multi-Hop Wireless Networks Zimu Yuan Institute of Computing Tehnology, CAS, China {zimu.yuan}@gmail.om arxiv:153.8396v1 [s.ni] 29 Mar 215 Abstrat In multi-hop wireless

More information

Boundary Correct Real-Time Soft Shadows

Boundary Correct Real-Time Soft Shadows Boundary Corret Real-Time Soft Shadows Bjarke Jakobsen Niels J. Christensen Bent D. Larsen Kim S. Petersen Informatis and Mathematial Modelling Tehnial University of Denmark {bj, nj, bdl}@imm.dtu.dk, kim@deadline.dk

More information

Improved Circuit-to-CNF Transformation for SAT-based ATPG

Improved Circuit-to-CNF Transformation for SAT-based ATPG Improved Ciruit-to-CNF Transformation for SAT-based ATPG Daniel Tille 1 René Krenz-Bååth 2 Juergen Shloeffel 2 Rolf Drehsler 1 1 Institute of Computer Siene, University of Bremen, 28359 Bremen, Germany

More information

Context-Aware Activity Modeling using Hierarchical Conditional Random Fields

Context-Aware Activity Modeling using Hierarchical Conditional Random Fields Context-Aware Ativity Modeling using Hierarhial Conditional Random Fields Yingying Zhu, Nandita M. Nayak, and Amit K. Roy-Chowdhury Abstrat In this paper, rather than modeling ativities in videos individually,

More information

ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS

ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS ASSESSMENT OF TWO CHEAP CLOSE-RANGE FEATURE EXTRACTION SYSTEMS Ahmed Elaksher a, Mohammed Elghazali b, Ashraf Sayed b, and Yasser Elmanadilli b a Shool of Civil Engineering, Purdue University, West Lafayette,

More information

Rapid, accurate particle tracking by calculation of radial symmetry centers

Rapid, accurate particle tracking by calculation of radial symmetry centers Rapid, aurate partile traing by alulation of radial symmetry enters Raghuveer Parthasarathy Supplementary Text and Figures Supplementary Figures Supplementary Figure 1 Supplementary Figure Supplementary

More information

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else

timestamp, if silhouette(x, y) 0 0 if silhouette(x, y) = 0, mhi(x, y) = and mhi(x, y) < timestamp - duration mhi(x, y), else 3rd International Conferene on Multimedia Tehnolog(ICMT 013) An Effiient Moving Target Traking Strateg Based on OpenCV and CAMShift Theor Dongu Li 1 Abstrat Image movement involved bakground movement and

More information

13.1 Numerical Evaluation of Integrals Over One Dimension

13.1 Numerical Evaluation of Integrals Over One Dimension 13.1 Numerial Evaluation of Integrals Over One Dimension A. Purpose This olletion of subprograms estimates the value of the integral b a f(x) dx where the integrand f(x) and the limits a and b are supplied

More information

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0;

Drawing lines. Naïve line drawing algorithm. drawpixel(x, round(y)); double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx; double y = y0; Naïve line drawing algorithm // Connet to grid points(x0,y0) and // (x1,y1) by a line. void drawline(int x0, int y0, int x1, int y1) { int x; double dy = y1 - y0; double dx = x1 - x0; double m = dy / dx;

More information

Boosted Random Forest

Boosted Random Forest Boosted Random Forest Yohei Mishina, Masamitsu suhiya and Hironobu Fujiyoshi Department of Computer Siene, Chubu University, 1200 Matsumoto-ho, Kasugai, Aihi, Japan {mishi, mtdoll}@vision.s.hubu.a.jp,

More information

Naïve Bayesian Rough Sets Under Fuzziness

Naïve Bayesian Rough Sets Under Fuzziness IJMSA: Vol. 6, No. 1-2, January-June 2012, pp. 19 25 Serials Publiations ISSN: 0973-6786 Naïve ayesian Rough Sets Under Fuzziness G. GANSAN 1,. KRISHNAVNI 2 T. HYMAVATHI 3 1,2,3 Department of Mathematis,

More information

Adaptive Implicit Surface Polygonization using Marching Triangles

Adaptive Implicit Surface Polygonization using Marching Triangles Volume 20 (2001), Number 2 pp. 67 80 Adaptive Impliit Surfae Polygonization using Marhing Triangles Samir Akkouhe Eri Galin L.I.G.I.M L.I.G.I.M Eole Centrale de Lyon Université Claude Bernard Lyon 1 B.P.

More information

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments

RAC 2 E: Novel Rendezvous Protocol for Asynchronous Cognitive Radios in Cooperative Environments 21st Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communiations 1 RAC 2 E: Novel Rendezvous Protool for Asynhronous Cognitive Radios in Cooperative Environments Valentina Pavlovska,

More information

The Mathematics of Simple Ultrasonic 2-Dimensional Sensing

The Mathematics of Simple Ultrasonic 2-Dimensional Sensing The Mathematis of Simple Ultrasoni -Dimensional Sensing President, Bitstream Tehnology The Mathematis of Simple Ultrasoni -Dimensional Sensing Introdution Our ompany, Bitstream Tehnology, has been developing

More information

EASY TRANSFER LEARNING BY EXPLOITING INTRA-DOMAIN STRUCTURES

EASY TRANSFER LEARNING BY EXPLOITING INTRA-DOMAIN STRUCTURES EASY TRANSFER LEARNING BY EXPLOITING INTRA-DOMAIN STRUCTURES Jindong Wang 1, Yiqiang Chen 1,, Han Yu 2, Meiyu Huang 3, Qiang Yang 4 1 Beiing Key Lab. of Mobile Computing and Pervasive Devie, Inst. of Computing

More information

Mean Deviation Similarity Index: Efficient and Reliable Full-Reference Image Quality Evaluator

Mean Deviation Similarity Index: Efficient and Reliable Full-Reference Image Quality Evaluator 1 Mean Deviation Similarity Index: Effiient and Reliable Full-Referene Image Quality Evaluator Hossein Ziaei Nafhi, Atena Shahkolaei, Rahid Hedjam, and Mohamed Cheriet, Senior Member, IEEE two images of

More information

Facility Location: Distributed Approximation

Facility Location: Distributed Approximation Faility Loation: Distributed Approximation Thomas Mosibroda Roger Wattenhofer Distributed Computing Group PODC 2005 Where to plae ahes in the Internet? A distributed appliation that has to dynamially plae

More information

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints

Smooth Trajectory Planning Along Bezier Curve for Mobile Robots with Velocity Constraints Smooth Trajetory Planning Along Bezier Curve for Mobile Robots with Veloity Constraints Gil Jin Yang and Byoung Wook Choi Department of Eletrial and Information Engineering Seoul National University of

More information

Stable Road Lane Model Based on Clothoids

Stable Road Lane Model Based on Clothoids Stable Road Lane Model Based on Clothoids C Gakstatter*, S Thomas**, Dr P Heinemann*, Prof Gudrun Klinker*** *Audi Eletronis Venture GmbH, **Leibniz Universität Hannover, ***Tehnishe Universität Münhen

More information

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem

Calculation of typical running time of a branch-and-bound algorithm for the vertex-cover problem Calulation of typial running time of a branh-and-bound algorithm for the vertex-over problem Joni Pajarinen, Joni.Pajarinen@iki.fi Otober 21, 2007 1 Introdution The vertex-over problem is one of a olletion

More information

Chromaticity-matched Superimposition of Foreground Objects in Different Environments

Chromaticity-matched Superimposition of Foreground Objects in Different Environments FCV216, the 22nd Korea-Japan Joint Workshop on Frontiers of Computer Vision Chromatiity-mathed Superimposition of Foreground Objets in Different Environments Yohei Ogura Graduate Shool of Siene and Tehnology

More information

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR

A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Malaysian Journal of Computer Siene, Vol 10 No 1, June 1997, pp 36-41 A DYNAMIC ACCESS CONTROL WITH BINARY KEY-PAIR Md Rafiqul Islam, Harihodin Selamat and Mohd Noor Md Sap Faulty of Computer Siene and

More information

Bayesian Belief Networks for Data Mining. Harald Steck and Volker Tresp. Siemens AG, Corporate Technology. Information and Communications

Bayesian Belief Networks for Data Mining. Harald Steck and Volker Tresp. Siemens AG, Corporate Technology. Information and Communications Bayesian Belief Networks for Data Mining Harald Stek and Volker Tresp Siemens AG, Corporate Tehnology Information and Communiations 81730 Munih, Germany fharald.stek, Volker.Trespg@mhp.siemens.de Abstrat

More information

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method

Multiple-Criteria Decision Analysis: A Novel Rank Aggregation Method 3537 Multiple-Criteria Deision Analysis: A Novel Rank Aggregation Method Derya Yiltas-Kaplan Department of Computer Engineering, Istanbul University, 34320, Avilar, Istanbul, Turkey Email: dyiltas@ istanbul.edu.tr

More information

Accommodations of QoS DiffServ Over IP and MPLS Networks

Accommodations of QoS DiffServ Over IP and MPLS Networks Aommodations of QoS DiffServ Over IP and MPLS Networks Abdullah AlWehaibi, Anjali Agarwal, Mihael Kadoh and Ahmed ElHakeem Department of Eletrial and Computer Department de Genie Eletrique Engineering

More information

Allocating Rotating Registers by Scheduling

Allocating Rotating Registers by Scheduling Alloating Rotating Registers by Sheduling Hongbo Rong Hyunhul Park Cheng Wang Youfeng Wu Programming Systems Lab Intel Labs {hongbo.rong,hyunhul.park,heng..wang,youfeng.wu}@intel.om ABSTRACT A rotating

More information