Feature Extraction for Collaborative Filtering: A Genetic Programming Approach

Size: px
Start display at page:

Download "Feature Extraction for Collaborative Filtering: A Genetic Programming Approach"

Transcription

1 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe Featue xtacton fo Collaboatve Flteng: A Genetc Pogammng Appoach Deepa Anand Depatment of Compute Scence Chst Unvesty Bangaloe Kanataka Inda Abstact Collaboatve flteng systems offe customzed ecommendatons to uses by explotng the nteelatonshps between uses and tems. Uses ae assessed fo the smlaty n tastes and tems pefeed by smla uses ae offeed as ecommendatons. Howeve scalablty and scacty of data ae the two majo bottlenecks to effectve ecommendatons. Wth web based RS typcally havng uses n ode of mllons tmely ecommendatons pose a majo challenge. Spasty of atngs data also affects the qualty of suggestons. To allevate these poblems we popose a genetc pogammng appoach to featue extacton by employng GP to convet fom use-tem space to use-featue pefeence space whee the featue space s much smalle than the tem space. The advantage of ths appoach les n the educton of spase hgh dmensonal pefeence nfomaton nto a compact and dense low dmensonal pefeence data. The featues ae constucted usng GP and the ndvduals ae evolved to geneate the most dscmnatve set of featues. We compae ou appoach to content based featue extacton appoach and demonstate the effectveness of the GP appoach n geneatng the optmal featue set. Keywods: Recommende Systems Collaboatve Flteng Genetc Pogammng Featue xtacton. Intoducton Recommende systems (RS) [8][] tackle the poblem of dscoveng nteestng and novel tems fom a hgh dmensonal tem space taloed to a use s tastes and pefeences. They can be categozed accodng to the type of nfomaton employed to ave at ecommendatons. Fo example content based ecommendes match potental tems fo the content smlaty wth the tems pefeed by the use n the past. Collaboatve Flteng systems[] on the othe hand leveage use affnty based on hstocal atng data to pedct the use pefeence fo vaous tems. The desablty of each tem fo a use s detemned based on ts appeal n the use s neghbohood whch compses of the set of uses whose taste match closely wth the cuent use. Collaboatve flteng systems ae futhe categozed nto memoy based and model based algothms [7]. Model based algothms use machne leanng technques to buld use models fom the avalable atngs data offlne and use the bult model onlne to offe ecommendatons. Memoy based algothms on the othe hand follow the lazy evaluaton stategy and pefom all computatons at the tme that the tems need to be ecommended. The pepocessng step used by model based algothms make them moe scalable than the memoy based countepats but they suffe fom the nablty to ncopoate the up to date atngs nfomaton. Thee have been attempts to fuse both memoy based and model based methods. Fo example [] and [5] popose to buld a condensed use pofle by leveagng on content based nfomaton of tems whch s used fo assessng smlaty between uses. K-Neaest neghbo appoach s then used to fnd the pedcted scoe fo actve uses. A majo ssue wth CF algothms s the hgh dmensonalty of featue space. The smlaty between a pa of uses s gauged by compang the pofles. The use pofle n a CF system conssts of the atngs by the use fo the dffeent tems. Snce the numbe of tems may be n ode of mllons the use pofle s lage and consequently the compason of use pofles fo smlaty estmaton mght eque tme. The use pofles n addton to beng lage ae also vey spase. The numbe of tems ated by uses s a small facton of the numbe of tems avalable n the system. Ths mples that the ovelap n atngs whle compang use pofles s small and thus may hampe ecommendaton qualty. Seveal solutons to the spasty have been poposed n the past such as employng tanstvty of smlaty to ncease smla use base [5] o usng addtonal nfomaton n the fom of tust [4] tags etc to estmate smlaty between uses not havng a lage tem ovelap. A soluton to both the ssues of spasty and hgh dmensonalty s to condense the use pofle nto a smalle dmensonal dense featue space. Methods have been poposed to condense the atngs space nto featue space by utlzng the content nfomaton assocated wth tems [][5]. We popose a genetc pogammng appoach to constuctng a compact use pofle usng the avalable Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

2 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe atng data. ach of the constucted featues s a functon of atngs fo a subset of tems fom the avalable tems. The featues ae evolved tll an optmal subset of featues wth a good dscmnatve capacty s acheved. The GP method scoes ove the content based featue extacton technques snce they ae not hndeed by unavalablty of content nfomaton n cetan domans. Moeove they may be able to captue latent featues whch may not be descbed by the content based featues. Addtonally the evolutonay appoach evaluates the goodness of the new featues as a goup. Ths s mpotant snce t s possble that content-based o newly constucted featues ae effectve n matchng smla uses ndvdually but ae not effectve as a goup. Moeove thee may be nteactons/ntedependences between these featues whch may detemne the effcacy of the featue set. Fo e.g. n the move doman whee moves may be descbed by the gene to whch they belong thee may be stong coelaton between pefeence fo omance gene and comedy gene. A good featue extacton scheme would account fo such nteactons by fo nstance consdeng only one of the coelated featues whle dscadng the othe. The poposed appoach evaluates a set of constucted featues as a whole and thus s expected to take cae of these ntedependences. The est of the pape s oganzed as follows: Secton dscusses elated wok. The poposed GP appoach s outlned n Secton 3 whle Secton 4 detals the expemental evaluaton. Secton 5 pesents the conclusons and ponts some dectons fo futue wok.. Related Wok. Genetc Pogammng Genetc Pogammng s a elatvely ecent technology whch has been demonstated as a vesatle tool fo Automatc Pogam Geneaton n a vaety of applcatons[[6]. GP belongs to a set of atfcal ntellgence poblem-solvng technques based on the pncples of bologcal nhetance and evoluton. ach potental soluton s called an ndvdual (.e. a chomosome) n a populaton. GP woks teatvely applyng genetc tansfomatons such as cossove and mutaton to a populaton of ndvduals to ceate moe dvese and bette pefomng ndvduals n subsequent geneatons [7]. ach membe n a populaton s assessed fo ts qualty by usng a ftness functon. The pogams evolved by GP ae geneally epesented as a tee. Moeove the sze of the dffeent chomosomes n the populaton may vay. Because of ts ntnsc paallel seach mechansm and poweful global exploaton capablty n a hgh-dmensonal space GP has been used to solve a wde ange of had optmzaton poblems that oftentmes have no known optmum solutons [7]. An nteestng applcaton of GP s n the aea of weathe foecastng whee the evapoaton loss s pedcted as a functon of vaous clmatc condtons [9].In the ecent past GP based technques have been hanessed n the aea of nfomaton and mage eteval. Fo example [] popose methods to constuct optmal classfes fo nfomaton eteval puposes. A GP based method to evolve mage smlaty measues fom exstng featues has been poposed by Toes et al. [7]. In the aea of ecommende systems [3] poposes a method to fnd optmum smlaty measues among uses whee the optmalty of a smlaty functon s detemned by the pedcton eo that t poduces.. Collaboatve Flteng Collaboatve flteng (CF) systems ae nsped by eal lfe decson makng pocess wheen we gathe opnons about nexpeenced stuatons/tems fom ou acquantances and fends and make an nfomed decson. The pedcton usng CF s pefomed n vaous stages. The uses ae fst assessed fo the smlaty wth othe uses. The pedcted scoe fo an tem by a use(actve use) s then pefomed by aggegatng the atngs of othe smla uses fo the patcula tem. The tems may then be aanged accodng to the pedcted scoe to be pesented to the use. CF systems tadtonally use Peason Coelaton Coeffcent to assess use smlaty. The smlaty computaton s pefomed usng the fomula; sm( x y) S S ( ( x x )( ) x x y S ( ) y y ) whee S s the set of tems whch uses x and y have co-ated and x s the mean atng fo use x. Vecto smlaty (VS) [7] on the othe hand s defned as ; sm( x y) S S x y x S y ffectve smlaty measues play a key ole n the ecommendaton pocess. Howeve as dscussed n the pevous secton the scacty of atngs data mples that fo seveal use pas the smlaty cannot be estmated at all o even f they can be they ae based on a vey small subset of common atngs and thus the elablty s a y () () Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

3 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe suspect. A vaety of solutons have been poposed to the spasty poblem. Addtonal nfomaton n the fom content detals of tems [] tust nfomaton [4] and tags assgned to vaous tems by vaous uses have been employed n the past fo enhancng the qualty of ecommendatons. Tanstvty of smlaty [5] has also been exploed n the past to enhance the use to use lnks. Most of the poposed methods howeve exclusvely addess the spasty ssue. The hgh dmensonalty of tem space hndes the ablty to offe tmely ecommendatons. Dmensonalty educton technques such as SVD [6] has been employed n the past to educe the use-tem space and offe tmely suggestons. Othe methods employ content based nfomaton to educe the tem space.[7] poposes to use tem content nfomaton to estmate the use s lkng fo each tem featue nstead of hs pefeence fo vaous tems. Snce the numbe of featues s a much smalle quantty than the numbe of tems the use pefeences can be expessed n a much compact fom. Moeove the pefeence fo tem featues would be dense snce f the use has expessed hs pefeence fo even a sngle tem wth the featue we would be able to estmate hs degee of lkng fo the featue. Anothe such method[] poposes estmatng use pefeence fo vaous move genes by utlzng hs pefeence fo vaous moves. A use who has vewed seveal moves of the gene Comedy fo example and ated them hghly wll have a hgh degee of pefeence fo Comedy. Snce the numbe of genes s a small quantty the use-tem pefeence space s educed nto use-gene pefeence space whch geatly educes the dmenson n addton to makng the matx dense. Ths matx s then utlzed to assess the smlaty between uses. Fo the fnal pedcton howeve the ognal atng matx s used. Ths method hence s able to combne the advantages of model based method (fast smlaty computaton) wth the benefts of memoy based algothms (usng up to date atng nfomaton fo atng pedcton). The dsadvantage of the above mentoned methods s that they ely on the avalablty of tem content nfomaton. Hence they ae not applcable fo domans n whch content nfomaton s non-exstent. We popose a method employng Genetc Pogammng to constuct a compact set of dscmnatve dmensons whch captue the latent featues n the data. The poposed method n addton to not elyng on avalable content nfomaton s also able to stoe the leant featues usng a constant space. 3. Genetc Pogammng based Featue xtacton (GPF) We popose to buld featues as a functon of tem atngs. Consde a system wth n uses U={u u un} and a set of m tems I = { 3 m}. Let the numbe of featues that an tem can contan be k F= {f f fk}. Let R be the atng matx and hence has dmensons nxm and C be the mxk matx such that Cj = f th tem contans jth featue. Usng genetc pogammng we exploe means to convet the nxm use-tem atng matx nto a nxk use-featue pefeence matx. Ths can be done n geneal by expessng the degee of lkng of a featue f by any use as a functon of pefeence of the same use f f f fo a subset of tems... l.e. f f f C( u f ) ( R( u ) R( u )... R( u l )) Ths s llustated though an example below. xample: Fg.(a) shows a use-tem atngs matx. Assume that the system s awae of the content based featues of the vaous tems as n Fg. (b) whch contans an enty fo a tem featue pa f the tem contans the featue. Then the use pefeence( say fo use ) fo each featue (say Featue ) can be estmated by examnng the atng confeed by use upon tems 3 and 4 snce these tems contan the featue. In ths patcula example the Fg (c) contans the featue pefeence fo each use whee the pefeence fo a featue s computed by summng the atngs of the use fo all tems contanng that featue.e. C( u Featue) R( u ) R( u 3) R( u 4)) C( u Featue) R( u ) R( u 5) Domans havng content based descpton of tems can utlze ths nfomaton to constuct a compact use pofle but fo domans not contanng ths nfomaton such an appoach s not possble. ven n the absence of content nfomaton t s possble that thee s a stong coelaton n the patten of atngs fo a set of tems snce they may belong to a common categoy. Usng genetc pogammng we thus endeavo to lean a set of functons whch map atngs fo subsets of tems to ndvdual featues. The next few sectons detal the chomosome epesentaton and the genetc opeatos used. Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

4 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe I I I3 I4 I5 U U U3 4 3 U U5 3 (a) I I I3 I4 I5 F F (b) F F U 0 4 U 3 5 U3 5 4 U4 6 4 U5 5 (c) Fg. (a) The use-tem atng matx. (b) The tem-featue matx. An enty of means that the featue s pesent n the coespondng tem (c) The constucted use-featue pefeence matx. 3. Chomosome Repesentaton The functon mappng the atngs fo a subset of tems nto a featue pefeence degee can be epesented as an expesson tee. g. Featue n xample can be epesented as shown n Fg.. Usng a combnaton of Genetc Pogammng and volutonay algothms a set of such featues each epesented by an expesson tee s evolved. An ndvdual I n the populaton thus s a set of xpesson tees I={.. x} whee x s the numbe of featues. The ntal populaton s chosen by andomly choosng the numbe of featues and geneatng the expesson tees coespondng to each featue. The leaf node n each expesson tee s ethe the atng fo an tem o a constant wheeas the ntenal nodes contan opeatos( ).The leaf nodes contan an tem atng. The lmt on the numbe of featues s fxed n the nteval [3 50]. 3. Genetc Opeatos New chomosomes n the populaton ae ceated by employng the genetcs-nsped opeatos of cossove and mutaton. Whle cossove facltates exchange of meanngful nfomaton among two paent tees and helps convegence to an optmal soluton mutaton helps n mantanng genetc dvesty n the populaton and avods beng tapped n local maxma/mnma. The pocess teates fo seveal geneatons tll a stoppng ctea s met [3]. Cossove The cossove opeato ae appled at two levels: Featue level and tee level. Consde two chomosomes C { x } C { and x }. The cossove at the featue level nvolves ntechangng a set of featues between the chomosome. A one pont cossove s followed wheen cossove ponts a and a ae chosen fom C and C espectvely. The new chomosomes geneated though ths type of cossove wll be C' { a a a y } and C' { a a a x }. The othe type of cossove nvolves choosng a featue (epesented by the expesson tee) each fom the chomosomes and pefoms a cossove of the expesson tees. Fgue 3 shows one such cossove. the of the two types of cossoves s pefomed wth the pobablty of choosng the methods beng equal. Mutaton One featue fom the chomosome chosen fo mutaton s alteed n two possble ways. the the featue s completely eplaced by a new featue(new expesson tee). The altenatve s to alte the tee coespondng to the featue chosen by eplacng a subtee by anothe. the of the two foms of mutaton s pefomed wth equal pobablty. Ftness Functon ach ndvdual n the populaton s assessed fo ts qualty usng a scoe known as the ftness value. The qualty of a chomosome s assgned based on ts ablty to solve the poblem at hand adequately. In the case of GPF the ftness of a chomosome s dven by the qualty of pedctons obtaned though t. To estmate the ftness of ndvduals n the populaton the atng data s dvded nto thee pats tanng set T valdaton set V and the test set T. The atngs n T ae teated as tems aleady ated by the use and s utlzed fo neghbohood constucton and atngs pedcton. The valdaton set on the othe hand s utlzed fo the leanng the optmal set of featues. The test set s used to evaluate the qualty of the leant featues and fo compason wth othe methods. Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

5 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe Step 3: stmate the smlaty matx sm(nxn) between all pas of uses. We use vecto smlaty q. to compute the smlaty. Step 4: Compute pedctons by usng the tanng matx T and the smlaty sm computed n step 3 usng Resnck s pedcton fomula[3] Fg : The featue constucton tee fo F sm * ( ) j j k j j N( ) p k sm j j N( ) It s to be noted that the unnng the genetc pogammng algothm to detemne the optmal featue set takes up a lot of computatonal esouces and s tme consumng but t s to be noted the optmal featue constucton pocess shall be pefomed as an offlne pocess whle the constucted featue set wll be used onlne fo pedctons. 4. xpemental valuaton Fg 3: Tee level Cossove The ftness fo an ndvdual s estmated by applyng the featue tansfomatons on the tanng matx (T) to get use-featue pefeence matx. Ths matx n tun s used to compute use smlates. The computed smlates ae used to pedct the atngs usng q. fo the set of atngs n V. The pedcton eo s then obtaned as the mean absolute dffeence between the pedcted and the actual atngs and s gven by ftness ( I) V ' V whee s the pedcted atng usng ndvdual I and s the actual atng n the valdaton set. GPF based Recommendaton Famewok Below we outlne the poposed appoach to ecommendatons based on GPF Step : Apply GP based on T and V to deve an optmal featue set C. Step : Apply the leant functons n C to the atngs n T to deve a use-featue pefeence matx. I We demonstate the effectveness of the GPF appoach by contastng the ecommendaton accuacy wth content based featue constucton technque as outlned n [7] and tadtonal measues of smlaty specfcally PCC [3] and VS[7]. MoveLens s a move atng dataset whch contans atngs gven to 68 moves by 943 uses. MoveLens also contans content nfomaton tems n the fom of genes that a move belongs to. Thee ae 8 genes that a move can belong to such as Romance Comedy Mystey etc. Snce we ae poposng a system fo move pedcton we follow the appoach outlned n [7] fo devng the nteest of a use n vaous featues (genes). Howeve we do not apply SVD snce the method s used fo ankng tems athe than pedcton. We hencefoth efe to ths method by Content based Featue xtacton (CBF). The appoaches ae compaed va the Mean Absolute o on T whch s defned as; T MA pk k T k (3) whee T s the numbe of atngs n the test dataset. p k s the pedcted atng fo the kth atng n the test set and k s the actual atng The atngs dataset s pepocessed to flte out uses who have ated less than sx tems. Snce spasty s one of the majo challenges facng CF algothms we study the effect of vaous levels of spasty n the data on the pefomance of the vaous algothms. To do ths we Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

6 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe MA R0 R30 R50 R70 R90 Confguatons PCC VS GPF CBF Fg 5. Compason of PCC VS GPF and CBF wth espect to MA on vayng spasty levels dvde the dataset nto tanng set valdaton set and test set. Fo each use we set asde two andom atngs each nto the valdaton set and test set espectvely. The est of the atngs belong to the tanng set. To ntoduce spasty we andomly emove R % of atngs fom the tanng set. We vay the R among the values n the set { } to get fve confguatons R0 R30 R50 R70 R90 espectvely. The numbe of neaest neghbos K s set to 0. Fo the GP the populaton sze s set to 0. The numbe of teatons s set to 5. The accuacy of the vaous methods unde vayng spasty levels s shown n Fg. 4. As s clea fom the fgue the poposed appoach (GPF) outpefoms all the othe methods unde all spasty levels. Wth ncease n the spasty levels the MA of all methods ncease whch s as expected. Among the dffeent methods CBF method outpefoms the tadtonal methods of estmatng smlaty. VS based smlaty measue pefoms the wost among all the methods. Fg. 4 shows the evoluton of the ftness along the vaous teatons. As seen fom the fgue ntally the decease n the MA s apd along the fst few teatons (wth the excepton of teaton 0 when the eo nceases). Towads the last fve teatons the decease s vey mno. Such expements wee pefomed wth othe confguatons. Though n some confguatons the numbe of optmal numbe of teatons s moe than ffteen we fx the numbe to ffteen snce we wsh to balance the qualty of ecommendatons wth the amount of tme taken to detemne the optmal featue map. 5. Conclusons and Futue Wok The am of the poposed wok s to tackle the poblem of hgh dmensonalty and spasty typcal to RS data. To ths end we popose a genetc pogammng based featue extacton technque to tansfom the use-tem pefeence space nto a condensed and dense use-featue pefeence space. The tansfomaton functons so constucted can model any lnea o non-lnea functon. The poposed appoach s able to combne the advantages of both memoy-based and model-based technques snce the condensed use pofle s employed fo use smlaty computaton wheeas the ognal tanng matx s used fo the atng pedcton. In addton to not elyng on content nfomaton to gude the featue constucton pocess the poposed technque also bases the evoluton of the featues as a set by thus enablng measuement of ndvdual goodness of featue as well as accountng fo nteactons theen. xpemental compasons demonstate the enhanced ecommendatons poduced by the poposed GP based appoach as compaed to content based featue constucton technques as well as tadtonal CF methods. In the futue we plan to study the effect of tweakng the ftness functon by accountng fo the coveage obtaned as well as othe measues such as dvesty []. We also plan to evaluate the appoach on moe vaed domans wth lage datasets. Domans whch eque good suggestons fo vaous uses wthout the Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

7 IJCSI Intenatonal Jounal of Compute Scence Issues Vol. 9 Issue 5 No Septembe actual pedcted atngs utlze measuement based on classfcaton accuacy. The GP based method could be evaluated on ts effectveness n achevng hgh classfcaton accuacy. We also plan to employ othe appoaches nsped by genetcs such swam optmzaton and ant colony optmzaton technques[0] and popose to compae the vaous leanng technques n tems of the featue extacton abltes. Refeences [] A. A. Name and B. B. Name Book Ttle Place: Pess Yea. [] A. Name and B. Name "Jounal Pape Ttle" Jounal Name Vol. X No. X Yea pp. xxx-xxx. [3] A. Name "Dssetaton Ttle" M.S.(o Ph.D.) thess Depatment Unvesty Cty County Yea. [4] A. A. Name "Confeence Pape Ttle" n Confeence Name Yea Vol. x pp. xxx-xxx. [] G. Adomavcus and A.Tuzhln Towad the Next Geneaton of Recommende Systems: A Suvey of the Stateof-the-At and Possble xtensons I Tans. on Knowl. and Data n. Vol. 7 No pp [] M.Y.H. Al-Sham and K.K. Bhaadwaj Fuzzy-Genetc Appoach to Recommende System Based on a Novel Hybd Use Model xpet Systems wth Applcatons lseve Vol. 35 No pp [3] D. Anand and K.K. Bhaadwaj Adaptve use smlaty measues fo ecommende systems: A genetc pogammng appoach In: Poceedngs 3d I ntenatonal confeence on Compute Scence and Infomaton Technology I Chna 00 pp.-5. [4] D. Anand and K.K. Bhaadwaj. Punng Tust-Dstust netwok va Relablty and Rsk stmates fo Qualty Recommendatons Socal Netwok Analyss and Mnng Spnge 0 [5] D. Anand and K.K. Bhaadwaj xplong Gaph Based Global Smlaty stmates fo Qualty Recommendatons Intenatonal Jounal of Computatonal Scence and ngneeng Indescence(Accepted fo publcaton) [6] D. Bllsus and M. Pazzan Leanng collaboatve nfomaton fltes In Intenatonal Confeence on Machne Leanng Mogan Kaufmann Publshes 998. [7] J.S. Beese D. Heckeman aned C. Kade mpcal Analyss of Pedctve Algothms fo Collaboatve Flteng. In Poceedngs of the fouteenth annual confeence on uncetanty n atfcal ntellgence. Mogan Kaufmann 998 pp [8] R. Buke Hybd Recommende Systems: Suvey and xpements Use Modelng and Use-Adapted Inteacton Vol. 00 pp [9] K.S. KasvswanathanR. Soundhaa R. Pandan S. Saavanan A. Agawal Genetc pogammng appoach on evapoaton losses and ts effect on clmate change fo Vapa Basn Intenatonal Jounal of Compute Scence Issues Vol. 8 Issue 5 No Septembe 0. [0] S. Nad M.H. Saaee M.D. Jaz A. Baghe FARS: Fuzzy Ant based Recommende System fo Web Uses Intenatonal Jounal of Compute Scence Issues Vol. 8 Issue Januay 0 [] U. Nanjan R.B.V. Subamanyam V. Khanaa An ffcent System Based On Closed Sequental Pattens fo Web Recommendatons Intenatonal Jounal of Compute Scence Issues Vol. 7 Issue 3 No 4 May 00 [] N. Oen Reexamnng tf.df based nfomaton eteval wth Genetc Pogammng In Poceedngs of Annual confeence of the South Afcan Insttute of Compute Scentsts and Infomaton Technologsts South Afcan Insttute fo Compute Scentsts and Infomaton Technologsts 00 pp.4-34 [3] P. Resnck N. Iacovou M. Suchak P. Begstom and J. Redl Gouplens An open achtectue fo collaboatve flteng of netnews In Poceedngs of ACM CSCW 94 confeence on compute-suppoted coopeatve wok 994 pp [4] B.M. Sawa G. Kayps J.A. Konstan J.T. Redl Applcaton of Dmensonalty Reducton n Recommende System -- A Case Study In Poceedngs of the ACM WebKDD Wokshop 000 [5] P. Symeonds. Content-based Dmensonalty Reducton fo Recommende Systems In Poceedngs of the 3st Annual Confeence of the Gesellschaft fü Klassfkaton 007 pp [6] W.A. Tackett Genetc Pogammng fo Featue Dscovey and Image Dscmnaton In Intenatonal Confeence on Genetc Algothms 993. [7] R.S. Toes A.X. Falcão B. Zhang W. Fan.A. Fox M.A. Gonçalves and P. Calado A new famewok to combne descptos fo content-based mage eteval In Poceedngs of 4th ACM ntenatonal confeence on Infomaton and knowledge management ACM 005 pp Deepa Anand fnshed he M.Tech n Compute Scence fom Jawahalal Nehu Unvesty(JNU) n Delh n 009 and he PhD n Compute Scence fom JNU n 0. She s cuently wokng as an Assstant Pofesso n the Depatment of Compute Scence Chst Unvesty. She has publshed papes n ntenatonal jounals and confeences. He aea of nteest s n Machne Leanng and Computatonal Web Intellgence. Copyght (c) 0 Intenatonal Jounal of Compute Scence Issues. All Rghts Reseved.

A Bayesian Approach toward Active Learning for Collaborative Filtering

A Bayesian Approach toward Active Learning for Collaborative Filtering A Bayesan Appoach towad Actve Leanng fo Collaboatve Flteng Rong Jn Depatment of Compute Scence and Engneeng Mchgan State Unvesty ong@cse.cmu.edu Abstact Collaboatve flteng s a useful technque fo eplotng

More information

Soochow University: Description and Analysis of the Chinese Word Sense Induction System for CLP2010

Soochow University: Description and Analysis of the Chinese Word Sense Induction System for CLP2010 Soochow Unvesty: Descpton and Analyss of the Chnese Wod Sense Inducton System fo CLP2010 Hua Xu Bng Lu Longhua Qan Guodong Zhou Natual Language Pocessng Lab School of Compute Scence and Technology Soochow

More information

FUZZY ARTMAP AND NEURAL NETWORK APPROACH TO ONLINE PROCESSING OF INPUTS WITH MISSING VALUES

FUZZY ARTMAP AND NEURAL NETWORK APPROACH TO ONLINE PROCESSING OF INPUTS WITH MISSING VALUES FUZZY ARTMAP AD EURAL ETWORK APPROACH TO OLIE PROCESSIG OF IPUTS WITH MISSIG VALUES F.V. elwamondo* and T. Mawala* * School of Electcal and Infomaton Engneeng, Unvesty of the Wtwatesand, Johannesbug, Pvate

More information

Recognizing Facial Expressions Based on Gabor Filter Selection

Recognizing Facial Expressions Based on Gabor Filter Selection Recognzng Facal Expessons Based on Gabo Flte Selecton Zang Zhang, Xaomn Mu, Le Gao School of Infomaton Engneeng Zhengzhou Unvest Zhengzhou, Chna Abstact Recognton of human emotonal state s an mpotant component

More information

Hadoop based Feature Selection and Decision Making Models on Big Data

Hadoop based Feature Selection and Decision Making Models on Big Data Indan Jounal of Scence and Technology, Vol 9(0), DOI: 0.7485/jst/206/v90/88905, Mach 206 ISSN (Pnt) : 0974-6846 ISSN (Onlne) : 0974-5645 Hadoop based Featue Selecton and Decson Makng Models on Bg Data

More information

Supervised and Unsupervised Text Classification via Generic Summarization

Supervised and Unsupervised Text Classification via Generic Summarization Intenatonal Jounal of Compute Infomaton Systems and Industal Management Applcatons. ISSN 50-7988 Volume 5 (03) pp. 509-55 MIR Labs, www.mlabs.net/jcsm/ndex.html Supevsed and Unsupevsed Text Classfcaton

More information

Volumetric Textures. Esteban W. Gonzalez Clua 1 Marcelo Dreux 2

Volumetric Textures. Esteban W. Gonzalez Clua 1 Marcelo Dreux 2 Volumetc Textues Esteban W. Gonzalez Clua 1 Macelo Deux 2 1 PUC-Ro - Depatment of Compute Scence Rua Maquês de São Vcente, 255, 22443-900, Ro de Janeo, RJ, Bazl esteban @nf.puc-o.b 2 PUC-RIO Mechancal

More information

SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS

SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS ARPN Jounal of Engneeng and Appled Scences 2006-20 Asan Reseach Publshng Netwok (ARPN). All ghts eseved. SOFT COMPUTING OPTIMIZATION TECHNIQUES FOR SOLAR PHOTOVOLTAIC ARRAYS Ramapabha R. and Mathu B. L.

More information

Journal of Engineering Science and Technology Review 7 (1) (2014) Research of Anti-Noise Image Salient Region Extraction Method

Journal of Engineering Science and Technology Review 7 (1) (2014) Research of Anti-Noise Image Salient Region Extraction Method Jest Jounal of Engneeng Scence and echnology Revew 7 () (04) 43 47 JOURNAL OF Engneeng Scence and echnology Revew www.jest.og Reseach of Ant-Nose Image Salent Regon Extacton Method Bng XU,*, Shy XIE and

More information

One-Dimensional Linear Local Prototypes for Effective Selection of Neuro-Fuzzy Sugeno Model Initial Structure

One-Dimensional Linear Local Prototypes for Effective Selection of Neuro-Fuzzy Sugeno Model Initial Structure One-Dmensonal Lnea Local Pototypes fo Effectve Selecton of euo-fuzzy Sugeno Model Intal Stuctue Jace Kabzńs Insttute of Automatc Contol, Techncal Unvesty of Lodz, Stefanowsego 8/22, 90 924 Lodz, Poland,

More information

An Object Based Auto Annotation Image Retrieval System

An Object Based Auto Annotation Image Retrieval System Poceedngs of the 5th WSEAS Intenatonal Confeence on Telecommuncatons and Infomatcs, Istanbul, Tukey, May 27-29, 2006 (pp509-54) An Obect Based Auto Annotaton Image Reteval System Pe-Cheng Cheng, Been-Chan

More information

arxiv: v1 [math.co] 21 Jan 2016

arxiv: v1 [math.co] 21 Jan 2016 PROOF OF BIJECTION FOR COMBINATORIAL NUMBER SYSTEM axv:60.05794v [math.co] Jan 06 ABU BAKAR SIDDIQUE, SAADIA FARID, AND MUHAMMAD TAHIR Abstact. Combnatoal numbe system epesents a non-negatve natual numbes

More information

Planar Curve Representation and Matching

Planar Curve Representation and Matching Plana Cuve Repesentaton and Matchng Mahe Al-Khayat and Fahad Kamanga Compute Scence and Engneeng Depatment Unvesty of Texas at Alngton Alngton, Texas 7609, USA [al-khay kamanga]@cse.uta.edu Abstact In

More information

Improved Methods on PCA Based Human Face Recognition for Distorted Images

Improved Methods on PCA Based Human Face Recognition for Distorted Images Poceedngs of the Intenatonal MultConfeence of Engnees and Compute Scentsts 016 Vol I,, Mach 16-18, 016, Hong Kong Impoved Methods on PCA Based Human Face Recognton fo Dstoted Images Buce Poon, M. Ashaful

More information

A SAS Macro for Finding Optimal k-means Clustering in One Dimension with Size Constraints

A SAS Macro for Finding Optimal k-means Clustering in One Dimension with Size Constraints Pape SD-02 A SAS Maco fo Fndng Optmal k-means Clusteng n One Dmenson wth Sze Constants Fengao Hu, Geoga Regents Unvesty; Robet E. Johnson, Vandeblt Unvesty ABSTRACT Wang and Song (2011) poposed a k-means

More information

Dynamic Optimization of Structures Subjected to Earthquake

Dynamic Optimization of Structures Subjected to Earthquake IACSIT Intenatonal Jounal of Engneeng and Technology, Vol. 8, No. 4, August 06 Dynamc Optmzaton of Stuctues Subjected to Eathquake Aleza Lavae and Aleza Lohasb Abstact To educe the oveall tme of stuctual

More information

Fault Tolerant Routing For Wireless Sensor Grid Networks

Fault Tolerant Routing For Wireless Sensor Grid Networks Fault oleant Routng Fo Weless Senso Gd etwoks Xn-ng Huang, Jng Deng 2, Jng a and Zeyu Wu Depatment of Electcal Engneeng 2 Depatment of Compute Scence Unvesty of ew Oleans, ew Oleans, A 7048, USA Abstact

More information

Constructing Service Semantic Link Network Based on the Probabilistic Graphical Model

Constructing Service Semantic Link Network Based on the Probabilistic Graphical Model Intenatonal Jounal of omputatonal Intellgence ystems, Vol. 5, No. 6 (Novembe, 2012), 1040-1051 onstuctng evce emantc Lnk Netwok Based on the Pobablstc Gaphcal odel ANPING ZHAO * ollege of ompute and Infomaton

More information

Effectiveness evaluation of electronic warfare command and control system based on grey AHP method

Effectiveness evaluation of electronic warfare command and control system based on grey AHP method Avalable onlne www.jocp.com Jounal of hemcal and Phamaceutcal Reseach, 014, 6(7):535-54 Reseach Atcle ISSN : 0975-7384 ODEN(USA) : JPR5 Effectveness evaluaton of electonc wafae command and contol system

More information

Fuzzy clustering ensemble based on mutual information

Fuzzy clustering ensemble based on mutual information Poceedngs of the 6th WSEAS Intenatonal Confeence on Smulaton, Modellng and Optmzaton, Lsbon, Potugal, Septembe 22-24, 26 476 Fuzz clusteng ensemble based on mutual nfomaton YAN GAO SHIWEN GU LIMING XIA

More information

Robust Proper Clustering Structure Fuzzy Modeling for Function Approximation

Robust Proper Clustering Structure Fuzzy Modeling for Function Approximation Robust Pope lusteng Stuctue Fuzzy Modelng fo Functon Appoxmaton hh-hng Hsao Depatment of Electcal Engneeng Kao Yuan Unvesty Kaohsung ounty,tawan RO hsao@ooneentustedutw Shun-Feng Su Depatment of Electcal

More information

Risk assessment research for power transformer based on fuzzy synthetic evaluation

Risk assessment research for power transformer based on fuzzy synthetic evaluation Avalable onlne www.jocp.com Jounal of Chemcal and Phamaceutcal Reseach, 23, 5(2):62-68 Reseach Atcle ISSN : 975-7384 CODEN(USA) : JCPRC5 Rsk assessment eseach fo powe tansfome based on fuzzy synthetc evaluaton

More information

Weighted Piecewise LDA for Solving the Small Sample Size Problem in Face Verification

Weighted Piecewise LDA for Solving the Small Sample Size Problem in Face Verification TNN05-P485 Weghted Pecewse LDA fo Solvng the Small Sample Sze Poblem n Face Vefcaton Maos Kypeountas, Anastasos Tefas, Membe, IEEE, and Ioanns Ptas, Seno Membe, IEEE Abstact A novel algothm that can be

More information

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components A Neual Netwok Model fo Stong and Reteving 2D Images of Rotated 3D Object Using Pncipal Components Tsukasa AMANO, Shuichi KUROGI, Ayako EGUCHI, Takeshi NISHIDA, Yasuhio FUCHIKAWA Depatment of Contol Engineeng,

More information

Recognition of Shapes for Object Retrieval in Image Databases by Discrete Curve Evolution and Two Consecutive Primitive Edges

Recognition of Shapes for Object Retrieval in Image Databases by Discrete Curve Evolution and Two Consecutive Primitive Edges Poceedngs of the Intenatonal MultConfeence of Engnees and Compute Scentsts 009 Vol I IMECS 009 Mach 8-0 009 Hong Kong Recognton of Shapes fo Object Reteval n Image Databases by Dscete Cuve Evoluton and

More information

Fuzzy Membership Function Based on Structural Information of Data Fang-Zhi ZHU a, Hui-Ru WANG b, Zhi-Jian ZHOU c,*

Fuzzy Membership Function Based on Structural Information of Data Fang-Zhi ZHU a, Hui-Ru WANG b, Zhi-Jian ZHOU c,* 06 Intenatona Confeence on Sevce Scence, Technoogy and Engneeng (SSTE 06 ISBN: 978--60595-35-9 Fuzzy Membeshp Functon Based on Stuctua Infomaton of Data Fang-Zh ZHU a, Hu-Ru WANG b, Zh-Jan ZHOU c,* Coege

More information

Enhance the Alignment Accuracy of Active Shape Models Using Elastic Graph Matching

Enhance the Alignment Accuracy of Active Shape Models Using Elastic Graph Matching Enhance the Algnment Accuacy of Actve Shape Models Usng Elastc Gaph Matchng Sanqang Zhao 1,, Wen Gao, Shguang Shan, Baoca Yn 1 1) Multmeda and Intellgent Softwae Technology Lab, Beng Unvesty of Technology,

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

A QoS Scheme for a Congestion Core Network Based on Dissimilar QoS Structures in Smart-Phone Environments

A QoS Scheme for a Congestion Core Network Based on Dissimilar QoS Structures in Smart-Phone Environments Sensos 2010, 10, 10006-10013; do:10.3390/s101110006 OPEN ACCESS sensos ISSN 1424-8220 www.mdp.com/jounal/sensos Atcle A QoS Scheme fo a Congeston Coe Netwok Based on Dssmla QoS Stuctues n Smat-Phone Envonments

More information

Performance Evaluation of Neighborhood Signature Techniques for Peer-to-Peer Search

Performance Evaluation of Neighborhood Signature Techniques for Peer-to-Peer Search Pefomance Evaluaton of Neghbohood gnatue Technques fo Pee-to-Pee each e L Wang-Chen Lee * Anand vasubamanam Depatment of Compute cence and Engneeng Pennsylvana tate Unvesty Unvesty Pak, PA 16802, UA E-al:

More information

Dual Tree Complex Wavelet Transform for Face Recognition Using PCA Algorithm

Dual Tree Complex Wavelet Transform for Face Recognition Using PCA Algorithm B.Dhamenda,INDIA / Intenatonal Jounal of Reseach and Computatonal echnology, Vol.5 Issue.4 ISSN: 0975-5662, Dec, 2013 www.jct.og Dual ee Complex Wavelet ansfom fo Face Recognton Usng PCA Algothm Dhamenda

More information

Adjusting the Contact Surface of Forming Tools in Order to Compensate for Elastic Deformations during the Process

Adjusting the Contact Surface of Forming Tools in Order to Compensate for Elastic Deformations during the Process Adjustng the Contact Suface of Fomng Tools n Ode to Compensate fo Elastc Defomatons dung the Pocess Knut Goßmann, Hajo Weme, Andè Hadtmann, Las Pente, Sebastan Kechenbaue Insttute fo Machne Tools and Contol

More information

QFSRD:OrthogenesisEvolutionBasedGeneticAlgorithmforQosFitnessScopeawareRouteDiscoveryinAd Hoc Networks

QFSRD:OrthogenesisEvolutionBasedGeneticAlgorithmforQosFitnessScopeawareRouteDiscoveryinAd Hoc Networks Global Jounal of Compute Scence and Technology: E Netwo, Web & Secuty Volume 5 Issue 3 Veson.0 Yea 205 Type: Double Blnd Pee Revewed Intenatonal Reseach Jounal Publshe: Global Jounals Inc. (USA) Onlne

More information

Research on Fast Reconstruction of Virtual Plant Leaves

Research on Fast Reconstruction of Virtual Plant Leaves Reseach on Fast Reconstucton of Vtual Plant Leaves Fang Ku Lu-Mng Shen 2 College of Infomaton Scence and Technology Hunan Agcultual Unvesty, Changsha, Chna fk@hunau.net Jng Song 2 College of Scence Hunan

More information

An Optimization Procedure In A Production Line Of Sokat Soap Industry, Ikotun, Lagos State. Adamawa State, Nigeria.

An Optimization Procedure In A Production Line Of Sokat Soap Industry, Ikotun, Lagos State. Adamawa State, Nigeria. An Optmzaton Pocedue In A Poducton Lne Of Sokat Soap Industy, Ikotun, Lagos State. 1 O.S. Balogun, 2 A.A. Olatun and 3 A.A. Momoh 1 Depatment of Statstcs and Opeatons Reseach, Modbbo Adama Unvesty of Technology,

More information

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

FUNDAMENTALS OF RADIOMETRY

FUNDAMENTALS OF RADIOMETRY 1 FUNDAMENTALS OF RADIOMETRY Lectue 5 Radomety 2 Quanttatve measuement of the popetes of EM adaton nteacton wth matte o emsson fom t Radomety deals wth total EM adaton We extend the concept of adans n

More information

COVERAGE BASED DENSITY ESTIMATION STRATEGY FOR VANET

COVERAGE BASED DENSITY ESTIMATION STRATEGY FOR VANET Intenatonal Jounal of Advanced Compute Technology (IJACT) ISSN:319-7900 COVERAGE BASED DENSITY ESTIMATION STRATEGY FOR VANET Chun-Chh Lo, Depatment of Compute Scence and Infomaton Engneeng, Natonal Cheng

More information

AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING

AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING Intenatonal Achves of Photogammety, Remote Sensng and Spatal Infomaton Scences, Vol. XXXVIII, Pat 5 AN EXPLICIT GROWTH MODEL OF THE STEREO REGION GROWING ALGORITHM FOR PARALLEL PROCESSING Dongoe Shn*,

More information

DATA DIMENSIONALITY REDUCTION METHODS FOR ORDINAL DATA

DATA DIMENSIONALITY REDUCTION METHODS FOR ORDINAL DATA DATA DIMENIONALITY REDUCTION METHOD FOR ORDINAL DATA Matn Pokop Hana Řezanková Abstact Fom questonnae suvey we fequently get data, the values ae expessed n odnal (e.g. Lket) scale. The questonnae contans

More information

An Energy-Aware QoS Routing Protocol for Wireless Sensor Networks

An Energy-Aware QoS Routing Protocol for Wireless Sensor Networks An Enegy-Awae QoS Routng Potocol fo Weless Senso Netwoks Kemal Akkaya and Mohamed Youns Depatment of Compute Scence and Electcal Engneeng Unvesty of Mayland, Baltmoe County Baltmoe, MD 225 kemal youns@cs.umbc.edu

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We ae IntechOpen, the wold s leadng publshe of Open Access books Bult by scentsts, fo scentsts 3,900 116,000 10 Open access books avalable Intenatonal authos and edtos Downloads Ou authos ae among the

More information

Vol. 4, No. 6 June 2013 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 4, No. 6 June 2013 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Vol 4, No 6 June 03 ISSN 079-8407 Jounal Emegng Tends n Computng and Infomaton Scences 009-03 CIS Jounal All ghts eseved http://wwwcsjounalog Optmal Powe Dstbuton System Placement to Install the RTU wth

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

ARTICULATED MOTION ANALYSIS FROM MOTION CAPTURE DATA

ARTICULATED MOTION ANALYSIS FROM MOTION CAPTURE DATA ARICULAED MOION ANALYSIS FROM MOION CAPURE DAA J. Fayad, A. Del Bue and P. M. Q. Agua 3. ABSRAC We pesent computatonal methods to extact and model dffeent onts of a genec subect, n an automatc way. he

More information

Multi-Objective Optimization Using LS-OPT

Multi-Objective Optimization Using LS-OPT 6. LS-DYNA Anwendefoum, fankenthal 007 Optmeung Mult-Objectve Optmzaton Usng LS-OPT Tusha Goel, Nelen Stande Lvemoe Softwae Technology Copoaton, Lvemoe, CA, USA Summay: Most engneeng optmzaton poblems

More information

3D Head Tracking Based on Recognition and Interpolation Using a Time-Of- Flight Depth Sensor

3D Head Tracking Based on Recognition and Interpolation Using a Time-Of- Flight Depth Sensor 3D Head Tacng Based on Recognton and Intepolaton Usng a Tme-Of- Flght Depth Senso Salh Bua Götü 1 and Calo Tomas 1,2 1 Canesta Inc., 2 Due Unvesty bgotu@canesta.co tomas@cs.due.edu Abstact Ths pape descbes

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

Comparing performance of SRAMT-LE vs other layered encoding schemes regarding TCP friendliness

Comparing performance of SRAMT-LE vs other layered encoding schemes regarding TCP friendliness Compang pefomance of SRAMT-LE vs othe layeed encodng schemes egadng TCP fendlness Chstos Bouas, Apostolos Gkamas Reseach Academc Compute Technology Insttute, 61 Rga Feaou St, GR-26221 Patas, Geece Compute

More information

Manuscript Draft. Title: Lattice Boltzmann Model for Fast Level Set Algorithm Using the Multiple Kernel Fuzzy C-Means

Manuscript Draft. Title: Lattice Boltzmann Model for Fast Level Set Algorithm Using the Multiple Kernel Fuzzy C-Means Undestandng Compute Vson and Image Manuscpt Daft Manuscpt Numbe: CVIU-12-298 Ttle: Lattce Boltzmann Model fo Fast Level Set Algothm Usng the Multple Kenel Fuzzy C-Means Atcle Type: Regula Pape Keywods:

More information

Effective Missing Data Prediction for Collaborative Filtering

Effective Missing Data Prediction for Collaborative Filtering Effective Missing Data Pediction fo Collaboative Filteing Hao Ma, Iwin King and Michael R. Lyu Dept. of Compute Science and Engineeing The Chinese Univesity of Hong Kong Shatin, N.T., Hong Kong { hma,

More information

Interactive NURBS Tutorial in Virtual Reality

Interactive NURBS Tutorial in Virtual Reality Inteacte NURBS Ttoal n Vtal Realty Eng 477 Poect Fa Octobe 10 2006 Edmond Nadle enadle@mch.ed 734 913-6970 Eng 477 Poect Fa Octobe 10 2006 Eng 477 Poect Fa Octobe 10 2006 NURBS Ces and Sfaces = Non-Unfom

More information

Real Time Face Recognition Using Polynomial Regression and Sub-region Color Component Distribution

Real Time Face Recognition Using Polynomial Regression and Sub-region Color Component Distribution Real Tme Face Recognton Usng Polynomal Regesson and Sub-egon Colo Component Dstbuton Manshanka Mondal, Md. Almas Hossan, Md. Matu Rahman, Kamul Hasan Talukde* Compute Scence and Engneeng Dscplne Khulna

More information

Detection and Recognition of Alert Traffic Signs

Detection and Recognition of Alert Traffic Signs Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives

More information

Multi-View Data Visualization Based Big Data Analysis Using Clustering Similarity Measure

Multi-View Data Visualization Based Big Data Analysis Using Clustering Similarity Measure Mult-Vew Data Vsualzaton Based Bg Data Analyss Usng Clusteng Smlaty Measue Snvasa Rao Madala #1, V N Rajavaman #2, T.Venkata Satya Vvek #3 1,3 Reseach scholos, Depatment of Compute Scence & Engneeng, D

More information

E.g., movie recommendation

E.g., movie recommendation Recommende Systems Road Map Intodction Content-based ecommendation Collaboative filteing based ecommendation K-neaest neighbo Association les Matix factoization 2 Intodction Recommende systems ae widely

More information

Outlier Detection in 3D Coordinate Transformation with Fuzzy Logic

Outlier Detection in 3D Coordinate Transformation with Fuzzy Logic Acta Montanstca Slovaca Ročník 7 (22), číslo, -8 Outle Detecton n 3D Coodnate ansfomaton wth Fuzzy Logc Yasemn Ssman, Aslan Dlave 2 and Sebahattn Bektas Coodnate measuements nevtably contan outles that

More information

COMPARISON OF DIMENSIONALITY REDUCTION METHODS APPLIED TO ORDINAL DATA

COMPARISON OF DIMENSIONALITY REDUCTION METHODS APPLIED TO ORDINAL DATA The 7 th Intenatonal Days of tatstcs and Economcs, Pague, eptembe 19-21, 2013 COMPARION OF DIMENIONALITY REDUCTION METHOD APPLIED TO ORDINAL DATA Matn Pokop Hana Řezanková Abstact The pape deals wth the

More information

Efficient VLSI Implementation of Modified Dual Tree Discrete Wavelet Transform Based on Lifting Scheme

Efficient VLSI Implementation of Modified Dual Tree Discrete Wavelet Transform Based on Lifting Scheme Austalan Jounal of Basc and Appled Scences, 9(7) August 05, Pages: 58-66 ISSN:99-878 Austalan Jounal of Basc and Appled Scences Jounal home page: www.ajbasweb.com Effcent VLSI Implementaton of Modfed Dual

More information

A Recommender System for Online Personalization in the WUM Applications

A Recommender System for Online Personalization in the WUM Applications A Recommende System fo Online Pesonalization in the WUM Applications Mehdad Jalali 1, Nowati Mustapha 2, Ali Mamat 2, Md. Nasi B Sulaiman 2 Abstact foeseeing of use futue movements and intentions based

More information

An Extension to the Local Binary Patterns for Image Retrieval

An Extension to the Local Binary Patterns for Image Retrieval , pp.81-85 http://x.oi.og/10.14257/astl.2014.45.16 An Extension to the Local Binay Pattens fo Image Retieval Zhize Wu, Yu Xia, Shouhong Wan School of Compute Science an Technology, Univesity of Science

More information

A Method for Privacy Preserving Mining of Association Rules based. on Web Usage Mining

A Method for Privacy Preserving Mining of Association Rules based. on Web Usage Mining 200 Intenatonal onfeence on Web Infomaton Systems and Mnng A Method fo Pvacy Pesevng Mnng of Assocaton Rules based on Web Usage Mnng Wang Yan Le Jajn Huang Dongme Gloous Sun School of Busness and Management

More information

A New Regularized Orthogonal Local Fisher Discriminant Analysis for Image Feature Extraction

A New Regularized Orthogonal Local Fisher Discriminant Analysis for Image Feature Extraction ZHONGFENG WANG et al: A NEW REGULARIZED ORHOGONAL LOCAL FISHER DISCRIMINAN A Ne Regulazed Othogonal Local Fshe Dscmnant Analyss fo Image Featue Extacton Zhongfeng WANG, Zhan WANG 2 dept. name of oganzaton,

More information

Some Image Processing Algorithms on a RAP with Wider Bus Networks

Some Image Processing Algorithms on a RAP with Wider Bus Networks Some Image Pocessng Algothms on a RAP wth Wde Bus Netwoks Shung-Shng Lee, Sh-Jnn Hong, Hong-Ren Tsa and Yu-Hua Lee Natonal Tawan Insttute of Technology Depatment of Electcal Engneeng 4, Secton 4, Kee-Lung

More information

Statistical Bayesian Learning for Automatic Arabic Text Categorization

Statistical Bayesian Learning for Automatic Arabic Text Categorization Jounal of Compute Scence 7 (): 39-45, 20 ISSN 549-3636 20 Scence Publcatons Statstcal Baesan Leanng fo Automatc Aabc Text Categozaton Bassam Al-Salem and Mohd. Juzaddn Ab Azz Depatment of Compute Scence,

More information

Graph Cut-based Automatic Segmentation of Lung Nodules using Shape, Intensity, and Spatial Features

Graph Cut-based Automatic Segmentation of Lung Nodules using Shape, Intensity, and Spatial Features Second Intenatonal Wokshop on -103- Gaph Cut-based Automatc Segmentaton of Lung Nodules ung Shape, Intenty, and Spatal eatues Xujong Ye, Gaeth Beddoe and Geg Slabaugh Medcght PLC, London, UK Abstact. Ths

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

Collision Avoidance for Multiple Robots till Next Waypoints through Collision Free Polygons

Collision Avoidance for Multiple Robots till Next Waypoints through Collision Free Polygons Collson Avodance fo Multple Robots tll Next Wayponts though Collson Fee Polygons Satsh Peddu* K. Madhava Kshna* * Robotcs Reseach Cente, Intenatonal Insttute of Infomaton Technology, Hydeabad, Inda peddu@eseach.t.ac.n

More information

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters Optics and Photonics Jounal, 016, 6, 94-100 Published Online August 016 in SciRes. http://www.scip.og/jounal/opj http://dx.doi.og/10.436/opj.016.68b016 Fequency Domain Appoach fo Face Recognition Using

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

Rigid Body Segmentation and Shape Description from Dense Optical Flow Under Weak Perspective

Rigid Body Segmentation and Shape Description from Dense Optical Flow Under Weak Perspective , VOL. 19, NO. 2, FEBRUARY 1997 139 Rgd Body Segmentaton and Shape Descpton fom Dense Optcal Flow Unde Weak Pespectve Joseph Webe and Jtenda Malk Abstact We pesent an algothm fo dentfyng and tackng ndependently

More information

THE MODELLING OF INVOLUTE TEETH GENERATION, WITH THE RELATIVE GENERATING TRAJECTORIES METHOD

THE MODELLING OF INVOLUTE TEETH GENERATION, WITH THE RELATIVE GENERATING TRAJECTORIES METHOD THE MODELLING OF INVOLUTE TEETH GENERATION, WITH THE RELATIVE GENERATING TRAJECTORIES METHOD Vgl Gabel TEODOR 1, Ncuşo BAROIU 1, Flon SUSAC 1 and Ncolae OANCEA 1 ABSTRACT: The modellng of a cul of sufaces

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation A Minutiae-based Fingepint Matching Algoithm Using Phase Coelation Autho Chen, Weiping, Gao, Yongsheng Published 2007 Confeence Title Digital Image Computing: Techniques and Applications DOI https://doi.og/10.1109/dicta.2007.4426801

More information

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology,

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology, (IJCSIS) Intenational Jounal of Compute Science and Infomation Secuity, Efficient Candidacy Reduction Fo Fequent Patten Mining M.H Nadimi-Shahaki 1, Nowati Mustapha 2, Md Nasi B Sulaiman 2, Ali B Mamat

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information

ANN Models for Coplanar Strip Line Analysis and Synthesis

ANN Models for Coplanar Strip Line Analysis and Synthesis 200 IJCSNS Intenational Jounal of Compute Science and Netwok Secuity, VOL.8 No.10, Octobe 2008 Models fo Coplana Stip Line Analysis and J.Lakshmi Naayana D.K.Si Rama Kishna D.L.Patap Reddy Chalapathi Institute

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

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

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

Efficient End-to-End Communication Services for Mixed Criticality Avionics Systems

Efficient End-to-End Communication Services for Mixed Criticality Avionics Systems 214 IEEE 22nd Intenatonal Symposum of Qualty of Sevce (IWQoS) Effcent End-to-End Communcaton Sevces fo Mxed Ctcalty Avoncs Systems Yng Fang Yu Hua Xue Lu McGll Unvesty Huazhong Unv. of Sc. and Tech. McGll

More information

Advanced Algorithms for Location-Based Smart Mobile Augmented Reality Applications

Advanced Algorithms for Location-Based Smart Mobile Augmented Reality Applications Avalable onlne at www.scencedect.com Poceda Compute Scence 00 (2016) 000 000 www.elseve.com/locate/poceda The 13th Intenatonal Confeence on Moble Systems and Pevasve Computng (MobSPC 2016) Advanced Algothms

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

Cost of Stable Dimensioning in Optical Packet Ring with Uniform and Symmetric Traffic

Cost of Stable Dimensioning in Optical Packet Ring with Uniform and Symmetric Traffic Telfo Jounal, Vol. 5, No., 03. 43 ost of Stable Dmensonng n Optcal Packet Rng th Unfom and Symmetc Taffc Bogdan Ušćumlć, Veseln Gedć, Anne Gavey, Phlppe Gavey, Mchel Movan, and Peta Matavulj Abstact Optcal

More information

Guaranteeing Quality of Service to Peering Traffic

Guaranteeing Quality of Service to Peering Traffic Guaanteeng Qualty of Sevce to Peeng Taffc Ru Zhang-Shen Depatment of Electcal Engneeng Pnceton Unvesty Emal: z@pnceton.edu ck McKeown Compute Systems Laboatoy Stanfod Unvesty Emal: nckm@stanfod.edu Abstact

More information

NODAL AND LOOP ANALYSIS TECHNIQUES. Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSIS

NODAL AND LOOP ANALYSIS TECHNIQUES. Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSIS NODAL AND LOOP ANALYSS TECHNQUES LEANNG GOALS NODAL ANALYSS LOOP ANALYSS Develop systematic techniques to determine all the voltages and currents in a circuit NODE ANALYSS One of the systematic ways to

More information

An Information Maximization Model of Eye Movements

An Information Maximization Model of Eye Movements An Infomaton Maxmzaton Model of Eye Movements Laua Walke Rennnge, James Coughlan, Peet Veghese Smth-Kettlewell Eye Reseach Insttute {laua, coughlan, peet}@sk.og Jtenda Malk Unvesty of Calfona, Bekeley

More information

Performance Evaluation of WDM LAN s with Propagation Delay Constraint Analysis

Performance Evaluation of WDM LAN s with Propagation Delay Constraint Analysis Pefomance Evaluaton of WD AN s wth Popagaton Dela Constant Analss IOANNI E. POUNOURAKI Depatment of Electcal & Compute Engneeng Natonal echncal Unvest of Athens 57 73 Zogaphou, Athens GREECE Abstact: -In

More information

A LIGHT SCATTERING METHOD TO MEASURE REAL-TIME PARTICULATE EMISSIONS

A LIGHT SCATTERING METHOD TO MEASURE REAL-TIME PARTICULATE EMISSIONS A Lght Scatteng Method to Measue Real-tme Patculate Emssons Rose Gong & Keyn Wllams 6 th Austalasan Tanspot Reseach Foum Wellngton New Zealand -3 Octobe 003 A LIGHT SCATTERING METHOD TO MEASURE REAL-TIME

More information

NURBS Curve Shape Modification and Fairness Evaluation for Computer Aided Aesthetic Design

NURBS Curve Shape Modification and Fairness Evaluation for Computer Aided Aesthetic Design oceedngs of the 7th WSEAS Int. Conf. on Sgnal ocessng, Computatonal Geomet & Atfcal Vson, Athens, Geece, August 4-6, 7 38 NURBS Cuve Shape Modfcaton and Faness Evaluaton fo Compute Aded Aesthetc Desgn

More information

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples Multi-azimuth Pestack Time Migation fo Geneal Anisotopic, Weakly Heteogeneous Media - Field Data Examples S. Beaumont* (EOST/PGS) & W. Söllne (PGS) SUMMARY Multi-azimuth data acquisition has shown benefits

More information

Flood Runoff Simulation Using Grid-based Radar Rainfall and Vflo TM Model

Flood Runoff Simulation Using Grid-based Radar Rainfall and Vflo TM Model Flood Runoff Smulaton Usng Gd-based Rada Ranfall and Vflo TM Model HUI SEONG NOH 1, BYUNG SIK KIM 2, NA RAE KANG 3, HUNG SOO KIM 4 1 Dept. of Cvl Engneeng, Inha Unvesty, Incheon, Koea, heesung80@hanmal.net

More information

Fair NURBS Curve Generation using a Hand-drawn Sketch for Computer Aided Aesthetic Design

Fair NURBS Curve Generation using a Hand-drawn Sketch for Computer Aided Aesthetic Design Poceedngs of the 7th WSEAS Int. Conf. on Sgnal Pocessng, Computatonal Geomet & Atfcal Vson, Athens, Geece, August 24-26, 27 29 Fa NURBS Cuve Geneaton usng a Hand-dawn Sketch fo Compute Aded Aesthetc Desgn

More information

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks Effects of Model Complexity on Genealization Pefomance of Convolutional Neual Netwoks Tae-Jun Kim 1, Dongsu Zhang 2, and Joon Shik Kim 3 1 Seoul National Univesity, Seoul 151-742, Koea, E-mail: tjkim@bi.snu.ac.k

More information

Fast Inductance Extraction of Large VLSI Circuits

Fast Inductance Extraction of Large VLSI Circuits Fast Inductance Extacton of Lage VLSI Ccuts Hemant Mahawa mahawah@cs.tamu.edu Vvek San san@cs.tamu.edu Texas A&M Unvesty College Staton, TX 83 Wepng Sh wsh@cs.tamu.edu Abstact Accuate estmaton of sgnal

More information

Efficient protection of many-to-one. communications

Efficient protection of many-to-one. communications Efficient potection of many-to-one communications Miklós Molná, Alexande Guitton, Benad Cousin, and Raymond Maie Iisa, Campus de Beaulieu, 35 042 Rennes Cedex, Fance Abstact. The dependability of a netwok

More information

School of Computer Science. control algorithms for use in datagram networks. rates to alleviate the congestion. In the case

School of Computer Science. control algorithms for use in datagram networks. rates to alleviate the congestion. In the case WF 2 Q: Wost-case Fa Weghted Fa Queueng Jon C.R. Bennett FORE Systems Hu Zhang School of Compute Scence Canege Mellon Unvesty Abstact The Genealzed Pocesso Shang (GPS) dscplne s poven to have two desable

More information