A Compositional Exemplar-Based Model for Hair Segmentation

Size: px
Start display at page:

Download "A Compositional Exemplar-Based Model for Hair Segmentation"

Transcription

1 A Compostonal Exemplar-Based Model for Har Segmentaton Nan Wang 1, Hazhou A 1, and Shhong Lao 2 1 Computer Scence & Technology Department, Tsnghua Unversty, Bejng, Chna ahz@mal.tsnghua.edu.cn 2 Core Technology Center, Omron Corporaton, Kyoto, Japan lao@ar.ncl.omron.co.jp Abstract. Har s a very mportant part of human appearance. Robust and accurate har segmentaton s dffcult because of challengng varaton of har color and shape. In ths paper, we propose a novel Compostonal Exemplar-based Model (CEM) for har style segmentaton. CEM generates an adaptve har style (a probablstc mask) for the nput mage automatcally n the manner of Dvde-and-Conquer, whch can be dvded nto decomposton stage and composton stage naturally. For the decomposton stage, we learn a strong ranker based on a group of weak smlarty functons emphaszng the Semantc Layout smlarty (SLS) effectvely; n the composton stage, we ntroduce the Neghbor Label Consstency (NLC) Constrant to reduce the ambguty between data representaton and semantc meanng and then recompose the har style usng alpha-expanson algorthm. Fnal segmentaton result s obtaned by Dual-Level Condtonal Random Felds. Experment results on face mages from Labeled Faces n the Wld data set show ts effectveness. 1 Introducton In computer graphcs, har acquston [1] [2] and har geometry modelng [3] have acheved sgnfcant progresses. Whle n computer vson, har style analyss or har segmentaton dscussed n ths paper s stll an ongong research ssue. Har s a very mportant part of human appearance especally n consumer mages. In vsual survellance condton or crmnal cases, face detals usually cannot be seen or remembered or descrbed clearly. However, har style s easer to be dentfed and descrbed n most cases, so t usually becomes one of the most mportant descrptors for some specfc target person. For ths applcaton, har segmentaton becomes a necessary ntermedate step to har style dentfcaton. Moreover, wth the rapd development of nternet, onlne makeup has become more and more popular. When people want to see whether or not some har style fts them, a good har style dentfcaton or search tool could help a lot, whch also makes har segmentaton necessary. Nevertheless, there are challenges for segmentng har area n consumer mages because of the varaton of shape and color. Robust har segmentaton s by far an unsolved problem.

2 1474 N. Wang, H. A, and S. Lao Fg. 1: It s easy to tell bald from the long har. But t s extremely hard to tell the long har from longer ones. Yacoob and Davs [4] buld a har color model and then adopt a regon growng algorthm to modfy the har regon. However, ths method wll only work when the har color doesn t change sgnfcantly, especally for the dark har. Consumer mages do not ft n ths constrant. Lee et al [5] gve a more practcal algorthm for consumer mages. They frst cluster har style and the color of har and face nto several typcal patterns manually. And then for each har style, choose the fttest har and face color model and modfy t accordng to the nput mage. A Markov Random Feld s bult and nferred to maxmze the jont probablty dstrbuton of each pxel on each label. The one whose labelng result has the mnmzed dstance to ts correspondng har style s chosen as the fnal har style. Ther work gves a practcal dea to solve the problem; nevertheless there are stll several ssues we need to focus on. Har style classfcaton s a hard ssue. It s dffcult to decde how many patterns are approprate even for just front vew, let alone cases wth sde vew. Wth a predefned cluster label, t s stll hard to decde whch har style an nput mage belongs to. It may be easy to tell bald from long har, but extremely hard to tell long har from longer one, as shown n Fgure 1. Unfortunately, ths classfcaton s vtal because unary term plays domnant role n graph model [6]. In Borensten and Ullman [7], a combned top-down and bottom-up algorthm s proposed to solve the problem of fgure-ground segmentaton. Durng top-down procedure, mage fragments and the correspondng fgure background labels are extracted from tranng data frst and then used to optmally cover an object n a novel mage to nduce the fnal segmentaton result. Wang and Tang [8] approached the problem of face photo-sketch synthess and recognton. The nput mage s normalzed and dvded nto overlapped rectangles. For each rectangle, K canddate patches from the tranng set are selected. A mult-scale Markov Random Feld model s used for the selecton of optmal combnaton of patches. Jolc et al. [9] model the spatal correlatons n mage class structure by ntroducng the Stel to make mage models nvarant to changes n local measurement, whle senstve to changes n mage structure. Inspred by these works, we buld a Compostonal Exemplar-based Model (CEM, secton 2) for har style generaton, whch could generate an approprate

3 A Compostonal Exemplar-Based Model for Har Segmentaton 1475 Fg. 2: Work flow of Compostonal Exemplar-based Model. Color code for labels are: whte - background, yellow - face, black - har and blue - clothes. (Ths fgure s best vewed n color.) har style for the nput mage. In our paper, actually four labels are used: background, face, har and clothes. CEM works n the Dvde-and-Conquer way as llustrated n Fgure 2. In the decomposton stage, we desgn a group of Semantc Layout Smlarty (SLS) features (secton 2.1), whch are combned together to get a strong and effectve smlarty functon for each locaton respectvely. Based on the smlarty functon, canddate segmentaton results are collected for each local patch from a manually labeled lbrary n ths stage. In the composton stage, we ntroduce a Neghbor Label Consstency (NLC) Constrant and organze local patches as a Markov Network (secton 2.2). A well-defned consstency functon promses the regularty [10], whch allows us to optmze the CEM usng α-expanson algorthm [10] [11] [12]. CEM fnally generate a probablstc mask as llustrated n Fgure 2. Wth the favor of the mask, we obtan the fnal segmentaton result usng a dual-level Condtonal Random Felds (secton 3). 2 Compostonal Exemplar-based Model It s hard to model the har styles ntegrally, snce har styles have large varaton as shown n Fgure 1. The basc dea s to decompose a har style nto local patches and model each patch respectvely. The reason s that although har styles can dffer from each other dramatcally n global, they can stll share some common Semantc Layout n local. In our paper, Semantc Layout means the actual label patterns of patches. There s ntutonal evdence n the dagram of the Decomposton Stage n Fgure 2. The purple patch of the nput mage covers forehead and har root regons. The frst three searchng har style are very dfferent from the query one, but just n ths local patch, they seem the same. Ths s why we can model har style locally.

4 1476 N. Wang, H. A, and S. Lao Fg. 3: Ambguty of patches. Although the two green patches seem very smlar to each other n date representaton level, the dark color parts of the patches have totally dfferent semantc meanngs. When neghbor patch (n red) are consdered together, the ambguty can be avoded. In the decomposton stage, canddate segmentaton results are obtaned ndependently. However, the ndependence of searchng wll lead to ambguty sometmes, because we use the smlarty defned n data representaton level to approxmate the actual one n semantc level. We gve an example n Fgure 3, where the local patches from two mages are almost the same n the data representaton level but have totally dfferent meanngs for the dark color part n the semantc level. However, f ts neghbor patch (n the red rectangle) s consdered together, ths ambguty can be avoded most of the tme. From ths pont, we ntroduce the Neghbor Label Consstency (NLC) Constrant to reduce the ambguty. There are two key problems n the model. The frst one s how to defne a smlarty to capture the Semantc Layout nformaton. And the second one s how to select the best canddates for all patches together when NLC Constrant s ntroduced. They wll be descrbed n the next subsectons respectvely. Before that, we defne some notatons. P s the local patch of the mage and ts correspondng label result s denoted as L. The local patches are requred overlappng wth ts adjacent ones. Then the neghbor patch ndces of P s denoted as N (). For each patch P, there s an exemplar lbrary for t, whch s denoted as { P k }. The manually labeled result for the exemplar lbrary s { L k }. The smlarty functon n data representaton level between patch P and Q s defned as H (P, Q). The smlarty functon C (P, Q) for Semantc Layout between patch P and Q s defned as follows: C (P, Q) = 1 δ ( L m p m = L m ) Q where s the sze of regon P and Q. δ ( ) s Kronecker delta functon. (1) 2.1 Learnng Smlarty Functon by SLS features In ths subsecton, we focus on how to defne a smlarty functon to capture the Semantc Layout nformaton. Smlarty can be defned on the statstc nformaton, such as hstograms, or on the data structure, such as Eucld dstance,

5 A Compostonal Exemplar-Based Model for Har Segmentaton 1477 Fg. 4: Green patches of the two mages have very smlar Semantc Layout. However, f the smlarty s defned based on the whole feature of the patch, background dfference wll domnate the smlarty between them and cause a loss of the good exemplar canddate. Our SLS feature s calculated n selected sub-patches, such as the red rectangle. In ths way, better consstency between data representaton and semantc meanngs can be acheved. or on a fuson of them. One thng should be notced n the problem s that the feature compactness of dfferent labels are not the same. For example, face and har have some typcal pattern of color or texture dstrbutons; whle clothes feature dstrbuton s looser and background feature dstrbutons barely share anythng from one mage to another. Ths characterstc wll cause loss of good exemplar labels sometmes, as shown n Fgure 4. To acheve a better consstency between data representaton and semantc meanngs, our smlarty functon s constructed based on the features n local sub-patches. A smlar work to capture the Semantc Layout nformaton s that of Shotton et al. [6] whch presents a dscrmnatve model to fuse shape, appearance and context nformaton to recognze effcently the object classes. Our algorthm s dfferent from that snce we focus on the explct smlarty of Semantc Layout of patches, whle they focus on the classfcaton of pxel usng Semantc Layout as a learnng cue. Formally, denote the SLS feature set Φ = {φ 0, φ 1,, φ M }. Our algorthm use color and texture as basc features, such as RGB, HSL color space, Gabor wavelet, whch are represented as hstograms (Gabor wavelet s transformed as LGBP [13](Local Gabor Bnary Pattern)). Each SLS feature n Φ s determned by a trple F m, R m, B m. F m denotes the feature type, whch can be hstogram of R channel n the RGB color space or LGBP n some specfc frequency and orentaton. R m s the rectangle where F m hstogram s calculated. B m s the bn ndex of the hstogram. Let φ m (P ) = φ {Fm,R m,b m} (P ) be the B m bn value

6 1478 N. Wang, H. A, and S. Lao Table 1: Preference Pars Generaton Algorthm Input: Exemplar lbrary n specfc locaton P k, threshold τ Output: Preference Par Set (Tranng Set) {T j} Intalzaton: {T j} Φ For each P j Sort the other patches based on C `P j, Pk, and get a permutaton of the other patches π (m), whch maps the patch s sortng ndex m to ts orgnal ndex π (m) n P. k For each P π(m), whch satsfes that C Add P j, Pπ(0), P π(m) n {T j} End For End For P j, Pπ(m) < τ of F m hstogram extracted from P n the rectangle R m. Then the weak ranker h m (P, P j ) s calculated as: h m (P, P j ) = (φ m (P ) φ m (P j )) 2 φ m (P ) + φ m (P j ) (2) whch actually s the opposte number of one addend term from the Ch-Square Dstance equaton. So the fnal smlarty functon s a generalzaton of Ch- Square Dstance. To get a good enough smlarty functon, we apply the RankBoost [14] learnng algorthm to select the best SLS features and evaluate ther weghts. For the RankBoost algorthm, preference pars should be defned to serve as the tranng data. In our problem, the preference s defned by the manually labeled result smlarty of the two exemplar patches C (P, P j ). For each exemplar lbrary { P k }, one of them s used as the query patch, and the others are sorted based on C (P, P j ). And we prefer that the smlarty between the query one and the frst one s larger than that between the query one and the end ones. Specfcally, the preference pars (tranng set) generaton algorthm s shown n Table 1. The tranng objectve of our algorthm s to construct a strong ranker functon (smlarty functon n our paper) so that: ( P j, Pπ(0) ) (, P π(m) {T j }, H P j, Pπ(0) ) ( ) > H P j, Pπ(m) The smlarty functon H ( ) s the weghted sum of weak rankers, the same as other boostng algorthm. The detals of RankBoost tranng algorthm can be found n [14]. (3)

7 A Compostonal Exemplar-Based Model for Har Segmentaton Introduce NLC Constrant nto CEM In CEM, NLC Constrant s acheved by enforcng pxel to be assgned the same label no matter whch patch t locates n. So the consstency functon can be defned by C A (P, Q), whch s C (P, Q) restrcted on the overlappng area A of P and Q. The CEM can be represented formally as a Markov Network. The Node s the patch set {P }, and the neghborhood system s just defned before. Suppose C best canddate exemplars are reserved. The optmzaton of CEM can be done by mnmzng the followng energy functon: E (P ) = ϕ (c ) + ϕ,j (c, c j ) (4) j N() where c denotes the ndex of exemplar that P fnally take. The unary functon ϕ (c ) s defned as: ϕ (c ) = log (H (P, P c )) (5) And the parwse functon ϕ,j (c, c j ) s defned as: ϕ,j (c, c j ) = log ( ( C A P c, )) Pcj j However, the straghtforward defnton s not regular [10]. Accordng to the theorem of [10], the regularty of par wse term s a necessary and suffcent condton for graph-representablty. So ths energy functon cannot be mnmzed by graph-cut based algorthm. The problem can be solved by expandng the node label set from L = {0, 1,, C 1} to L = {0, 1,, nc 1}, where n s the vertces number. All possble canddate exemplars of all patches are grouped together. Snce each patch can only take label ranged between C and ( + 1) C 1 actually, the other assgnment should be set as a maxmum value. The mappng functon between label ndex s f (c ) = c L. The unary term s computed as: { ϕ (f (c ϕ (c ) = )) C c < ( + 1) C (7) max others To satsfy the regular condton n [10], the par wse term s modfed as follows: βϕ,j (f (c ), f (c j )) C c < ( + 1) C, jc c j < (j + 1) C ϕ,j (c, c j ) = 0 c = c j max others (8) The proof of the regularty of ϕ,j (c, c j ) s gven n supplementary fles. Wth the constrant of unary term, c and c j wll always satsfy the frst condton n par wse term, when the assgnment s optmal. So the labelng result of graph model wth the expandng label set s equvalent to the former one. Although (6)

8 1480 N. Wang, H. A, and S. Lao Fg. 5: Dagram of Dual-Level Condtonal Random Felds. the expandng label set wll ncrease computaton load, n practce the nference s stll fast enough, because the number of super pxels s very small n general. Denote the optmal soluton of CEM as {L }. The probablstc har style mask s constructed to retan all the nformaton of overlappng patches. The mask M s calculated as: ( ),j P δ L j = l + ɛ M,l = (9),j P 1 + ɛ where M,l denotes the probablty of assgnng pxel wth label l. L j s the manually labeled result of optmal exemplar n ndex j whch s the correspondng ndex of pxel j n patch P. 3 Segmentaton wth Dual-Level Condtonal Random Feld Condtonal Random Fled wth hgher order constraned has been used n segmentaton problem and gets sgnfcant achevement recent years [15] [16] [17]. In ths paper, we use a dual-level CRF to ncorporate hgher order constrant from super pxels obtaned by JSEG [18]. There are two level vertces n the graph model of dual-level CRF. Vertces n level 1 are pxels n mages and vertces n level 2 are super pxels produced by JSEG [18]. The structure of dual-level CRFs s llustrated n Fgure 5. The edges only exst between vertces n level 1 and vertces between the two levels, whle there are no edges between vertces n level 2, because superpxels are used as soft constrant n our model and fnal labelng results are obtaned from level 1. The energy functon s defned as follows: E (x) = φ (x) +,j N() φ,j (x, x j ) + φ (x ) +, R j φ,j (x, x j ) (10) where x s the label assgned to correspondng pxel or super pxel. φ and φ,j s the energy term defned on pxel level. φ s the super pxel unary term.

9 A Compostonal Exemplar-Based Model for Har Segmentaton 1481 φ,j s the par wse term between pxel and ts correspondng super pxel, whch represent the hgher order constrant by super pxel. φ (x ) and φ (x ) have smlar defnton. where φ mask φ (x ) = ω mask φ mask (x ) + ω color φ color (x ) (11) (x ) = log (M,x ). φ color (x ) s defned as the mnus log of probablty that current pxel s color n color dstrbuton for the x label. In our experment, the color dstrbuton s represented as hstograms. In φ (x ), the mask probablty s the average of probabltes of the pxels n ts correspondng superpxel, and the color probablty s defned as the smlarty between color hstogram of superpxel s and correspondng label s. where β s set as ( φ,j (x, x j ) = γ exp β I I j 2) δ (x x j ) (12) ( 2 I I j 2 ) 1. γ s the model parameters. Assumng n level 1, j n level 2 and pxel belongs to super pxel R j, φ,j (x, x j ) s defned as Potts Model: { ( 0 x = x j φ,j (x, x j ) = γ exp β ) R j other (13) where R j s the cardnalty of super pxel R j. β s the nverse of the average over all super pxel szes. γ s model parameters just lke γ. We use α-expanson algorthm to get the labelng result of the dual-level CRF. 4 Expermental Result Frst of all, we label the tranng data, also called exemplar lbrary, manually. Tranng data comes from Labeled Faces n the Wld database [19]. The reason for choosng ths database s that mages n LFW are general consumer mages that are much less constrant than those used n face recognton researches, whch s very good for valdatng the proposed algorthm. We manually labeled 1026 mages. For each mage, each pxel s assgned a label from the label set: background, har, face or clothes. These mages are dvded nto two halves randomly. One of them s used for learnng smlarty functon and the parameters of CEM. The other s used for testng. The tranng and testng procedure s shown n Table 2 and Table 3 respectvely. These dvdng, tranng and testng procedure are repeated 10 tmes to get the experment data. The parameters of CEM are determned emprcally. In consderaton of speed, mages are normalzed as and dvded nto patches wth step of 8 n both x and y drectons. R m n the tranng data are rectangles wth szes of 4 4, 8 8 and The threshold s set as τ = 0.5. The canddate number s set as C = 10. β n formula 8 s 8. For the CRF model parameters,

10 1482 N. Wang, H. A, and S. Lao Table 2: Tranng algorthm Detect Face [20] and Eye locatons [21] for each mage and normalze t n the same sze For each locaton, extracted the exemplar patch set P k Generate tranng data as Table 1. Generate strong ranker usng RankBoost algorthm [14]. End For Table 3: Testng algorthm Detect Face [20] and Eye locatons [21] for each mage and normalze t n the tranng sze For each locaton, extracted the exemplar patch set P k Usng strong ranker H ( ) for current locaton to sort P k Keep C exemplars as canddates End For Optmze CEM by alpha-expanson algorthm and get mask M Inverse transform M to orgnal mage Buld dual-level CRF wth as stated n secton 3. Fnal segmentaton s obtaned by α-expanson [10] [11] [12]. γ = γ = 8, ω mask = 1.6 and ω color = 0.4. Both the max n formula 7 and 8 are set as 1000 to prevent an nvald nference result. In Fgure 6, we show some segmentaton result by our algorthm. Har style changes from bald to long and n dfferent colors, t can be seen that our algorthm works robustly n the condton of large varaton of har shape and color and clutter background. It takes us about 95 hours to tran the SLS-based rankers. The tranng algorthm s appled ndependently for each local patch. So t can be extended on a dstrbuted system easly to shorten the tranng tme. To show the effectveness of our smlarty functon, we used Normalzed Dscounted Cumulatve Gan (NDCG) [22] to estmate the rankng qualty. For a lst of mages sorted n descendng order of the scores output by a learned rankng model, the NDCG score at the m-th mage s computed as: N m = C m m j=1 2 r(j) 1 log (j + 2) (14)

11 A Compostonal Exemplar-Based Model for Har Segmentaton 1483 Fg. 6: Examples of Segmentaton result. (a) Orgnal Image (b) Manually labeled result (c) Our Segmentaton Result. Color code for labels are: whte - background, yellow - face, black -har and blue - clothes. Fg. 7: (a) NDCG at the frst mage. (b) Best Pxel Precson from the frst and the frst ten canddate exemplars where r (j) s the ratng of the j-th mage and C m s the normalzaton constant to make that a perfect orderng gets NDCG scores 1. In our experment, r (j) = C (P 0, P j ). In Fgure 7(a), we llustrate our result of m = 1 n each locaton wth comparson wth a straghtforward rankng algorthm usng hstogram and Eucld dstance n RGB space. Our algorthm outperforms the straghtforward one n almost every locaton. Especally n the dffcult patches, the precson can be mproved by 8% to 10%. And we also test the pxel precson of the best canddate obtaned by our strong rankers. Pxel level segmentaton accuracy defned as: preson = n δ (L = L ) n (15) where n s the sze of the current mage. L and L denotes the label of algorthm result and ground truth of pxel respectvely. In Fgure 7(b), we show

12 1484 N. Wang, H. A, and S. Lao Fg. 8: Comparson between CEM wth and wthout NLC Constrant the pxel precson of the best canddate n each locaton respectvely. For most patches, our ranker can fnd acceptable exemplars for them. In Fgure 8, we gve a qualtatve CEM example wth and wthout neghborhood consstency constrant. As explaned before, ndependent search for exemplar patch can cause ambguty nevtably. Neghborhood consstency constrant enforces the contnuty between overlapped patches to mprove the model robustness for ambguty. CEM wthout neghborhood consstency constrant can acheve a pxel precson of 84.6%. Incorporate the constrant nto CEM can mprove the precson to 86.3%. As numerous work [15] [16] [17] suggested, ncorporatng segments pror benefts the segmentaton accuracy and robustness. In our problem, the precson of fnal segmentaton result by Dual-Level CRF can reach 89.1%, whch outperform Sngle-Level one by 1.5%. Although they brng only a slght ncrease n the segmentaton accuracy quanttatvely, they contrbute sgnfcantly to subjectve qualty mprovement on segmentaton, just as stated n [15], a small ncrease n the pxel-wse accuracy wll actually make a large mprovement on the qualty of segmentaton. We also test mages not ncluded n our manually labeled lbrary. Some of the results are gven n Fgure 9 to demonstrate ts generalzaton ablty. Due to lack of technque detals of [5], we have not tred to compare wth t. Nevertheless we thnk our method s more powerful n dealng wth varous har styles. We tested on 1000 selected face mages n front vew that are somewhat smlar to the exemplars, and about 80% of segmentaton results are subjectvely acceptable. Unsatsfactory cases occur where har s confused wth background or shadows.

13 A Compostonal Exemplar-Based Model for Har Segmentaton 1485 Fg. 9: More Segmentaton Results. However, f a test mage exsts n the exemplar lbrary, t wll get the exact result. Ths characterstcs guarantees our approach s extensblty snce a new har style can be easly extended by addng ts manually labeled result nto the exemplar lbrary. 5 Concluson In ths paper, we propose a novel Compostonal Exemplar-based Model for har style representaton and segmentaton. CEM generates har style for the nput mage n the Dvde-and-Conquer manner, whch can be dvded nto the decomposton stage and composton stage naturally. For the decomposton stage, we desgn a group Semantc Layout Smlarty features and combne them nto a strong ranker by RankBoost algorthm. In the composton stage, we ntroduce the Neghbor Label Consstency Constrant to CEM and defne the consstency functon skllfully to ensure ts regularty. Fnal segmentaton result s obtaned by the nference of Dual-Level Condtonal Random Feld. Experment results on face mages from Labeled Faces n the Wld data set show ts effectveness. In future, we wll try to nclude sde vews nto the lbrary and speed up the searchng procedure. References 1. Pars, S., Brceo, H.M., Sllon, F.X.: Capture of har geometry from multple mages. In: SIGGRAPH. Volume 23., Los Angeles, CA, Unted states (2004)

14 1486 N. Wang, H. A, and S. Lao 2. Pars, S., Chang, W., Kozhushnyan, O.I., Jarosz, W., Matusk, W., Zwcker, M., Durand, F.: Har photobooth: Geometrc and photometrc acquston of real harstyles. SIGGRAPH 27 (2008) 3. Ward, K., Bertals, F., Km, T.Y., Marschner, S.R., Can, M.P., Ln, M.C.: A survey on har modelng: Stylng, smulaton, and renderng. IEEE Transactons on Vsualzaton and Computer Graphcs 13 (2007) Yacoob, Y., Davs, L.S.: Detecton and analyss of har. PAMI 28 (2006) chh Lee, K., Anguelov, D., Sumengen, B., Gokturk, S.B.: Markov random feld models for har and face segmentaton. In: AFG, Amsterdam (2008) Shotton, J., Wnn, J., Rother, C., Crmns, A.: Textonboost: Jont appearance, shape and context modelng for mult-class object recognton and segmentaton. In: ECCV. Volume 3951., Graz, Austra (2006) Borensten, E., Ullman, S.: Combned top-down/bottom-up segmentaton. PAMI 30 (2007) Wang, X., Tang, X.: Face photo-sketch synthess and recognton. PAMI 31 (2009) N.Jojc, A.Perna, M.Crstan, V.Murno, B.Frey: Stel component analyss: Modelng spatal correlatons n mage class structure. In: CVPR. (2009) 10. Kolmogorov, V., Zabn, R.: What energy functons can be mnmzed va graph cuts? PAMI 26 (2004) Boykov, Y., Veksler, O., Zabh, R.: Fast approxmate energy mnmzaton va graph cuts. PAMI 23 (2001) Boykov, Y., Kolmogorov, V.: An expermental comparson of mn-cut/max- flow algorthms for energy mnmzaton n vson. PAMI 26 (2004) Zhang, W., Shan, S., Gao, W., Chen, X., Zhang, H.: Local gabor bnary pattern hstogram sequence (lgbphs): A novel non-statstcal model for face representaton and recognton. In: ICCV. (2005) 14. Freund, Y., Iyer, R., Schapre, R.E., Snger, Y.: An effcent boostng algorthm for combnng preferences. Journal of Machne Learnng Research 4 (2004) Kohl, P., Ladck, L., Torr, P.H.S.: Robust hgher order potentals for enforcng label consstency. In: CVPR, Anchorage, AK, Unted states (2008) 16. Larlus, D., Jure, F.: Combnng appearance models and markov random felds for category level object segmentaton. In: CVPR, Anchorage, AK (2008) Pantofaru, C., Schmd, C., Hebert, M.: Object recognton by ntegratng multple mage segmentatons. In: ECCV. Volume 5304., Marselle, France (2008) Deng, Y., Manjunath, B.S.: Unsupervsed segmentaton of color-texture regons n mages and vdeo. PAMI 23 (2001) Huang, G.B., e.manu Ramesh: Labeled faces n the wld: A database for studyng face recognton n unconstraned envronments (2007) Unversty of Massachusetts, Amherst, Techncal Report. 20. Huang, C., A, H., L, Y., Lao, S.: Hgh-performance rotaton nvarant multvew face detecton. PAMI 29 (2007) Zhang, L., A, H., Xn, S., Huang, C., Tsukj, S., Lao, S.: Robust face algnment based on local texture classfers. In: ICIP. Volume 2. (2005) Jarveln, K., Kekalanen, J.: Cumulated gan-based evaluaton of r technques. ACM Transactons on Informaton Systems 20 (2002)

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

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

More information

A Fast 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

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

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

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS

EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS P.G. Demdov Yaroslavl State Unversty Anatoly Ntn, Vladmr Khryashchev, Olga Stepanova, Igor Kostern EYE CENTER LOCALIZATION ON A FACIAL IMAGE BASED ON MULTI-BLOCK LOCAL BINARY PATTERNS Yaroslavl, 2015 Eye

More information

Collaboratively Regularized Nearest Points for Set Based Recognition

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

More information

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

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

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

More information

Local Quaternary Patterns and Feature Local Quaternary Patterns

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

More information

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

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

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 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

Discriminative Dictionary Learning with Pairwise Constraints

Discriminative Dictionary Learning with Pairwise Constraints Dscrmnatve Dctonary Learnng wth Parwse Constrants Humn Guo Zhuoln Jang LARRY S. DAVIS UNIVERSITY OF MARYLAND Nov. 6 th, Outlne Introducton/motvaton Dctonary Learnng Dscrmnatve Dctonary Learnng wth Parwse

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

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

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

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

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures

A Novel Adaptive Descriptor Algorithm for Ternary Pattern Textures A Novel Adaptve Descrptor Algorthm for Ternary Pattern Textures Fahuan Hu 1,2, Guopng Lu 1 *, Zengwen Dong 1 1.School of Mechancal & Electrcal Engneerng, Nanchang Unversty, Nanchang, 330031, Chna; 2. School

More information

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1

Outline. Discriminative classifiers for image recognition. Where in the World? A nearest neighbor recognition example 4/14/2011. CS 376 Lecture 22 1 4/14/011 Outlne Dscrmnatve classfers for mage recognton Wednesday, Aprl 13 Krsten Grauman UT-Austn Last tme: wndow-based generc obect detecton basc ppelne face detecton wth boostng as case study Today:

More information

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

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

SIGGRAPH Interactive Image Cutout. Interactive Graph Cut. Interactive Graph Cut. Interactive Graph Cut. Hard Constraints. Lazy Snapping.

SIGGRAPH Interactive Image Cutout. Interactive Graph Cut. Interactive Graph Cut. Interactive Graph Cut. Hard Constraints. Lazy Snapping. SIGGRAPH 004 Interactve Image Cutout Lazy Snappng Yn L Jan Sun Ch-Keung Tang Heung-Yeung Shum Mcrosoft Research Asa Hong Kong Unversty Separate an object from ts background Compose the object on another

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

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

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

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

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Smoothing Spline ANOVA for variable screening

Smoothing Spline ANOVA for variable screening Smoothng Splne ANOVA for varable screenng a useful tool for metamodels tranng and mult-objectve optmzaton L. Rcco, E. Rgon, A. Turco Outlne RSM Introducton Possble couplng Test case MOO MOO wth Game Theory

More information

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

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

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications 14/05/1 Machne Learnng: Algorthms and Applcatons Florano Zn Free Unversty of Bozen-Bolzano Faculty of Computer Scence Academc Year 011-01 Lecture 10: 14 May 01 Unsupervsed Learnng cont Sldes courtesy of

More information

A Background Subtraction for a Vision-based User Interface *

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

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

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

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

Problem Set 3 Solutions

Problem Set 3 Solutions Introducton to Algorthms October 4, 2002 Massachusetts Insttute of Technology 6046J/18410J Professors Erk Demane and Shaf Goldwasser Handout 14 Problem Set 3 Solutons (Exercses were not to be turned n,

More information

Multiple Frame Motion Inference Using Belief Propagation

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

More information

Classifying Acoustic Transient Signals Using Artificial Intelligence

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

More information

Object-Based Techniques for Image Retrieval

Object-Based Techniques for Image Retrieval 54 Zhang, Gao, & Luo Chapter VII Object-Based Technques for Image Retreval Y. J. Zhang, Tsnghua Unversty, Chna Y. Y. Gao, Tsnghua Unversty, Chna Y. Luo, Tsnghua Unversty, Chna ABSTRACT To overcome the

More information

UB at GeoCLEF Department of Geography Abstract

UB at GeoCLEF Department of Geography   Abstract UB at GeoCLEF 2006 Mguel E. Ruz (1), Stuart Shapro (2), June Abbas (1), Slva B. Southwck (1) and Davd Mark (3) State Unversty of New York at Buffalo (1) Department of Lbrary and Informaton Studes (2) Department

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

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

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Scale Selective Extended Local Binary Pattern For Texture Classification

Scale Selective Extended Local Binary Pattern For Texture Classification Scale Selectve Extended Local Bnary Pattern For Texture Classfcaton Yutng Hu, Zhlng Long, and Ghassan AlRegb Multmeda & Sensors Lab (MSL) Georga Insttute of Technology 03/09/017 Outlne Texture Representaton

More information

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems

A Unified Framework for Semantics and Feature Based Relevance Feedback in Image Retrieval Systems A Unfed Framework for Semantcs and Feature Based Relevance Feedback n Image Retreval Systems Ye Lu *, Chunhu Hu 2, Xngquan Zhu 3*, HongJang Zhang 2, Qang Yang * School of Computng Scence Smon Fraser Unversty

More information

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

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

Fitting: Deformable contours April 26 th, 2018

Fitting: Deformable contours April 26 th, 2018 4/6/08 Fttng: Deformable contours Aprl 6 th, 08 Yong Jae Lee UC Davs Recap so far: Groupng and Fttng Goal: move from array of pxel values (or flter outputs) to a collecton of regons, objects, and shapes.

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

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

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Online Detection and Classification of Moving Objects Using Progressively Improving Detectors

Online Detection and Classification of Moving Objects Using Progressively Improving Detectors Onlne Detecton and Classfcaton of Movng Objects Usng Progressvely Improvng Detectors Omar Javed Saad Al Mubarak Shah Computer Vson Lab School of Computer Scence Unversty of Central Florda Orlando, FL 32816

More information

An efficient method to build panoramic image mosaics

An efficient method to build panoramic image mosaics An effcent method to buld panoramc mage mosacs Pattern Recognton Letters vol. 4 003 Dae-Hyun Km Yong-In Yoon Jong-Soo Cho School of Electrcal Engneerng and Computer Scence Kyungpook Natonal Unv. Abstract

More information

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

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET

BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET 1 BOOSTING CLASSIFICATION ACCURACY WITH SAMPLES CHOSEN FROM A VALIDATION SET TZU-CHENG CHUANG School of Electrcal and Computer Engneerng, Purdue Unversty, West Lafayette, Indana 47907 SAUL B. GELFAND School

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

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

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval

Fuzzy C-Means Initialized by Fixed Threshold Clustering for Improving Image Retrieval Fuzzy -Means Intalzed by Fxed Threshold lusterng for Improvng Image Retreval NAWARA HANSIRI, SIRIPORN SUPRATID,HOM KIMPAN 3 Faculty of Informaton Technology Rangst Unversty Muang-Ake, Paholyotn Road, Patumtan,

More information

TN348: Openlab Module - Colocalization

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

More information

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

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

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow

Integrated Expression-Invariant Face Recognition with Constrained Optical Flow Integrated Expresson-Invarant Face Recognton wth Constraned Optcal Flow Chao-Kue Hseh, Shang-Hong La 2, and Yung-Chang Chen Department of Electrcal Engneerng, Natonal Tsng Hua Unversty, Tawan 2 Department

More information

An Improved Image Segmentation Algorithm Based on the Otsu Method

An Improved Image Segmentation Algorithm Based on the Otsu Method 3th ACIS Internatonal Conference on Software Engneerng, Artfcal Intellgence, Networkng arallel/dstrbuted Computng An Improved Image Segmentaton Algorthm Based on the Otsu Method Mengxng Huang, enjao Yu,

More information

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification

12/2/2009. Announcements. Parametric / Non-parametric. Case-Based Reasoning. Nearest-Neighbor on Images. Nearest-Neighbor Classification Introducton to Artfcal Intellgence V22.0472-001 Fall 2009 Lecture 24: Nearest-Neghbors & Support Vector Machnes Rob Fergus Dept of Computer Scence, Courant Insttute, NYU Sldes from Danel Yeung, John DeNero

More information

Hierarchical Image Retrieval by Multi-Feature Fusion

Hierarchical Image Retrieval by Multi-Feature Fusion Preprnts (www.preprnts.org) NOT PEER-REVIEWED Posted: 26 Aprl 207 do:0.20944/preprnts20704.074.v Artcle Herarchcal Image Retreval by Mult- Fuson Xaojun Lu, Jaojuan Wang,Yngq Hou, Me Yang, Q Wang* and Xangde

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

Margin-Constrained Multiple Kernel Learning Based Multi-Modal Fusion for Affect Recognition

Margin-Constrained Multiple Kernel Learning Based Multi-Modal Fusion for Affect Recognition Margn-Constraned Multple Kernel Learnng Based Mult-Modal Fuson for Affect Recognton Shzh Chen and Yngl Tan Electrcal Engneerng epartment The Cty College of New Yor New Yor, NY USA {schen, ytan}@ccny.cuny.edu

More information

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

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

More information

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

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

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris

Learning Ensemble of Local PDM-based Regressions. Yen Le Computational Biomedicine Lab Advisor: Prof. Ioannis A. Kakadiaris Learnng Ensemble of Local PDM-based Regressons Yen Le Computatonal Bomedcne Lab Advsor: Prof. Ioanns A. Kakadars 1 Problem statement Fttng a statstcal shape model (PDM) for mage segmentaton Callosum segmentaton

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Hybrid Non-Blind Color Image Watermarking

Hybrid Non-Blind Color Image Watermarking Hybrd Non-Blnd Color Image Watermarkng Ms C.N.Sujatha 1, Dr. P. Satyanarayana 2 1 Assocate Professor, Dept. of ECE, SNIST, Yamnampet, Ghatkesar Hyderabad-501301, Telangana 2 Professor, Dept. of ECE, AITS,

More information

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

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

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

Available online at Available online at Advanced in Control Engineering and Information Science

Available online at   Available online at   Advanced in Control Engineering and Information Science Avalable onlne at wwwscencedrectcom Avalable onlne at wwwscencedrectcom Proceda Proceda Engneerng Engneerng 00 (2011) 15000 000 (2011) 1642 1646 Proceda Engneerng wwwelsevercom/locate/proceda Advanced

More information

Title: A Novel Protocol for Accuracy Assessment in Classification of Very High Resolution Images

Title: A Novel Protocol for Accuracy Assessment in Classification of Very High Resolution Images 2009 IEEE. Personal use of ths materal s permtted. Permsson from IEEE must be obtaned for all other uses, n any current or future meda, ncludng reprntng/republshng ths materal for advertsng or promotonal

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

arxiv: v1 [cs.cv] 23 Apr 2015

arxiv: v1 [cs.cv] 23 Apr 2015 Person Re-dentfcaton wth Correspondence Structure Learnng Yang Shen 1, Weyao Ln 1, Junch Yan 1, Mnglang Xu 2, Janxn Wu 3 and Jngdong Wang 4 1 Shangha Jao Tong Unversty, Chna 2 Zhengzhou Unversty, Chna

More information

Robust visual tracking based on Informative random fern

Robust visual tracking based on Informative random fern 5th Internatonal Conference on Computer Scences and Automaton Engneerng (ICCSAE 205) Robust vsual trackng based on Informatve random fern Hao Dong, a, Ru Wang, b School of Instrumentaton Scence and Opto-electroncs

More information

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints

TPL-Aware Displacement-driven Detailed Placement Refinement with Coloring Constraints TPL-ware Dsplacement-drven Detaled Placement Refnement wth Colorng Constrants Tao Ln Iowa State Unversty tln@astate.edu Chrs Chu Iowa State Unversty cnchu@astate.edu BSTRCT To mnmze the effect of process

More information

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images

Using Fuzzy Logic to Enhance the Large Size Remote Sensing Images Internatonal Journal of Informaton and Electroncs Engneerng Vol. 5 No. 6 November 015 Usng Fuzzy Logc to Enhance the Large Sze Remote Sensng Images Trung Nguyen Tu Huy Ngo Hoang and Thoa Vu Van Abstract

More information

Fast Feature Value Searching for Face Detection

Fast Feature Value Searching for Face Detection Vol., No. 2 Computer and Informaton Scence Fast Feature Value Searchng for Face Detecton Yunyang Yan Department of Computer Engneerng Huayn Insttute of Technology Hua an 22300, Chna E-mal: areyyyke@63.com

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

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

Real-time Joint Tracking of a Hand Manipulating an Object from RGB-D Input

Real-time Joint Tracking of a Hand Manipulating an Object from RGB-D Input Real-tme Jont Tracng of a Hand Manpulatng an Object from RGB-D Input Srnath Srdhar 1 Franzsa Mueller 1 Mchael Zollhöfer 1 Dan Casas 1 Antt Oulasvrta 2 Chrstan Theobalt 1 1 Max Planc Insttute for Informatcs

More information

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines

A Modified Median Filter for the Removal of Impulse Noise Based on the Support Vector Machines A Modfed Medan Flter for the Removal of Impulse Nose Based on the Support Vector Machnes H. GOMEZ-MORENO, S. MALDONADO-BASCON, F. LOPEZ-FERRERAS, M. UTRILLA- MANSO AND P. GIL-JIMENEZ Departamento de Teoría

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Decson surface s a hyperplane (lne n 2D) n feature space (smlar to the Perceptron) Arguably, the most mportant recent dscovery n machne learnng In a nutshell: map the data to a predetermned

More information

Optimal Workload-based Weighted Wavelet Synopses

Optimal Workload-based Weighted Wavelet Synopses Optmal Workload-based Weghted Wavelet Synopses Yoss Matas School of Computer Scence Tel Avv Unversty Tel Avv 69978, Israel matas@tau.ac.l Danel Urel School of Computer Scence Tel Avv Unversty Tel Avv 69978,

More information

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram

Robust Mean Shift Tracking with Corrected Background-Weighted Histogram Robust Mean Shft Trackng wth Corrected Background-Weghted Hstogram Jfeng Nng, Le Zhang, Davd Zhang and Chengke Wu Abstract: The background-weghted hstogram (BWH) algorthm proposed n [] attempts to reduce

More information

MULTI-VIEW ANCHOR GRAPH HASHING

MULTI-VIEW ANCHOR GRAPH HASHING MULTI-VIEW ANCHOR GRAPH HASHING Saehoon Km 1 and Seungjn Cho 1,2 1 Department of Computer Scence and Engneerng, POSTECH, Korea 2 Dvson of IT Convergence Engneerng, POSTECH, Korea {kshkawa, seungjn}@postech.ac.kr

More information

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem

Ecient Computation of the Most Probable Motion from Fuzzy. Moshe Ben-Ezra Shmuel Peleg Michael Werman. The Hebrew University of Jerusalem Ecent Computaton of the Most Probable Moton from Fuzzy Correspondences Moshe Ben-Ezra Shmuel Peleg Mchael Werman Insttute of Computer Scence The Hebrew Unversty of Jerusalem 91904 Jerusalem, Israel Emal:

More information

Gender Classification using Interlaced Derivative Patterns

Gender Classification using Interlaced Derivative Patterns Gender Classfcaton usng Interlaced Dervatve Patterns Author Shobernejad, Ameneh, Gao, Yongsheng Publshed 2 Conference Ttle Proceedngs of the 2th Internatonal Conference on Pattern Recognton (ICPR 2) DOI

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Joint Example-based Depth Map Super-Resolution

Joint Example-based Depth Map Super-Resolution Jont Example-based Depth Map Super-Resoluton Yanje L 1, Tanfan Xue,3, Lfeng Sun 1, Janzhuang Lu,3,4 1 Informaton Scence and Technology Department, Tsnghua Unversty, Bejng, Chna Department of Informaton

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

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

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information