Automatic Control of a Digital Reverberation Effect using Hybrid Models

Size: px
Start display at page:

Download "Automatic Control of a Digital Reverberation Effect using Hybrid Models"

Transcription

1 Automatc Control of a Dgtal Reverberaton Effect usng Hybrd Models Emmanoul Theofans Chourdaks 1 and Joshua D. Ress 1 1 Queen Mary Unversty of London, Mle End Road, London E14NS, Unted Kngdom Correspondence should be addressed to Emmanoul Theofans Chourdaks (e.t.chourdaks@qmul.ac.uk) ABSTRACT Adaptve Dgtal Audo Effects are sound transformatons controlled by features extracted from the sound tself. Artfcal reverberaton s used by sound engneers n the mxng process for a varety of techncal and artstc reasons, ncludng to gve the percepton that t was captured n a closed space. We propose a desgn of an adaptve dgtal audo effect for artfcal reverberaton that allows t to learn from the user n a supervsed way. We perform feature selecton and dmensonalty reducton on features extracted from our tranng data set. Then a user provdes examples of reverberaton parameters for the tranng data. Fnally, we tran a set of classfers and compare them usng 10-fold cross valdaton to compare classfcaton success ratos and mean squared errors. Tracks from the Open Multtrack Testbed are used n order to tran and test our models. 1. INTRODUCTION Dgtal Audo Effects (DAFx) are transformatons on an audo sgnal, or a set of audo sgnals, where the transformaton depends on a set of control parameters. In general, users of DAFx control these parameters themselves and they tend to change these parameters over tme based on how the audo sounds. They assgn specfc audo features (or ther changes) to specfc parameters (or changes). Unknowngly, they are dong a form of classfcaton where the samples are features of the audo, and the classes are parameter sets. Our goal s to smulate ths process usng a supervsed learnng approach to tran classfers so that they automatcally assgn effect parameter sets to audo features. Ths way, we can tran our reverberaton effect to decde how to choose ts parameters based just on the observed audo. In order to acheve ths, we perform factor analyss to select the best features from a 31-dmensonal feature space from 8 features found n the lterature. Pre-processng s appled on the resultng features as well as on the parameters whch we cluster nto sets usng k-means. We then compare 4 dfferent classfers on the classfcaton task where our samples are vectors of audo features and classes are the parameter-set clusters. The tranng data conssts of the control parameters provded by the user wth a smple nterface that allows her to control a smple reverberaton effect. valdaton. Testng s done usng cross- 2. PREVIOUS WORK There has been a lot of research n Adaptve Dgtal Audo Effect for automatc multtrack mxng but n almost all cases they focus on achevng a pre-specfed goal. Parameter automaton and ntellgent control have been appled to many of the most popular audo effects (e.g. gan and faders [1], equalzaton [2], pannng [3] and dynamc range compresson [4]), but to the best of the authors knowledge t has not been attempted on artfcal reverberaton. Furthermore, all of the above mentoned approaches except [1] whch use Lnear Dynamcal Systems to estmate mxng weght coeffcents, use fxed rules, rather than arbtrary rules that are learned from tranng data. On the other hand, to the knowledge of the authors, there are no publshed works on Automatc Applcaton of Reverberaton. Important work however, s found n [5] where the authors try to assgn descrptve terms to reverberaton parameters. Smlar work can be found n [6] where they use a Reverberaton Effect among others for ther S.A.F.E semantc audo project whch allows users to assgn hgh level descrptve terms to low level audo feature changes that are caused by effect parameter changes. In a smlar fashon, [7] create a map of hgh level descrptve terms that correspond to 1

2 x L[n] d 1,c 1 y L[n] x[n] Feature extracton φ[] Buffer 1/2 d 2,c 2 d 3,c 3 d a + m /2,g 7 g c G D θ[] Φ d 4,c 4 d a + m /2,g 8 g c G 1/2 d 5,c 5 Decoder J Classfer x R[n] d 6,c 6 y R[n] c [] Fg. 1: Raf & Pardo s Algorthmc Reverberator. Flter boxes are represented by ther control parameters. d ν,g ν for ν = represent Comb Flter delays and gans respectvely, d a all-pass flter delays, g c low-pass flter gan and G s a dry/wet mxer gan. User can control the parameters shown n bold. Reverberaton Effect y[n] Fg. 3: Reverb applcaton x[m] c Feature Extracton φ[] Buffer Fg. 2: Tranng of classfer models Φ C Classfer model estmaton low level reverb parameters. Relevant work n [8] performs classfcaton for drum sounds n order to control effect parameters, but stll reles on fxed rules. 3. EFFECT ARCHITECTURE Our proposed desgn uses the tradtonal adaptve DAFX desgn [9] lmted to one track and can be seen n detal n Fgure 3. It conssts of an artfcal reverberator effect where the values of the parameters are decded by a classfer model. The classfer model can be traned onlne or off-lne. The archtecture of the model tranng process can be seen n Fgure 2 where φ s the feature vector of the -th frame, Φ s a matrx of features whch conssts of the vertcal concatenaton of the feature vectors (as row vectors), from frame 1 to frame. In a smlar fashon, C s a matrx whch conssts of control parameters. θ s the classfer parameter vector, D a dctonary that maps class labels to reverberator parameter sets, and c are the selected effect parameters. Note that, several features requre the accumulaton of a number of samples n a buffer (.e. spectral features) to be computed. In such cases, latency equal to sze of the buffer the sze of the frame s ntroduced. Smlarly, some classfer models requre the accumulaton θ[] D of several values before beng able to make a decson and therefore ntroduce latency equal to number of prevous values buffer sze sze of each frame. Consequently, our archtecture, although mplementable n real tme, can ntroduce latency that depends on the features chosen, as well as the models used. One therefore should be careful n ther choce of features and classfer model. For our reverberaton effect we use the algorthmc desgn descrbed n [5] (Fgure 1) because of ts smplcty n desgn and the fact that t can be traned drectly from measurements of the reverberaton. However, our archtecture s not lmted to just ths partcular reverberaton model. The parameters of the reverberaton and what they affect can be seen n Table 1. Parameter Controls Affects d 1 Comb flter array Reverberaton Tme Echo Densty Central Tme d a All-pass flter array Echo Densty Central Tme g 1 Comb flter array Reverberaton Tme Clarty Central Tme g c Low-pass flter array Spectral Centrod G Dry/Wet mx Reverberaton Tme Clarty Table 1: Algorthmc Reverberaton Parameters Page 2 of 8

3 4. FEATURE EXTRACTION 5. CLASSIFICATION Applcaton of reverberaton to a track can depend on the nstrumentaton, the type of musc and the percussveness of the track, among others. For our task we use 8 dfferent features. Ther names and ther role can be seen n Table 2 [10], [11], [12]. The reason for choosng these features s because they have been used extensvely n the lterature for classfcaton of nstruments based on the above characterstcs. Before extractng the features from our audo, we frst splt the audo nto 23ms frames (1024 samples at 44.1Hz, commonly used n the lterature for audo-based machne-learnng tasks) usng the onset-based audo segmentaton method descrbed n [13] whch s based on the Spectral Contrast feature. The reason for choosng ths knd of segmentaton, as shown n the same paper, s that t appears to gve hgher classfcaton accuraces for at least the musc-genre classfcaton task. We then concatenate our features nto a 31 dmensonal vector 1 for each frame. Next, we use Prncpal Component Analyss [14] to flter out nonseparable or nosy features and reduce our feature vectors dmensonalty. We use Horn s Parallel Analyss [15], [16] to fnd the optmal number of Prncpal Components to keep. Feature ZeroCrossngRate Used n Source Identfcaton 13 MFCCs Genre Classfcaton 12 Spectral Contrast Coeffcents Root Mean Square Crest Factor Spectral Centrod Spectral Roll-off Spectral Flux Genre Classfcaton Voce/Musc Dscrmnaton Audo Actvty Detecton Genre Classfcaton Genre Classfcaton Table 2: Used features and ther usage n the lterature. 1 MFCCs and Spectral Contrast features have 13 and 12 dmensons respectvely. We use classfcaton on the audo features n order to control the values of the reverberaton effect parameters. Gven audo segments wth appled reverb we do the followng: 1. Assgn a dfferent label for every dfferent set of reverb parameters assgned. The labels wll consttute our class labels. Keep a dctonary structure comprsed of the parameter sets and the labels to whch they correspond. 2. Segment the audo segments to frames and calculate a feature vector for each frame. 3. Tran a classfer model that classfes the features extracted to the labels gven above. For the applcaton of reverberaton: 1. Segment the audo, to whch we want to apply reverb, to frames and calculate a feature vector for each frame. 2. Classfy the new features to the class labels found n the tranng phase. 3. Use the dctonary structure derved n the tranng phase to change from class labels to reverberaton effect parameters. More specfcally, for the tranng phase, we consder the vectors: c = [ d 1 d a g 1 g c G ] T φ = [φ 1 φ 2... φ M ] T The elements of c are the values of the parameters shown n Table 1 normalzed to (0,1), at frame. Correspondngly, the elements of φ are values of features of Table 2, normalzed agan to (0,1) at frame. We also consder the (unque) sets: C = {c : } then C s the number of classes. We then defne the varable: J = C k=1 k[c == C k ], = 1...M,k = 1...N Page 3 of 8

4 We wll call J our parameters label varable. Consstently, we wll call A wth values a 1...I our parameters varable and F wth values f 1...I our features varable. We compare 5 dfferent classfers: Gaussan Nave Bayes Classfer [17], All-vs-all Lnear Support Vector Machne (SVM) Classfer [18], Hdden Markov Model Maxmum A-posteror Classfer [17], a hybrd HMM classfer wth observatons taken from a set of SVMs [19] and one we wll call the Snkhole approach classfer, that uses the classfcaton results of all of the above and a votng scheme. The last three take nto consderaton past tme events whle the frst two consder just the current frame. Below we gve a small descrpton of each Gaussan Nave Bayes Classfer Gaussan Nave Bayes Classfer (In short GNBC) s a verson of the nave Bayes classfer for contnuous varables. Lke ts non-contnuous counterpart, t s based on the Bayes rule: p(x O) = p(x)p(o X) p(o) where X and O are random varables and O N (µ, Σ) where µ and Σ are the model s parameters. If we substtute O wth F and X wth J, then the probablty we have a specfc set of parameters s gven by Equaton 1. Gven a set of feature vectors {φ : = 1...I}, J can be calculated usng the Maxmum A-Posteror Decson rule: J = argmax k=1... C p(c k ) I j=1 p(φ j C k ) Inversely, gven a set of features φ and ther correspondng labels J, we can tran the Gaussan Nave Bayes Classfer (whch means to estmate the parameters µ, Σ) usng Maxmum lkelhood Estmaton AVA Lnear Support Vector Machne Classfer Support Vector Machnes (SVMs) are Maxmum Margn classfers. Ther goal s to fnd a boundary that dscrmnates the data ponts and retans the maxmum dstance from the closest ones to that boundary (the margn). Gven a set of feature vectors {φ : = 1...I} the decson boundary of a Lnear SVM that classfes these vectors nto two classes {+, } s gven by: y(φ ) = w T φ + b and the decson rule s: { + f y(φ φ s classfed as: ) 0 f otherwse Tranng of a Lnear SVM s an optmzaton problem whch can be solved usng varous methods [20]. Extendng the SVMs for the mult-class case usng bnary classfers can be done n two ways: One-vs-All and All-vs-All classes (abbrevated OVA and AVA) [18]. For the OVA case, we fnd a decson boundary that dscrmnates between a class k and the other K 1 classes, for every k. In the AVA case, we fnd the decson boundares for every par (k,l) of K classes. In ths work we (arbtrarly) choose to do AVA classfcaton Hdden Markov Model Maxmum Lkelhood Classfer Hdden Markov Models (HMMs) can be consdered as fnte state automata where each state can only be ndrectly observed. States are consdered hdden varables and each state s assgned one observaton varable. Frst-Order Hdden Markov Models are HMMs where the transton n one state depends only on the prevous state. An HMM of K states and Gaussan emssons s formally gven as the tuple: θ = A, µ, Σ, Π where A s the matrx of transton probabltes between states, µ and Σ are the mean vector and covarance matrx of the Gaussan PDF of the observatons, and Π s the matrx of the states pror probabltes. For our classfer we tran C HMMs one for each class usng feature (observaton) sequences of length L. For each feature sequence then that we want to classfy, we choose as our class label, the label of the HMM that gves us the Maxmum Lkelhood for that sequence. The decson rule s therefore gven by: J = argmaxl (φ L+1:,x L+1: θ k ) k=1...k where θ k are the parameters of the HMMs for the k-th class, x s the hdden state at the -th moment, φ s the Page 4 of 8

5 correspondng emsson and L (e, x) denotes the lkelhood of the emsson sequence e gven the state sequence x. Lkelhood L s calculated usng the FORWARD algorthm [17]. Each HMM n our case s traned usng the VITERBI algorthm [17]. The length of the sequence for each class s found by dong cross-valdaton on the tranng set and choosng the length of the chan that gves the best classfcaton accuracy ratos Hdden Markov Models wth SVM emssons The Gaussan HMM classfers descrbed above work suffcently, but they rely on Gaussan probablty densty functons (PDF) for ther emssons whch cannot dscrmnate really well. However, SVMs can learn to dscrmnate well even wth very few samples. We would lke to combne the dscrmnatng power of the SVMs wth the sequental nature of the HMMs but ths s not possble drectly because SVMs do not provde emsson PDFs. Fortunately, we can use some trcks to derve a PDF. Usng Platt s method [19] and followng the work done n [21] for our AVA Classfer descrbed n Secton 5.2 we have for a class C k and a sample feature vector φ [21]: K ] 1 p(c k φ ) = 1/[ (K 2) µ kl l=1,l k where µ kl s the probablty that the class s ether C k or C l, that s: µ kl = p(c k C l φ ) If we regard the class of f our HMM s state, then we can compute ts emsson probabltes by usng the Bayes rule: p(φ C k ) = α p(c k φ ) p(c k ) where p(c k ) can be estmated by countng occurrences of C k n our data and α s the normalzaton factor. Snce our model s states are the same as our classes, the process of classfcaton reduces to predctng the hdden sequence state of our HMM usng the VITERBI algorthm. Tranng of the HMM n that case s acheved by frst tranng the SVMs that wll provde the emsson probabltes, then normally tranng the HMM usng the VITERBI or the BAUM-WELCH (FORWARD- BACKWARD) [17] algorthm Snkhole Approach Classfer The classfers n the sectons above wll perform dfferently dependng of the nature of our features. The Gaussan-based classfers (GNB, HMM) wll perform better when our features are dstrbuted around a Gaussan bell, the Support Vector Machne-based classfers (AVA, HMM/SVM) wll perform better when our features can be dscrmnated by usng straght lnes. Smlarly, the Hdden Markov Model-based classfers (HMM, HMM/SVM) wll explot the sequental nature of our features. In some cases, one of the classfers above may be more sutable than the other for a set of features. We wll explot ths fact and as a fnal classfer-model approach, we wll use what we wll call a Snkhole approach. That s, we wll do classfcaton on our features usng all of the above classfers and then votng for the result. The decson process n ths case s as follows. For each feature vector φ do: 1. Classfy φ usng the GNB, AVA, HMM, and HMM/SVM classfers, gvng t the labels J (GNB), J (AVA), J (HMM), and J (HMM/SVM) respectvely. Those wll be our canddate labels. 2. If a canddate label appears more than the rest, pck that as our fnal label. 3. When there s a draw, pck the label at random from the canddates that are at draw. 6. TRAINING Tranng takes place on excerpts from 254 audo fles taken from the Open Multtrack Testbed [22]. Frst the audo data s segmented nto meanngful parts (.e. song phrases, parts of musc, etc.) usng a smlarty matrx and a novelty functon as found n [12]. A user s presented wth a smple GUI where she can lsten and apply reverb to the extracted parts. The segmented parts are splt nto frames usng the method descrbed n [13] and a tuple of features and parameters are extracted for each frame as descrbed n Secton 4. Features are fltered wth a low-pass flter and parameter values are compressed usng K-MEANS n order to reduce the number of dstnct parameter labels. The resultng data set s used to tran the models descrbed n Secton RESULTS In order to test our models, we splt our data nto 6 sets. Every set ncluded 90 audo segments except the last Page 5 of 8

6 whch ncluded 58. Every segment was a part of a Bass, Keyboards, Vocals, Percusson or Saxophone track. The segments were randomly splt nto sets. Because the tranng had been done by the user, the tranng data ncludes several labelng errors (that s, we ncorrectly appled reverb to some parts) whch we automatcally detect by fttng a Mnmum Covarance Determnant [23] and relabelng them by applyng an ntal classfcaton on the mslabeled features. We defne classfcaton accuracy as the normalzed (to 1.0) number of tmes the classfer has been correct on ts decsons, and mean squared error the average of the squares of the dfference between an estmated value of a parameter vector and the true value of that vector. We tested for classfcaton accuracy and mean squared error as such: Splt every set nto 10 parts. Use 9 parts for tranng and 1 for testng. Do ths for every combnaton of 10 parts. Use an ncreasng number of samples from the tranng set to tran the models, and test them aganst the full testng set. Store the classfcaton rato and the mean squared error versus the number of samples used for tranng. Fnally, use the averages of all combnatons to derve the Classfcaton Accuracy and Mean Squared Error values. # GNB AVA HMM HMM SVM SINK Table 3: Average Classfcaton Accuracy rates Usng the full tranng set, we can see the average Classfcaton Accuraces n Table 3, and the average Mean Squared Errors n Table 4. A comparson graph for classfcaton accuracy can be seen n Fgure 4 and for MSEs n Fgure 5. The hgh classfcaton accuracy result s # GNB AVA HMM HMM SVM SINK Table 4: Mean Squared Errors for the normalzed parameters. SINK-HOLE HMM/SVM HMM SVM GNB Set 1 Set 2 Set 3 Set 4 Set 5 Set 6 Fg. 4: Classfcaton accuracy scores. Insde the bars s the ndvdual accuracy rate for each model and each dataset. The total score (sum of the ratos) can be seen next to each bar. mportant because t represents the rate of agreement, between the automatc reverberaton effect and the user that t traned t, on the parameters of the reverberaton. What s more mportant though, s havng a low mean squared error. Mean squared error effectvely measures how far the estmated parameters are from the real ones. Ths means that whle the classfcaton accuracy may be hgh, so the effect and the users agree most of the tme, the dfferences on the parts they do not agree may be too hgh for the model to be useful. Therefore, the most useful model s the model wth the least mean squared error. In our case, the SVM and the SINK-HOLE approaches perform very smlarly both n classfcaton accuracy and mean squared error. Page 6 of 8

7 SINK-HOLE HMM/SVM HMM dea worth explorng s the combnaton wth reverberaton effect control usng perceptual parameters, as n [5], or descrptve terms, as n [6] and [7]. Especally the two later, snce they are dealng by desgn wth sets of parameters, we would expect ther method to complement ours very naturally. SVM GNB Set 1 Set 2 Set 3 Set 4 Set 5 Set 6 Fg. 5: Mean Squared Error values. The sum of the MSE values for each classfer model can be seen next to each bar. 8. CONCLUSION From our graphs we can see that for our datasets, the nonsequental models performed better than the sequental counterparts, performng comparably or even worse than the Nave Bayes classfer. Ths suggests that the Hdden Markov Models faled to capture correctly the temporal progresson of our data, possbly suggestng further exploraton wth dfferent models and confguratons. The best model so far seemed to be the All-vs-All Support Vector Machne classfer whch performed best regardng Classfcaton Accuracy and Mean Squared Error. In the context of our reverberaton effect, ths means that our model should provde correct estmates of the parameters 77.9% of the tmes (the average classfcaton accuracy over all sets). 9. LIMITATIONS/FUTURE WORK The orgnal Adaptve Dgtal Audo Effect archtecture [9] supports multtrack DAFx, whle our method has only been tested for effects appled on a sngle track. A logcal next step would then be to extend our archtecture to multtrack audo content. Also, our method s lmted to pre-traned sets of parameters, whch can be lmtng n the ntroducton of new unexplored audo. [24] descrbes a way to control contnuous control parameters usng dscrete states usng only two parameter states, somethng whch would ft naturally wth our approach. Another 10. REFERENCES [1] J. Scott, M. Prockup, E. M. Schmdt, and Y. E. Km. Automatc mult-track mxng usng lnear dynamcal systems. In SMC th Sound and Musc Computng Conference, [2] S. Hafez and J.D. Ress. Autonomous multtrack equalzaton based on maskng reducton. Journal of Audo Engneerng Socety, 63(5): , May [3] E. P. Gonzalez and J. D. Ress. A real-tme semautonomous audo pannng system for musc mxng. EURASIP Journal on Advances n Sgnal Processng, [4] Z. Ma, B. De Man, P. D. Pestana, D. A. A. Black, and J. D. Ress. Intellgent dynamc range compresson. Journal of the Audo Engneerng Socety, 63, [5] Z. Raf and B. Pardo. Learnng to control a reverberator usng subjectve perceptual descrptors. In 10th Internatonal Socety for Musc Informaton Retreval Conference (ISMIR 2009), [6] R. Stables, S. Enderby, De Man B., G. Fazekas, and Ress J.D. Safe: A system for the extracton and retreval of semantc audo descrptors. In 15th Int. Socety for Musc Informaton Retreval Conference, [7] P. Seetharaman and B. Pardo. Crowdsourcng a reverberaton descrptor map. In 22nd ACM Internatonal Conference on Multmeda, [8] J. Scott and Y. E. Km. Instrument dentfcaton nformed mult-track mxng. In 14th Internatonal Socety for Musc Informaton Retreval Conference, November [9] V. Verfalle, U. Zolzer, and D. Arfb. Adaptve dgtal audo effects (a-dafx): a new class of sound transformatons. EEE Transactons on Audo, Speech, and Language Processng, 14: , [10] G. Peeters. A large set of audo features for sound descrpton (smlarty and classfcaton) n the cudado project. Techncal report, IRCAM, [11] T. Ganchev, N. Fakotaks, and G. Kokknaks. Comparatve evaluaton of varous mfcc mplementatons on the speaker verfcaton task. In Proceedngs of the SPECOM-2005, [12] J. Foote. Automatc audo segmentaton usng a measure of audo novelty. In IEEE Internatonal Conference on Multmeda and Expo, volume 1, pages , Page 7 of 8

8 [13] K. West and S. Cox. Fndng an optmal segmentaton for audo genre classfcaton. In 6th Internatonal Conference on Musc Informaton Retreval, pages , [14] Y. Lu, I. Cohen, S. Zhou, X, and Q. Tan. Feature selecton usng prncpal component analyss. In Systems Scence, Engneerng Desgn and Manufacturng Informatzaton (ICSEM), volume 1, pages IEEE, [15] J. L. Horn. A ratonale and test for the number of factors n factor analyss. Psychometrka, 30(2): , June [16] A. Dnno. Gently clarfyng the applcaton of horns parallel analyss to prncpal component analyss versus factor analyss. for PCA vs FA.pdf, May [17] C. M. Bshop. Pattern Recognton and Machne Learnng. Sprnger, [18] M. Aly. Survey on multclass classfcaton methods. Neural networks, pages 1 9, [19] J. Platt. Probablstc outputs for support vector machnes and comparson to regularze lkelhood methods. In Advances n Large Margn Classfers, pages 61 74, [20] J. Platt. Fast tranng of support vector machnes usng sequental mnmal optmzaton. In Advances n Kernel Methods - Support Vector Learnng. MIT Press, [21] S. E. Krger, M. Schaffner, M. Katz, E. Andelc, and A. Wendemuth. Speech recognton wth support vector machnes n a hybrd system. In INTERSPEECH Eurospeech, 9th European Conference on Speech Communcaton and Technology, [22] B. De Man, M. Mora-Mcgnty, G. Fazekas, and J.D. Ress. The open multtrack testbed. In AES 137 th Conventon, Los Angeles, USA, [23] P.J. Rousseeuw and K. Van Dressen. A fast algorthm for the mnmum covarance determnant estmator. Technometrcs, 41(3):212, [24] J. Pazs and M. G. Lagoudaks. Bnary acton search for learnng contnuous-acton control polces. In ICML 09 Proceedngs of the 26th Annual Internatonal Conference on Machne Learnng, Page 8 of 8

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

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

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

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

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

Detection of an Object by using Principal Component Analysis

Detection of an Object by using Principal Component Analysis Detecton of an Object by usng Prncpal Component Analyss 1. G. Nagaven, 2. Dr. T. Sreenvasulu Reddy 1. M.Tech, Department of EEE, SVUCE, Trupath, Inda. 2. Assoc. Professor, Department of ECE, SVUCE, Trupath,

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

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

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

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

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

Machine Learning 9. week

Machine Learning 9. week Machne Learnng 9. week Mappng Concept Radal Bass Functons (RBF) RBF Networks 1 Mappng It s probably the best scenaro for the classfcaton of two dataset s to separate them lnearly. As you see n the below

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

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

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

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

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

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

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

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

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

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

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

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

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

Modeling Inter-cluster and Intra-cluster Discrimination Among Triphones

Modeling Inter-cluster and Intra-cluster Discrimination Among Triphones Modelng Inter-cluster and Intra-cluster Dscrmnaton Among Trphones Tom Ko, Bran Mak and Dongpeng Chen Department of Computer Scence and Engneerng The Hong Kong Unversty of Scence and Technology Clear Water

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

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

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

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

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

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE

SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE SHAPE RECOGNITION METHOD BASED ON THE k-nearest NEIGHBOR RULE Dorna Purcaru Faculty of Automaton, Computers and Electroncs Unersty of Craoa 13 Al. I. Cuza Street, Craoa RO-1100 ROMANIA E-mal: dpurcaru@electroncs.uc.ro

More information

Detection of hand grasping an object from complex background based on machine learning co-occurrence of local image feature

Detection of hand grasping an object from complex background based on machine learning co-occurrence of local image feature Detecton of hand graspng an object from complex background based on machne learnng co-occurrence of local mage feature Shnya Moroka, Yasuhro Hramoto, Nobutaka Shmada, Tadash Matsuo, Yoshak Shra Rtsumekan

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

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

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

Unsupervised Learning and Clustering

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

More information

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

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

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

Announcements. Supervised Learning

Announcements. Supervised Learning Announcements See Chapter 5 of Duda, Hart, and Stork. Tutoral by Burge lnked to on web page. Supervsed Learnng Classfcaton wth labeled eamples. Images vectors n hgh-d space. Supervsed Learnng Labeled eamples

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

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

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

More information

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

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

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

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

COMPARISON OF ENHANCED SCHEMES FOR AUDIO CLASSIFICATION

COMPARISON OF ENHANCED SCHEMES FOR AUDIO CLASSIFICATION Volume 4, No. 1, December 13 Journal of Global Research n Computer Scence REVIEW ARTICLE Avalable Onlne at www.grcs.nfo COMPARISON OF ENHANCED SCHEMES FOR AUDIO CLASSIFICATION Dr. V. Radha *1 and G.Anuradha

More information

Fuzzy Modeling of the Complexity vs. Accuracy Trade-off in a Sequential Two-Stage Multi-Classifier System

Fuzzy Modeling of the Complexity vs. Accuracy Trade-off in a Sequential Two-Stage Multi-Classifier System Fuzzy Modelng of the Complexty vs. Accuracy Trade-off n a Sequental Two-Stage Mult-Classfer System MARK LAST 1 Department of Informaton Systems Engneerng Ben-Guron Unversty of the Negev Beer-Sheva 84105

More information

EXTENDED BIC CRITERION FOR MODEL SELECTION

EXTENDED BIC CRITERION FOR MODEL SELECTION IDIAP RESEARCH REPORT EXTEDED BIC CRITERIO FOR ODEL SELECTIO Itshak Lapdot Andrew orrs IDIAP-RR-0-4 Dalle olle Insttute for Perceptual Artfcal Intellgence P.O.Box 59 artgny Valas Swtzerland phone +4 7

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

Impact of a New Attribute Extraction Algorithm on Web Page Classification

Impact of a New Attribute Extraction Algorithm on Web Page Classification Impact of a New Attrbute Extracton Algorthm on Web Page Classfcaton Gösel Brc, Banu Dr, Yldz Techncal Unversty, Computer Engneerng Department Abstract Ths paper ntroduces a new algorthm for dmensonalty

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

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

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

Some Advanced SPC Tools 1. Cumulative Sum Control (Cusum) Chart For the data shown in Table 9-1, the x chart can be generated.

Some Advanced SPC Tools 1. Cumulative Sum Control (Cusum) Chart For the data shown in Table 9-1, the x chart can be generated. Some Advanced SP Tools 1. umulatve Sum ontrol (usum) hart For the data shown n Table 9-1, the x chart can be generated. However, the shft taken place at sample #21 s not apparent. 92 For ths set samples,

More information

Three supervised learning methods on pen digits character recognition dataset

Three supervised learning methods on pen digits character recognition dataset Three supervsed learnng methods on pen dgts character recognton dataset Chrs Flezach Department of Computer Scence and Engneerng Unversty of Calforna, San Dego San Dego, CA 92093 cflezac@cs.ucsd.edu Satoru

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

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

Vol. 5, No. 3 March 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

Vol. 5, No. 3 March 2014 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Journal of Emergng Trends n Computng and Informaton Scences 009-03 CIS Journal. All rghts reserved. http://www.csjournal.org Unhealthy Detecton n Lvestock Texture Images usng Subsampled Contourlet Transform

More information

A Probabilistic Approach to Detect Urban Regions from Remotely Sensed Images Based on Combination of Local Features

A Probabilistic Approach to Detect Urban Regions from Remotely Sensed Images Based on Combination of Local Features A Probablstc Approach to Detect Urban Regons from Remotely Sensed Images Based on Combnaton of Local Features Berl Sırmaçek German Aerospace Center (DLR) Remote Sensng Technology Insttute Weßlng, 82234,

More information

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION

BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION BAYESIAN MULTI-SOURCE DOMAIN ADAPTATION SHI-LIANG SUN, HONG-LEI SHI Department of Computer Scence and Technology, East Chna Normal Unversty 500 Dongchuan Road, Shangha 200241, P. R. Chna E-MAIL: slsun@cs.ecnu.edu.cn,

More information

On Supporting Identification in a Hand-Based Biometric Framework

On Supporting Identification in a Hand-Based Biometric Framework On Supportng Identfcaton n a Hand-Based Bometrc Framework Pe-Fang Guo 1, Prabr Bhattacharya 2, and Nawwaf Kharma 1 1 Electrcal & Computer Engneerng, Concorda Unversty, 1455 de Masonneuve Blvd., Montreal,

More information

Artificial Intelligence (AI) methods are concerned with. Artificial Intelligence Techniques for Steam Generator Modelling

Artificial Intelligence (AI) methods are concerned with. Artificial Intelligence Techniques for Steam Generator Modelling Artfcal Intellgence Technques for Steam Generator Modellng Sarah Wrght and Tshldz Marwala Abstract Ths paper nvestgates the use of dfferent Artfcal Intellgence methods to predct the values of several contnuous

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

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

Audio Content Classification Method Research Based on Two-step Strategy

Audio Content Classification Method Research Based on Two-step Strategy (IJACSA) Internatonal Journal of Advanced Computer Scence and Applcatons, Audo Content Classfcaton Method Research Based on Two-step Strategy Sume Lang Department of Computer Scence and Technology Chongqng

More information

Discriminative classifiers for object classification. Last time

Discriminative classifiers for object classification. Last time Dscrmnatve classfers for object classfcaton Thursday, Nov 12 Krsten Grauman UT Austn Last tme Supervsed classfcaton Loss and rsk, kbayes rule Skn color detecton example Sldng ndo detecton Classfers, boostng

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

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

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

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

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Feature Selection for Target Detection in SAR Images

Feature Selection for Target Detection in SAR Images Feature Selecton for Detecton n SAR Images Br Bhanu, Yngqang Ln and Shqn Wang Center for Research n Intellgent Systems Unversty of Calforna, Rversde, CA 95, USA Abstract A genetc algorthm (GA) approach

More information

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM

Classification of Face Images Based on Gender using Dimensionality Reduction Techniques and SVM Classfcaton of Face Images Based on Gender usng Dmensonalty Reducton Technques and SVM Fahm Mannan 260 266 294 School of Computer Scence McGll Unversty Abstract Ths report presents gender classfcaton based

More information

Fusion Performance Model for Distributed Tracking and Classification

Fusion Performance Model for Distributed Tracking and Classification Fuson Performance Model for Dstrbuted rackng and Classfcaton K.C. Chang and Yng Song Dept. of SEOR, School of I&E George Mason Unversty FAIRFAX, VA kchang@gmu.edu Martn Lggns Verdan Systems Dvson, Inc.

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

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

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

A Novel Term_Class Relevance Measure for Text Categorization

A Novel Term_Class Relevance Measure for Text Categorization A Novel Term_Class Relevance Measure for Text Categorzaton D S Guru, Mahamad Suhl Department of Studes n Computer Scence, Unversty of Mysore, Mysore, Inda Abstract: In ths paper, we ntroduce a new measure

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

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

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

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

Investigating the Performance of Naïve- Bayes Classifiers and K- Nearest Neighbor Classifiers

Investigating the Performance of Naïve- Bayes Classifiers and K- Nearest Neighbor Classifiers Journal of Convergence Informaton Technology Volume 5, Number 2, Aprl 2010 Investgatng the Performance of Naïve- Bayes Classfers and K- Nearest Neghbor Classfers Mohammed J. Islam *, Q. M. Jonathan Wu,

More information

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning

SRBIR: Semantic Region Based Image Retrieval by Extracting the Dominant Region and Semantic Learning Journal of Computer Scence 7 (3): 400-408, 2011 ISSN 1549-3636 2011 Scence Publcatons SRBIR: Semantc Regon Based Image Retreval by Extractng the Domnant Regon and Semantc Learnng 1 I. Felc Raam and 2 S.

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

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

CLASSIFICATION OF ULTRASONIC SIGNALS

CLASSIFICATION OF ULTRASONIC SIGNALS The 8 th Internatonal Conference of the Slovenan Socety for Non-Destructve Testng»Applcaton of Contemporary Non-Destructve Testng n Engneerng«September -3, 5, Portorož, Slovena, pp. 7-33 CLASSIFICATION

More information

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

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

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Relevance Feedback for Image Retrieval

Relevance Feedback for Image Retrieval Vashal D Dhale et al, / (IJCSIT Internatonal Journal of Computer Scence and Informaton Technologes, Vol 4 (2, 203, 39-323 Relevance Feedback for Image Retreval Vashal D Dhale, Dr A R Mahaan, Prof Uma Thakur

More information

PRÉSENTATIONS DE PROJETS

PRÉSENTATIONS DE PROJETS PRÉSENTATIONS DE PROJETS Rex Onlne (V. Atanasu) What s Rex? Rex s an onlne browser for collectons of wrtten documents [1]. Asde ths core functon t has however many other applcatons that make t nterestng

More information

Load Balancing for Hex-Cell Interconnection Network

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

More information

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

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

Feature Extractions for Iris Recognition

Feature Extractions for Iris Recognition Feature Extractons for Irs Recognton Jnwook Go, Jan Jang, Yllbyung Lee, and Chulhee Lee Department of Electrcal and Electronc Engneerng, Yonse Unversty 134 Shnchon-Dong, Seodaemoon-Gu, Seoul, KOREA Emal:

More information

Using Neural Networks and Support Vector Machines in Data Mining

Using Neural Networks and Support Vector Machines in Data Mining Usng eural etworks and Support Vector Machnes n Data Mnng RICHARD A. WASIOWSKI Computer Scence Department Calforna State Unversty Domnguez Hlls Carson, CA 90747 USA Abstract: - Multvarate data analyss

More information

Feature Extraction and Test Algorithm for Speaker Verification

Feature Extraction and Test Algorithm for Speaker Verification Feature Extracton and Test Algorthm for Speaker Verfcaton Wu Guo, Renhua Wang and Lrong Da Unversty of Scence and Technology of Chna, Hefe guowu@mal.ustc.edu.cn,{rhw, lrda}@ustc,edu.cn Abstract. In ths

More information