Skew Estimation in Document Images Based on an Energy Minimization Framework

Size: px
Start display at page:

Download "Skew Estimation in Document Images Based on an Energy Minimization Framework"

Transcription

1 Skew Estmaton n Document Images Based on an Energy Mnmzaton Framework Youbao Tang 1, Xangqan u 1, e Bu 2, and Hongyang ang 3 1 School of Comuter Scence and Technology, Harbn Insttute of Technology, Harbn, Chna 2 Deartment of New Meda, Harbn Insttute of Technology, Harbn, Chna 3 Honors School, Harbn Insttute of Technology, Harbn, Chna Abstract - Skew estmaton s mortant for document analyss and alcaton. Most exstng methods are roosed to deal wth the document mages consstng of words. In most cases, a comlex document may nclude tables, rregular ctures and other non-text comonents. To address the challengng roblem, ths aer rooses a novel skew estmaton aroach based on an energy mnmzaton framework for skewed scannng document mages. In the roosed aroach, the foreground xel state nformaton s comuted at frst. Then a new cost functon that consders both background and foreground nformaton for skew estmaton s constructed by usng state nformaton. A coarse skew s yelded by emloyng lne fttng technque. Then the coarse skew s refned by teraton so that the cost functon gets mnmum. The ICDAR2013 DISEC dataset s used to evaluate the roosed aroach and the exermental results show ts effectveness. Keywords: Skew Estmaton, Energy Mnmzaton, Cost Functon, Lne Fttng, Foreground Pxel State Estmaton 1 Introducton th the ncreasng develoment of dgtal technology, the emergence of electronc documents s more and more oular n eole s routne lfe due to ther convenence and ersstence. Such as usng camera or scanner to record management and store hstorcal documents, and so on. hle acqurng electronc document mages, a lttle skew s unavodable. However, most of the document based systems (such as OCR, age layout analyss and character recognton, and so on) are senstve to skew n document mages. Thus, skew estmaton becomes an mortant ssue n the feld of document mage analyss and understandng [1]. To elmnate the skew, an algnment rerocessng s necessary durng dgtzaton rocedure. There are two dfferent knds of document mages, handwrtten document mages (HDIs) and machne-rnted document mages (MPDIs). For handwrtten document mages, t s a hard work to detect ther skew angles whle the texts are wrtten n an unconstraned condton. Comared wth handwrtten document mages, machne-rnted document mages are regularly algned. Accordng to the content of MPDIs, they are categorzed nto smle MPDIs whch only consst of ure texts and comlex MPDIs whch nclude tables, rregular ctures and other non-text comonents excet texts. In recent years, extensve researches have been carred out on skew estmaton for MPDIs. However, t s a stll challengng roblem to estmate the skew of comlex MPDIs. For comlex MPDIs, although the contents of them are uncertan, the global nformaton of them s obvous, such as: () The outermost foreground xels can be ftted nto lnes n four dfferent drectons of MPDI and there s at least one lne whose skew angle s close to the orgnal skew angle of the MPDI. () The length of ga regon changes wth rotatng the MPDI whle the sze of rotated mage s fxed and t can get maxmum when the rotaton angle s close to the orgnal skew angle of MPDI, here the ga regon s defned as the regon has no foreground xel n a certan drecton. () The varance between the numbers of foreground xels n a certan drecton can get maxmum as (). Ths aer rooses a novel aroach that consders these nformaton. To be recse, we convert the skew estmaton roblem nto an energy mnmzaton roblem. A new cost functon whch consders global background and foreground nformaton s constructed frstly. Then the mnmzaton of the cost functon yelds the skew angle of MPDI. The roosed aroach s summarzed as a flow dagram showed n Fgure 1. The rest of ths aer s organzed as follows: Secton 2 gves a bref ntroducton to some related work. Secton 3 resents a descrton of the roosed aroach n detal. Secton 4 reorts our exermental results. Fnally, the conclusons are resented n Secton 5. Outermost state nformaton Lne fttng Inut MPDI Foreground xel state comutaton Coarse skew All state nformaton Energy mnmzaton Fnal skew Stage 1 Stage 2 Fgure 1: Flow dagram of the roosed aroach.

2 2 Related work Rezae et al [2] surveys most exstng methods of skew estmaton. And they consder these methods can be roughly dvded nto eght categores: rojecton rofle analyss [3-5], Hough transform [6, 7], nearest neghbor clusterng [8], crosscorrelaton [9], ece-wse coverng by arallelogram [10, 11], ece-wse antng algorthm [12], transton counts [13], and morhology [14, 15]. In ths aer, we brefly summarze several methods ublshed n recently. Sngh et al [16] emloy the Hough transform for skew estmaton wth a rerocessng stage whch reduces the number of mage xels. Comared to tradtonal methods based on Hough transform, they address the seed and memory requrement roblem to some extent. Meng et al [17] exlot varous tyes of vsual cues of mage extracted by Radon transform for skew estmaton. A floatng cascade s used to reject the outlers of vsual cues by teratng. A baggng estmator s fnally emloyed to combne the rest of vsual cues on local mage blocks. Alae et al [12] horzontally and vertcally adot the ece-wse antng algorthm on document mage to obtan two anted mages rresectve to the flow of wrtng and content. Lnear regresson and a roosed majorty votng technque are utlzed to fnd the best fttng lne whose sloe s the skew angle of the document mage. Fan et al [18] roose a Rectangular Actve Contour Model (RAC Model) for content regon detecton and skew angle calculaton by mosng a rectangular shae constrant on the zero-level set n Chan-Vese Model (C-V Model) accordng to the rectangular feature of content regons n document mages. Guan et al [19] develo a blnear flterng model to extract the foreground regons and detect the edges n the document mages wthout consderng document layouts or contents. Then a domnant angle has been estmated as the skew angle of the document mage based on the detected edges. Most exstng methods only adot the foreground nformaton or background nformaton. However, the accuracy wll be decreased by usng one of them for skew estmaton. Ths aer consders both global foreground and background nformaton to mrove the accuracy and rooses a novel skew estmaton aroach based on an energy mnmzaton framework. 3 Methodology The roosed aroach conssts of two stages: foreground xel state comutaton and skew estmaton based on energy mnmzaton, as shown n Fgure 1. In ths secton, these rocesses wll be stated n detal. 3.1 Foreground xel state comutaton The roosed aroach begns wth the bnarzaton of nut document mages. Snce the background and foreground of MPDIs are easly slt, a smle thresholdng method s used for bnarzaton. After bnarzaton, we comute the state nformaton for each foreground xel wth the method descrbed as follows. Gven a bnary document mage I, a boundng box s defned as the boundary of I (seeng the yellow rectangle n Fgure 2 (a)). Let P denote the set of foreground xels and (, H) denote the sze of I. Then for P, assgn a state s = (x, y, w, h ) to as shown n Fgure 2 (a), where (x, y ) s the locaton of n I, w = x, and h = H y. These states S = {(x, y, w, h )} wll be used n P lne fttng and energy mnmzaton to estmate the fnal skew angle of document mages. 3.2 Skew estmaton usng energy mnmzaton Ths aer formulate the skew estmaton roblem as an energy mnmzaton roblem. The framework of energy mnmzaton roblem conssts of two bref stes: cost functon constructon and the mnmzaton of the cost functon Cost functon constructon 1) Proosed cost functon To construct an arorate cost functon s mortant n energy mnmzaton roblem, because the cost functon affects the otmal soluton drectly. Here, ths aer resents a new cost functon consstng of two terms. And ts mnmzaton consders global background and foreground nformaton of document mages. Secton 3.1 ntroduces the rocess of comutng foreground xel state nformaton. e can observe the state nformaton wll be dfferent whle the boundng box s fxed and the document mage s rotated around the center. Based on ths observaton, the skew estmaton roblem s formulated as Sˆ arg mn E S (1) where the cost functon ncludes two terms,.e., S E S E S (1 ) E S. (2) B where ω s a constant. The frst term E B (S) consders the global background nformaton whch s the length of ga regon (LGR) n horzontal and vertcal drecton of document mages. The second term E F (S) reflects the global foreground nformaton whch s the varance of the foreground xel number (VFPN) n every row and column of document mages. 2) Desgn of E B (S) and E F (S) The states S havng large LGR and small VFPN s desrable, so the frst term E B (S) s gven by and we set φ( ) and φ( ) as below ( S) ( S) F E ( ), B S e (3)

3 rato= angle= rato= angle= rato= angle= rato= angle= (a) (b) (c) Fgure 2: (a) gves an examle of MPDI and the llustraton of foreground xel state nformaton comutaton. The yellow rectangle s the boundng box of the MPDI. And the green dot lnes are the fttng lnes from four sde of the MPDI. (b) lots the dstances between the outermost states and fours sdes of the boundng box from (a). The black dot lnes show that these below onts can be ftted as lnes. (c) llustrates the lne fttng rocedure and gves the fnal fttng results from (b). 1 1 ( S) Sgn Y, ( ) H H S Sgn X j 1 j1 Y s s S y s y X s s S x s x j j where Sgn( ) s a sgn functon formulated as 1, A Sgn( A) 0, A. The second term E F (S) s gven by F ( ) ( ), and we set δ( ) and λ( ) as below (4) (5) E S S S (6) 1 1 f ( Y) S f ( Yk ) Y M Y Y f ( Y ) 1 f ( Y) 1 1 k 1 f ( Y) k 1 f ( X ) S f ( X k ) X M X X f ( X ) 1 f ( X) k 1 f ( X ) k 1 f ( Y ) k f ( X ), H where Y = =1 (Y Y ), X = (X j X j ), M Y k j=1 = max{f(y ) Y Y}, M X = max{f(x ) X X}, and f( ) s a functon to comute the number of elements n a set. There s one arameter ω n the roosed cost functon. And t s determned by exerments conducted on tranng dataset Energy mnmzaton The mnmzaton of the cost functon s a hard and tmeconsumng work whle the evaluaton of E(S) requres a number of oeraton (such as state rotaton, varance 2 2 (7) comutaton and so on). Hence, we address ths roblem by develong an otmzaton technque descrbed as follows: we use the outermost states to get a coarse soluton at frst, then teratvely refne ths soluton wth all state to estmate the fnal skew. 1) Lne fttng for coarse skew estmaton For the coarse soluton, we exlot the lne fttng technque stated as below. As shown n Fgure 2 (a), a boundng box has four sdes: to, bottom, left and rght. For each sde, such as to, we get a subset TS S by TS y s y mn y y s x s x. 1 e lot a fgure by usng x TS as x-coordnate and y TS as y-coordnate, as shown n the to-left of Fgure 2 (b). In the same way, we can get the rest of three subsets BS, LS and RS, corresondng to bottom, left and rght of the boundng box, resectvely. From Fgure 2 (b), we observe that the bottom onts of all fgures can be ftted as lnes, and the skew angles of some lnes are close to the orgnal skew angle of I. So n ths aer, we use lne fttng technque to obtan the coarse skew angles of document mages. Here, we take TS as an examle to descrbe the rocess of lne fttng n detal. To seed u the rocess of lne fttng and get more accurate coarse skew estmaton, we take samle from TS before lne fttng. The TS s dvded nto N non-overlang arts STS as below STS TS N 1 STS ( 1) STS s x s 1 x. N N s STS j In ths work, we set N = 32. Then a subset FTS s constructed (8) (9)

4 rato= angle= orgnal skew: coarse skew: fnal skew: (a) (b) (c) Fgure 3: (a) shows the best-fttng lne from Fgure 2 (c) accordng to our crteron. So the coarse skew angle of Fgure 2 (a) s , whle the orgnal skew angle s (b) gves the teraton rocess of coarse skew refnement. x-coordnate s the teraton tmes and y-coordnate s E(S) corresondng rato=0.0530to teraton. The fnal skew angle s whle E(S) gets mnmum. (c) shows the skew correcton result of Fgure 2 (a). by angle= N 1 FTS s s STS y s y mn y y s s STS. Fgure 2 (c) gves the samlng results of Fgure 2 (b). (10) After dong the samlng oeraton, although most of outlers of states whch s far away from desrable fttng lne are removed, we need to further elmnate the outlers to obtan the vald states VTS (Seeng the states whch below the red dot lne n Fgure 2 (c)) by H VTS s s FTS y s y 3 (11) Then we use the VTS to do lne fttng wth the behavor of exhaustve search. The urose of exhaustve search s to fnd two states so that there wll be more other states (Seeng the nk cross onts n Fgure 2 (c)) whose dstances to the lne that across these two states are less than a threshold D. After obtanng four fttng lnes (Seeng the green dot lnes n Fgure 2 (a) ftted by the nk cross onts n Fgure 2 (c)) from TS, BS, LS and RS, the next task s to fnd the bestfttng lne. Let {l t, l b, l l, l r } denote the fttng lnes, and {LS t, LS b, LS l, LS r } denote the lne states (Seeng the nk cross onts n Fgure 2 (c)) whch are close to the corresondng fttng lnes. The lnes whose lne states number s less than a threshold M wll not be consdered n the followng stes. For each lne l, we calculate the sum of dstances SD between all lne states of LS and l. The rato R s comuted by SD R (12). f LS 2 Then {R t, R b, R l, R r } s adoted to get the best-fttng lne whch has the smallest R (Seeng the to-rght of Fgure 2 (c) and Fgure 3 (a)). Fnally, the sloe of the best-fttng lne s calculated as the coarse skew of the orgnal document mage. Durng lne fttng, there are two arameters (D and M) whch decde the accuracy of coarse skew estmaton. They are determned by exerments conducted on tranng dataset. hle all sdes of a document mage are rregular, the error devaton between the coarse skew and the orgnal skew of the document mage wll be large. To handle ths roblem, we roose an algorthm whch refnes the coarse soluton through an energy mnmzaton rocedure. 2) Mnmzaton of the cost functon After lne fttng, a coarse skew angle s yelded. The next work s to estmate a more accurate skew angle by emloyng all state nformaton and the coarse skew angle. From a coarse skew angle θ of I, we teratvely refne the skew estmaton based on the state rotaton and cost E(S) comutaton. In order to mrove the comutatonal effcency, we drectly rotate all states around the document mage center, rather than rotate the mage frstly then comute all foreground xel state nformaton. The rotaton rocess s conducted as followng oeraton S rotate S, (13) where rotate( ) s a functon comutng the rotaton result s of each state s S by H x x cos y sn H H y x sn y cos w x, h H y. (14) Durng teraton, we fx the range of rotaton about [θ range, θ + range] and set the angle ste of rotaton ste = 0.05 and range = 0.5 through exerments conducted on tranng dataset. So the teraton tmes s T = 21. After fnshng all teraton, the fnal skew angle β s the rotaton angle whch gets E(S ) mnmum (Seeng Fgure 3 (b)). Then the skew document mage s corrected accordng to the fnal skew angle (Seeng Fgure 3 (c)). Algorthm 1 descrbes the whole refnement rocess.

5 Algorthm 1: Inut: coarse skew angle θ, all states S,teratons T Outut: fnal skew angle β ntalze t 0, S 0 S, θ 0 θ, E mn E(S 0 ), β θ 0 for t t + 1 θ t θ t (t 1) 0.5 S t rotate(s t 1, θ t ) f E(S t ) < E mn E mn E(S t ) β θ t end untl t = T return β end 4 Exerments 4.1 Performance evaluaton Dataset The ICDAR2013 DISEC dataset [20] s used to evaluate the erformance of the roosed aroach. The dataset conssts of 200 document mages, reresentatve of most realstc cases. The document mages contan fgures, tables, dagrams, block dagrams, archtectural lans, electrcal crcuts, whle they are obtaned from newsaers, scentfc journals, museum gudes, and so on. And the mage documents are wrtten n Englsh, Chnese, Greek, and so on, whle there are reresentatve cases of varous szes of mage documents, any knd of mxed content, vertcal and horzontal wrtng, multszed fonts and multle dfferent number of columns n the same document. e slt ths dataset nto two arts. One contanng 50 document mages randomly selected s used for tranng, called tranng dataset. The other one ncludng the rest 150 document mages s used for test, called test dataset Evaluaton crteron The erformance evaluaton wll be based on a well establshed technque for document skew estmaton descrbed as [20]. More secfcally, the skew angle average error devaton (AED), the number of correct estmatons (error devaton of less than 0.1º) (NCE) and the number of good estmatons (error devaton of less than 0.2º) (NGE) wll be taken nto consderaton. 4.2 Parameter otmzaton e frstly determne these two arameters mentoned n lne fttng: D and M wth free searchng method. Ths s done by samlng for the best erformance of skew estmaton on tranng dataset over 3 D 7 at ntervals of 0.5, 4 M 8 at ntervals of 1. The exermental results have best erformance when D=5, M=5. And the largest error devaton s about 0.35º. So we set range = 0.5 n the refnement rocess. Then the arameters ste and ω of energy mnmzaton wll be determned resectvely due to ther ndeendence. e AED w Fgure 4: The erformance of skew estmaton on tranng dataset for testng ω when ste=0.05. test ω over 0 ω 1 at ntervals of 0.05 on tranng dataset whle we fx ste = The best exermental results can be obtaned when ω = Then test ω over 0.9 ω 1 at ntervals of The AED gets mnmum when ω = 0.98, as shown n Fgure 4. Then we fx ω = 0.98 to test ste wth ste = {0.01,0.03,0.05,0.1}. Table 1 lsts the exermental results. From Table 1, we can see when ste < 0.05, the accuracy of skew estmaton s good and stable, but the comutatonal comlexty s hgh. However, when ste = 0.1, the results are contrary. Consderng the trade-off, we fnally set ste = Table 1: The erformance of skew estmaton on tranng dataset (50 document mages) for testng ste when ω s set as ω = ste AED(º) NCE NGE Tme (s) All exerments are conducted n Vsual Studo 2012 envronment on the PC wth M (2.4 GHz) CPU and 2GB RAM. The comutatonal tme gven n Table 1 and 2 s tested on a document mage wth sze Exermental results Usng the arameters gven n Secton 4.2, we test the roosed aroach on test dataset wth dfferent schemes. As mentoned above, there are two stes for skew estmaton: coarse skew estmaton (CS) and energy mnmzaton (EM). Actually, these two stes are ndeendent. Hence, they can be used to estmate skew alone, or CS can be relaced by other skew estmaton methods. In ths aer, we do CS before EM wth consderng the trade-off between seed and accuracy. To further mrove seed, we can do 2:1 downsamlng (DS) of the orgnal document mages. Table 2 resents the results of skew estmaton wth dfferent schemes combnaton. As shown n Table 2, the erformance of skew estmaton s the best by adotng the combnaton of CS and EM schemes, whle the comutatonal tme s largest. e observe that the

6 Table 2: The erformance of skew estmaton on test dataset (150 document mages) wth dfferent scheme combnaton. Schemes AED(º) NCE NGE Tme (s) CS CS+EM CS+DS CS+EM+DS erformance obvously decrease although much comutatonal tme s saved, when downsamlng the document mage before skew estmaton. Because the document mage wll lose some mortant foreground xel state nformaton for skew estmaton after downsamlng. So dfferent schemes can be adoted accordng to dfferent alcatons or requrements. Fgure 5 lsts some examles of skew estmaton wth our roosed aroach. 5 Conclusons In ths aer, we roose a novel and effcent skew estmaton aroach for document mages. e formulate the roblem as an energy mnmzaton roblem. A new cost functon whch consders global background and foreground nformaton s constructed and the lne fttng technque s exloted to get a coarse skew angle. Then the mnmzaton of the constructed cost functon yelds the fnal skew angle. The exermental results on ICDAR2013 DISEC dataset have shown that our aroach accurately estmates the skew angle of document mages wth average error devaton º. 6 Acknowledgements Ths work was suorted by the Natural Scence Foundaton of Chna (Grant No ), the Program for New Century Excellent Talents n Unversty (Grant No. NCET ), the Fok Yng Tong Educaton Foundaton (Grant No ), and the Fundamental Research Funds for the Central Unverstes (Grant No. HIT. NSRIF ). 7 References [1] G. Nagy, "Twenty years of document mage analyss n PAMI," TPAMI, vol. 22, , [2] S. B. Rezae, A. Sarrafzadeh, and J. Shanbehzadeh, "Skew Detecton of Scanned Document Images," IMCECS, [3] S. L, Q. Shen, and J. Sun, "Skew detecton usng wavelet decomoston and rojecton rofle analyss," PRL, vol. 28, , [4] J. Sadr and M. Cheret, "A new aroach for skew correcton of documents based on artcle swarm otmzaton," ICDAR, 2009, [5] A. Paandreou and B. Gatos, "A Novel Skew Detecton Technque Based on Vertcal Projectons," ICDAR, 2011, [6] B. Eshten, "Determnng Document Skew Usng Interlne Saces," ICDAR, 2011, [7] D. Kumar, "Modfed Aroach of Hough Transform for Skew Detecton and Correcton n Documented Images," IJRCS, vol. 2, , [8] I. Konya, S. Eckeler, and C. Sebert, "Fast seamless skew and orentaton detecton n document mages," ICPR, 2010, [9] M. Chen and X. Dng, "A robust skew detecton algorthm for grayscale document mage," ICDAR, 1999, [10] C.-H. Chou, S.-Y. Chu, and F. Chang, "Estmaton of skew angles for scanned documents based on ecewse coverng by arallelograms," PR, vol. 40, , [11] A. A. Mascaro, G. D. Cavalcant, and C. A. Mello, "Fast and robust skew estmaton of scanned documents through background area nformaton," PRL, vol. 31, , [12] A. Alae, U. Pal, P. Nagabhushan, and F. Kmura, "A Pantng Based Technque for Skew Estmaton of Scanned Documents," ICDAR, 2011, [13] Y.-K. Chen and J.-F. ang, "Skew detecton and reconstructon based on maxmzaton of varance of transton-counts," PR, vol. 33, , [14] A. Das and B. Chanda, "A fast algorthm for skew detecton of document mages usng morhology," IJDAR, vol. 4, , [15] B. Dhandra, V. Malemath, H. Mallkarjun, and R. Hegad, "Skew detecton n Bnary mage documents based on Image Dlaton and Regon labelng Aroach," ICPR, 2006, [16] C. Sngh, N. Bhata, and A. Kaur, "Hough transform based fast skew detecton and accurate skew correcton methods," PR, vol. 41, , [17] G. Meng, C. Pan, N. Zheng, and C. Sun, "Skew estmaton of document mages usng baggng," TIP, vol. 19, , [18] H. Fan, L. Zhu, and Y. Tang, "Skew detecton n document mages based on rectangular actve contour," IJDAR, vol. 13, , [19] Y.-P. Guan, "Fast and robust skew estmaton n document mages through blnear flterng model," IETIP, vol. 6, , [20] "ICDAR2013 DISEC Dataset," htt://users.t.demokrtos.gr/~alexa/disec13/resources.ht ml.

7 orgnal skew:7.11 coarse skew: fnal skew: orgnal skew: coarse skew: fnal skew: orgnal skew:11.59 coarse skew: fnal skew: orgnal skew:14.96 coarse skew: fnal skew: Fgure 5: Four examles of skew estmaton wth the roosed aroach. The frst column gves the orgnal document mages. The second column gves the skew estmaton results of the document mages. The last column gves ther corresondng skew correcton results.

THE CONDENSED FUZZY K-NEAREST NEIGHBOR RULE BASED ON SAMPLE FUZZY ENTROPY

THE CONDENSED FUZZY K-NEAREST NEIGHBOR RULE BASED ON SAMPLE FUZZY ENTROPY Proceedngs of the 20 Internatonal Conference on Machne Learnng and Cybernetcs, Guln, 0-3 July, 20 THE CONDENSED FUZZY K-NEAREST NEIGHBOR RULE BASED ON SAMPLE FUZZY ENTROPY JUN-HAI ZHAI, NA LI, MENG-YAO

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

Recognition of Identifiers from Shipping Container Images Using Fuzzy Binarization and Enhanced Fuzzy Neural Network

Recognition of Identifiers from Shipping Container Images Using Fuzzy Binarization and Enhanced Fuzzy Neural Network Recognton of Identfers from Shng Contaner Images Usng uzzy Bnarzaton and Enhanced uzzy Neural Networ Kwang-Bae Km Det. of Comuter Engneerng, Slla Unversty, Korea gbm@slla.ac.r Abstract. In ths aer, we

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

CS 534: Computer Vision Model Fitting

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

More information

Region Segmentation Readings: Chapter 10: 10.1 Additional Materials Provided

Region Segmentation Readings: Chapter 10: 10.1 Additional Materials Provided Regon Segmentaton Readngs: hater 10: 10.1 Addtonal Materals Provded K-means lusterng tet EM lusterng aer Grah Parttonng tet Mean-Shft lusterng aer 1 Image Segmentaton Image segmentaton s the oeraton of

More information

Lecture Note 08 EECS 4101/5101 Instructor: Andy Mirzaian. All Nearest Neighbors: The Lifting Method

Lecture Note 08 EECS 4101/5101 Instructor: Andy Mirzaian. All Nearest Neighbors: The Lifting Method Lecture Note 08 EECS 4101/5101 Instructor: Andy Mrzaan Introducton All Nearest Neghbors: The Lftng Method Suose we are gven aset P ={ 1, 2,..., n }of n onts n the lane. The gven coordnates of the -th ont

More information

A new Algorithm for Lossless Compression applied to two-dimensional Static Images

A new Algorithm for Lossless Compression applied to two-dimensional Static Images A new Algorthm for Lossless Comresson aled to two-dmensonal Statc Images JUAN IGNACIO LARRAURI Deartment of Technology Industral Unversty of Deusto Avda. Unversdades, 4. 48007 Blbao SPAIN larrau@deusto.es

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

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

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

More information

Support Vector Machines

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

More information

A Gradient Difference based Technique for Video Text Detection

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

More information

A Gradient Difference based Technique for Video Text Detection

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

More information

Application of Genetic Algorithms in Graph Theory and Optimization. Qiaoyan Yang, Qinghong Zeng

Application of Genetic Algorithms in Graph Theory and Optimization. Qiaoyan Yang, Qinghong Zeng 3rd Internatonal Conference on Materals Engneerng, Manufacturng Technology and Control (ICMEMTC 206) Alcaton of Genetc Algorthms n Grah Theory and Otmzaton Qaoyan Yang, Qnghong Zeng College of Mathematcs,

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

An Improved Face Recognition Technique Based on Modular Multi-directional Two-dimensional Principle Component Analysis Approach

An Improved Face Recognition Technique Based on Modular Multi-directional Two-dimensional Principle Component Analysis Approach 301 JOURNAL OF SOFWARE, VOL. 9, NO. 1, DECEMBER 014 An Imroved Face Recognton echnque Based on Modular Mult-drectonal wo-dmensonal Prncle Comonent Analyss Aroach Deartment of Deartment of Xaoqng Dong Physcs

More information

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

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

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

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

3D vector computer graphics

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

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity

Corner-Based Image Alignment using Pyramid Structure with Gradient Vector Similarity Journal of Sgnal and Informaton Processng, 013, 4, 114-119 do:10.436/jsp.013.43b00 Publshed Onlne August 013 (http://www.scrp.org/journal/jsp) Corner-Based Image Algnment usng Pyramd Structure wth Gradent

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

An Image Fusion Approach Based on Segmentation Region

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

More information

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

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

More information

Hermite Splines in Lie Groups as Products of Geodesics

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

More information

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

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

More information

Image Segmentation. Image Segmentation

Image Segmentation. Image Segmentation Image Segmentaton REGION ORIENTED SEGMENTATION Let R reresent the entre mage regon. Segmentaton may be vewed as a rocess that arttons R nto n subregons, R, R,, Rn,such that n= R = R.e., the every xel must

More information

Expert Systems with Applications

Expert Systems with Applications Exert Systems wth Alcatons 36 (2009) 5402 5410 Contents lsts avalable at ScenceDrect Exert Systems wth Alcatons ournal homeage: www.elsever.com/locate/eswa Pattern recognton usng neural-fuzzy networks

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Unsupervised Learning

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

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline

Image Representation & Visualization Basic Imaging Algorithms Shape Representation and Analysis. outline mage Vsualzaton mage Vsualzaton mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and Analyss outlne mage Representaton & Vsualzaton Basc magng Algorthms Shape Representaton and

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 97-735 Volume Issue 9 BoTechnology An Indan Journal FULL PAPER BTAIJ, (9), [333-3] Matlab mult-dmensonal model-based - 3 Chnese football assocaton super league

More information

A Simple and Efficient Goal Programming Model for Computing of Fuzzy Linear Regression Parameters with Considering Outliers

A Simple and Efficient Goal Programming Model for Computing of Fuzzy Linear Regression Parameters with Considering Outliers 62626262621 Journal of Uncertan Systems Vol.5, No.1, pp.62-71, 211 Onlne at: www.us.org.u A Smple and Effcent Goal Programmng Model for Computng of Fuzzy Lnear Regresson Parameters wth Consderng Outlers

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Lecture 5: Multilayer Perceptrons

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

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

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

More information

Feature Reduction and Selection

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

More information

A Method of Line Matching Based on Feature Points

A Method of Line Matching Based on Feature Points JOURNAL OF SOFTWARE, VOL. 7, NO. 7, JULY 2012 1539 A Method of Lne Matchng Based on Feature Ponts Yanxa Wang and Yan Ma College of Comuter and Informaton Scence, Chongqng Normal Unversty, Chongqng, 400047,

More information

An Optimal Algorithm for Prufer Codes *

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

More information

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

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

More information

IMRT workflow. Optimization and Inverse planning. Intensity distribution IMRT IMRT. Dose optimization for IMRT. Bram van Asselen

IMRT workflow. Optimization and Inverse planning. Intensity distribution IMRT IMRT. Dose optimization for IMRT. Bram van Asselen IMRT workflow Otmzaton and Inverse lannng 69 Gy Bram van Asselen IMRT Intensty dstrbuton Webb 003: IMRT s the delvery of radaton to the atent va felds that have non-unform radaton fluence Purose: Fnd a

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Multi-View Face Alignment Using 3D Shape Model for View Estimation

Multi-View Face Alignment Using 3D Shape Model for View Estimation Mult-Vew Face Algnment Usng 3D Shape Model for Vew Estmaton Yanchao Su 1, Hazhou A 1, Shhong Lao 1 Computer Scence and Technology Department, Tsnghua Unversty Core Technology Center, Omron Corporaton ahz@mal.tsnghua.edu.cn

More information

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION

A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION 1 THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Seres A, OF THE ROMANIAN ACADEMY Volume 4, Number 2/2003, pp.000-000 A PATTERN RECOGNITION APPROACH TO IMAGE SEGMENTATION Tudor BARBU Insttute

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

Broadcast Time Synchronization Algorithm for Wireless Sensor Networks Chaonong Xu 1)2)3), Lei Zhao 1)2), Yongjun Xu 1)2) and Xiaowei Li 1)2)

Broadcast Time Synchronization Algorithm for Wireless Sensor Networks Chaonong Xu 1)2)3), Lei Zhao 1)2), Yongjun Xu 1)2) and Xiaowei Li 1)2) Broadcast Tme Synchronzaton Algorthm for Wreless Sensor Networs Chaonong Xu )2)3), Le Zhao )2), Yongun Xu )2) and Xaowe L )2) ) Key Laboratory of Comuter Archtecture, Insttute of Comutng Technology Chnese

More information

A new segmentation algorithm for medical volume image based on K-means clustering

A new segmentation algorithm for medical volume image based on K-means clustering Avalable onlne www.jocpr.com Journal of Chemcal and harmaceutcal Research, 2013, 5(12):113-117 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCRC5 A new segmentaton algorthm for medcal volume mage based

More information

Outline. Seamless Image Stitching in the Gradient Domain. Related Approaches. Image Stitching. Introduction Related Work

Outline. Seamless Image Stitching in the Gradient Domain. Related Approaches. Image Stitching. Introduction Related Work Outlne Seamless Image Sttchng n the Gradent Doman Anat Levn, Assaf Zomet, Shmuel Peleg and Yar Wess ECCV 004 Presenter: Pn Wu Oct 007 Introducton Related Work GIST: Gradent-doman Image Sttchng GIST GIST

More information

NOVEL APPROACH FOR MOVING HUMAN DETECTION AND TRACKING IN STATIC CAMERA VIDEO SEQUENCES

NOVEL APPROACH FOR MOVING HUMAN DETECTION AND TRACKING IN STATIC CAMERA VIDEO SEQUENCES THE PUBLIHING HOUE PROCEEDING OF THE ROMANIAN ACADEMY, eres A, OF THE ROMANIAN ACADEMY Volume 3, Number 3/202,. 269 277 NOVEL APPROACH FOR MOVING HUMAN DETECTION AND TRACKING IN TATIC CAMERA VIDEO EQUENCE

More information

Exercises (Part 4) Introduction to R UCLA/CCPR. John Fox, February 2005

Exercises (Part 4) Introduction to R UCLA/CCPR. John Fox, February 2005 Exercses (Part 4) Introducton to R UCLA/CCPR John Fox, February 2005 1. A challengng problem: Iterated weghted least squares (IWLS) s a standard method of fttng generalzed lnear models to data. As descrbed

More information

Active Contours/Snakes

Active Contours/Snakes Actve Contours/Snakes Erkut Erdem Acknowledgement: The sldes are adapted from the sldes prepared by K. Grauman of Unversty of Texas at Austn Fttng: Edges vs. boundares Edges useful sgnal to ndcate occludng

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

The Codesign Challenge

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

More information

Multilayer Neural Networks and Nearest Neighbor Classifier Performances for Image Annotation

Multilayer Neural Networks and Nearest Neighbor Classifier Performances for Image Annotation (IJACSA) Internatonal Journal of Advanced Comuter Scence and Alcatons, Vol. 3, No. 11, 01 Multlayer Neural Networs and Nearest Neghbor Classfer erformances for Image Annotaton Mustaha OUJAOURA Laboratory

More information

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

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

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

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

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

An Approach to Real-Time Recognition of Chinese Handwritten Sentences

An Approach to Real-Time Recognition of Chinese Handwritten Sentences An Approach to Real-Tme Recognton of Chnese Handwrtten Sentences Da-Han Wang, Cheng-Ln Lu Natonal Laboratory of Pattern Recognton, Insttute of Automaton of Chnese Academy of Scences, Bejng 100190, P.R.

More information

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE

ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Інформаційні технології в освіті ON SOME ENTERTAINING APPLICATIONS OF THE CONCEPT OF SET IN COMPUTER SCIENCE COURSE Yordzhev K., Kostadnova H. Some aspects of programmng educaton

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

Unsupervised Learning and Clustering

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

More information

Contour Error of the 3-DoF Hydraulic Translational Parallel Manipulator. Ryszard Dindorf 1,a, Piotr Wos 2,b

Contour Error of the 3-DoF Hydraulic Translational Parallel Manipulator. Ryszard Dindorf 1,a, Piotr Wos 2,b Advanced Materals Research Vol. 874 (2014) 57-62 Onlne avalable snce 2014/Jan/08 at www.scentfc.net (2014) rans ech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.874.57 Contour Error of the 3-DoF

More information

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

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

More information

A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS

A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS A MODEL-BASED BOOK BOUNDARY DETECTION TECHNIQUE FOR BOOKSHELF IMAGE ANALYSIS Ej TAIRA, Sech UCHIDA, Hroak SAKOE Graduate School of Informaton Scence and Electrcal Engneerng, Kyushu Unversty Faculty of

More information

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c Advanced Materals Research Onlne: 03-06-3 ISSN: 66-8985, Vol. 705, pp 40-44 do:0.408/www.scentfc.net/amr.705.40 03 Trans Tech Publcatons, Swtzerland Fnte Element Analyss of Rubber Sealng Rng Reslence Behavor

More information

TIME-EFFICIENT NURBS CURVE EVALUATION ALGORITHMS

TIME-EFFICIENT NURBS CURVE EVALUATION ALGORITHMS TIME-EFFICIENT NURBS CURVE EVALUATION ALGORITHMS Kestuts Jankauskas Kaunas Unversty of Technology, Deartment of Multmeda Engneerng, Studentu st. 5, LT-5368 Kaunas, Lthuana, kestuts.jankauskas@ktu.lt Abstract:

More information

A Clustering Algorithm for Chinese Adjectives and Nouns 1

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

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

On Some Entertaining Applications of the Concept of Set in Computer Science Course

On Some Entertaining Applications of the Concept of Set in Computer Science Course On Some Entertanng Applcatons of the Concept of Set n Computer Scence Course Krasmr Yordzhev *, Hrstna Kostadnova ** * Assocate Professor Krasmr Yordzhev, Ph.D., Faculty of Mathematcs and Natural Scences,

More information

Face Detection with Deep Learning

Face Detection with Deep Learning Face Detecton wth Deep Learnng Yu Shen Yus122@ucsd.edu A13227146 Kuan-We Chen kuc010@ucsd.edu A99045121 Yzhou Hao y3hao@ucsd.edu A98017773 Mn Hsuan Wu mhwu@ucsd.edu A92424998 Abstract The project here

More information

Life Tables (Times) Summary. Sample StatFolio: lifetable times.sgp

Life Tables (Times) Summary. Sample StatFolio: lifetable times.sgp Lfe Tables (Tmes) Summary... 1 Data Input... 2 Analyss Summary... 3 Survval Functon... 5 Log Survval Functon... 6 Cumulatve Hazard Functon... 7 Percentles... 7 Group Comparsons... 8 Summary The Lfe Tables

More information

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Face Recognition University at Buffalo CSE666 Lecture Slides Resources:

Face Recognition University at Buffalo CSE666 Lecture Slides Resources: Face Recognton Unversty at Buffalo CSE666 Lecture Sldes Resources: http://www.face-rec.org/algorthms/ Overvew of face recognton algorthms Correlaton - Pxel based correspondence between two face mages Structural

More information

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

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

More information

Multi-stable Perception. Necker Cube

Multi-stable Perception. Necker Cube Mult-stable Percepton Necker Cube Spnnng dancer lluson, Nobuuk Kaahara Fttng and Algnment Computer Vson Szelsk 6.1 James Has Acknowledgment: Man sldes from Derek Hoem, Lana Lazebnk, and Grauman&Lebe 2008

More information

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

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

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

Solving Optimization Problems on Orthogonal Ray Graphs

Solving Optimization Problems on Orthogonal Ray Graphs Solvng Otmzaton Problems on Orthogonal Ray Grahs Steven Chalck 1, Phl Kndermann 2, Faban L 2, Alexander Wolff 2 1 Insttut für Mathematk, TU Berln, Germany chalck@math.tu-berln.de 2 Lehrstuhl für Informatk

More information

A High-Accuracy Algorithm for Surface Defect Detection of Steel Based on DAG-SVM

A High-Accuracy Algorithm for Surface Defect Detection of Steel Based on DAG-SVM Sensors & Transducers, Vol. 57, Issue 0, October 203,. 42-48 Sensors & Transducers 203 by IFSA htt://www.sensorsortal.com A Hgh-Accuracy Algorthm for Surface Defect Detecton of Steel Based on DAG-SVM,

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD Analyss on the Workspace of Sx-degrees-of-freedom Industral Robot Based on AutoCAD Jn-quan L 1, Ru Zhang 1,a, Fang Cu 1, Q Guan 1 and Yang Zhang 1 1 School of Automaton, Bejng Unversty of Posts and Telecommuncatons,

More information

A Robust Method for Estimating the Fundamental Matrix

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

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Biostatistics 615/815

Biostatistics 615/815 The E-M Algorthm Bostatstcs 615/815 Lecture 17 Last Lecture: The Smplex Method General method for optmzaton Makes few assumptons about functon Crawls towards mnmum Some recommendatons Multple startng ponts

More information

Backpropagation: In Search of Performance Parameters

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

More information

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay,

Vanishing Hull. Jinhui Hu, Suya You, Ulrich Neumann University of Southern California {jinhuihu,suyay, Vanshng Hull Jnhu Hu Suya You Ulrch Neumann Unversty of Southern Calforna {jnhuhusuyay uneumann}@graphcs.usc.edu Abstract Vanshng ponts are valuable n many vson tasks such as orentaton estmaton pose recovery

More information

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory Background EECS. Operatng System Fundamentals No. Vrtual Memory Prof. Hu Jang Department of Electrcal Engneerng and Computer Scence, York Unversty Memory-management methods normally requres the entre process

More information

Repeater Insertion for Two-Terminal Nets in Three-Dimensional Integrated Circuits

Repeater Insertion for Two-Terminal Nets in Three-Dimensional Integrated Circuits Repeater Inserton for Two-Termnal Nets n Three-Dmensonal Integrated Crcuts Hu Xu, Vasls F. Pavlds, and Govann De Mchel LSI - EPFL, CH-5, Swtzerland, {hu.xu,vasleos.pavlds,govann.demchel}@epfl.ch Abstract.

More information

Feature Estimation and Registration of Point Clouds in Reverse Engineering

Feature Estimation and Registration of Point Clouds in Reverse Engineering Amercan Journal of Mechancal and Materals Engneerng 017; 1(4): 83-87 http://www.scencepublshnggroup.com/j/ajmme do: 10.11648/j.ajmme.0170104.15 Feature Estmaton and Regstraton of Pont Clouds n Reverse

More information

View-Dependent Multiresolution Representation for a Height Map

View-Dependent Multiresolution Representation for a Height Map Internatonal Journal of Innovaton, Management and echnology, Vol. 4, No. 1, February 013 Vew-Deendent Multresoluton Reresentaton for a Heght Ma Yong H. Chung, Won K. Hwam, Dae S. Chang, Jung-Ju Cho, and

More information