Feature coding for image classification based on saliency detection and fuzzy reasoning and its application in elevator videos

Size: px
Start display at page:

Download "Feature coding for image classification based on saliency detection and fuzzy reasoning and its application in elevator videos"

Transcription

1 Feature codng for mage classfcaton based on salency detecton and fuzzy reasonng and ts applcaton n elevator vdeos Xao Lv *, Dngdong Zou, Le Zhang and Shangyuan Ja Chongqng specal equpment nspecton and research nsttute No.5 Furongyuan Road Northern New Chongqng PEOPLE S REPUBLIC OF CHINA lvxao87@6.com, cq_zdd@6.com, zl_86@63.com, @qq.com Abstract: - Feature codng s an fundamental step n bag-of-words based model for mage classfcaton and have drawn ncreasng attenton n recent works. However, there stll exts ambguty problem, and t s also senstveness to unusual features. To mprove the stablty and robustness, we ntroduce salency detecton and fuzzy reasonng rules to propose an novel codng scheme. In detal, salency maps generated by salency detecton are frst used to dvde each mage nto salent and non-salent regon, then a structured dctonary s obtaned by combng two separated codebooks n them. Secondly, fuzzy reasonng rules are ntroduced to choose the most salent and stable codewords to encode. Fnally, salency maps are ncorporated nto poolng operaton named salency based spatal poolng to ntroduce spatal nformaton. Experments on several datasets demonstrate our approach outperforms all other codng methods n mage classfcaton. Furthermore, we also apply t nto elevator vdeo event classfcaton, whch shows the potental applcaton n ntellgent elevator vdeo survellance, such as overload detecton, volence detecton, vdeo summarzaton. Key-Words: - Image classfcaton, feature codng, salency detecton, fuzzy reasonng, elevator vdeo event Introducton Automatc mage classfcaton s one of the most fundamental problems n computer vson and pattern recognton, whose am s to assgn one or more category labels to an mage. It has drawn ncreasng attenton from the researchers around the world due to ts wdespread prospects n a wde range of applcatons, e.g., mage retreval [, 36], vdeo retreval [], vdeo survellance [3], humancomputer nteracton [4], web content analyss [5], and bomedcal [6, 37]. There are many approaches proposed for mage classfcaton n the lteratures. Among them, the bag-of-words (BOW) model [7] and ts extensons [8] acheve the state-of-the-art performance n several famous databases, such as Caltech 0 [9], Scenes 5 [0], Caltech 56 [], and PASCAL VOC []. The BOW quantzes local descrptors nto dscrete vsual codewords and counts ther occurrence frequences n the entre mage. Then the resultng hstogram s used as the mage representaton. Fg. shows the general framework of the BOW model. It usually comprses of the followng common steps: () Feature extracton. It extracts mages local features by detectors or dense samplng and then calculates ther descrptors, such as Harrs detector [3], affne nvarant salent regon detector [4], SIFT (Scale-Invarant Feature Transform) [5] descrptor, HOG (Hstogram of Orented Gradent) [6] descrptor. () Codebook generaton. After obtaned local descrptors, a codebook s usually needed to represent them. It s typcally generated by clusterng (e.g., K-means [7]) over a subset of descrptors, whch s randomly sampled from all descrptors n database n real applcaton for computatonal effcency. (3) Feature codng and poolng. In ths step, each local descrptor frst actvates a number of codewords, and generate a codng vector. Then, all responses on each codeword are ntegrated nto one value by feature poolng. Varous codng and poolng strateges wll be descrbed n detal n Secton. The output of ths step s a vector whose length s equal to the sze of the codebook, namely the fnal mage representaton. (4) Classfcaton. Fnally, the mage representaton vectors are sent to a classfer, such as SVM (Support Vector Machne) [8-9] for classfcaton. Among these steps, feature codng and poolng s the fundamental component, whch wll greatly nfluences mage classfcaton n terms of both * Correspondng author. E-ISSN: Volume 3, 04

2 Feature Extracton Codebook Generaton Feature Codng and Poolng Classfcaton Butterfly Fg. The framework of the Bag-of-Words based model. accuracy and computaton cost [0]. Thus, t has drawn ncreasng attenton n recent works, and varous good strateges have been proposed n the lteratures. Hard assgnment (HA) [7-8] s the orgnal codng method n BOW, whch assgns descrptors to ust one codeword nearest to t. Although s smple, t yelds hgh quantzaton error. Then, soft assgnment (SA) [] s developed, wheren each descrptor s represented by all the codewords accordng to ther Eucldean dstances n Gaussan functon. To further mprove t, localzed soft assgnment codng (LSAC) [] was proposed by ntroducng localty constrant. Sparse codng (SC) [3] s another novel method to reduce quantzaton error, whch s realzed by reconstructng descrptors plus a sparse constrant to the codes. However, t s non-consstent and tme consumng. Then, localty-constraned lnear codng (LLC) [4] was proposed by ncorporatng localty constrant nto the obectve functon to encourage smlar descrptors have smlar codes. Whle Gao et al. [5] proposed Laplcan sparse codng (LSC) to preserve the consstence of codng. However, t s computatonally nfeasble. In order to meet the applcatons of large scale mage classfcaton, hgh dmensonal schemes have been proposed, such as Fsher kernel codng (FKC) [6] and super vector codng (SVC) [7]. It usually needs a large quantty of memory. Huang et al. [8] found that salency s one of the fundamental characterstcs of feature codng when combnng wth Max-poolng and then proposed salency-based codng (SaC), whch performs much better than classc assgnment schemes and more effcent than reconstructon based schemes. To mprove t, Wu et al. [9] further proposed group salent codng (GSC), wheren the latent structure nformaton of a codebook s explored by groupng neghborng codewords nto a group-code. Recently, a novel approach called local smlarty global codng (LSGC) [30] was proposed, whch uses the local smlartes between bases to obtan a nonlnear global smlarty measure between local descrptor and bases. From the above arguments, we can see that there are stll some lmtatons haven t been well solved n prevous works. We summarze t n Table. In ths paper, we propose a codng and poolng scheme wth low quantzaton, non-consstency, computatonal cost, ambguty, though ntroducng salency detecton and fuzzy reasonng rules, whch called fuzzy reasonng based salent codng (FRSC). In detal, salency detecton are used to generate salency maps whch are used to dvde mage nto salent and non-salent regon, and then combne two separated codebook clustered n them to produce a structured dctonary. Then, fuzzy reasonng rules are ntroduced to select the most salent and stable codewords to encode. By usng t, the underlyng manfold structure of descrptors can be well captured. Fnally, salency maps are used agan to locate the nterest obect, whch can be used to spatal poolng to ncorporate spatal nformaton. Thus, our new mproved BOW model can be obtaned by combng the above together. The remander of ths paper s organzed as follows. In Secton, we brefly analyze varous codng and poolng schemes. Secton 3 presents our codng and poolng approach. Then expermental results on the Caltech 0, Scenes 5, and UIUC Sport databases are provded n Secton 4. Fnally n Secton 5, conclusons are drawn, some future work and applcatons are dscussed. Related Work In ths secton, we brefly revew commonly used codng and poolng schemes. Let x (x R d ) be a d dmensonal descrptor, B d M = (b,b,,b M ) be a codebook wth M cluster centers, and u (u R d ) be the codng coeffcent vector of x, e.g., u be the response of x on codeword b. Hard assgnment codng: For a local descrptor x, only the closest codeword s used for codng, n whch Eucldean dstance s used., Ιf = argmn x b u, = =,, n () 0, others Soft assgnment codng: Each local descrptor s encoded by multple codewords usng the kernel functon of dstance between descrptors and codewords, such as Gaussan functon. exp( β x b ) u, = () m exp β x b k = ( k ) E-ISSN: Volume 3, 04

3 Table Comparson of prevous codng schemes. H: hgh, M: mddle, L: low. Quantzaton error Non-consstency Computatonal cost Ambguty HA[8] H L L H SA[] L L M H LSAC[] L L L H SC[3] L H H H LLC[4] L L L H LSC[5] L L H H FKC[6] L L H H SVC[7] L L H H SaC[8] H L L H GSC[9] L L L H LSGC[30] L L H H where β s the smoothng factor controllng the softness of the assgnment, and m [, n]. Localzed soft assgnment codng: It s an mproved verson of SA. Ther dfference s that SA encodes each descrptor across all the codewords whle LSAC confnes t to a local neghborhood around the coded descrptor. exp ( βdˆ ( x, b) ) u, = n exp ( ˆ βd( x, bl) ) (3) l= (, ), If Ν ( ) ˆ d x bl bl K x d( x, bl) =, others Sparse codng: It s a reconstructon based codng, whch use sparse constrant to allevate the quantzaton error. In detal, t represents a local descrptor by a lnear combnaton of a sparse set of bass vectors by solvng an l -norm regularzed approxmaton problem, whch can be solved by FS (Feature-sgn search algorthm) [3] and LD (Lagrange dual) [3]. = arg mn +λ u x Bu u (4) st.. u = where denotes the l -norm. Localty-constraned lnear codng: Further study [3] found that the localty constrant s more mportant than the sparse constrant. Thus, LLC was proposed by ntroducng the localty constrant, whch s obtaned by mnmzng the Eucldean dstance between each descrptor and codewords. u = arg mn x Bu + λ d u st.. u = (, ) dst x B d = exp σ (5) where dst(x, B) denotes the Eucldean dstance between x and b, σ s a parameter controllng the weghtng vector d. Furthermore, a smplfed and fast mplementaton was proposed to reduce the computaton cost. u = arg mn x Bu (6) st.. u = where B s K closest codewords to x. Salent codng: Its man dea s employng the dfference between the closest codeword and the other K- closest codewords to reflect salency. Thus, a local descrptor can be represented as: x b Ψ ( x, b ) = K x b k K k (7) Ψ ( xb, ),Ιf = arg mn ( x bl ) u ll, n, = 0, others [ b where, b,, b k ] s the K closest codewords to x. Group salency codng: Hard assgnment used n SaC s coarse for feature codng. Thus, group codng was ntroduced n GSC, whose man dea s calculatng the salency response of a group of codewords, and the response s fed back to all the codewords n the group, fnally, the maxmum of all responses are calculated accordng to dfferent group szes. k k Φ ( x), If b g( x, K) u, = 0, others (8) G+ k k Φ x = x b k+ t x b k ( ) ( ) t= E-ISSN: Volume 3, 04

4 Salency detecton Feature extracton on salent and nonsalent regons respectvely Classfcaton by lnear SVM Salency detecton based spatal poolng Fuzzy reasonng based salent codng Clusterng codebook on salent and nonsalent features respectvely Fg. The flowchart of the proposed method. where g(x, K) denotes the K closest codewords of x, G s the maxmum group sze. A poolng operaton s often needed to obtan an mage-level representaton when the codng responses of all local descrptors are calculated. Sum poolng: Average poolng: p p q = u (9) = q q =, = u (0) where q s the total number of local descrptors n an mage. Max poolng: p, = max u () The max poolng often gets better performance than sum and average poolng, such as n SC, LLC, SaC, GSC,LSAC. However, ts mechansm has not been fully studed n the lterature. 3 The Proposed Method The man components of the proposed approach s composed of three parts: salency detecton based structured codebook generaton, fuzzy reasonng based salent codng, and salency detecton based spatal poolng. The overvew of the proposed method s shown n Fg.. The detals of these three aspects are presented as follows. 3. Salency detecton based codebook generaton As we know, mages are usually corrupted by nose and there are often more than one obect n an mage wth dfferent shapes and occlusons, even n the same class. Thus, researchers dvde an mage nto, two tems whch called the correlated (or common) part and the specfc (or nosy) part respectvely. And the both parts are more robust and dscrmnatve for mage classfcaton because t captures complementary attrbutes n an mage. Inspred by these observatons, some low-rank based methods [3-33] are proposed. They use lowrank and spares technques to decompose local features of an mage or mages wthn each class nto a low-rank part and a sparse part, whch represent homogeneousness and dversty respectvely. However, they are tme consumng. In ths paper, we use salency map generated by salency detecton to decompose mages nto salent parts and non-salent parts. For computatonal effcency, we use effcent salency detecton method n [34]. Then, we extract SIFT descrptors n both parts and cluster by K-means to get two codebooks. Fnally, we combne them as a structured codebook to encode orgnal descrptors. Expermental results show that the structured dctonary has comparable representaton capablty wth low-rank based methods, whch are presented n Secton Fuzzy reasonng based salent codng Recently, salency based codng methods get satsfactory results due to ts effcency and stable representaton. However, they wll lose ther superorty n performance when codebook sze s relatvely large. Furthermore, they are also senstveness to unusual features, e.g., nosy features. Thus, we present a fuzzy reasonng based codng scheme to solve these problems n ths paper. In salency based codng, the response of a local descrptor s reflected by salency degree usng K closest codewords selected from the codebook. Then, only the maxmum response s preserved whle the low responses are suppressed n the later E-ISSN: Volume 3, 04

5 maxmum poolng operaton. Therefore, we thnk that only those largest responses are the meanngful responses. Salency s used to measure ths character n the orgnal salency based codng. However, f all the K closest codewords are near to the local descrptor, they have smlar salency value, t cannot reflect the salency n ths case, because all these K closest codewords are needed to represent the local descrptor. Thus, we ntroduce fuzzy reasonng rules to reflect t. Frst, we use d to denote the Eucldean dstance between the local descrptor and the th closest codeword, and s to denote the salency value of each local descrptor on the K closest codewords. d s = () K dk K k Take K=5 for example, we can defne sx fuzzy rules whch are descrbed as follows: Rule-: If s s low, s s low, s 3 s low, s 4 s low, and s 5 s low, then none of the K closest codewords can represent the local descrptor ndependently. Rule-: If s s hgh, s s low, s 3 s low, s 4 s low, and s 5 s low, then only the closest codeword can represent the local descrptor ndependently. Rule-3: If s s hgh, s s hgh, s 3 s low, s 4 s low, and s 5 s low, then the two closest codewords can represent the local descrptor stably. Rule-4: If s s hgh, s s hgh, s 3 s hgh, s 4 s low, and s 5 s low, then the three closest codewords can represent the local descrptor stably. Rule-5: If s s hgh, s s hgh, s 3 s hgh, s 4 s hgh, and s 5 s low, then the four closest codewords can represent the local descrptor stably. Rule-6: If s s hgh, s s hgh, s 3 s hgh, s 4 s hgh, and s 5 s hgh, then all the fve closest codewords can represent the local descrptor stably. Low and hgh are fuzzy membershp functons shown n Eq. 3 and Eq. 4. Both of them are trapezod shapes and llustrated n Fg. 3., s< a s b Low ( s) =, a s< b a b 0, s b 0, s< a s a Hgh ( s) =, a s< b b a, s b (3) (4) M e 0 Low(s) a b Hgh(s) Fg.3. The fuzzy membershp functons Low(s) and Hgh(s). Note that all the salency values are normalzed to n ths paper. And the two parameters a and b are usually set to 0. and 0.8 respectvely. Then, let the fuzzy truth value F be defned below: F = Low s Low s Low s Low s Low s F = Hgh s Low s Low s Low s Low s F = Hgh s Hgh s Low s Low s Low s F = Hgh s Hgh s Hgh s Low s Low s F = Hgh s Hgh s Hgh s Hgh s Low s F = Hgh s Hgh s Hgh s Hgh s Hgh s where product nference engne [35] s used to realze the fuzzy reasonng. After all the fuzzy truth values obtaned, we can determne whch codewords can be used to encode by the largest fuzzy truth value. Then, the prevous codng schemes can be used to encode, here, the SaC s adopted for effcency. Thus, our FRSC can be defned by: Case-: If max { F, F, F3, F4, F5, = F FRSC = { c,0,0,0,0 }; Case-: If max { F, F, F3, F4, F5, = F3 FRSC = { c, c,0,0,0 }; Case-3: If max { F, F, F3, F4, F5, = F4 FRSC = { c, c, c3,0,0 }; Case-4: If max { F, F, F3, F4, F5, = F5 FRSC = { c, c, c3, c4,0 }; Case-5: If max { F, F, F3, F4, F5, = F or max { F, F, F3, F4, F5, = F6 FRSC = { c, c, c3, c4, c5} ; c = Hgh s ( ) s E-ISSN: Volume 3, 04

6 Orgnal Image Salency Map Salent Regon Non-Salent Regon + = Fg.4. The dagram of our SSP. The colored shapes denote codewords. Fnally, max poolng s used to obtan the fnal codng responses for each local descrptor. 3.3 Salency detecton based spatal poolng Current state-of-the-art mage classfcaton systems are usually usng spatal pyramd matchng (SPM) to ncorporate the spatal nformaton, n whch pools low-level mage features over pre-defned coarse spatal bns, such as three levels of,, and 4 4. In ths paper, we propose a salency detecton based spatal poolng (SSP) approach for mage classfcaton. In contrast to SPM poolng, our SSP frst extracts the nterest obect n an mage by salency detecton n [34], then pools the codng responses obtaned n the prevous subsecton separately n the salent regon (nterest obect) and the non-salent regon (background) to form the mage-level representaton wth spatal nformaton, whch s shown n Fg.4. Obvously, our SSP tends to produce more consstent mage representaton than SPM poolng. 4 Expermental Result Ths experment ams to verfy that ) the structured dctonary can mprove the classfcaton performance; ) the proposed fuzzy reasonng based salent codng can produce comparable or even better performance than LLC, GSC, LSC, whch are wldly used or the state-of-the-art; ) the proposed SSP can perform better than SPM. We choose LLC, SaC, GSC, and LSAC for comparson. Note that all of them are effcent codng schemes. The followng three datasets are used for test: Caltech 0, Scenes 5, and UIUC Sport. Some example mages of these three datasets are shown n Fg.5. We frst study the E-ISSN: Volume 3, 04

7 Caltech 0: cup Caltech 0: wld cat Scenes 5: suburb Scenes 5: offce UIUC Sport: croquet UIUC Sport: salng Fg.5 Some example mages of the test datasets. E-ISSN: Volume 3, 04

8 Classfcaton accuracy [%] Orgnal Codebook Structured Codebook SaC GSC LLC (a) Classfcaton accuracy [%] SPM SSP SaC GSC LSAC Fg.6 Comparson between (a) orgnal codebook and structured codebook n dfferent codng schemes; (b) SPM and SSP under dfferent codng methods wth the orgnal codebook. (b) Classfcaton accuracy [%] LSAC LLC SaC GSC FRSC (a) Classfcaton accuracy [%] LSAC LLC SaC GSC FRSC Classfcaton accuracy [%] LSAC LLC SaC GSC FRSC (c) Fg.7 Performance comparson of varous codng strateges (a) under dfferent codebook sze wth orgnal codebook and SPM on the Caltech 0 dataset; (b) under dfferent codebook sze wth structured dctonary and SSP on the Scenes 5 dataset; (c) under dfferent codebook sze wth structured dctonary and SSP on the UIUC Sport dataset. (b) proposed method n the Caltech 0 dataset wth an n-depth analyss, ncludng dfferent codebook, codng and spatal poolng, and then combne them together n the other datasets. For far comparson, all the tested codng methods are mplemented n a unfed framework. Thus, the consstency of all the confguratons other than the codng part can be guaranteed. In our framework, SIFT descrptor s extracted from mages on a grd wth step sze of 6 pxels under 6 6 scale. Codebook s generated by standard K-means clusterng, wheren the subset of descrptors used for clusterng s randomly sampled from all descrptors n the database. Lb-lnear SVM s adopted for effcent classfcaton, wheren the penalty coeffcent s set to as most methods dd. As the other methods dd, we repeat the experment 0 tmes wth dfferent tranng and testng sets, then report the average accuracy and the standard devaton as the results. All the tests are conducted n a computer wth an Intel Core Duo.83 GHz CPU and GB RAM. 4. Results on the three datasets Caltech 0: Ths s wldly used dataset wth 9,44 mages n 0 classes ncludng a background class, whch contans anmals, vehcles, flowers, etc., and E-ISSN: Volume 3, 04

9 wth hgh ntra-class appearance shape varablty. Each category contans mages from 3 to 800. The average mage resoluton s pxels. In ths dataset, codebook sze s set as 04 when comparng dfferent part. Fg.6(a) shows the performance of dfferent codng schemes wth orgnal codebook and structured codebook respectvely. As shown, the structured codebook s slghtly better than the orgnal codebook. The classfcaton performance between SSP and SPM under dfferent codng methods wth orgnal codebook s shown n Fg.6(b), n whch we also fnd that our SSP s slghtly better than SPM. Then we show the results of varous codng strateges under dfferent codebook sze wth orgnal codebook and SPM n Fg.7(a). The proposed FRSC almost performs the same wth LSAC, but outperforms the other three codng schemes. We further make a comparson on the computaton cost, whch s shown n Table. We can see that the proposed FRSC s slghtly faster than LSAC. Table Computaton cost on Caltech 0 per mage. Method LLC SaC GSC LSAC FRSC ms Scenes 5: It s a natural scene dataset ncludng 4,485 mages fallen nto 5 scene categores, the number of mage per class ranges from 00 to 400. It contans bedroom, suburb, ndustral, ktchen, lvng room, coast, forest, hghway, nsde cty, mountan, open country, street, tall buldng, offce, and store. Followng the standard settng, 00 mages per class are used for tranng and the rest for testng. Combng our structured codebook, fuzzy reasonng codng, and SSP together, classfcaton accuracy under dfferent codebook sze s compared n Fg.7(b). As seen, our FRSC s slghtly better than LSAC when wth large (048) codebook sze, and outperforms the others. UIUC Sport: It s a sport event dataset, whch contans 8 categores ncludng badmnton, bocce, croquet, polo, rock clmbng, rowng, salng, and snowboardng. It contans 79 mages and the sze of each class vares from 37 to 50. The mage resoluton s hgher than the above two datasets. We randomly choose 70 mages for tranng and the remander for testng. Comparson results are shown n Fg.7(c). Agan, the proposed FRSC gets best performance, although t stll obtans smlar result wth LSAC. 4. Applcaton n elevator vdeos Vdeo event classfcaton s also an mportant computer vson problem. In ths paper, we further extend our FRSC nto event classfcaton n elevator vdeo. We frst select some vdeos from elevator, ncludng empty, full loadng, volence. Some example vdeo frames are shown n Fg.8. Each vdeo event contans 0 frames. In our experment, half of the frames n each vdeo are used for tranng and the other half for testng. SIFT descrptors are extracted for each frame on a dense grd, every 4 pxels and for 5 scale levels. To ncorporate spatal nformaton, the lnear verson of SPM kernel wth three levels of,, and 4 4 s adopted. Codebook sze s set to 56, whch s produced by k-means. Fnally, Lb-lnear SVM s adopted for event classfcaton. The classfcaton results are shown n Table 3. As seen, our FRSC based method acheves good performance n such smple vdeo events, whch shows potental applcaton n ntellgent elevator vdeo survellance, such as overload detecton, volence detecton, vdeo summarzaton. (a) Empty (b) Full loadng (c) Volence Fg.8 Some example vdeo frames. Table 3 Classfcaton accuracy of elevator vdeo event classfcaton. Event Accuracy Empty 00% Full loadng 99% Volence 98.6% 5 Concluson To allevate the ambguty and non-robustness problem n salency based codng, an mproved salent codng named FRSC was proposed n ths E-ISSN: Volume 3, 04

10 paper. Frst, we ntroduce effcent salency detecton method and use the generated salency maps to measure the salency degree of each mage, then dvde each mage nto salent and non-salent regon to get a structured dctonary. Then, FRSC was proposed to mprove the stablty by ntroducng fuzzy reasonng rules. Fnally, a salency detecton based spatal poolng scheme was proposed to ncorporate spatal nformaton to obtan a more compact mage representaton. Experment on several common used datasets demonstrated the effectveness of the proposed codng approach. At the same tme, our method s more effcent than the reconstructon based codng schemes. We further apply t nto elevator vdeo event classfcaton and acheved good performance, whch demonstrate the potental applcaton n ntellgent elevator vdeo survellance, such as overload detecton, volence detecton, vdeo summarzaton. Our future works wll focus on conductng extensve experment on more complcated elevator vdeo events classfcaton. Acknowledgement The authors would lke to express ther sncere thanks to the anonymous revewers for ther nvaluable suggestons and comments to mprove ths paper. Ths work s supported by scence and technology plannng proect of chongqng bureau of qualty and technology supervson. References: [] Z. Wu, Q. Ke, M. Isard, J. Sun, Bundlng features for large scale partal-duplcate web mage search, n: IEEE Conference on Computer Vson and Pattern Recognton, 009, pp.5 3. [] Jang Yu-Gang, Ngo Chong-Wah, Yang Jun, Towards optmal bag-of-features for obect categorzaton and semantc vdeo retreval, n: Proceedngs of the 6th ACM Internatonal Conference on Image and Vdeo Retreval, 007, pp [3] R. Collns, A. Lpton, T. Kanade, H. Fuuyosh, D. Duggns, Y. Tsn, D. Tollver, N. Enomoto, O. Hasegawa, A system for vdeo survellance and montorng, techncal report: CMU-RI-TR- 00-, Pttsburgh, PA, 000. [4] V. I. Pavlovc, R. Sharma, T. S. Huang, Vsual nterpretaton of hand gestures for humancomputer nteracton: A revew, IEEE Transactons on Pattern Analyss and Machne Intellgence, vol. 9, 997, pp [5] R. Kosala, H. Blockeel, Web mnng research: A survey, ACM SIGKDD Exploratons Newsletter, vol., no., 000, pp. 5. [6] A. K. Jan, A. Ross, S. Prabhakar, An ntroducton to bometrc recognton, IEEE Transactons on Crcuts and Systems for Vdeo Technology, vol. 4, no., 004, pp.4 0. [7] G. Csurka, C. Bray, C. Dance, L. Fan, Vsual categorzaton wth bags of keyponts, n: European Conference on Computer Vson, 004. [8] S. Lazebnk, C. Schmd, J. Ponce, Beyond Bags of Features: Spatal Pyramd Matchng for Recognzng Natural Scene Categores, n: IEEE Conference on Computer Vson and Pattern Recognton, 006. [9] /Caltech0/. [0] lazebnk/research/scenecategores.zp/, 006. [] Datasets/Caltech56/. [] [3] C. Harrs, M. Stephens, A combned corner and edge detector, n: Proceedngs of the Fourth Alvey Vson Conference, 988, pp [4] K. Mkolaczyk, C. Schmd, Scale and affne nvarant nterest pont detectors, Internatonal Journal of Computer Vson, vol. 60, no., 004, pp [5] D. G. Lowe, Dstnctve Image Features from Scale-Invarant Keyponts, Internatonal Journal of Computer Vson, vol. 60, no., 004, pp.9-0. [6] B. T. Navneet Dalal, Hstograms of Orented Gradents for Human Detecton, n: IEEE Conference on Computer Vson and Pattern Recognton, 005, pp [7] S. P. Lloyd, Least squares quantzaton n PCM, IEEE Transactons on Informaton Theory, vol. 8, no., 98, pp [8] C. Cortes, V. Vapnk, Support-vector network, Machne Learnng, 995, pp [9] [0] Y. Huang, Z. Wu, L. Wang, T. Tan, Feature Codng n Image Classfcaton: A Comprehensve Study, IEEE Transactons on Pattern Analyss and Machne Intellgence, vol. 36, no. 3, 04, pp [] J. C. Gemert, J. Geusebroek, C. J. Veenman, A. W. M. Smeulders, Kernel Codebooks for Scene E-ISSN: Volume 3, 04

11 Categorzaton, n: European Conference on Computer Vson, 008, pp [] L. Lu, L. Wang, X. Lu, In Defense of Softassgnment Codng, n: Internatonal Conference on Computer Vson, 0, pp [3] J. Yang, K. Yu, Y. Gong, T. Huang, Lnear spatal pyramd matchng usng sparse codng for mage classfcaton, n: IEEE Conference on Computer Vson and Pattern Recognton, 009, pp [4] J. Wang, J. Yang, K. Yu, F. Lv, T. Huang, Y. Gong, Localty-constraned lnear codng for mage classfcaton, n: IEEE Conference on Computer Vson and Pattern Recognton, 00, pp [5] S. Gao, I. W. Tsang, L. Cha, Laplacan Sparse Codng, Hypergraph Laplacan Sparse Codng, and Applcatons, IEEE Transactons on Pattern Analyss and Machne Intellgence, vol.35, no., 03, pp [6] F. Perronnn, J. Sanchez, T. Mensnk, Improvng the fsher kernel for large-scale mage classfcaton, n: European Conference on Computer Vson, 00, pp [7] X. Zhou, K. Yu, T. Zhang, T. S. Huang, Image classfcaton usng super-vector codng of local mage descrptors, n: European Conference on Computer Vson, 00, pp [8] Y. Huang, K. Huang, Y. Yu, T. Tan, Salent codng for mage classfcaton, n: IEEE Conference on Computer Vson and Pattern Recognton, 0, pp [9] Z. Wu, Y. Huang, L. Wang, T. Tan, Group Encodng of Local Features n Image Classfcaton, n: Internatonal Conference on Pattern Recognton, 0, pp [30] A. Shaban, H. R. Rabee, M. Faratabar, M. Ghazvnnead, From Local Smlarty to Global Codng; An Applcaton to Image Classfcaton, n: IEEE Conference on Computer Vson and Pattern Recognton, 03, pp [3] H. Lee, B. Alexs, R. Raat, Ng. Andrew Y, Effcent sparse codng algorthms, n: Conference on Neural Informaton Processng Systems, 006, pp [3] C. Zhang, J. Lu, Q. Tan, C. Xu, H. Lu, S. Ma, Image Classfcaton by Non-Negatve Sparse Codng, Low-Rank and Sparse Decomposton, n: IEEE Conference on Computer Vson and Pattern Recognton, 0, pp [33] L. Zhang, C. Ma, Low-rank decomposton and Laplacan group sparse codng for mage classfcaton, Neurocomputng, 04. [34] S. Chen, W. Sh, W. Zhang, Vsual salency detecton va multple background estmaton and spatal dstrbuton, Optk, vol. 5, no., 04, pp [35] L.X. Wang, Adaptve Fuzzy Systems and Control: Desgn and Stablty Analyss, Prentce-Hall, Englewood Clffs, NJ, 994. [36] Reza Tavol, Classfcaton and Evaluaton of Document Image Retreval System, WSEAS Transactons on Computers, vol., no. 0, 0, pp [37] Mahmoud Al-Ayyoub, Duaa Alawad, Khaldun Al-Darabsah, Inad Alarrah, Automatc Detecton and Classfcaton of Bran Hemorrhages, WSEAS Transactons on Computers, vol., no. 0, 03, pp E-ISSN: Volume 3, 04

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features Recognton of Low-Resoluton Face Images usng Sparse Codng of Local Features M. Saad Shakeel and Kn-Man-Lam Centre for Sgnal Processng, Department of Electronc and Informaton Engneerng he Hong Kong Polytechnc

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Effective Representation Using ICA for Face Recognition Robust to Local Distortion and Partial Occlusion

Effective Representation Using ICA for Face Recognition Robust to Local Distortion and Partial Occlusion IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 27, NO. 12, DECEMBER 2005 1977 Effectve Representaton Usng ICA for Face Recognton Robust to Local Dstorton and Partal Occluson Jongsun

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm

Multi-focus Image Fusion Using Spatial Frequency and Genetic Algorithm 0 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.8 No., February 008 Mult-focus Image Fuson Usng Spatal Frequency and Genetc Algorthm Jun Kong,, Kayuan Zheng,, Jngbo Zhang,,*,,

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery

Low Sampling Rate Technology for UHF Partial Discharge Signals Based on Sparse Vector Recovery 017 nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 017) ISBN: 978-1-60595-5-3 Low Samplng Rate Technology for UHF Partal Dscharge Sgnals Based on Sparse Vector Recovery Qang

More information

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network J Electr Eng Technol Vol. 9, No. 1: 293-300, 2014 http://dx.do.org/10.5370/jeet.2014.9.1.293 ISSN(Prnt) 1975-0102 ISSN(Onlne) 2093-7423 Partal Dscharge Pattern Recognton of Cast Resn Current Transformers

More information

DISTINCT IMAGE FUSION METHODS FOR LANDSLIDE INFORMATION ENHANCEMENT

DISTINCT IMAGE FUSION METHODS FOR LANDSLIDE INFORMATION ENHANCEMENT DISTINCT IMAGE FUSION METHODS FOR LANDSLIDE INFORMATION ENHANCEMENT J.Wang a,b, a *, J.X.Zhang, Z.J.Lu a a Insttute of Photogrammetry & Remote Sensng, CASM, Bejng, Chna - stecsm@publc.bta.net.cn b Department

More information

Compressive Direction Finding Based on Amplitude Comparison

Compressive Direction Finding Based on Amplitude Comparison Compressve Drecton Fndng Based on Ampltude Comparson Rumng Yang, Ypeng Lu, Qun Wan and Wanln Yang Department of Electronc Engneerng Unversty of Electronc Scence and Technology of Chna Chengdu, Chna { shan99,

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

A Robust Feature Extraction Algorithm for Audio Fingerprinting

A Robust Feature Extraction Algorithm for Audio Fingerprinting A Robust Feature Extracton Algorthm for Audo Fngerprntng Janpng Chen 1, Tejun Huang 2 1 Insttute of Computng Technology, Chnese Academy of Scences, Bejng 100190, Chna 2 Key Laboratory of Machne Percepton(Mnstry

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Finding Person X: Correlating Names with Visual Appearances

Finding Person X: Correlating Names with Visual Appearances Fndng Person X: Correlatng Names wth Vsual Appearances Jun Yang, Mng-yu Chen, and Alex Hauptmann School of Computer Scence, Carnege Mellon Unversty Pttsburgh, PA 1513, USA {juny, mychen, alex}@cs.cmu.edu

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Target Response Adaptation for Correlation Filter Tracking

Target Response Adaptation for Correlation Filter Tracking Target Response Adaptaton for Correlaton Flter Tracng Adel Bb, Matthas Mueller, and Bernard Ghanem Image and Vdeo Understandng Laboratory IVUL, Kng Abdullah Unversty of Scence and Technology KAUST, Saud

More information

arxiv: v1 [cs.lg] 8 Jul 2016

arxiv: v1 [cs.lg] 8 Jul 2016 Overcomng Challenges n Fxed Pont Tranng of Deep Convolutonal Networks arxv:1607.02241v1 [cs.lg] 8 Jul 2016 Darryl D. Ln Qualcomm Research, San Dego, CA 92121 USA Sachn S. Talath Qualcomm Research, San

More information

MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL SYSTEM

MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL SYSTEM Proceedngs of the Fourth Internatonal Conference on Machne Learnng and Cybernetcs, Guangzhou, 18-21 August 2005 MULTIPLE LAYAR KERNEL-BASED APPROACH IN RELEVANCE FEEDBACK CONTENT-BASED IMAGE RETRIEVAL

More information

Application of Self Organizing Map Approach to Partial Discharge Pattern Recognition of Cast-Resin Current Transformers

Application of Self Organizing Map Approach to Partial Discharge Pattern Recognition of Cast-Resin Current Transformers Applcaton of Self Organzng Map Approach to Partal Dscharge Pattern Recognton of Cast-Resn Current Transformers WEN-YEAU CHANG HONG-TZER YANG * Department of Electrcal Engneerng * Department of Electrcal

More information

Document Comparison with a Weighted Topic Hierarchy

Document Comparison with a Weighted Topic Hierarchy Document Comparson wth a Weghted Topc Herarchy A. Gelbukh, G. Sdorov, and A. Guzmán-Arenas Natural Language Laboratory, Center for Computng Research (CIC), Natonal Polytechnc Insttute (IPN), Mexco Cty

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

A Novel Hybrid Neural Network for Data Clustering

A Novel Hybrid Neural Network for Data Clustering A Novel Hybrd Neural Network for Data Clusterng Dongha Guan, Andrey Gavrlov Department of Computer Engneerng Kyung Hee Unversty, Korea dongha@oslab.khu.ac.kr, Avg1952@rambler.ru Abstract. Clusterng plays

More information

Arterial Travel Time Estimation Based On Vehicle Re-Identification Using Magnetic Sensors: Performance Analysis

Arterial Travel Time Estimation Based On Vehicle Re-Identification Using Magnetic Sensors: Performance Analysis Arteral Travel Tme Estmaton Based On Vehcle Re-Identfcaton Usng Magnetc Sensors: Performance Analyss Rene O. Sanchez, Chrstopher Flores, Roberto Horowtz, Ram Raagopal and Pravn Varaya Department of Mechancal

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction Wavelet Mult-Layer Perceptron Neural Network for Tme-Seres Predcton Kok Keong Teo, Lpo Wang* and Zhpng Ln School of Electrcal and Electronc Engneerng Nanyang Technologcal Unversty Block S2, Nanyang Avenue

More information

{webb, cc.gatech.edu. {yorke3, ece.gatech.edu

{webb, cc.gatech.edu. {yorke3, ece.gatech.edu A Dscrmnatve Classfer Learnng Approach to Image Modelng and Identfcaton Byungk Byun, Chn-Hu Lee, 2 Steve Webb, and 2 Calton Pu School of Electrcal & Computer Engr. Georga Insttute of Technology Atlanta,

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

Weighted Penalty Model for Content Balancing in CATS

Weighted Penalty Model for Content Balancing in CATS Weghted Penalty Model for Content Balancng n CATS Chngwe Davd Shn Yuehme Chen Walter Denny Way Len Swanson Aprl 2009 Usng assessment and research to promote learnng WPM for CAT Content Balancng 2 Abstract

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

CURL: Co-trained Unsupervised Representation Learning for Image Classification

CURL: Co-trained Unsupervised Representation Learning for Image Classification CURL: Co-traned Unsupervsed Representaton Learnng for Image Classfcaton Smone Banco, Ganlug Cocca, and Claudo Cusano arxv:0.08098v [cs.lg] Sep 0 Abstract In ths paper we propose a strategy for semsupervsed

More information

SPATIAL QUALITY EVALUATION OF FUSION OF DIFFERENT RESOLUTION IMAGES

SPATIAL QUALITY EVALUATION OF FUSION OF DIFFERENT RESOLUTION IMAGES Jun L SPATIAL QUALITY EVALUATION OF FUSION OF DIFFERENT RESOLUTION IMAGES Jun L Laval Unversty, Canada COPL, Physcs department Jl@phy.ulaval.ca KEY WORDS: Image Fuson, Evaluaton, Spatal Qualty, Blur Parameter,

More information

A Patent Quality Classification System Using a Kernel-PCA with SVM

A Patent Quality Classification System Using a Kernel-PCA with SVM ADVCOMP 05 : The nth Internatonal Conference on Advanced Engneerng Computng and Applcatons n Scences A Patent Qualty Classfcaton System Usng a Kernel-PCA wth SVM Pe-Chann Chang Innovaton Center for Bg

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

New Wavelet Based Performance Analysis and Optimization of Scalable Joint Source/Channel Coder (SJSCC & SJSCCN) for Time-Varying Channels.

New Wavelet Based Performance Analysis and Optimization of Scalable Joint Source/Channel Coder (SJSCC & SJSCCN) for Time-Varying Channels. Internatonal Research Journal of Engneerng and Technology (IRJET) e-issn: 2395-0056 Volume: 02 Issue: 09 DEC-205 p-issn: 2395-0072 www.rjet.net New Wavelet Based Performance Analyss and Optmzaton of Scalable

More information

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis A Novel UWB Imagng System Setup for Computer- Aded Breast Cancer Dagnoss Xang He, Ja L, Chenxng Wu Electrcal and Computer Engneerng Oakland Unversty, OU Rochester, I 48309, U.S.A xhe2@oakland.edu, l4@oakland.edu,

More information

DETERMINATION OF WIND SPEED PROFILE PARAMETERS IN THE SURFACE LAYER USING A MINI-SODAR

DETERMINATION OF WIND SPEED PROFILE PARAMETERS IN THE SURFACE LAYER USING A MINI-SODAR DETERMINATION OF WIND SPEED PROFILE PARAMETERS IN THE SURFACE LAYER USING A MINI-SODAR A. Coppalle, M. Talbaut and F. Corbn UMR 6614 CORIA, Sant Etenne du Rouvray, France INTRODUCTION Recent mprovements

More information

Estimation of Critical Performance and Optimization of Scalable Joint Source/Channel Coder (SJSCC) For Time Varying Channels

Estimation of Critical Performance and Optimization of Scalable Joint Source/Channel Coder (SJSCC) For Time Varying Channels Proceedngs of the Internatonal MultConference of Engneers and Computer Scentsts 8 Vol II IMECS 8, 9- March, 8, Hong ong Estmaton of Crtcal Performance and Optmzaton of Scalable Jont Source/ Coder (SJSCC)

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Cod and climate: effect of the North Atlantic Oscillation on recruitment in the North Atlantic

Cod and climate: effect of the North Atlantic Oscillation on recruitment in the North Atlantic Ths appendx accompanes the artcle Cod and clmate: effect of the North Atlantc Oscllaton on recrutment n the North Atlantc Lef Chrstan Stge 1, Ger Ottersen 2,3, Keth Brander 3, Kung-Sk Chan 4, Nls Chr.

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Moving Target Tracking Based on CamShift Approach and Kalman Filter

Moving Target Tracking Based on CamShift Approach and Kalman Filter Appl. Math. Inf. Sc. 7 No. 1S pp. 193S-200S (2013) Appled Mathematcs & Informaton Scences An Internatonal Journal @ 2012 NSP Natural Scences Publshng Cor. Movng arget rackng Based on CamShft Approach and

More information

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L , pp. 207-220 http://dx.do.org/10.14257/jht.2016.9.1.18 Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar

More information

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems APSIPA ASC 2011 X an Throughput Maxmzaton by Adaptve Threshold Adjustment for AMC Systems We-Shun Lao and Hsuan-Jung Su Graduate Insttute of Communcaton Engneerng Department of Electrcal Engneerng Natonal

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

Application of Linear Discriminant Analysis to Doppler Classification

Application of Linear Discriminant Analysis to Doppler Classification Applcaton of Lnear Dscrmnant Analyss to Doppler Classfcaton M. Jahangr QnetQ St Andrews Road, Malvern WORCS, UK, WR14 3PS Unted Kngdom mjahangr@qnetq.com ABSTRACT In ths wor the author demonstrated a robust

More information

Delay Constrained Fuzzy Rate Control for Video Streaming over DVB-H

Delay Constrained Fuzzy Rate Control for Video Streaming over DVB-H Delay Constraned Fuzzy Rate Control for Vdeo Streamng over DVB-H Mehd Rezae, Moncef Gabbouj, 3 med Bouazz,, Tampere Unversty of Technology, 3 Noka Research Center, Tampere, Fnland mehd.rezae@tut.f, moncef.gabbouj@tut.f,

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Artificial Intelligence Techniques Applications for Power Disturbances Classification

Artificial Intelligence Techniques Applications for Power Disturbances Classification Internatonal Journal of Electrcal and Computer Engneerng 3:5 28 Artfcal Intellgence Technques Applcatons for Power Dsturbances Classfcaton K.Manmala, Dr.K.Selv and R.Ahla Abstract Artfcal Intellgence (AI)

More information

Classification of Satellite Images by Texture-Based Models Modulation Using MLP, SVM Neural Networks and Nero Fuzzy

Classification of Satellite Images by Texture-Based Models Modulation Using MLP, SVM Neural Networks and Nero Fuzzy Internatonal Journal of Electroncs and Electrcal Engneerng Vol. 1, No. 4, December, 2013 Classfcaton of Satellte Images by Texture-Based Models Modulaton Usng MLP, SVM Neural Networks and Nero Fuzzy Gholam

More information

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm IACSIT Internatonal Journal of Engneerng and Technology, Vol. 7, No. 3, June 25 FPGA Implementaton of Ultrasonc S-Scan Coordnate Converson Based on Radx-4 CORDIC Algorthm Ruobo Ln, Guxong Lu, and Wenmng

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Electricity Price Forecasting using Asymmetric Fuzzy Neural Network Systems Alshejari, A. and Kodogiannis, Vassilis

Electricity Price Forecasting using Asymmetric Fuzzy Neural Network Systems Alshejari, A. and Kodogiannis, Vassilis WestmnsterResearch http://www.westmnster.ac.uk/westmnsterresearch Electrcty Prce Forecastng usng Asymmetrc Fuzzy Neural Network Systems Alshejar, A. and Kodoganns, Vassls Ths s a copy of the author s accepted

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

Distributed Fault Detection of Wireless Sensor Networks

Distributed Fault Detection of Wireless Sensor Networks Dstrbuted Fault Detecton of Wreless Sensor Networs Jnran Chen, Shubha Kher, and Arun Soman Dependable Computng and Networng Lab Iowa State Unversty Ames, Iowa 50010 {jrchen, shubha, arun}@astate.edu ABSTRACT

More information

Tamper Localization in Wavelet Domain Using Semi- Fragile Watermarking

Tamper Localization in Wavelet Domain Using Semi- Fragile Watermarking Tamper Localzaton n Wavelet Doman Usng Sem- Fragle Watermarkng Sandpbha Mangrolya, Ketk Pathak Departement of Electroncs and Communcaton Engneerng Sarvajank College of Engneerng & Technology, Surat Abstract

More information

FUSING SPEECH SIGNAL AND PALMPRINT FEATURES FOR AN SECURED AUTHENTICATION SYSTEM

FUSING SPEECH SIGNAL AND PALMPRINT FEATURES FOR AN SECURED AUTHENTICATION SYSTEM DOI: 10.21917/jvp.2011.0043 FUSING SPEECH SIGNAL AND PALMPRINT FEATURES FOR AN SECURED AUTHENTICATION SYSTEM P.K. Mahesh 1 and M.N. Shanmukha Swamy 2 Department of Electroncs and Communcaton Engneerng,

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omid Dehzangi, Roozbeh Jafari

SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omid Dehzangi, Roozbeh Jafari SCORE-BASED ADAPTIVE TRAINING FOR P300 SPELLER BRAIN-COMPUTER INTERFACE Yuan Zou, Omd Dehzang, Roozbeh Jafar Department of Electrcal Engneerng, Unversty of Texas at Dallas, Rchardson, TX 75080, USA ABSTRACT

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

Improved corner neutron flux calculation for Start-up Range Neutron Monitor

Improved corner neutron flux calculation for Start-up Range Neutron Monitor Proceedngs of Internatonal Symposum on EcoTopa Scence 2007, ISETS07 (2007) Improved corner neutron flux calculaton for Start-up ange Neutron Montor Masato Watanabe 1, Hdetsugu Okada 1 and Yosho Kmura 2

More information

Target Tracking and Obstacle Avoidance for Mobile Robot based on Kinect

Target Tracking and Obstacle Avoidance for Mobile Robot based on Kinect 3rd Internatonal Conference on Machnery, Materals and Informaton Technology Applcatons (ICMMITA 015) Target Trackng and Obstacle Avodance for Moble Robot based on Knect Mengxn LI 1, a,jad YIN, b 1 School

More information

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR The 5 th PSU-UNS Internatonal Conference on Engneerng and 537 Technology (ICET-211), Phuket, May 2-3, 211 Prnce of Songkla Unversty, Faculty of Engneerng Hat Ya, Songkhla, Thaland 9112 INSTANTANEOUS TORQUE

More information

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian CCCT 05: INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATIONS, AND CONTROL TECHNOLOGIES 1 Approxmatng User Dstrbutons n CDMA Networks Usng 2-D Gaussan Son NGUYEN and Robert AKL Department of Computer

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net

Fault Classification and Location on 220kV Transmission line Hoa Khanh Hue Using Anfis Net Journal of Automaton and Control Engneerng Vol. 3, No. 2, Aprl 2015 Fault Classfcaton and Locaton on 220kV Transmsson lne Hoa Khanh Hue Usng Anfs Net Vu Phan Huan Electrcal Testng Central Company Lmtted,

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA)

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA) [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 19 BoTechnology 2014 An Indan Journal FULL PAPER BTAIJ, 10(19, 2014 [10873-10877] Computer smulaton analyss on pano tmbre ABSTRACT Wenjng

More information

Combined Independent Component Analysis and Kalman Filter Based Real-Time Digital Video Stabilization

Combined Independent Component Analysis and Kalman Filter Based Real-Time Digital Video Stabilization Internatonal Journal of Sgnal Processng Systems Vol. 1, No. 2 December 2013 Combned Independent Component Analyss and Kalman Flter Based Real-Tme Dgtal Vdeo Stablzaton Hassaan S. Quresh, Syed A. Jabr,

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

On the Feasibility of Receive Collaboration in Wireless Sensor Networks

On the Feasibility of Receive Collaboration in Wireless Sensor Networks On the Feasblty of Receve Collaboraton n Wreless Sensor Networs B. Bantaleb, S. Sgg and M. Begl Computer Scence Department Insttute of Operatng System and Computer Networs (IBR) Braunschweg, Germany {behnam,

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

Flagged and Compact Fuzzy ART: Fuzzy ART in more efficient forms

Flagged and Compact Fuzzy ART: Fuzzy ART in more efficient forms he Internatonal Journal of ACM Jordan (ISSN 2078-7952, Vol., No. 3, September 200 98 Flagged and Compact Fuzzy AR: Fuzzy AR n more effcent forms Kamal R. Al-Raw, and Consuelo Gonzalo 2 ; Department of

More information