Collaboratively Regularized Nearest Points for Set Based Recognition

Size: px
Start display at page:

Download "Collaboratively Regularized Nearest Points for Set Based Recognition"

Transcription

1 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS 1 Collaboratvely Regularzed Nearest Ponts for Set Based Recognton Yang Wu mm.meda.kyoto-u.ac.jp/members/yangwu Mchhko Mnoh mm.meda.kyoto-u.ac.jp/members/mnoh Masayuk Mukunok mm.meda.kyoto-u.ac.jp/members/mukunok Academc Center for Computng and Meda Studes Kyoto Unversty Kyoto, , Japan Abstract Set based recognton has been attractng more and more attenton n recent years, benefttng from two facts: the dffculty of collectng sets of mages for recognton fades quckly, and set based recognton models generally outperform the ones for sngle nstance based recognton. In ths paper, we propose a novel model called collaboratvely regularzed nearest ponts (CRNP) for solvng ths problem. The proposal nherts the merts of smplcty, robustness, and hgh-effcency from the very recently ntroduced regularzed nearest ponts (RNP) method on fndng the set-to-set dstance usng the l 2 -norm regularzed affne hulls. Meanwhle, CRNP makes use of the powerful dscrmnatve ablty nduced by collaboratve representaton, followng the same dea as that n sparse recognton for classfcaton (SRC) for mage-based recognton and collaboratve sparse approxmaton (CSA) for set-based recognton. However, CRNP uses l 2 -norm nstead of the expensve l 1 -norm for coeffcents regularzaton, whch makes t much more effcent. Extensve experments on fve benchmark datasets for face recognton and person re-dentfcaton demonstrate that CRNP s not only more effectve but also sgnfcantly faster than other state-of-the-art methods, ncludng RNP and CSA. 1 Introducton As takng pctures/vdeos and sharng them over networks get easer and more popularzed, collectng a set of mages for recognzng an object category/nstance becomes ncreasngly convenent. Therefore, the drecton of usng a set of nstances/mages together for recognton, namely set based recognton [10], has got rapdly growng attenton n recent years. Though most of the methods proposed for solvng ths problem have been only tested on face recognton [2, 10, 12, 13] and person re-dentfcaton [9, 10], they are generally applcable to any recognton tasks. Set based recognton models have the potental to outperform sngle nstance based recognton approaches under the same condtons, due to that more nstances for testng generally means a hgher probablty to extract dscrmnatve nformaton for correct classfcaton. However, the performance largely depends on the detaled desgn of the model. c The copyrght of ths document resdes wth ts authors. It may be dstrbuted unchanged freely n prnt or electronc forms.

2 2 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS In the past few years varous approaches have been proposed, whch were revewed n [10] and [12]. In ths paper, we are focusng on the type of non-parametrc set-to-set dstance fndng approaches, whch have shown superor performance when compared wth other approaches. A smple model usng the mnmum pont-wse dstance (referred to as MPD for short) as the set-to-set dstance has been appled for person re-dentfcaton n [4] and got mpressve results. However, MPD s senstve to noses and outlers as the set-to-set dstance only depends on a sngle pont from each set. To overcome ths ssue, AHISD/CHISD (Affne/Convex Hull based Image Set Dstance) [2] computes an affne/convex hull for each set and then treats the geometrc dstance (dstance of closest approach) between two hulls as the set-to-set dstance. Snce such a dstance can be vewed as the dstance between two vrtual ponts generated from each of the two sets by lnear combnatons, t has some robustness to noses and outlers. Later on, SANP (Sparse Approxmated Nearest Ponts) [13] extended the model of CHISD by enforcng the sparsty of samples used for lnear combnaton, and showed better performance on face recognton than CHISD. Smlar to CHISD, there are also kernel versons of SANP (KSANP) as presented n [6], whch performed slghtly better than SANP. The work of SBDR (Set Based Dscrmnatve Rankng for Recognton) [10] opens a door towards ntegratng the power of unsupervsed set-to-set dstance fndng models wth the dscrmnatve ablty of supervsed learnng based approaches. Due to the dffculty of optmzng these two objectves n one step, SBDR adopts an teratve strategy to alternate setto-set dstance fndng (ether CHISD or SANP) and dscrmnatve metrc learnng. Though both SANP and SBDR (wth SANP) have shown qute mpressve results, they have a serous drawback of beng tme-consumng due to the l 1 -norm based sparsty term n ther model. Worse than SANP, SBDR needs an addtonal tranng stage whch takes much tme, as shown n the experments of ths paper. Very recently, the work of regularzed nearest ponts (RNP) [12] has ponted out that there s no need to use the complex formulaton wth many parameters and varables and the sparse constrant on the representaton coeffcents as adopted by SANP. Instead, RNP just uses the affne hull formulaton (as n AHISD [2]) regularzed by the l 2 -norm term, resultng n fewer parameters and varables. More attractvely, usng the l 2 -norm makes RNP have a closed-form soluton, thus beng much more effcent than SANP. Though beng smple, RNP performs even better than SANP on face recognton tasks. Despte ther dfferences n modelng, all of these approaches share the same dea of usng the ndependent set-to-set dstances between an arbtrary test/query set Q and each of the tranng/gallery sets X, {1,...,n} drectly for classfcaton, namely, dong nearestneghbor classfcaton based on these set-level dstances. The model of CSA (Collaboratve Sparse Approxmaton) [9], however, explores a new classfcaton model nspred by the success of sparse representaton for classfcaton (SRC) [8]. More concretely, CSA fnds the set-to-set dstance between Q and all X s together (treatng them as a large sngle set), and then t classfes Q by the reconstructon resduals usng only ndvdual gallery sets (.e. X s) and ther correspondng coeffcents. The collaboratve manner n the dstance fndng concdes wth the underlyng power of SRC as they both use all the tranng data to reconstruct a test set/sample. It tends to assgn hgher weghts to the samples belongng to the same class as the test set/sample, because statstcally those samples should be closer to the test set/sample than any others n a reasonably good feature space. Therefore, by dentfyng the set of samples whch have hgher coeffcents and a lower reconstructon resdual, we are lkely able to get the correct class label for the test set/sample. The dfferences between the ndependent dstance fndng approaches and the collaboratve dstance fndng approach

3 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS 3 X 1 X 1 Q Q X Q Q X X n X n (a) Set-to-set dstances (b) Set-to-sets dstance Fgure 1: Independent dstance fndng v.s. collaboratve dstance fndng, usng the problem of person re-dentfcaton as an example (other tasks shall look the same). (a) The set-to-set dstances generated by tradtonal ndependent dstance fndng approaches; (b) the set-tosets dstance got by collaboratve dstance fndng methods. CSA are llustrated n Fgure 1. For set-to-sets dstance fndng, CSA utlzes the SANP model as t has the same l 1 -norm based constrant on the coeffcents as that n the SRC model. Snce t only needs to compute the set-to-sets dstance once, t s usually more effcent than the SANP approach tself whch has to compute n ndvdual set-to-set dstances. In ths paper, we propose a novel collaboratve dstance fndng approach called Collaboratvely Regularzed Nearest Ponts (CRNP). Unlke CSA, t uses RNP for set-to-sets dstance fndng, whch no longer ensures the sparsty of the coeffcents as SANP does, thus beng much smpler and computatonal more effcent than CSA. Compared wth RNP, CRNP needs only one-round set-level dstance fndng so t could be much faster than RNP. Moreover, CRNP enables ntroducng the dscrmnatve class-specfc (or set-specfc) coeffcents generated by collaboratve reconstructon nto ts classfcaton model, resultng n a further boostng of the performance. The effectveness of usng l 2 -norm nstead of l 1 - norm for classfcaton based on collaboratve reconstructon has also been wtnessed n the work of CRC (Collaboratve Representaton for Classfcaton) [14]. However, the proposed CRNP s to the best of our knowledge the frst one that deals wth set based recognton, and as a set-based model usng regularzed affne hulls, t s qute dfferent from smply extendng CRC to smultaneously handle a set of testng samples, whch wll be demonstrated n our experments. The rest parts of the paper are organzed as follows. Secton 2 brefly revews the RNP model, whch leads to our proposed model of CRNP to be detaled n secton 3. Secton 4 shows the expermental results on both face recognton and person re-dentfcaton usng 5 benchmark datasets. Conclusons and future work are gven n secton 5. 2 Regularzed Nearest Ponts RNP models each mage set by a regularzed affne hull (RAH) formulated as: RAH = { x = X α k α k = 1, α 2 σ }, (1)

4 4 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS where the matrx X s a collecton of the samples belong to set wth each column denotng the feature vector of an mage and the vector α denotes the combnaton coeffcents. Note that n [12], the regularzer of RAH s defned usng a l p -norm to make the model as general as possble, but only p = 2 has been mplemented for RNP. Therefore, here we drectly use l 2 and keep t consstent throughout the paper. The dfference between RAH and AHISD s the addtonal l 2 -norm regularzaton of α, whch makes the affne combnaton only focus on the samples close to the sample mean of the set. For a gven test/query set Q and a tranng/gallery set X, RNP fnds two nearest ponts from the RAH of Q and the RAH of X, respectvely, by solvng the followng optmzaton problem: mn α,β Qα X β 2 2, s.t. k α k = 1, j β j = 1, α 2 σ 1, β 2 σ 2, (2) whose dual problem s mn α,β { Qα X β λ 1 α λ 2 β 2 2 }, s.t. k α k = 1, j β j = 1, (3) where λ 1 and λ 2 are Lagrangan multplers, and the affne hull constrants (.e., k α k = 1, j β j = 1) help avodng the trval soluton (α = β = 0). After gettng the soluton (α, β ) of Equaton 3, the set-to-set dstance between Q and X s defned to be d RNP = ( Q + X ) Qα X β 2 2, (4) where Q s the nuclear norm of Q,.e. the sum of the sngular values of Q. The nuclear norm term reflects the representaton ablty of a set, and t can remove the possble dsturbance unrelated to the class nformaton, to avod basng on large sets. Fnally, Q s classfed by C (Q) = argmn { d RNP }. (5) 3 Collaboratvely Regularzed Nearest Ponts The proposed CRNP model performs collaboratve dstance fndng usng all the tranng/gallery sets nstead of the ndependent set-by-set dstance fndng n RNP, so the dstance fndng model and ts optmzaton change accordng. Besdes that, CRNP has a dfferent classfcaton model whch makes use of the dscrmnatve coeffcents generated by collaboratve dstance fndng. The detals of these three aspects are gven as follows. 3.1 Collaboratve dstance fndng Gven the test/query set Q and all the tranng/gallery sets X, {1,...,n}, CRNP solves the followng optmzaton problem: { } Qα Xβ λ 1 α λ 2 β 2 2, s.t. k α k = 1, n =1 j β j = 1, (6) mn α,β where X = [X 1,...,X n ] denotes all the tranng/gallery sets together; β = [β T 1,..., β T n ]T are the correspondng coeffcents for these sets; λ 1 and λ 2 are trade-off parameters.

5 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS 5 Ths problem nherts the dstance fndng model from RNP, however, the small change of replacng X n Equaton 3 by X causes a bg change from ndependent dstance fndng to collaboratve dstance fndng, whch may lead to qute dfferent classfcaton results, as llustrated n Fgure 1 and demonstrated n Secton Dstance fndng optmzaton The optmzaton problem 6 wth equalty constrants can be transformed to the followng unconstraned optmzaton problem: { mn Qα Xβ λ 1 α λ 2 β γ 1 α,β ( ) ) } 2 1 k α k + γ2 (1 n =1 j β j 2, where γ 1 and γ 2 are Lagrangan multplers. It can be rewrtten nto a smpler form as { mn z ˆQα ˆXβ } 2 α,β 2 + λ 1 α λ 2 β 2 2, (8) where z = [0 1,m, γ 1, γ 2 ] T wth m denotng the dmensonalty of the mage feature space, ˆQ = [Q T, γ 1 1 Nq,1,0 Nq,1] T wth N q denotng the number of samples n Q, and ˆX = [ X T, 0 Nx,1, γ 2 1 Nx,1] T wth N x denotng the number of samples n X. 0, j and 1, j denote the j zero matrx and the j dmensonal matrx of ones, respectvely. Though the above problem has a closed-form soluton, we follow [12] on alternatvely optmzng α and β, whch avods the tme-consumng matrx nverse operaton of an ntegrated matrx contanng both Q and X for each test/query set Q. In the alternatve optmzaton of problem 8, however, the matrx nverse operaton on the tranng data X s ndependent of Q, so t can be pre-computed before testng. More concretely, when α s fxed, β has a closed-form soluton (7) β = P x ( z ˆQα ), (9) where P x = ( ˆX T ˆX + λ 2 I ) 1 ˆX T (10) (wth I denotng the dentty matrx) only depends on X, so t can be pre-computed. When β s fxed, α also has a closed-form soluton α = P q ( z ˆXβ ), (11) where P q = ( ˆQ T ˆQ + λ 1 I ) 1 ˆQ T, wth I denotng the dentty matrx. The algorthm of CRNP for computng the nearest ponts from both tranng and test sets s summarzed n Algorthm 1. As clamed n [12], the objectve functon n Formula 8 has a lower bound of 0 and t s jontly convex w.r.t. α and β. Snce n the alternatve optmzaton, each step on updatng α and β decreases the objectve, the teraton wll converge to the global optmal soluton. In our experments to be presented, the teraton usually termnates n no more than 10 steps.

6 6 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS Algorthm 1 COLLABORATIVELY REGULARIZED NEAREST POINTS (CRNP): Requre: The tranng/gallery sets X R m N x, an arbtrary test/query set Q R m N q, the pre-computed z, ˆX and P x (usng Equaton 10), and four trade-off parameters {λ 1,λ 2,γ 1,γ 2 }. Ensure: The representaton coeffcents for dstance fndng: α and β. 1: Construct ˆQ = [Q T, γ 1 1 Nq,1,0 Nq,1] T. 2: Compute the project matrx P q = ( ˆQ T ˆQ + λ 1 I) 1 ˆQ T. 3: Intalze β 0 = 1/N x. 4: whle not converged or not exceedng the maxmum number of teratons do 5: Update the representaton coeffcents: 6: α t+1 = P q (z ˆXβ t ). 7: β t+1 = P x (z ˆQα t+1 ); 8: end whle 9: Return α and β. 3.3 Classfcaton The collaboratve dstance fndng n CRNP mplctly makes β = [β 1,..., β n ] dscrmnatve. Therefore, we defne the dssmlarty between Q and X, {1,...,n} as dcrnp = ( Q + X ) Qα X β 2 2 / β 2 2, (12) where Q s the nuclear norm of Q,.e. the sum of the sngular values of Q. Then, Q s classfed by { } C (Q) = argmn d CRNP. (13) Compared wth drnp, d CRNP benefts from the dscrmnatve power of β, whch tends to make the class-specfc reconstructon resdual Qα X β 2 2 smaller and β 2 2 larger for the ground-truth label than any other labels j {1,...,n}, j. The effectveness of CRNP s classfcaton model wll be demonstrated n the followng secton. 4 Experments and Results To make the comparson wth the state-of-the-art approaches for set based recognton far and suffcent, we perform experments on both face recognton and person re-dentfcaton, and report results of all the related methods when applcable. Detaled expermental settngs are gven n secton 4.1, followed by the result comparson and analyss shown n secton 4.2. Fnally, we report the computatonal cost for the compared methods n secton Expermental settngs Datasets. For face recognton, we follow most of the related approaches on usng the Honda/UCSD dataset [7] and the CMU MoBo dataset [5] wth the same settngs of usng the frst 50 or 100 frames for recognton as n [13], [10] and [12]. The szes of the mages and the feature representatons exactly follow [10] (namely, raw pxels for Honda/UCSD dataset and LBP features for CMU MoBo dataset). Followng the common settngs, for

7 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS 7 Honda/UCSD dataset, the specfed 20 sequences of 20 subjects are used for tranng/gallery and the rest 39 sequences are left for testng/queryng; for CMU MoBo dataset, we perform a 10-tme cross-valdaton by randomly choosng one sequence from the four canddates for each of the 24 subjects and have the unselected sequences left for testng. The propertes of the these two datasets can be found n [10] and [12]. For person re-dentfcaton, we follow [9] on usng the LIDS-MA and LIDS-AA datasets [1] for evaluaton, along wth an addtonal dataset CAVIAR4REID [3]. These datasets have nterestng and complementary propertes, thus beng nformatve for comparson. LIDS- MA and LIDS-AA contan multple mages (92 n LIDS-MA, and 21 to 243 n LIDS- AA) for each human ndvdual captured by two non-overlappng cameras (camera 1 and camera 3 n ther orgnal settng) at an arport wth large vewpont changes. The LIDS- MA dataset has 40 persons wth manually cropped mages, whle the LIDS-AA dataset contans as many as 100 ndvduals collected by an automatc trackng algorthm. Therefore, compared wth LIDS-MA, LIDS-AA s not only larger, but also noser wth localzaton errors and unequal class szes. For both datasets, we perform 10-tme cross-valdaton by randomly choosng 10 mages for each gallery/query set. Unlke LIDS-MA and LIDS-AA, CAVIAR4REID conssts of several sequences flmed n a shoppng centre. Besdes vewpont changes, t has broad resoluton changes and severe pose varatons. We follow [3] on tranng wth 22 specfed subjects and testng on the other 50 subjects. Each set (ether for gallery or query) contans 5 randomly sampled mages, and 10-tme cross-valdaton s performed for result averagng. We use the same 400-dmensonal color and texture hstograms based features as mentoned n [11] for all the three datasets. Methods for comparson. We compare CRNP wth all the related state-of-the-arts methods as ntroduced n secton 1, ncludng MPD[4], SRC[8], CRC[14], CHISD[2], SANP[13], KSANP[6], SBDR[10], CSA[9] and RNP[12]. Note that SRC and CRC n ths paper stand for the extended versons from ther orgnal models. We smply replace the sngle test mage n these two models by a set of mages to do an overall reconstructon and classfcaton. For KSANP and SBDR, we only report the results that have been lsted for the same tasks n ther orgnal publcatons, whle for the others, we have ther codes ether from ther authors (such as SRC, CHISD, SANP, and CSA) or mplemented by ourselves (such as MPD, CRC and RNP) run on the same data splts usng the same features. Parameters. For CRNP, we have λ 1 = λ 2 = 4,γ 1 = γ 2 = 1 fxed for all the experments. For the other methods, we used the recommended parameters gven n ther orgnal papers. 4.2 Expermental results and analyss Honda/UCSD dataset. The results for all the concerned methods are lsted n Table 1 for both the 50 frames/set and 100 frames/set settngs. Besdes the referred results for KSANP and SBDR, we also refer the orgnally reported results for some other methods when they are sgnfcantly dfferent from ther results n our experments. It s clear that the proposed CRNP greatly outperforms all the other methods (over 2.5%). For both expermental settngs, SRC, KSANP and RNP are relatvely better than the others. CMU MoBo dataset. The results for the CMU MoBo dataset are shown n Table 2. Unfortunately, the referred results for SBDR were generated wth the tranng set fxed to be the frontal sequence, whch s unlke the completely random sequence samplng n ths paper and also the other papers. Therefore, they are not counted for competng the best performance. In can be seen that CRNP stll sgnfcantly outperforms all the others when 50 frames/set s used, whle t s only slghtly worse than RNP when 100 frames are avalable for each set.

8 8 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS Table 1: Face recognton accuracy (%) comparson on the Honda/UCSD dataset. The results wth stars are drectly coped from ther orgnal papers for reference, whle those wthout stars are got from our experments. The best results are shown n bold. Method MPD[4] SRC[8] CRC[14] CHISD[2] SANP[13] KSANP[6] SBDR[10] CSA[9] RNP[12] CRNP 50 frames / / / frames / / / Table 2: Face recognton accuracy (%) comparson on the CMU MoBo dataset. The results wth stars are drectly coped from ther orgnal papers for reference, whle those wthout stars are got from our experments. All these results are averaged over 10 random trals, wth the best ones shown n bold. Note that the referred results for SBDR were generated wth a dfferent expermental settng, so they are not counted for performance rankng. Method MPD[4] SRC[8] CRC[14] CHISD[2] SANP[13] SBDR[10] CSA[9] RNP[12] CRNP 50 frames / frames / It ndcates that too large set sze may weaken the dscrmnatve power of the collaboratve dstance fndng as t s more lkely that some samples from dfferent classes may confuse the correct class n collaboratve representaton. Even though, such a rsk s stll very low, whch demonstrates the robustness of CRNP. Person re-dentfcaton datasets. For person re-dentfcaton, snce t s wdely treated as a rankng problem and people usually care about the recognton accuracy n the top few ranks, we report both the rank-1 accuracy and the rank top 10% accuracy for a consderate comparson. As Table 3 shows, CRNP has sgnfcant superorty n both measures comparng wth the others, especally on the most challengng CAVIAR4REID dataset. The results of CRNP on CAVIAR4REID also greatly outperform the state-of-the-art results n [3]. Table 3: Performance comparson for person re-dentfcaton wth all the related methods on three benchmark datasets. Both the rank-1 accuracy and the rank top 10% accuracy (shown n parenthess). The results are averaged over 10 random trals, wth the best ones marked n bold. Dataset MPD[4] SRC[8] CRC[14] CHISD[2] SANP[13] CSA[9] RNP[12] CRNP LIDS-MA 50.0(75.0) 57.3(74.8) 28.5(50.0) 52.5(72.8) 46.8(74.8) 59.0(71.3) 53.3(76.0) 59.0(78.3) LIDS-AA 23.8(60.4) 36.0(68.9) 24.7(54.1) 24.6(58.2) 19.2(57.3) 22.5(59.6) 25.5(59.9) 35.4(71.6) CAVIAR4REID 19.0(47.2) 25.4(50.8) 16.6(37.6) 25.4(51.2) 25.2(52.4) 24.6(48.8) 24.0(50.2) 26.8(63.6) 4.3 Computatonal cost In addton to accuracy, we also evaluate the effcency of CRNP, n comparson wth the others. All the methods compared are mplemented n Matlab. We mplemented MPD, CRC, RNP and CRNP by ourselves wthout specfc code optmzaton. All the experments were conducted on a 2.67 GHz dual-core machne wth 20GB memory (actually no more than 2GB were used). Snce some of the methods can have (parts of) ther models pre-computed before testng, we report the pre-computaton tme for them n Table 4. The results show that the tranng phase of SBDR s very tme-consumng, whle the pre-computaton tme for other three methods are gnorable. In greater detal, CRNP needs a bt more tme than RNP, but less tme than CSA.

9 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS 9 Table 4: For those methods whch can have (parts of) ther models pre-computed usng the tranng data, the total pre-computaton tme (n seconds) s lsted for comparson. Dataset Honda/UCSD CMU MoBo 50 frames 100 frames 50 frames 100 frames LIDS-MA LIDS-AA CAVIAR4REID SBDR[10] N/A N/A N/A CSA[9] RNP[12] CRNP Table 5: Computatonal cost comparson wth all the related methods on all of the recognton tasks. The results are averaged over 10 random trals f applcable, and we report them n the mllseconds per sample manner to elmnate the nfluence of dataset sze varaton. The best results for the methods excludng CRC are shown n bold. Dataset MPD[4] SRC[8] CRC[14] CHISD[2] SANP[13] SBDR[10] CSA[9] RNP[12] CRNP Honda/UCSD (50) Honda/UCSD (100) CMU MoBo (50) CMU MoBo (100) LIDS-MA N/A LIDS-AA N/A CAVIAR4REID N/A The testng tme for all the methods s lsted n Table 5, showng that CRNP s generally more effcent than all the others except CRC as t just performs MPD n a low-dmensonal projected space. 5 Concluson and Future Work We have proposed a novel set based recognton model whch s generally more effectve and sgnfcantly faster than other related methods. Expermental results on fve dfferent benchmark datasets have demonstrated ts superorty. A possble future work wll be ntroducng dctonary learnng nto the model to further mprove ts performance and robustness. Acknowledgment Ths work was supported by R&D Program for Implementaton of Ant-Crme and Ant- Terrorsm Technologes for a Safe and Secure Socety, Funds for ntegrated promoton of socal system reform and research and development of the Mnstry of Educaton, Culture, Sports, Scence and Technology, the Japanese Government. References [1] Slawomr Bak, Etenne Corvee, Franços Bremond, and Monque Thonnat. Boosted human re-dentfcaton usng remannan manfolds. Image and Vson Computng, 30 (6-7): , ISSN do: /j.mavs [2] Hakan Cevkalp and Bll Trggs. Face recognton based on mage sets. In CVPR, pages , 2010.

10 10 WU, MINOH, MUKUNOKI: COLLABORATIVELY REGULARIZED NEAREST POINTS [3] Dong Seon Cheng, Marco Crstan, Mchele Stoppa, Lors Bazzan, and Vttoro Murno. Custom pctoral structures for re-dentfcaton. In Brtsh Machne Vson Conference (BMVC), pages , ISBN X. [4] Mchela Farenzena, Lors Bazzan, Alessandro Perna, Vttoro Murno, and Marco Crstan. Person re-dentfcaton by symmetry-drven accumulaton of local features. In CVPR, [5] Ralph Gross and Janbo Sh. The cmu moton of body (mobo) database. Techncal Report CMU-RI-TR-01-18, Robotcs Insttute, Carnege Mellon Unversty, Pttsburgh, PA, June [6] Yqun Hu, Ajmal S. Man, and Robyn Owens. Face recognton usng sparse approxmated nearest ponts between mage sets. Pattern Analyss and Machne Intellgence, IEEE Transactons on, 34(10): , ISSN do: /TPAMI [7] K.C. Lee, Jeff Ho, M.-H. Yang, and Davd Kregman. Vdeo-based face recognton usng probablstc appearance manfolds. In CVPR, page , [8] J. Wrght, A. Yang, A. Ganesh, S. Sastry, and Y. Ma. Robust face recognton va sparse representaton. IEEE TPAMI, 31(2): , [9] Yang Wu, M. Mnoh, M. Mukunok, We L, and Shhong Lao. Collaboratve sparse approxmaton for multple-shot across-camera person re-dentfcaton. In Advanced Vdeo and Sgnal-Based Survellance (AVSS), 2012 IEEE Nnth Internatonal Conference on, pages , sept do: /AVSS [10] Yang Wu, Mchhko Mnoh, Masayuk Mukunok, and Shhong Lao. Set based dscrmnatve rankng for recognton. In Andrew Ftzgbbon, Svetlana Lazebnk, Petro Perona, Yoch Sato, and Cordela Schmd, edtors, Computer Vson - ECCV 2012, volume 7574 of Lecture Notes n Computer Scence, pages Sprnger Berln Hedelberg, [11] Yang Wu, Mchhko Mnoh, Masayuk Mukunok, and Shhong Lao. Robust object recognton va thrd-party collaboratve representaton. In 21st Internatonal Conference on Pattern Recognton (ICPR), 2012, November [12] Meng Yang, Pengfe Zhu, Luc Van Gool, and Le Zhang. Face recognton based on regularzed nearest ponts between mage sets. In The 10th IEEE Internatonal Conference on Automatc Face and Gesture Recognton (FG), [13] Yqun Hu and Ajmal S. Man and Robyn Owens. Sparse Approxmated Nearest Ponts for Image Set Classfcaton. In CVPR, pages , [14] Le Zhang, Meng Yang, and Xangchu Feng. Sparse representaton or collaboratve representaton: whch helps face recognton? In ICCV, 2011.

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

Learning a Class-Specific Dictionary for Facial Expression Recognition

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

More information

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

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

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

Nearest. Points between Image Sets. Meng Yang. Electrical Engineering/IBBT, K.U. Leuven, Belgium

Nearest. Points between Image Sets. Meng Yang. Electrical Engineering/IBBT, K.U. Leuven, Belgium Face Recognton based on Regularzed Ponts between Image Sets Nearest Meng Yang, Pengfe Zhu, Luc Van Gool,3, Le Zhang Department of Informatonn echnology and Electrcal Engneerng, EH Zurch, Swtzerland Department

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

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

Competitive Sparse Representation Classification for Face Recognition

Competitive Sparse Representation Classification for Face Recognition Vol. 6, No. 8, 05 Compettve Sparse Representaton Classfcaton for Face Recognton Yng Lu Chongqng Key Laboratory of Computatonal Intellgence Chongqng Unversty of Posts and elecommuncatons Chongqng, Chna

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

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

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

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

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

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

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

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

Robust Kernel Representation with Statistical Local Features. for Face Recognition

Robust Kernel Representation with Statistical Local Features. for Face Recognition Robust Kernel Representaton wth Statstcal Local Features for Face Recognton Meng Yang, Student Member, IEEE, Le Zhang 1, Member, IEEE Smon C. K. Shu, Member, IEEE, and Davd Zhang, Fellow, IEEE Dept. of

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

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

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

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

Wavefront Reconstructor

Wavefront Reconstructor A Dstrbuted Smplex B-Splne Based Wavefront Reconstructor Coen de Vsser and Mchel Verhaegen 14-12-201212 2012 Delft Unversty of Technology Contents Introducton Wavefront reconstructon usng Smplex B-Splnes

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

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

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

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

Robust Dictionary Learning with Capped l 1 -Norm

Robust Dictionary Learning with Capped l 1 -Norm Proceedngs of the Twenty-Fourth Internatonal Jont Conference on Artfcal Intellgence (IJCAI 205) Robust Dctonary Learnng wth Capped l -Norm Wenhao Jang, Fepng Ne, Heng Huang Unversty of Texas at Arlngton

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

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning

Kernel Collaborative Representation Classification Based on Adaptive Dictionary Learning Internatonal Journal of Intellgent Informaton Systems 2018; 7(2): 15-22 http://www.scencepublshnggroup.com/j/js do: 10.11648/j.js.20180702.11 ISSN: 2328-7675 (Prnt); ISSN: 2328-7683 (Onlne) Kernel Collaboratve

More information

Robust Low-Rank Regularized Regression for Face Recognition with Occlusion

Robust Low-Rank Regularized Regression for Face Recognition with Occlusion Robust Low-Rank Regularzed Regresson for ace Recognton wth Occluson Janjun Qan, Jan Yang, anlong Zhang and Zhouchen Ln School of Computer Scence and ngneerng, Nanjng Unversty of Scence and echnology Key

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

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 2, June 2015, Page 14

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 2, June 2015, Page 14 Computer Aded Draftng, Desgn and Manufacturng Volume 5, Number, June 015, Page 14 CADDM Face Recognton Algorthm Fusng Monogenc Bnary Codng and Collaboratve Representaton FU Yu-xan, PENG Lang-yu College

More information

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

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

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution Real-tme Moton Capture System Usng One Vdeo Camera Based on Color and Edge Dstrbuton YOSHIAKI AKAZAWA, YOSHIHIRO OKADA, AND KOICHI NIIJIMA Graduate School of Informaton Scence and Electrcal Engneerng,

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

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

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

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

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

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

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

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

Support Vector Machines. CS534 - Machine Learning

Support Vector Machines. CS534 - Machine Learning Support Vector Machnes CS534 - Machne Learnng Perceptron Revsted: Lnear Separators Bnar classfcaton can be veed as the task of separatng classes n feature space: b > 0 b 0 b < 0 f() sgn( b) Lnear Separators

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

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

Categories and Subject Descriptors B.7.2 [Integrated Circuits]: Design Aids Verification. General Terms Algorithms

Categories and Subject Descriptors B.7.2 [Integrated Circuits]: Design Aids Verification. General Terms Algorithms 3. Fndng Determnstc Soluton from Underdetermned Equaton: Large-Scale Performance Modelng by Least Angle Regresson Xn L ECE Department, Carnege Mellon Unversty Forbs Avenue, Pttsburgh, PA 3 xnl@ece.cmu.edu

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

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

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

Meta-heuristics for Multidimensional Knapsack Problems

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

More information

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval

IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY 1. SSDH: Semi-supervised Deep Hashing for Large Scale Image Retrieval IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY SSDH: Sem-supervsed Deep Hashng for Large Scale Image Retreval Jan Zhang, and Yuxn Peng arxv:607.08477v2 [cs.cv] 8 Jun 207 Abstract Hashng

More information

A fast algorithm for color image segmentation

A fast algorithm for color image segmentation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 006 A fast algorthm for color mage segmentaton L. Dong Unersty of Wollongong, lju@uow.edu.au

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

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

Human Face Recognition Using Generalized. Kernel Fisher Discriminant

Human Face Recognition Using Generalized. Kernel Fisher Discriminant Human Face Recognton Usng Generalzed Kernel Fsher Dscrmnant ng-yu Sun,2 De-Shuang Huang Ln Guo. Insttute of Intellgent Machnes, Chnese Academy of Scences, P.O.ox 30, Hefe, Anhu, Chna. 2. Department of

More information

User Authentication Based On Behavioral Mouse Dynamics Biometrics

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

More information

Tone-Aware Sparse Representation for Face Recognition

Tone-Aware Sparse Representation for Face Recognition Tone-Aware Sparse Representaton for Face Recognton Lngfeng Wang, Huayu Wu and Chunhong Pan Abstract It s stll a very challengng task to recognze a face n a real world scenaro, snce the face may be corrupted

More information

PCA Based Gait Segmentation

PCA Based Gait Segmentation Honggu L, Cupng Sh & Xngguo L PCA Based Gat Segmentaton PCA Based Gat Segmentaton Honggu L, Cupng Sh, and Xngguo L 2 Electronc Department, Physcs College, Yangzhou Unversty, 225002 Yangzhou, Chna 2 Department

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

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

K-means and Hierarchical Clustering

K-means and Hierarchical Clustering Note to other teachers and users of these sldes. Andrew would be delghted f you found ths source materal useful n gvng your own lectures. Feel free to use these sldes verbatm, or to modfy them to ft your

More information

Hierarchical clustering for gene expression data analysis

Hierarchical clustering for gene expression data analysis Herarchcal clusterng for gene expresson data analyss Gorgo Valentn e-mal: valentn@ds.unm.t Clusterng of Mcroarray Data. Clusterng of gene expresson profles (rows) => dscovery of co-regulated and functonally

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

Efficient Text Classification by Weighted Proximal SVM *

Efficient Text Classification by Weighted Proximal SVM * Effcent ext Classfcaton by Weghted Proxmal SVM * Dong Zhuang 1, Benyu Zhang, Qang Yang 3, Jun Yan 4, Zheng Chen, Yng Chen 1 1 Computer Scence and Engneerng, Bejng Insttute of echnology, Bejng 100081, Chna

More information

Face Recognition Based on SVM and 2DPCA

Face Recognition Based on SVM and 2DPCA Vol. 4, o. 3, September, 2011 Face Recognton Based on SVM and 2DPCA Tha Hoang Le, Len Bu Faculty of Informaton Technology, HCMC Unversty of Scence Faculty of Informaton Scences and Engneerng, Unversty

More information

The Study of Remote Sensing Image Classification Based on Support Vector Machine

The Study of Remote Sensing Image Classification Based on Support Vector Machine Sensors & Transducers 03 by IFSA http://www.sensorsportal.com The Study of Remote Sensng Image Classfcaton Based on Support Vector Machne, ZHANG Jan-Hua Key Research Insttute of Yellow Rver Cvlzaton and

More information

SVM-based Learning for Multiple Model Estimation

SVM-based Learning for Multiple Model Estimation SVM-based Learnng for Multple Model Estmaton Vladmr Cherkassky and Yunqan Ma Department of Electrcal and Computer Engneerng Unversty of Mnnesota Mnneapols, MN 55455 {cherkass,myq}@ece.umn.edu Abstract:

More information

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

More information

Recognizing Faces. Outline

Recognizing Faces. Outline Recognzng Faces Drk Colbry Outlne Introducton and Motvaton Defnng a feature vector Prncpal Component Analyss Lnear Dscrmnate Analyss !"" #$""% http://www.nfotech.oulu.f/annual/2004 + &'()*) '+)* 2 ! &

More information

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016)

Parallel Numerics. 1 Preconditioning & Iterative Solvers (From 2016) Technsche Unverstät München WSe 6/7 Insttut für Informatk Prof. Dr. Thomas Huckle Dpl.-Math. Benjamn Uekermann Parallel Numercs Exercse : Prevous Exam Questons Precondtonng & Iteratve Solvers (From 6)

More information

Learning-Based Top-N Selection Query Evaluation over Relational Databases

Learning-Based Top-N Selection Query Evaluation over Relational Databases Learnng-Based Top-N Selecton Query Evaluaton over Relatonal Databases Lang Zhu *, Wey Meng ** * School of Mathematcs and Computer Scence, Hebe Unversty, Baodng, Hebe 071002, Chna, zhu@mal.hbu.edu.cn **

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

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

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices

High resolution 3D Tau-p transform by matching pursuit Weiping Cao* and Warren S. Ross, Shearwater GeoServices Hgh resoluton 3D Tau-p transform by matchng pursut Wepng Cao* and Warren S. Ross, Shearwater GeoServces Summary The 3D Tau-p transform s of vtal sgnfcance for processng sesmc data acqured wth modern wde

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

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

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

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

General Regression and Representation Model for Face Recognition

General Regression and Representation Model for Face Recognition 013 IEEE Conference on Computer Vson and Pattern Recognton Workshops General Regresson and Representaton Model for Face Recognton Janjun Qan, Jan Yang School of Computer Scence and Engneerng Nanjng Unversty

More information

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law)

Machine Learning. Support Vector Machines. (contains material adapted from talks by Constantin F. Aliferis & Ioannis Tsamardinos, and Martin Law) Machne Learnng Support Vector Machnes (contans materal adapted from talks by Constantn F. Alfers & Ioanns Tsamardnos, and Martn Law) Bryan Pardo, Machne Learnng: EECS 349 Fall 2014 Support Vector Machnes

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

Related-Mode Attacks on CTR Encryption Mode

Related-Mode Attacks on CTR Encryption Mode Internatonal Journal of Network Securty, Vol.4, No.3, PP.282 287, May 2007 282 Related-Mode Attacks on CTR Encrypton Mode Dayn Wang, Dongda Ln, and Wenlng Wu (Correspondng author: Dayn Wang) Key Laboratory

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

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

WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING.

WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING. WIRELESS CAPSULE ENDOSCOPY IMAGE CLASSIFICATION BASED ON VECTOR SPARSE CODING Tao Ma 1, Yuexan Zou 1 *, Zhqang Xang 1, Le L 1 and Y L 1 ADSPLAB/ELIP, School of ECE, Pekng Unversty, Shenzhen 518055, Chna

More information

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

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

More information

Feature Extraction Based on Maximum Nearest Subspace Margin Criterion

Feature Extraction Based on Maximum Nearest Subspace Margin Criterion Neural Process Lett DOI 10.7/s11063-012-9252-y Feature Extracton Based on Maxmum Nearest Subspace Margn Crteron Y Chen Zhenzhen L Zhong Jn Sprnger Scence+Busness Meda New York 2012 Abstract Based on the

More information

Face Recognition using 3D Directional Corner Points

Face Recognition using 3D Directional Corner Points 2014 22nd Internatonal Conference on Pattern Recognton Face Recognton usng 3D Drectonal Corner Ponts Xun Yu, Yongsheng Gao School of Engneerng Grffth Unversty Nathan, QLD, Australa xun.yu@grffthun.edu.au,

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

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

Modular PCA Face Recognition Based on Weighted Average

Modular PCA Face Recognition Based on Weighted Average odern Appled Scence odular PCA Face Recognton Based on Weghted Average Chengmao Han (Correspondng author) Department of athematcs, Lny Normal Unversty Lny 76005, Chna E-mal: hanchengmao@163.com Abstract

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

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

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

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

CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION

CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION 48 CHAPTER 3 SEQUENTIAL MINIMAL OPTIMIZATION TRAINED SUPPORT VECTOR CLASSIFIER FOR CANCER PREDICTION 3.1 INTRODUCTION The raw mcroarray data s bascally an mage wth dfferent colors ndcatng hybrdzaton (Xue

More information