Semantic Scene Concept Learning by an Autonomous Agent

Size: px
Start display at page:

Download "Semantic Scene Concept Learning by an Autonomous Agent"

Transcription

1 Semantc Scene Concept Learnng by an Autonomous Agent Weyu Zhu Illnos Wesleyan Unversty PO Box 29, Bloomngton, IL 672 Abstract Scene understandng addresses the ssue of what a scene contans. Exstng research on scene understandng s typcally focused on classfyng a scene nto classes that are of the same category type. These approaches, although they solve some scene-understandng tasks successfully, n general fal to address the semantcs n scene understandng. For example, how does an agent learn the concept label red and ball wthout beng told that t s a color or a shape label n advance? To cope wth ths problem, we have proposed a novel research called semantc scene concept learnng. Our proposed approach models the task of scene understandng as a mult-labelng classfcaton problem. Each scene nstance perceved by the agent may receve multple labels comng from dfferent concept categores, where the goal of learnng s to let the agent dscover the semantc meanngs,.e., the set of relevant vsual features, of the scene labels receved. Our prelmnary experments have shown the effectveness of our proposed approach n solvng ths specal ntra- and ntercategory mxng learnng task.. Introducton Scene understandng addresses the ssue of what a scene contans. Exstng research on scene understandng s based typcally on ether scene modelng (Belonge, Malk and Puzcha 22; Selnger and Nelson 999) or supervsed learnng (Murase and Nayar 995; Mel 997). In both cases, a detector s bult to dfferentate one scene label from another, where all labels of nterest come from the same category type. Although the exstng approaches solve some scene understandng tasks successfully, they n general fal to address another mportant ssue n vsual percepton: the semantcs. For example, how does an agent learn mutually non-exclusve labels such as red, ball, and cat wthout beng told of ther category types n advance? The capablty of learnng the semantcs of a label s crucal for ntellgent human-computer nteracton and robotc natural language acquston. To learn semantcs of scene labels, supervsed learnng usually fals the task because one learnng system can only classfy the labels of one category type. For example, semantcally t s vald that a scene receves both labels of red and ball f t contans a ball object n red color. However, supervsed learnng fals to address ths scenaro because the label red and ball belong to dfferent category types (.e., the color category and shape category). To tackle ths problem, we have proposed a novel research called mult-labelng scene concept learnng. The fundamental dea s to learn semantcs of scene labels va creatng the assocatons between labels and the relevant vsual features contaned n mages. Scene labels that an agent receves may come from multple concept categores that are unknown to the agent beforehand. For example, gven a scene contanng a coke can, the vald labels nclude red, can, or coke. However, the robot s not told that red s a label related to colors whle can refers to a shape. Fgure llustrates the dfference between the task that we are dealng wth and that of a supervsed learnng problem. For both cases, the agent receves labels resded n the leaf nodes (the l-nodes). The challenge of the multlabelng learnng case les n the unknown hdden layers,.e., the category type of the label receved (the C-nodes). In addton, the mult-labelng learnng has to deal wth the scenaro that a gven scene nstance receves multple labels of dfferent category types nstead of only one as n the supervsed learnng case. S l l 2 l n hdden C C 2 C m (a) l l 2 l n l m l m2 l mk Fgure. (a) Supervsed learnng; mult-labelng. S-node: scene nstance; C-node: category type; l-node: label A smlar research on scene concept understandng s termed symbol groundng (Duygulu et al. 22; Mor, Takahash and Oka 999; Gornak and Roy 24). However, to our best knowledge, none of the exstng symbol groundng research addresses the case that a concept label comes from multple concept categores. For nstance, the study n (Duygulu et al. 22) s to match keywords, whch could be more than one, wth the relevant components n a pcture, where all of the labels are of the same category type,.e., the category of the objects of nterest n a scene. In ths study, we have proposed a generc model, whch s based on jont probablty densty functon of vsual fea- S AAAI-5 / 962

2 tures, for mult-labelng scene concept learnng. As a prelmnary step, we have developed a small-szed system, whch s based on the proposed learnng model, for semantc scene concept learnng. The proposed method uses a two-level Bayesan nference network to determne the category type of a scene label. Our prelmnary experments have shown the effectveness of ths method n catchng the semantcs of labels of unknown category types. The proposed learnng methods are formulated n Secton 2. Secton 3 and 4 presents the detals of our approach, ncludng feature extracton and concept category nferences. Experments are gven n Secton 5, followed by the concluson n Secton 6. To avod confusons, some termnologes used n ths paper are summarzed below. Scene labels: Semantc descrptons of a scene, such as red, square, and Peps. All scene label terms are n talcs font n ths paper. Concept (label) category: A class of labels characterzng the same type of vsual attrbute. The categores studed n ths paper nclude color, shape, and the objects of nterest. Concept category terms are captalzed n ths paper, e.g., color category s denoted as COLOR. Features: Vsual nformaton extracted from an mage. A feature s a vector of data. For example, a color feature s a trplet of {hue, saturaton, value} and a shape feature could be a vector of seven nvarant moments. 2. Task Formulaton 2. A General Purpose Learnng Framework The goal of semantc scene concept learnng s to dscover the assocatons between relevant vsual features and scene concept labels that characterze certan semantc meanngs of a scene. Gven a set of vsual features, the task of concept learnng can be formulated as dscoverng the Jont Probablty Densty Functons (JPDFs) of the vsual features of a concept label. For example (Fgure 2), gven that a scene of nterest s characterzed wth color and shape features, the jont vsual feature space s defned as the drect sum of the color and shape feature spaces (for smplcty, the color and shape feature spaces are represented as the two axes n the fgure). The JPDF of a typcal COLOR label s gven n (a), and dsplays the JPDF of a typcal SHAPE label. Smlarly, one may obtan the JPDF of an arbtrary object of nterest gven that the semantcs of an OBJECT label can be represented adequately wth the combnatons of color and shape features only. Once the assocatons between labels and feature JPDFs are bult, scene labels are retreved by matchng the scene features detected n a pcture to the JPDFs of the labels learned. By thresholdng the degrees of matches, a set of scene labels are retreved and used to descrbe the gven scene. For nstance, when the robot sees a Peps soda can, t wll retreve the related labels blue, can and Peps, etc. shape a COLOR label color a SHAPE label (a) Fgure 2. JPDFs of typcal COLOR and SHAPE labels 2.2 Proposed Approach The feature JPDF-based representaton scheme may serve as a general model for semantc scene concept learnng. However, wthout ncorporatng heurstc knowledge, the computaton of the JPDF of a scene label has to be based on statstcal countng only, whch could be tme consumng n practce. To cope wth ths dffculty, our strategy s to utlze the doman knowledge of scene labels to facltate the learnng of feature JPDFs. Specfcally, we parameterze,.e., set the format of, the JPDF of each concept category type accordng to our knowledge. By fxng the format of feature JPDFs, the learnng s formulated as solvng two problems: ) determne whether a scene label belongs to a category by evaluatng how well the observed features agree wth the format of the JPDF of that category type; 2) compute the parameter set accordngly f the category type of a label can be (or almost be) determned. At ths stage, our study has been focused on learnng the labels that can be used to descrbe a scene contanng an object. Prelmnarly, we are nterested n color and shape features of an object scene. Scene labels come from three categores: COLOR, SHAPE, and the group of the objects of nterest (denoted as OBJECT). The formats of feature JPDFs of these category types are defned heurstcally as: JPDF COLOR = Φ(μ c,ψ c ) JPDF SHAPE =Φ(μ s,ψ s ) () JPDF OBJECT = Φ(μ k s,ψ k s ) Φ(μ l c,ψ l c ) k shape where Φ(μ, Ψ) s a normal dstrbuton centered at the vector μ wth Ψ beng the covarance matrx. The subscrpts c and s stand for a color or shape feature vector, respectvely. The ndex k ndcates the possble vews of an object and l ndexes the colors that are assocated wth a certan vew of the object. The defnton n () assumes that the JPDF of a COLOR label must follow a certan normal dstrbuton centered at a color feature vector and be ndependent to the shape features. Smlarly, the JPDF of a SHAPE label s characterzed wth a shape feature vector (plus the covarance matrx) and s ndependent to the color features. The JPDF of an OBJECT label s a Gaussan mxture of all possble vews of that object, each of whch conssts of a l color AAAI-5 / 963

3 shape feature and a combnaton of several color features snce the object may contan multple colors. Accordng to the above defnton, the nature of scene concept learnng s to compute the lkelhood of a label belongng to a certan category type and meanwhle determne the parameter set accordngly. The frst problem s solved usng a two-level Bayesan nference network that wll be descrbed n the followng sectons. The second one s solved usng the Maxmum Lkelhood Estmaton (MLE) algorthm (Duda, Hart, and Stork 2) accordng to the observed scene examples of the concept label. 3. Feature Extracton and Representaton 3. Preprocessng Snce our focus s semantc scene concept learnng based on extracted vsual features, the processng of feature extracton was smplfed by settng the background of a scene unform and smple. For each scene nstance, an ntensty based mage segmentaton algorthm was used to extract the regon of nterest from the background (Faugerous 983). 3.2 Color Feature Extracton Each extracted regon was decomposed nto several sgnfcant color components represented n HSV {hue, saturaton, value} standard. A color component s sad sgnfcant f the number of pxels of that color account for over 3% of the extracted regon. Snce we are nterested more n the hue nformaton n color comparson, the three components n an HSV trplet were weghted by factors of.,.2, and.5 n smlarty comparson. 3.3 Shape Representaton Three factors were consdered n choosng a shape descrptor n ths study. Frst, t should be nvarant to shfts, scalng, and rotatons. Second, the descrptor s deally n a fxed length for the purpose of comparson. Thrd, some nner propertes, such as holes, need to be addressed. Wth these consderatons n mnd, we have chosen to use nvarant moments (Hall 979; Hu 962) plus a so-called centralzed edge dstrbuton hstogram for shape representaton. A thorough study of shape descrptons can be found n (Mehtre, Kankanhall and Lee 997; Scassellat, Alexopoulos and Flckner 994). Invarant Moments. The nvarant moments method was frst proposed by Hu (Hu 962). The formula used n ths study was borrowed from Hall (Hall 979). An nvarant moment set conssts of seven shape coeffcents calculated from the extracted regon of nterest. The obtaned descrptor s nvarant to shfts, scalng, and rotatons. Centralzed Edge Dstrbuton Hstogram. The nvarant moment descrptor s effectve n dfferentatng between rregular shapes whle t s farly nsenstve to regular symsymmetrc shapes such as crcles, squares, and pentagons. To overcome ths shortage, we have proposed to use another shape descrptor called Centralzed Edge Dstrbuton Hstogram (CEDH), whch s defned as follows.. Compute the dstance d k from each edge pont k to the geometrc center of the shape. 2. Create hstogram of d k / d max, where d max = max k d k. 3. Quantze the hstogram nto unts unformly, correspondng to the normalzed dstances from an edge pont to the center of the regon. The CEDH descrptor s nvarant to shape translatons, scalng, and rotatons. Emprcally ths measurement s a good complement to the nvarant moment descrptor snce t s effectve n dfferentatng between symmetrc shapes. An example s gven n Fgure 3, n whch the nvarant moments and CEDH of two symmetrc shapes: round and square, are compared. The nvarant moment descrptor s nsenstve to these shapes whle CEDH dfferentates them qute well. By combnng the two features, a descrptor consstng of 7 real values (7 nvarant moments + CEDH) s bult. Although the resultant descrptor does not characterze object shapes unquely, ts performance on shape dfferentaton s, however, emprcally satsfactory Invarant Moments round square CEDH (a) Fgure 3. Comparson of two shape descrptors round square 4. Concept Category Inferences The key of scene concept learnng s to determne the category type of a label accordng to the examples observed n learnng. Once the category type s determned, the related set of parameters (defned n equaton ) s calculated accordng to the MLE method and used to represent ths label. The category type of a label s estmated usng a two level Bayesan nference network, whch consst of (and referred to as) local nference and global nference. 4. Local Inference The am of local nference s to calculate the probablty of the category type of a label of nterest accordng to the vsual features obtaned from the scene examples receved n learnng. The term local ndcates that the category types of other labels are not used for the nference. The basc dea of local nference s to evaluate the evdence of the observed scene examples of a label agreeng 9 AAAI-5 / 964

4 wth the format of the feature JPDFs of a gven category type defned n equaton. The network for local nference s gven n Fgure 4. The root node (Category Type) has three values correspondng to the three category types. The evdence that a certan category type, say category, s supported by the observed scene examples s computed as follows. Frst, the set of parameters of category defned n equaton s calculated accordng to the examples observed usng the MLE method (t s worth notcng that ths operaton has nothng to do wth the one ntroduced n secton 2.2 and the one n the last step n the summary n secton 4.3). The resultant set of parameters s used to calculate the evdence that the observed examples havng a label of category. Denote an observed example of the label of nterest as x k, where k N wth N beng the number of the observed examples of ths label. The evdence that supports the category type s calculated as N P( X CT ) = J ( x k ) (2) k= where X = {x, x 2,..., x N }; J s the feature JPDF wth respect to category type dscussed above; the term CT can take one of the three values of a category type: OBJECT, COLOR, or SHAPE. By applyng the Bayesan nference rules (Pearl 988), the posteror probablty P(CT X) s calculated as P( CT X) P( X CT ) π ( CT ) = J ( x ) π ( CT ) (3) N k = where the pror π (CT ) s set unformly as /3. Gven a label of nterest, say label j, the output of local nference s a set of posteror probablty P(CT X j ) that ndcates the category type lkelhood of ths label gven the scene examples observed n learnng. {OBJECT, COLOR, SHAPE} Category Type Example_Support_Evdence Fgure 4. Inference network based on local features only 4.2 Global Inference The dea of global nference s to adjust the category type probablty of a label usng the category type nformaton of other labels. The motvaton of dong ths adjustment s as follows. Gven a label, denoted as a, that could be a COLOR or OBJECT label accordng to the output of the local nference network,.e., k P( OBJECT X a ) P(COLOR X a ) >> P(SHAPE X a ). Meanwhle, there exsts a COLOR label, denoted as b, that has already been learned (.e., P(COLOR X b ) s hgh) and has the same or smlar color mean (μ) as that of label a. In ths case, t s safe to say that the label a s unlkely to be a COLOR label because we assume that each label must represent unquely a certan semantcs of a scene. That s, t s mpossble to have one physcal color receve two dfferent color labels n learnng. The global nference network s gven n Fgure 5. The nput of the network s the sets of category type probabltes of all the labels calculated from the local nference network,.e., the set of P(CT X j ), where ndexes the category types and X j s the set of observed examples of label j. The output of the network s a set of adjusted category type probabltes for each label. {yes, no} The root node (Category Type) of the nference network s defned the same as that n the local nference network. The color or shape conflcton node takes one of two values: yes or no. The evdence of havng a conflcton (the case of yes) s gven by ev m, whch s calculated as ev m k j ( f ) ( ) m fm P CTm Xk = max exp (4) k j 2 where m ndexes the modules of color () or shape (2); ndex j refers to ths label and k s for any other labels; f m represents the mean feature (color or shape) vector of a label. The term P(CT m X k ) s the probablty of label k beng a color or shape label calculated from the local nference network. Accordng to the defnton n (4), the factor ev m changes from to.5, whch corresponds to the cases from non-conflctng to conflctng, respectvely. Consequently, the evdence of a conflcton node takng the value of yes () or no (2) s gven by e m,e m 2 { }={ev m, -ev m ), respectvely. The adjusted category type probablty s therefore calculated accordng to (Pearl 988): P(CT e) P(e m CT ) π (CT ) = e l l [ m P(c m CT )] π (CT ) m= {OBJECT, COLOR, SHAPE} P(cc CT) color conflcton Color Conflct Evdence Category Type {yes, no} m= Shape Conflct Evdence l= P(sc CT) shape conflcton Fgure 5. Inference network based on global nformaton AAAI-5 / 965

5 Where the pror π(ct ) s the probablty P(CT X j ) obtaned from the local nference network (equaton 3). The condtonal probablty matrx P(cc CT) and P(sc CT) s defned heurstcally as T P(cc CT ) =, P(sc CT ) = By applyng the local and global nference engnes a set of consstent category probabltes for each label s obtaned, whch s used for scene nformaton retreval later. The effectveness of ntroducng the global nference engne s dscussed further n the expermental secton. 4.3 Summary of the Learnng Method We summarze the proposed approach for semantc scene concept learnng by an autonomous agent as below:. Collect examples of scene labels va the nteractons between the agent and the envronment. For example, the teacher shows the agent an object once a tme and meanwhle assgns a relevant concept label accordngly. 2. Calculate the concept category probabltes for each label usng the local nference network (secton 4.). 3. Do global nference based on the category probabltes of all of the labels calculated from local nference (secton 4.2). 4. Calculate the parameter sets formulated n equaton accordngly usng the MLE method. Use the resultant feature JPDF for future scene nformaton retreval. 5. Expermental Results The proposed semantc scene concept learnng system has been tested on both a smulated and real learnng robot. 5. Smulatons Our smulatons were conducted over a set of artfcal shapes, colors and objects of nterest. Fgure 6 dsplays the set of artfcal shapes used for learnng. Nne color labels were defned consstng of red, yellow, orange, lght blue, dark blue, green, pnk, purple, and black. Color samples were collected from the palette n MS wndows accordng to humans perceptual judgments. 4 vrtual objects were defned, each of whch conssted of to 4 combnatons of the predefned colors and shapes (each combnaton corresponds to a possble vew of the vrtual object). Overall a total of 63 (4 shapes, 9 colors, 4 objects) scene labels were defned. Fgure 6. Artfcal shapes used n smulatons T The learnng process was smulated as follows. A vrtual object, along wth a vrtual vew, was selected randomly one at a tme. Accordng to the vew hypothetcally observed, the system ssued randomly one of the 63 concept labels that correctly descrbed the current scene. For example, f a scene contans a red square, the canddate labels are red, square, and the name of the correspondng vrtual object. To make the learnng more close to real, the observed color and shape features were perturbed at each observaton. For colors, the perturbaton was to add Gaussan nose to the RGB values of a regstered color. For shapes, a perturbng affne transform defned as x τ + ε = ε 2 x + α (5) y ε 3 τ + ε 4 y β was used, where (α, β) s a par of random shftng factors; τ s a random scalar between.5 and 2, and ε k are small random perturbng values. The learnng performance was evaluated n terms of scene label recalls. Specfcally, the agent was presented wth an arbtrary vew of an arbtrary object and was asked to retreve all of the learned scene labels that best descrbe the current scene. Fgure 7 dsplays the recalls wth a varyng sze of tranng examples wth and wthout usng the global nference (GI) engne. The statstcs were collected over ndependent runs, each of whch conssted of 5 random testng vews. The resultant curves show clearly the contrbuton of the global nference engne, wth whch the label recalls were sgnfcantly boosted. Recall rates Scene Label Recalls number of tranng samples Fgure 7. Recalls of scene label retrevals 5.2 Implementaton on a Real Robot w/o GI w/ GI We have used the proposed method to teach a real robot to learn labels of colors (COLOR), shapes (SHAPE), and the names of the objects of nterest (OBJECT). Fgure 8 dsplays the set of objects used n the experments. Each object conssts of one or more colors. The shape of an object may change from dfferent perspectves. Durng the tranng, the teacher pcked an object to show the robot and meanwhle assgned a relevant label (usng the keyboard) accordng to the judgment of the teacher. AAAI-5 / 966

6 Fgure 8. The set of objects used n learnng The testng phase was smlar to that n the smulaton, n whch a total of 22 labels (6 colors, 3 shapes, and 3 objects) were covered. Table compares the recalls after 4 tranng examples (data were collected n addtonal 4 testng examples). Encouragngly, the proposed method receved a qute satsfactory recall after a small perod of tranng. An example of tranng and testng s gven n Fgure 9, n whch (a) dsplays the scenaro that the agent receved a label red when a red ball was presented n tranng. In testng (fgure ), the agent successfully retreved all of the labels,.e., blue, can, and Peps, that were related to the scene contanng a Peps can. Learnng mode W/ GI W/O GI Recalls 86.5% 65.2% Table. Recalls n real robot learnng n 4 testng examples. Label receved: red Retreval: blue, can, Peps (a) Fgure 9. Example of tranng (a) and testng 6. Concluson and Future Work The objectve of ths research s to explore a new world n vson study,.e., learnng the semantcs of scene labels by an agent. The learnng task s formulated n a way of assocatve memory where the am s to dscover the assocatons between scene labels and relevant vsual features. The capablty of semantc-level scene concept learnng s crucal for ntellgent human-computer nteracton. A generc model for semantc scene concept learnng s proposed n ths study, based on whch a small-szed concept learnng system was developed usng a two-level Bayesan nference network. Whle the assumpton and setup of our prelmnary study were to some extent artfcal and smple, the expermental result has dsplayed the effectveness of the proposed approach n catchng the semantcs of scene labels by an agent. Based on our prelmnary work, the future research wll be carred out n the followng two drectons:. Develop an ntegrated learnng approach for generalpurpose scene concept understandng. So far, the agent s able to learn scene labels that come from several fxed categores whose doman knowledge,.e., the format of feature JPDFs, s known. Although the proposed learnng method s expansble, t s more desrable to have an agent be able to learn adaptvely and autonomously. 2. Explore rcher vsual features. Our current study s focused on statc attrbutve features such as colors and shapes. Ths restrcton mposes lmts on many sceneunderstandng tasks. As another focus n future study, we wll nvestgate rcher scene features, ncludng both spatal and temporal vsual patterns, to address more comprehensve semantcs of a natural scene. References Belonge, S., Malk, J., and Puzcha, J., 22. Shape Matchng and Object Recognton Usng Shape Context. PAMI. Duda, R., Hart, P., and Stork, D., 2. Pattern Classfcaton. 2ed, John Wley & Sons, Duygulu, P., Barnard, K., Fretas, N., and Forsyth, D., 22. Object recognton as machne translaton: Learnng a lexcon for a fxed mage vocabulary. 7 th ECCV Faugerous, O, 983. Fundamentals n Computer Vson. Cambrdge Unversty Press. Gornak, P., and Roy, D., 24. Grounded Semantc Composton for Vsual Scenes, Journal of Artfcal Intellgence Research, 2: Hall, E., 979. Computer Image Processng and Recognton. Academc Press. Hu, M., 962. Vsual pattern recognton by moment nvarents. IRE Transactons on Informaton Theory 8: Mehtre, B., Kankanhall, M., and Lee, W., 997. Shape Measures for Content Based Image Retreval: A Comparson. Informaton Processng & Management 33(3): Mel, B., 997. SEEMORE: Combnng Color, Shape, and Texture Hstogrammng n a Neurally-Inspred Approach to Vsual Object Recognton. Neural Computng 9(4): Mor, Y., Takahash, H., and Oka, R., 999. Image-to-word transformaton based on dvdng and vector quantzng mages wth words. st Int l Workshop on Multmeda Intellgent Storage and Retreval Management. Murase, H., and Nayar, S., 995. Vsual Learnng and Recognton of 3-D Objects from Appearance. Internatonal Journal of Computer Vson 4(): Pearl, J., 988. Probablstc Reasonng n Intellgent Systems: Networks of Plausble Inference. Morgan Kaufmann Press. Scassellat, B., Alexopoulos, S., and Flckner, M., 994, Retrevng mages by 2D shape: a comparson of computaton methods wth human perceptual judgments. Proc. of Spe - the Int l socety for Optcal Engneerng, (285): 2-4. Selnger, A., and Nelson, R., 999. A Perceptual Groupng Herarchy for Appearance-based 3D Object Recognton. Computer Vson and Image Understandng. 76(): AAAI-5 / 967

Classifying Acoustic Transient Signals Using Artificial Intelligence

Classifying Acoustic Transient Signals Using Artificial Intelligence Classfyng Acoustc Transent Sgnals Usng Artfcal Intellgence Steve Sutton, Unversty of North Carolna At Wlmngton (suttons@charter.net) Greg Huff, Unversty of North Carolna At Wlmngton (jgh7476@uncwl.edu)

More information

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

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

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

A 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

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

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

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

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

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

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

More information

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

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

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

An Image Fusion Approach Based on Segmentation Region

An Image Fusion Approach Based on Segmentation Region Rong Wang, L-Qun Gao, Shu Yang, Yu-Hua Cha, and Yan-Chun Lu An Image Fuson Approach Based On Segmentaton Regon An Image Fuson Approach Based on Segmentaton Regon Rong Wang, L-Qun Gao, Shu Yang 3, Yu-Hua

More information

A 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

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

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

A Background Subtraction for a Vision-based User Interface *

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

More information

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

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

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

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

More information

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

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

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

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

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

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

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

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

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

Fusion Performance Model for Distributed Tracking and Classification

Fusion Performance Model for Distributed Tracking and Classification Fuson Performance Model for Dstrbuted rackng and Classfcaton K.C. Chang and Yng Song Dept. of SEOR, School of I&E George Mason Unversty FAIRFAX, VA kchang@gmu.edu Martn Lggns Verdan Systems Dvson, Inc.

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

Unsupervised Learning and Clustering

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

More information

Multiple Frame Motion Inference Using Belief Propagation

Multiple Frame Motion Inference Using Belief Propagation Multple Frame Moton Inference Usng Belef Propagaton Jang Gao Janbo Sh The Robotcs Insttute Department of Computer and Informaton Scence Carnege Mellon Unversty Unversty of Pennsylvana Pttsburgh, PA 53

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

Collaboratively Regularized Nearest Points for Set Based Recognition

Collaboratively Regularized Nearest Points for Set Based Recognition Academc Center for Computng and Meda Studes, Kyoto Unversty Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu, Mchhko Mnoh, Masayuk Mukunok Kyoto Unversty 9/1/013 BMVC 013 @ Brstol,

More information

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

1. Introduction. Abstract

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

More information

EXTENDED BIC CRITERION FOR MODEL SELECTION

EXTENDED BIC CRITERION FOR MODEL SELECTION IDIAP RESEARCH REPORT EXTEDED BIC CRITERIO FOR ODEL SELECTIO Itshak Lapdot Andrew orrs IDIAP-RR-0-4 Dalle olle Insttute for Perceptual Artfcal Intellgence P.O.Box 59 artgny Valas Swtzerland phone +4 7

More information

Adaptive Transfer Learning

Adaptive Transfer Learning Adaptve Transfer Learnng Bn Cao, Snno Jaln Pan, Yu Zhang, Dt-Yan Yeung, Qang Yang Hong Kong Unversty of Scence and Technology Clear Water Bay, Kowloon, Hong Kong {caobn,snnopan,zhangyu,dyyeung,qyang}@cse.ust.hk

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

Color Image Segmentation Using Multispectral Random Field Texture Model & Color Content Features

Color Image Segmentation Using Multispectral Random Field Texture Model & Color Content Features Color Image Segmentaton Usng Multspectral Random Feld Texture Model & Color Content Features Orlando J. Hernandez E-mal: hernande@tcnj.edu Department Electrcal & Computer Engneerng, The College of New

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

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

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Lecture 5: Multilayer Perceptrons

Lecture 5: Multilayer Perceptrons Lecture 5: Multlayer Perceptrons Roger Grosse 1 Introducton So far, we ve only talked about lnear models: lnear regresson and lnear bnary classfers. We noted that there are functons that can t be represented

More information

Comparison Study of Textural Descriptors for Training Neural Network Classifiers

Comparison Study of Textural Descriptors for Training Neural Network Classifiers Comparson Study of Textural Descrptors for Tranng Neural Network Classfers G.D. MAGOULAS (1) S.A. KARKANIS (1) D.A. KARRAS () and M.N. VRAHATIS (3) (1) Department of Informatcs Unversty of Athens GR-157.84

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

3D vector computer graphics

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

More information

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

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

More information

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

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

More information

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

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

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

Applying EM Algorithm for Segmentation of Textured Images

Applying EM Algorithm for Segmentation of Textured Images Proceedngs of the World Congress on Engneerng 2007 Vol I Applyng EM Algorthm for Segmentaton of Textured Images Dr. K Revathy, Dept. of Computer Scence, Unversty of Kerala, Inda Roshn V. S., ER&DCI Insttute

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng, Natonal Unversty of Sngapore {shva, phanquyt, tancl }@comp.nus.edu.sg

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm Proceedngs of the 5th WSEAS Int. Conf. on Sgnal Processng, Robotcs and Automaton, Madrd, Span, February 5-7, 6 (pp4-45) Invarant Shape Obect Recognton Usng B-Splne, Cardnal Splne, and Genetc Algorthm PISIT

More information

A Gradient Difference based Technique for Video Text Detection

A Gradient Difference based Technique for Video Text Detection 2009 10th Internatonal Conference on Document Analyss and Recognton A Gradent Dfference based Technque for Vdeo Text Detecton Palaahnakote Shvakumara, Trung Quy Phan and Chew Lm Tan School of Computng,

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

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

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

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

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

Image Alignment CSC 767

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

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification

Fast Sparse Gaussian Processes Learning for Man-Made Structure Classification Fast Sparse Gaussan Processes Learnng for Man-Made Structure Classfcaton Hang Zhou Insttute for Vson Systems Engneerng, Dept Elec. & Comp. Syst. Eng. PO Box 35, Monash Unversty, Clayton, VIC 3800, Australa

More information

Reducing Frame Rate for Object Tracking

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

More information

PERFORMANCE EVALUATION FOR SCENE MATCHING ALGORITHMS BY SVM

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

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

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

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

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

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap Int. Journal of Math. Analyss, Vol. 8, 4, no. 5, 7-7 HIKARI Ltd, www.m-hkar.com http://dx.do.org/.988/jma.4.494 Emprcal Dstrbutons of Parameter Estmates n Bnary Logstc Regresson Usng Bootstrap Anwar Ftranto*

More information

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

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

More information

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

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

Active 3D scene segmentation and detection of unknown objects

Active 3D scene segmentation and detection of unknown objects Actve 3D scene segmentaton and detecton of unknown objects Mårten Björkman and Danca Kragc Abstract We present an actve vson system for segmentaton of vsual scenes based on ntegraton of several cues. The

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

Learning a Class-Specific Dictionary for Facial Expression Recognition

Learning a Class-Specific Dictionary for Facial Expression Recognition BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 4 Sofa 016 Prnt ISSN: 1311-970; Onlne ISSN: 1314-4081 DOI: 10.1515/cat-016-0067 Learnng a Class-Specfc Dctonary for

More information

Improved SIFT-Features Matching for Object Recognition

Improved SIFT-Features Matching for Object Recognition Improved SIFT-Features Matchng for Obect Recognton Fara Alhwarn, Chao Wang, Danela Rstć-Durrant, Axel Gräser Insttute of Automaton, Unversty of Bremen, FB / NW Otto-Hahn-Allee D-8359 Bremen Emals: {alhwarn,wang,rstc,ag}@at.un-bremen.de

More information

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole Appled Mathematcs, 04, 5, 37-3 Publshed Onlne May 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.584 The Research of Ellpse Parameter Fttng Algorthm of Ultrasonc Imagng Loggng

More information

IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH

IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH IMAGE MATCHING WITH SIFT FEATURES A PROBABILISTIC APPROACH Jyot Joglekar a, *, Shrsh S. Gedam b a CSRE, IIT Bombay, Doctoral Student, Mumba, Inda jyotj@tb.ac.n b Centre of Studes n Resources Engneerng,

More information

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN

MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS XUNYU PAN MOTION PANORAMA CONSTRUCTION FROM STREAMING VIDEO FOR POWER- CONSTRAINED MOBILE MULTIMEDIA ENVIRONMENTS by XUNYU PAN (Under the Drecton of Suchendra M. Bhandarkar) ABSTRACT In modern tmes, more and more

More information

Backpropagation: In Search of Performance Parameters

Backpropagation: In Search of Performance Parameters Bacpropagaton: In Search of Performance Parameters ANIL KUMAR ENUMULAPALLY, LINGGUO BU, and KHOSROW KAIKHAH, Ph.D. Computer Scence Department Texas State Unversty-San Marcos San Marcos, TX-78666 USA ae049@txstate.edu,

More information

Investigating the Performance of Naïve- Bayes Classifiers and K- Nearest Neighbor Classifiers

Investigating the Performance of Naïve- Bayes Classifiers and K- Nearest Neighbor Classifiers Journal of Convergence Informaton Technology Volume 5, Number 2, Aprl 2010 Investgatng the Performance of Naïve- Bayes Classfers and K- Nearest Neghbor Classfers Mohammed J. Islam *, Q. M. Jonathan Wu,

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

User Authentication Based On Behavioral Mouse Dynamics Biometrics User Authentcaton Based On Behavoral Mouse Dynamcs Bometrcs Chee-Hyung Yoon Danel Donghyun Km Department of Computer Scence Department of Computer Scence Stanford Unversty Stanford Unversty Stanford, CA

More information

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images

A B-Snake Model Using Statistical and Geometric Information - Applications to Medical Images A B-Snake Model Usng Statstcal and Geometrc Informaton - Applcatons to Medcal Images Yue Wang, Eam Khwang Teoh and Dnggang Shen 2 School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty

More information

Cell Count Method on a Network with SANET

Cell Count Method on a Network with SANET CSIS Dscusson Paper No.59 Cell Count Method on a Network wth SANET Atsuyuk Okabe* and Shno Shode** Center for Spatal Informaton Scence, Unversty of Tokyo 7-3-1, Hongo, Bunkyo-ku, Tokyo 113-8656, Japan

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

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

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

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

More information

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

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

More information

CSCI 5417 Information Retrieval Systems Jim Martin!

CSCI 5417 Information Retrieval Systems Jim Martin! CSCI 5417 Informaton Retreval Systems Jm Martn! Lecture 11 9/29/2011 Today 9/29 Classfcaton Naïve Bayes classfcaton Ungram LM 1 Where we are... Bascs of ad hoc retreval Indexng Term weghtng/scorng Cosne

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

A NOTE ON FUZZY CLOSURE OF A FUZZY SET

A NOTE ON FUZZY CLOSURE OF A FUZZY SET (JPMNT) Journal of Process Management New Technologes, Internatonal A NOTE ON FUZZY CLOSURE OF A FUZZY SET Bhmraj Basumatary Department of Mathematcal Scences, Bodoland Unversty, Kokrajhar, Assam, Inda,

More information