MSU at ImageCLEF: Cross Language and Interactive Image Retrieval

Size: px
Start display at page:

Download "MSU at ImageCLEF: Cross Language and Interactive Image Retrieval"

Transcription

1 MSU at ImageCLEF: Cross Language and Interactve Image Retreval Vneet Bansal, Chen Zhang, Joyce Y. Cha, Rong Jn Department of Computer Scence and Engneerng, Mchgan State Unversty East Lansng, MI48824, U.S.A. Abstract. In ths report, we descrbe our studes wth cross language and nteractve mage retreval n ImageCLEF Typcal cross language retreval requres specal lngustc resources, such as blngual dctonares. In ths study, we focus on the ssue of how to acheve good retreval performance gven only an onlne translaton system. We compare two approaches,.e., a translatonbased approach and a model-based approach, and fnd that the later one performs substantally better than the former one. For nteractve mage retreval, we nvestgated the potental use of user relevance feedback (URF), whch was desgned to address the msmatch problem between user queres and system descrptons. Our strategy s to let the system select mportant terms for user feedback before expandng queres. However, our prelmnary results appear to ndcate that the URF approach developed at the current stage s not workng. We report our current nvestgaton and dscuss lessons learned from ths experence. 1 Introducton Emprcal studes have shown that usng mage features to fnd smlar mages s usually nsuffcent [15]. Frst, t s dffcult for users to specfy vsual queres wth low-level vsual features. Second, low level mage features cannot precsely descrbe user nformaton needs. There s a gap between low-level vsual descrptons and user s semantc expectaton [10]. Text queres, on the other hand, are more ntutve and natural for users to specfy ther nformaton needs and expectatons. In ths year s ImageCLEF, we nvestgated two challengng tasks related to textbased mage retreval: 1) Gven mage descrptons n one language and user query n another language, how to effectvely retreve mages usng cross language retreval? In partcular, gven lmted blngual resources (e.g., the onlne blngual translaton system), how to mprove the accuracy of cross lngual nformaton retreval? 2) Gven a target mage n user s mnd, how to nteractvely help users to fnd such an mage. In partcular, we nvestgated the use of user relevance feedback n such a task.

2 In the followng sectons, we devote two sectons to these two tasks respectvely. 2 Cross Language Retreval Usng only an Onlne Translaton System Cross lngual retreval has been one of the major research areas n nformaton retreval durng last few years [1, 2, 5-7, 9]. Most cross lngual retreval algorthms fall nto two categores: the translaton-based approaches, and the approaches based on statstcal models. A smple translaton-based approach wll translate a query nto the language of documents, and relevant documents wll be found by matchng the translated queres wth the documents[1]. Dfferent algorthms can be appled to translate queres, rangng from the smplest one that s based on blngual dctonares to the sophstcated one that s based on a full-scale machne translaton system. Compared to dctonarybased translaton, usng a full-scale machne translaton system has the advantage n that the ambguty of a query s reduced by a full-scale translaton system and only the best translaton of the query s used. However, on the other hand, a cross lngual approach based on the full-scale translaton system can perform poorly f a query s truly ambguous and multple possble translatons need to be consdered. In those cases, dctonary-based translaton approaches for cross lngual retreval wll have advantages because t nclude all possble translatons of query words. Thus, a good cross lngual retreval system should be able to, on one hand, reduce the uncertanty n translatng queres when possble, and on the hand, mantan the uncertanty of query translaton f the query s ambguous. A model-based approach usually utlzes the exstng statstcal machne translaton models that were developed by the IBM group [16]. Gven a translaton model θ, the relevance of a document d to a gven query q s computed as pq ( dθ ; ), whch s the lkelhood of translatng document d nto query q. Compared to the translaton-based approaches, the model-based approaches have advantage n that by usng the translaton probabltes learned from a parallel corpus, we are able to reduce translaton ambguty and yet mantan the uncertanty n translaton at the same tme. Ths s done through the adjustment of translaton probabltes: an unlkely translaton wll be assgned wth a small probablty; meanwhle equally lkely translatons of a query wll be assgned wth smlar translaton probabltes. However, n order to buld a statstcal translaton model, a suffcently large blngual parallel corpus s requred. Acqurng a large parallel corpus s usually expensve and tme consumng, especally for mnor languages. In ths report, we study an approach that frst utlzes the onlne translaton system to create a blngual parallel corpus and then learns a statstcal translaton model based on the created blngual corpus. Unlke the translaton based approaches where only the best translaton s used n nformaton retreval, ths approach mantans the uncertanty n translaton and therefore wll be more robust to the translaton errors. On the other hand, unlke the typcal model-based approaches where a large blngual parallel corpus s requred, ths approach automatcally creates a blngual parallel corpus by applyng the onlne translaton system to translate test documents nto the

3 language of queres. In the followng subsectons, we wll frst overvew the statstcal machne translaton model, and then dscuss the emprcal results wth the proposed approach. 2.1 A Statstcal Translaton Model for Cross Language Informaton Retreval denoted by { j } j For the convenence of dscusson, let s assume that the language of queres s Chnese and the language of documents s Englsh. Let the set of translaton probabltes e c e c θ = tw ( w). Each tw ( w ) s the probablty that translates a Ch- c e nese word w j nto an Englsh word w. The key to statstcal translaton model for cross lngual nformaton retreval s to automatcally learn the set of word translaton probabltes from a parallel corpus. Let the blngual parallel corpus for tranng a { } = 1 N c e c e statstcal translaton model be denoted by Ω= ( s, s ). Each (, ) s s s a transla- c ton par n whch sentence s s the Chnese translaton of sentence s e. N s the total number of translaton pars n the corpus Ω. Accordng to the IBM translaton e c model, p( s s ; θ ),.e., the probablty of translaton an Englsh sentence s e nto a c Chnese sentence s, can be wrtten as: e e ow ( k, s ) V e Vc e c c c e c p( s s ; θ ) o( wk, ) t( wj wk) s j = 1 k = 1 where V e and V c stand for the sze for Chnese vocabulary and Englsh vocabulary, c c respectvely. ow ( k, s ) represents the occurrence of Chnese word w k c n Chnese c e e sentence s. So does ow ( k, s ). Thus, n order to learn translaton probabltes, we can maxmze the log-lkelhood of all translaton pars used for tranng,.e. θ = arg max l( Ω ; θ) = arg max log p( s s ; θ) θ Θ θ Θ = 1 A well-known Expectaton Maxmzaton algorthm can be used to effcently learn the optmal translaton probabltes. More detals can be found n [3]. Fnally, n order to estmate the relevancy of a document d to a query q, probablty p( q d ) s estmated usng the followng expresson: c e e c e e e e c e e log p( q d ; θ ) = log dq p( q q ) p( q d ) p( w q )log p( w d ) c c e c e e ow ( j, q ) pw ( wj) log pw ( d ) j More detals of applyng statstcal translaton model to cross lngual nformaton retreval can be found n [16]. N e c

4 2.2 Our Approach: Tranng a Statstcal Model Usng an Onlne Translaton System Gven the success of the statstcal translaton model for cross lngual nformaton retreval n the TREC evaluatons [13, 14], we would lke to apply t to the cross language mage retreval. However, the bggest problem s to acqure a blngual parallel corpus that shares the smlar content as the text collecton used n the ImageCLEF evaluaton. In order to acqure a blngual corpus, we tred a smple strategy. We frst appled an onlne translaton system to translate the textual descrptons n ImageCLEF nto Chnese sentences. To enhance the dversty of our translaton pars, the Chnese sentences that are generated by the onlne translaton system are further translated back nto Englsh sentences. The fnal blngual corpus s created by aggregatng all the translaton pars together. The onlne translaton system used n our experment s Systran ( Wth the acqured translaton pars, we now can apply the statstcal translaton model to automatcally learn translaton probabltes between Chnese words and Englsh words. Examples of learned translaton probabltes are lsted n Table 1. Note that all Englsh words are stemmed usng the Porter algorthm. Table 1. Examples of translaton probabltes learned from the blngual parallel corpus that s generated by the onlne translaton model. All the Englsh words are stemmed. Chnese Englsh Prob. Chnese Englsh Prob. tower cathedr turret st pnnacl ona buld dunblan clock el squar durham spre andrew church elgn transept dunkeld hous transept The retreval performance usng statstcal translaton model for cross lngual retreval s lsted n Table 2 under the column enttled as Model-based. For the purpose of comparson, we also run the smple translaton-based approach, whch apples the onlne translaton system to translate each Chnese query nto an Englsh query. The results of ths translaton-based approach are also ncluded n Table 2 under the column enttled as Translaton-based. As ndcated n Table 2, the approach based on the statstcal translaton model performs substantally better than the smple translaton-based approach n terms of almost every metrc. In partcular, the major dfference between these two approaches les n the regon when only the top retreved documents are examned. For example, when only the frst fve documents are examned, the precson for the translatonbased approach s only 28.8%, whle the precson for the approach based on statstcal translaton model s 41.6%. Ths fact s further confrmed by the precson results

5 for the low recall ponts. For example, when systems recall 10% of the relevant documents, the precson for the translaton-based approach s only 37.4%, whle the precson for the model-based approach s above 50%. Thus, we conclude that the proposed approach s a better way of utlzng the onlne translaton system for cross lngual nformaton retreval than the smple translaton-based approach. Table 2. Retreval results for both the translaton-based approach and the approach based on the statstcal translaton model. Recall@ Translaton-based Model-based Avg Prec Prec@ 5 doc doc doc Interactve Image Retreval: User Relevance Feedback Compared to example-based mage retreval, text-based mage retreval provdes an ntutve and natural means for users to specfy ther nformaton needs and expectatons. However, text queres also face many challenges [8]. One major problem concerns both the sparsty and nconsstency of textual descrptons [12]. The words used to descrbe an mage or a smlar mage vary from one user to another. Furthermore, the textual descrptons are usually short. Ths vocabulary varaton and the concseness of textual descrptons make t dffcult for the tradtonal text retreval to work effectvely for mage retreval. To address ths problem, we are currently n an on-gong nvestgaton on user relevance feedback (URF) n mage retreval. Here, user relevance feedback s motvated by the success of pseudo relevance feedback (PRF) n nformaton retreval [10]. The dfference between URF and PRF s that, n URF we ntroduce users n the loop to do a santy check on potental expanded terms. Instead of automatcally expandng the query as n PRF, the URF presents a lst of terms to users and ask them to choose relevant terms that can descrbe the target mage. Only those terms chosen by the user wll be used n query expanson.

6 Our hypothess s that ths type of feedback can take advantage of the concseness of textual descrptons and consoldate the nconsstency of user textual queres. On one hand, the concse descrptons make t possble for the system to effcently dentfy potental mportant terms. On the other hand, the system selected terms wll remedy the dfference between query term and mage descrpton. Furthermore, the santy check from the user wll mprove the qualty of query expanson, whch wll ultmately result n the mprovement of fnal retreval results. As a frst step n our nvestgaton, we developed several strateges to select terms and conducted smulatons to evaluate dfferent strateges. We then mplemented the best strategy for the real user study. In the user study, we compared the nterface usng URF wth a standard nterface that only allows users to nteractvely refne or expand ther queres. However, out of our expectaton, the results from user studes were not able to valdate our hypotheses. In fact, the results ndcate the current desgn and mplementaton of URF s not workng. Therefore, n ths secton, rather than presentng a successful story (as much as we wsh), we report our current nvestgaton and dscuss lessons learned from ths experence that are useful for future nvestgaton. 3.1 Term Selecton Term selecton n URF s dfferent from that n PRF. In URF, our goal s to fnd terms from descrptons that are related to the ntal user query terms, however wth large uncertantes as to whether they are relevant. As a frst step, we nvestgated dfferent strateges for term selecton usng smulaton experments. Smulaton studes are mportant snce they can provde some nsghts on whether a strategy can potentally work even before the expensve user studes are conducted. In these smulated experments, the system frst selects a lst of ten terms based on dfferent strateges. To smulate human behavor n dentfyng relevant terms from ths lst, the system pcks terms that occur n the descrpton of the target mages. The pcked terms, together Total Number of Target Retreved Iteraton Number Strategy 1 Strategy 2 Strategy 3 Fg. 1. Performance of three strateges at each teraton pont

7 wth the ntal query terms, wll be sent to the backend retreval engne. Ths process repeats untl ether the target mage s found n the top N (currently, N = 20) retreved mages or the system reaches M teratons (currently, M = 10). To generate the terms, we have expermented wth dfferent strateges. The frst strategy measures the entropy of a term based on the top N retreved results (called Top Set later) and/or the next 100-N retreved results (called Bottom Set later). The dea s that the term wth hgher entropy s more uncertan n terms of whether t descrbes user s nterest. By askng user to confrm those hgher entropy terms, the system can quckly narrow down the search space. The hgher the entropy s, the hgher the weght s gven. We tred dfferent combnatons of retreved results to calculate the entropy for a gven term, specfcally the followng three strateges: Strategy 1: Hgher weghts are gven to terms that have hgher entropy from the Bottom Set and also occur less frequently n the Top Set. Strategy 2: Hgher weghts are gven to terms wth hgher entropy from the Bottom Set. Strategy 3: Hgher weghts are gven to terms wth hgher entropy from the Top Set. In the smulaton experments, we randomly pcked 200 mages from ImageCLEF collecton [4]. For each mage, we provded an ntal query. Then we appled the smulaton process as descrbed above to retreve each mage. Fgure 1 shows the smulaton results from three dfferent strateges as to how many out of 200 mages were successfully retreved as top 20 results at each teraton pont. Results ndcate that there s no sgnfcant dfference between three strateges. All three strateges are more effectve at earler teratons (from 1 to 6) than later ones n the smulaton. At teraton 1, snce no query expanson s used, all three strateges resulted n the same number of successful retrevals only based on the ntal queres. Snce the strategy 2 seems slghtly better, we use the strategy 2 n our user study. We have also expermented wth the nverse correlaton strategy and the synonym strategy. The dea for the nverse correlaton strategy s that f a term s very correlated wth a query term gven by the user, then that term carres less nformaton n dentfyng new mages that mght be of user s nterest. Therefore, we gve a lower weght to the terms that s hghly correlated wth a query term usng a vector space model. The dea for the synonym strategy s that f a term s the synonym of a query term, then t could be very relevant. We want to gve t a hgher weght snce t maybe just a dfferent vocabulary expressng the same meanng. To test ths synonym strategy, we used WordNet. However, our current smulatons have not shown the effectveness of these two strateges n term selecton. Therefore, we dd not nclude these two strateges n the user study. Once one or more prompted terms are selected (ether automatcally by the system n the smulaton or manually by the user n the user studes), those terms wll be used to expand the ntal query n further retreval cycles. The retreval model s based on a statstcal language modelng approach usng textual descrptons of mages [11].

8 3.2 User Studes To valdate our hypothess and evaluate the effectveness of the current URF, we conducted a comparatve study followng the gudelnes provded by the ImageCLEF nteractve track Method Fg. 2. (a) Standard Interface Eght subjects partcpated n the study and each of them was asked to search for 16 mages from the Eurovson St. Andrew collecton provded by ImageCLEF. The subjects were frst asked to complete a screenng questonnare to elct demographc data and data concernng searchng experence. Then the subject was asked to use one nterface to search eght mages (one at a tme). After usng each nterface, the subject was gven a questonnare to ndcate how easy he feels about the search process, and how satsfed he s wth a partcular system. Durng the search, the system also automatcally logged the nformaton such as the orgnal queres from the user, the system retreved results, terms prompted by the system, and the tme spent on searchng, etc. When an mage was found or when fve mnutes were run out, the search stopped. After searchng all mages usng two dfferent nterfaces, each subject was asked to gve an overall rankng of the two nterfaces n terms of ther overall satsfacton and systems effectveness of locatng the target mages. Two nterfaces used n the study are shown n Fgure 2. Fgure 2(a) s a standard nterface to be compared wth, where users could refne or expand ther queres usng ther own terms. Fgure 2(b) s the URF nterface. In the URF nterface, n addton to ten terms prompted by the system for user feedback, the system also shows the query terms that are used so far for the retreval. Users have choces to revse these query terms from prevous teratons by de-select them from the lst. Ths feature was desgned so that the URF nterface s comparable to the standard nterface where users can freely add/remove ther query terms at each teraton Evaluaton Results (b) Interface wth URF

9 Unfortunately, after three users, we found some nconsstency n the system, so we had to dscard the results from those three users. The results shown here are from fve out of eght users. Table 3 shows the effectveness for the two nterfaces. The successful retreval rate s calculated by dvdng the number of target mages that are shown n the top 20 retrevals by the total number of target mages tred for that nterface. Snce the success rate for the nterface B (wth URF) s lower than the nterface A (the standard nterface), we conclude that the nterface B s not effectve based on the current desgn and mplementaton. Table 3. Overall performance of two nterface Standard Interface URF Successful Retreval Average tme 0:48 1:57 Average number of nteractons Dscusson The falure wth the current desgn ponts to several problems that need to be addressed n our future nvestgaton. Users were nvolved n the loop to provde feedback for query expanson. However, one major problem s that many of those terms do not mean much to the user. Certanly, we hope that when a prompted term appears n the descrpton of the target mage, the user would pck that term (as n our smulaton). However, from our studes, we found that even those terms appear n the descrpton, the user stll could not recognze them. Ths caused the bg performance dfference between the smulated experments and the real user study. We feel that there are dfferent classes of terms. Some classes of terms are much easer to dentfy than the others. For example, background and substantal, both terms occurred n the descrpton of a target mage. However, t was very hard for users to recognze them snce they dd not drectly match any salent features conveyed by the mage. On the other, the term brdge would be easer for the user to recognze. It would be deal f the system can only prompt to the users those key terms that could mean somethng to the user. Thus, t would be nterestng to study how users respond to these dfferent terms based on the salent features and semantc content presented n an mage and how to dentfy those sgnfcant terms from the retreved results. Only wth such an understandng, s t possble to buld a potentally effectve URF. In addtonal, as n the tradtonal text retreval, the term msmatchng s another problem for mage retreval. For example, suppose among the ten terms prompted by the system, the user chooses the term road. Even ths term does descrbe some object n the target mage, ths term wll not be effectve f the term street s used n the descrpton, rather than the term road. Therefore, n order to effectvely use URF, the system needs to have a capablty of handlng ths type of msmatchng caused by varatons of terms. Because of the tme lmtaton, here we only brefly descrbe some very prelmnary observatons and problems. We certanly need more n-depth analyss on our

10 collected data. Although the current experment s not successful, what we have learned from ths experence can help us focus on specfc ssues dentfed. We beleve URF stll has a potental n nteractve mage retreval. For example, nstead of only allowng URF as n our current nterface, we can consder addng URF to a standard nterface. However, before that happens, frst of all, we need to reach a better understandng of user cogntve models on descrbng mage content and ts mplcaton n user relevance feedback. 4. Concluson In ths report, we examned two mportant ssues assocated wth cross language mage retreval and nteractve mage retreval: 1) How to mprove the accuracy of nformaton retreval gven that only an onlne translaton system s avalable; 2) How to enhance text-based mage retreval usng the user relevance feedback (URF). Our emprcal results wth cross language retreval have ndcated that an employment of statstcal translaton model s effectve, even when the parallel corpus s created automatcally by an onlne translaton system. Our prelmnary study wth nteractve mage retreval has llustrated that to make user relevance feedback effectve for text-based mage retreval, a carefully desgned procedure of automatc term selecton s crtcal. In partcular, the selected terms should be able to not only dstngush certan mages from others, but also be consstent wth the users percepton of mages. Thus, more n-depth nvestgaton s needed to reach a better understandng of user cogntve models on descrbng mage content and ts mplcaton n user relevance feedback. References 1. Ballesteros, L. and W.B. Croft. Phrasal Translaton and Query Expanson Technques for Cross-Language Informaton Retreval. n Proceedngs of the 20th annual nternatonal ACM SIGIR conference on Research and development n nformaton retreval Ballesteros, L. and W.B. Croft. Resolvng Ambguty for Cross-Language Retreval. n Proceedngs of the 21th Annual Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval Brown, P., et al., The Mathematcs of Statstcal Machne Translaton. Computatonal Lngustcs, (2): p Clough, P., M. Sanderson, and N. Red. The Eurovson St Andrews Photographc Collecton Federco, M. and N. Bertold. Statstcal Cross-Language Informaton Retreval Usng N-Best Query Translatons. n Proceedngs of the 25th Annual Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval

11 6. Gao, J., et al. Improvng Query Translaton for Cross-Language Informaton Retreval Usng Statstcal Models. n Proceedngs of the 24th Annual Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval Hemstra, D. and F.M.G.d. Jong. Dsambguaton Strateges for Cross-Language Informaton Retreval. n Proceedngs of the Thrd European Conference on Research and Advanced Technology for Dgtal Lbrares (ECDL) Kester, L.H., User Types and Queres: Impact on Image Access Systems. ASIS, 1994: p Lavrenko, V., M. Choquette, and W.B. Croft. Cross-Lngual Relevance Model. n Proceedngs of the 25th Annual Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval Mtra, M., A. Snghal, and C. Buckley. Improvng Automatc Query Expanson. n Proceedngs of SIGIR Ponte, J.M. and W.B. Croft. A Language Modelng Approach to Informaton Retreval. n Proceedngs of the 21st annual nternatonal ACM SIGIR conference on Research and development n nformaton retreval Seloff, G.A., Automated Access to Nasa-Jsc Image Archves. Lbrary Trends, (4): p Voorhees, E.M. and D.K. Harman, eds. Proceedngs of the Nnth Text Retreval Conference (Trec-9). 2000: Gathersburgh, MD. 14. Voorhees, E.M. and D.K. Harman, eds. Proceedngs of the Nnth Text Retreval Conference (Trec-10). 2001: Gathersburgh, MD. 15. Westerveld, T. and A.P.d. Vres. Expermental Result Analyss for a Generatve Probablstc Image Retreval Model. n Proceedngs of the 26th ACM SIGIR Xu, J., R. Weschedel, and C. Nguyen. Evaluatng a Probablstc Model for Cross- Lngual Informaton Retreval. n Proceedngs of the 24th Annual Internatonal ACM SIGIR Conference on Research and Development n Informaton Retreval

Note on EM-training of IBM-model 1

Note on EM-training of IBM-model 1 Note on EM-tranng of IBM-model INF58 Language Technologcal Applcatons, Fall The sldes on ths subject (nf58 6.pdf) ncludng the example seem nsuffcent to gve a good grasp of what s gong on. Hence here are

More information

Question Classification Using Language Modeling

Question Classification Using Language Modeling Queston Classfcaton Usng Language Modelng We L Center for Intellgent Informaton Retreval Department of Computer Scence Unversty of Massachusetts, Amherst, MA 01003 ABSTRACT Queston classfcaton assgns a

More information

Extending Relevance Model for Relevance Feedback

Extending Relevance Model for Relevance Feedback Extendng Relevance Model for Relevance Feedback Le Zhao, Chenmn Lang and Jame Callan Language Technologes Insttute School of Computer Scence Carnege Mellon Unversty {lezhao, chenmnl, callan}@cs.cmu.edu

More information

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS CHAPTER IV RESEARCH FINDING AND DISCUSSIONS A. Descrpton of Research Fndng. The Implementaton of Learnng Havng ganed the whole needed data, the researcher then dd analyss whch refers to the statstcal data

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

CS47300: Web Information Search and Management

CS47300: Web Information Search and Management CS47300: Web Informaton Search and Management Probablstc Retreval Models Prof. Chrs Clfton 7 September 2018 Materal adapted from course created by Dr. Luo S, now leadng Albaba research group 14 Why probabltes

More information

Module 9. Lecture 6. Duality in Assignment Problems

Module 9. Lecture 6. Duality in Assignment Problems Module 9 1 Lecture 6 Dualty n Assgnment Problems In ths lecture we attempt to answer few other mportant questons posed n earler lecture for (AP) and see how some of them can be explaned through the concept

More information

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA 4 Analyss of Varance (ANOVA) 5 ANOVA 51 Introducton ANOVA ANOVA s a way to estmate and test the means of multple populatons We wll start wth one-way ANOVA If the populatons ncluded n the study are selected

More information

Appendix B: Resampling Algorithms

Appendix B: Resampling Algorithms 407 Appendx B: Resamplng Algorthms A common problem of all partcle flters s the degeneracy of weghts, whch conssts of the unbounded ncrease of the varance of the mportance weghts ω [ ] of the partcles

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

Online Appendix to: Axiomatization and measurement of Quasi-hyperbolic Discounting

Online Appendix to: Axiomatization and measurement of Quasi-hyperbolic Discounting Onlne Appendx to: Axomatzaton and measurement of Quas-hyperbolc Dscountng José Lus Montel Olea Tomasz Strzaleck 1 Sample Selecton As dscussed before our ntal sample conssts of two groups of subjects. Group

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

Extracting Pronunciation-translated Names from Chinese Texts using Bootstrapping Approach

Extracting Pronunciation-translated Names from Chinese Texts using Bootstrapping Approach Extractng Pronuncaton-translated Names from Chnese Texts usng Bootstrappng Approach Jng Xao School of Computng, Natonal Unversty of Sngapore xaojng@comp.nus.edu.sg Jmn Lu School of Computng, Natonal Unversty

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Numerical Heat and Mass Transfer

Numerical Heat and Mass Transfer Master degree n Mechancal Engneerng Numercal Heat and Mass Transfer 06-Fnte-Dfference Method (One-dmensonal, steady state heat conducton) Fausto Arpno f.arpno@uncas.t Introducton Why we use models and

More information

Basically, if you have a dummy dependent variable you will be estimating a probability.

Basically, if you have a dummy dependent variable you will be estimating a probability. ECON 497: Lecture Notes 13 Page 1 of 1 Metropoltan State Unversty ECON 497: Research and Forecastng Lecture Notes 13 Dummy Dependent Varable Technques Studenmund Chapter 13 Bascally, f you have a dummy

More information

CHAPTER IV RESEARCH FINDING AND ANALYSIS

CHAPTER IV RESEARCH FINDING AND ANALYSIS CHAPTER IV REEARCH FINDING AND ANALYI A. Descrpton of Research Fndngs To fnd out the dfference between the students who were taught by usng Mme Game and the students who were not taught by usng Mme Game

More information

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers

Psychology 282 Lecture #24 Outline Regression Diagnostics: Outliers Psychology 282 Lecture #24 Outlne Regresson Dagnostcs: Outlers In an earler lecture we studed the statstcal assumptons underlyng the regresson model, ncludng the followng ponts: Formal statement of assumptons.

More information

Difference Equations

Difference Equations Dfference Equatons c Jan Vrbk 1 Bascs Suppose a sequence of numbers, say a 0,a 1,a,a 3,... s defned by a certan general relatonshp between, say, three consecutve values of the sequence, e.g. a + +3a +1

More information

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution

Department of Statistics University of Toronto STA305H1S / 1004 HS Design and Analysis of Experiments Term Test - Winter Solution Department of Statstcs Unversty of Toronto STA35HS / HS Desgn and Analyss of Experments Term Test - Wnter - Soluton February, Last Name: Frst Name: Student Number: Instructons: Tme: hours. Ads: a non-programmable

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Regularized Discriminant Analysis for Face Recognition

Regularized Discriminant Analysis for Face Recognition 1 Regularzed Dscrmnant Analyss for Face Recognton Itz Pma, Mayer Aladem Department of Electrcal and Computer Engneerng, Ben-Guron Unversty of the Negev P.O.Box 653, Beer-Sheva, 845, Israel. Abstract Ths

More information

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing

Pop-Click Noise Detection Using Inter-Frame Correlation for Improved Portable Auditory Sensing Advanced Scence and Technology Letters, pp.164-168 http://dx.do.org/10.14257/astl.2013 Pop-Clc Nose Detecton Usng Inter-Frame Correlaton for Improved Portable Audtory Sensng Dong Yun Lee, Kwang Myung Jeon,

More information

Homework Assignment 3 Due in class, Thursday October 15

Homework Assignment 3 Due in class, Thursday October 15 Homework Assgnment 3 Due n class, Thursday October 15 SDS 383C Statstcal Modelng I 1 Rdge regresson and Lasso 1. Get the Prostrate cancer data from http://statweb.stanford.edu/~tbs/elemstatlearn/ datasets/prostate.data.

More information

MDL-Based Unsupervised Attribute Ranking

MDL-Based Unsupervised Attribute Ranking MDL-Based Unsupervsed Attrbute Rankng Zdravko Markov Computer Scence Department Central Connectcut State Unversty New Brtan, CT 06050, USA http://www.cs.ccsu.edu/~markov/ markovz@ccsu.edu MDL-Based Unsupervsed

More information

Similar Sentence Retrieval for Machine Translation Based on Word-Aligned Bilingual Corpus

Similar Sentence Retrieval for Machine Translation Based on Word-Aligned Bilingual Corpus Smlar Sentence Retreval for Machne Translaton Based on Word-Algned Blngual Corpus Wen-Han Chao and Zhou-Jun L School of Computer Scence, Natonal Unversty of Defense Technology, Chna, 40073 cwhk@63.com

More information

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4)

Econ107 Applied Econometrics Topic 3: Classical Model (Studenmund, Chapter 4) I. Classcal Assumptons Econ7 Appled Econometrcs Topc 3: Classcal Model (Studenmund, Chapter 4) We have defned OLS and studed some algebrac propertes of OLS. In ths topc we wll study statstcal propertes

More information

Understanding Reasoning Using Utility Proportional Beliefs

Understanding Reasoning Using Utility Proportional Beliefs Understandng Reasonng Usng Utlty Proportonal Belefs Chrstan Nauerz EpCenter, Maastrcht Unversty c.nauerz@maastrchtunversty.nl Abstract. Tradtonally very lttle attenton has been pad to the reasonng process

More information

A LINEAR PROGRAM TO COMPARE MULTIPLE GROSS CREDIT LOSS FORECASTS. Dr. Derald E. Wentzien, Wesley College, (302) ,

A LINEAR PROGRAM TO COMPARE MULTIPLE GROSS CREDIT LOSS FORECASTS. Dr. Derald E. Wentzien, Wesley College, (302) , A LINEAR PROGRAM TO COMPARE MULTIPLE GROSS CREDIT LOSS FORECASTS Dr. Derald E. Wentzen, Wesley College, (302) 736-2574, wentzde@wesley.edu ABSTRACT A lnear programmng model s developed and used to compare

More information

Supporting Information

Supporting Information Supportng Informaton The neural network f n Eq. 1 s gven by: f x l = ReLU W atom x l + b atom, 2 where ReLU s the element-wse rectfed lnear unt, 21.e., ReLUx = max0, x, W atom R d d s the weght matrx to

More information

Chapter 6. Supplemental Text Material

Chapter 6. Supplemental Text Material Chapter 6. Supplemental Text Materal S6-. actor Effect Estmates are Least Squares Estmates We have gven heurstc or ntutve explanatons of how the estmates of the factor effects are obtaned n the textboo.

More information

and V is a p p positive definite matrix. A normal-inverse-gamma distribution.

and V is a p p positive definite matrix. A normal-inverse-gamma distribution. OSR Journal of athematcs (OSR-J) e-ssn: 78-578, p-ssn: 39-765X. Volume 3, ssue 3 Ver. V (ay - June 07), PP 68-7 www.osrjournals.org Comparng The Performance of Bayesan And Frequentst Analyss ethods of

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

Parametric fractional imputation for missing data analysis. Jae Kwang Kim Survey Working Group Seminar March 29, 2010

Parametric fractional imputation for missing data analysis. Jae Kwang Kim Survey Working Group Seminar March 29, 2010 Parametrc fractonal mputaton for mssng data analyss Jae Kwang Km Survey Workng Group Semnar March 29, 2010 1 Outlne Introducton Proposed method Fractonal mputaton Approxmaton Varance estmaton Multple mputaton

More information

Statistics II Final Exam 26/6/18

Statistics II Final Exam 26/6/18 Statstcs II Fnal Exam 26/6/18 Academc Year 2017/18 Solutons Exam duraton: 2 h 30 mn 1. (3 ponts) A town hall s conductng a study to determne the amount of leftover food produced by the restaurants n the

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016

CS : Algorithms and Uncertainty Lecture 17 Date: October 26, 2016 CS 29-128: Algorthms and Uncertanty Lecture 17 Date: October 26, 2016 Instructor: Nkhl Bansal Scrbe: Mchael Denns 1 Introducton In ths lecture we wll be lookng nto the secretary problem, and an nterestng

More information

THE SUMMATION NOTATION Ʃ

THE SUMMATION NOTATION Ʃ Sngle Subscrpt otaton THE SUMMATIO OTATIO Ʃ Most of the calculatons we perform n statstcs are repettve operatons on lsts of numbers. For example, we compute the sum of a set of numbers, or the sum of the

More information

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem

Speeding up Computation of Scalar Multiplication in Elliptic Curve Cryptosystem H.K. Pathak et. al. / (IJCSE) Internatonal Journal on Computer Scence and Engneerng Speedng up Computaton of Scalar Multplcaton n Ellptc Curve Cryptosystem H. K. Pathak Manju Sangh S.o.S n Computer scence

More information

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification

2E Pattern Recognition Solutions to Introduction to Pattern Recognition, Chapter 2: Bayesian pattern classification E395 - Pattern Recognton Solutons to Introducton to Pattern Recognton, Chapter : Bayesan pattern classfcaton Preface Ths document s a soluton manual for selected exercses from Introducton to Pattern Recognton

More information

Boostrapaggregating (Bagging)

Boostrapaggregating (Bagging) Boostrapaggregatng (Baggng) An ensemble meta-algorthm desgned to mprove the stablty and accuracy of machne learnng algorthms Can be used n both regresson and classfcaton Reduces varance and helps to avod

More information

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH Turbulence classfcaton of load data by the frequency and severty of wnd gusts Introducton Oscar Moñux, DEWI GmbH Kevn Blebler, DEWI GmbH Durng the wnd turbne developng process, one of the most mportant

More information

Selecting Good Expansion Terms for Pseudo-Relevance Feedback

Selecting Good Expansion Terms for Pseudo-Relevance Feedback Guhong Cao, Jan-Yun Ne Department of Computer Scence and Operatons Research Unversty of Montreal, Canada {caogu, ne}@ro.umontreal.ca Selectng Good Expanson erms for Pseudo-Relevance Feedback ABSRAC Pseudo-relevance

More information

Quantitative Discrimination of Effective Porosity Using Digital Image Analysis - Implications for Porosity-Permeability Transforms

Quantitative Discrimination of Effective Porosity Using Digital Image Analysis - Implications for Porosity-Permeability Transforms 2004, 66th EAGE Conference, Pars Quanttatve Dscrmnaton of Effectve Porosty Usng Dgtal Image Analyss - Implcatons for Porosty-Permeablty Transforms Gregor P. Eberl 1, Gregor T. Baechle 1, Ralf Weger 1,

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS. M. Krishna Reddy, B. Naveen Kumar and Y. Ramu

BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS. M. Krishna Reddy, B. Naveen Kumar and Y. Ramu BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS M. Krshna Reddy, B. Naveen Kumar and Y. Ramu Department of Statstcs, Osmana Unversty, Hyderabad -500 007, Inda. nanbyrozu@gmal.com, ramu0@gmal.com

More information

Case A. P k = Ni ( 2L i k 1 ) + (# big cells) 10d 2 P k.

Case A. P k = Ni ( 2L i k 1 ) + (# big cells) 10d 2 P k. THE CELLULAR METHOD In ths lecture, we ntroduce the cellular method as an approach to ncdence geometry theorems lke the Szemeréd-Trotter theorem. The method was ntroduced n the paper Combnatoral complexty

More information

Lecture 4: November 17, Part 1 Single Buffer Management

Lecture 4: November 17, Part 1 Single Buffer Management Lecturer: Ad Rosén Algorthms for the anagement of Networs Fall 2003-2004 Lecture 4: November 7, 2003 Scrbe: Guy Grebla Part Sngle Buffer anagement In the prevous lecture we taled about the Combned Input

More information

Limited Dependent Variables

Limited Dependent Variables Lmted Dependent Varables. What f the left-hand sde varable s not a contnuous thng spread from mnus nfnty to plus nfnty? That s, gven a model = f (, β, ε, where a. s bounded below at zero, such as wages

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

Curve Fitting with the Least Square Method

Curve Fitting with the Least Square Method WIKI Document Number 5 Interpolaton wth Least Squares Curve Fttng wth the Least Square Method Mattheu Bultelle Department of Bo-Engneerng Imperal College, London Context We wsh to model the postve feedback

More information

arxiv:cs.cv/ Jun 2000

arxiv:cs.cv/ Jun 2000 Correlaton over Decomposed Sgnals: A Non-Lnear Approach to Fast and Effectve Sequences Comparson Lucano da Fontoura Costa arxv:cs.cv/0006040 28 Jun 2000 Cybernetc Vson Research Group IFSC Unversty of São

More information

EPR Paradox and the Physical Meaning of an Experiment in Quantum Mechanics. Vesselin C. Noninski

EPR Paradox and the Physical Meaning of an Experiment in Quantum Mechanics. Vesselin C. Noninski EPR Paradox and the Physcal Meanng of an Experment n Quantum Mechancs Vesseln C Nonnsk vesselnnonnsk@verzonnet Abstract It s shown that there s one purely determnstc outcome when measurement s made on

More information

Chapter 11: Simple Linear Regression and Correlation

Chapter 11: Simple Linear Regression and Correlation Chapter 11: Smple Lnear Regresson and Correlaton 11-1 Emprcal Models 11-2 Smple Lnear Regresson 11-3 Propertes of the Least Squares Estmators 11-4 Hypothess Test n Smple Lnear Regresson 11-4.1 Use of t-tests

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results.

For now, let us focus on a specific model of neurons. These are simplified from reality but can achieve remarkable results. Neural Networks : Dervaton compled by Alvn Wan from Professor Jtendra Malk s lecture Ths type of computaton s called deep learnng and s the most popular method for many problems, such as computer vson

More information

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1

On an Extension of Stochastic Approximation EM Algorithm for Incomplete Data Problems. Vahid Tadayon 1 On an Extenson of Stochastc Approxmaton EM Algorthm for Incomplete Data Problems Vahd Tadayon Abstract: The Stochastc Approxmaton EM (SAEM algorthm, a varant stochastc approxmaton of EM, s a versatle tool

More information

DETERMINATION OF UNCERTAINTY ASSOCIATED WITH QUANTIZATION ERRORS USING THE BAYESIAN APPROACH

DETERMINATION OF UNCERTAINTY ASSOCIATED WITH QUANTIZATION ERRORS USING THE BAYESIAN APPROACH Proceedngs, XVII IMEKO World Congress, June 7, 3, Dubrovn, Croata Proceedngs, XVII IMEKO World Congress, June 7, 3, Dubrovn, Croata TC XVII IMEKO World Congress Metrology n the 3rd Mllennum June 7, 3,

More information

1 Matrix representations of canonical matrices

1 Matrix representations of canonical matrices 1 Matrx representatons of canoncal matrces 2-d rotaton around the orgn: ( ) cos θ sn θ R 0 = sn θ cos θ 3-d rotaton around the x-axs: R x = 1 0 0 0 cos θ sn θ 0 sn θ cos θ 3-d rotaton around the y-axs:

More information

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane

A New Scrambling Evaluation Scheme based on Spatial Distribution Entropy and Centroid Difference of Bit-plane A New Scramblng Evaluaton Scheme based on Spatal Dstrbuton Entropy and Centrod Dfference of Bt-plane Lang Zhao *, Avshek Adhkar Kouch Sakura * * Graduate School of Informaton Scence and Electrcal Engneerng,

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

x = , so that calculated

x = , so that calculated Stat 4, secton Sngle Factor ANOVA notes by Tm Plachowsk n chapter 8 we conducted hypothess tests n whch we compared a sngle sample s mean or proporton to some hypotheszed value Chapter 9 expanded ths to

More information

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur

Dr. Shalabh Department of Mathematics and Statistics Indian Institute of Technology Kanpur Analyss of Varance and Desgn of Experment-I MODULE VIII LECTURE - 34 ANALYSIS OF VARIANCE IN RANDOM-EFFECTS MODEL AND MIXED-EFFECTS EFFECTS MODEL Dr Shalabh Department of Mathematcs and Statstcs Indan

More information

Lecture 7: Boltzmann distribution & Thermodynamics of mixing

Lecture 7: Boltzmann distribution & Thermodynamics of mixing Prof. Tbbtt Lecture 7 etworks & Gels Lecture 7: Boltzmann dstrbuton & Thermodynamcs of mxng 1 Suggested readng Prof. Mark W. Tbbtt ETH Zürch 13 März 018 Molecular Drvng Forces Dll and Bromberg: Chapters

More information

Lecture 4: Universal Hash Functions/Streaming Cont d

Lecture 4: Universal Hash Functions/Streaming Cont d CSE 5: Desgn and Analyss of Algorthms I Sprng 06 Lecture 4: Unversal Hash Functons/Streamng Cont d Lecturer: Shayan Oves Gharan Aprl 6th Scrbe: Jacob Schreber Dsclamer: These notes have not been subjected

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

Credit Card Pricing and Impact of Adverse Selection

Credit Card Pricing and Impact of Adverse Selection Credt Card Prcng and Impact of Adverse Selecton Bo Huang and Lyn C. Thomas Unversty of Southampton Contents Background Aucton model of credt card solctaton - Errors n probablty of beng Good - Errors n

More information

Week 5: Neural Networks

Week 5: Neural Networks Week 5: Neural Networks Instructor: Sergey Levne Neural Networks Summary In the prevous lecture, we saw how we can construct neural networks by extendng logstc regresson. Neural networks consst of multple

More information

Grover s Algorithm + Quantum Zeno Effect + Vaidman

Grover s Algorithm + Quantum Zeno Effect + Vaidman Grover s Algorthm + Quantum Zeno Effect + Vadman CS 294-2 Bomb 10/12/04 Fall 2004 Lecture 11 Grover s algorthm Recall that Grover s algorthm for searchng over a space of sze wors as follows: consder the

More information

SPANC -- SPlitpole ANalysis Code User Manual

SPANC -- SPlitpole ANalysis Code User Manual Functonal Descrpton of Code SPANC -- SPltpole ANalyss Code User Manual Author: Dale Vsser Date: 14 January 00 Spanc s a code created by Dale Vsser for easer calbratons of poston spectra from magnetc spectrometer

More information

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method

Maximizing Overlap of Large Primary Sampling Units in Repeated Sampling: A comparison of Ernst s Method with Ohlsson s Method Maxmzng Overlap of Large Prmary Samplng Unts n Repeated Samplng: A comparson of Ernst s Method wth Ohlsson s Method Red Rottach and Padrac Murphy 1 U.S. Census Bureau 4600 Slver Hll Road, Washngton DC

More information

A Hybrid Variational Iteration Method for Blasius Equation

A Hybrid Variational Iteration Method for Blasius Equation Avalable at http://pvamu.edu/aam Appl. Appl. Math. ISSN: 1932-9466 Vol. 10, Issue 1 (June 2015), pp. 223-229 Applcatons and Appled Mathematcs: An Internatonal Journal (AAM) A Hybrd Varatonal Iteraton Method

More information

Global Sensitivity. Tuesday 20 th February, 2018

Global Sensitivity. Tuesday 20 th February, 2018 Global Senstvty Tuesday 2 th February, 28 ) Local Senstvty Most senstvty analyses [] are based on local estmates of senstvty, typcally by expandng the response n a Taylor seres about some specfc values

More information

MATH 829: Introduction to Data Mining and Analysis The EM algorithm (part 2)

MATH 829: Introduction to Data Mining and Analysis The EM algorithm (part 2) 1/16 MATH 829: Introducton to Data Mnng and Analyss The EM algorthm (part 2) Domnque Gullot Departments of Mathematcal Scences Unversty of Delaware Aprl 20, 2016 Recall 2/16 We are gven ndependent observatons

More information

EEE 241: Linear Systems

EEE 241: Linear Systems EEE : Lnear Systems Summary #: Backpropagaton BACKPROPAGATION The perceptron rule as well as the Wdrow Hoff learnng were desgned to tran sngle layer networks. They suffer from the same dsadvantage: they

More information

Sampling Theory MODULE VII LECTURE - 23 VARYING PROBABILITY SAMPLING

Sampling Theory MODULE VII LECTURE - 23 VARYING PROBABILITY SAMPLING Samplng heory MODULE VII LECURE - 3 VARYIG PROBABILIY SAMPLIG DR. SHALABH DEPARME OF MAHEMAICS AD SAISICS IDIA ISIUE OF ECHOLOGY KAPUR he smple random samplng scheme provdes a random sample where every

More information

Probabilistic Information Retrieval CE-324: Modern Information Retrieval Sharif University of Technology

Probabilistic Information Retrieval CE-324: Modern Information Retrieval Sharif University of Technology Probablstc Informaton Retreval CE-324: Modern Informaton Retreval Sharf Unversty of Technology M. Soleyman Fall 2016 Most sldes have been adapted from: Profs. Mannng, Nayak & Raghavan (CS-276, Stanford)

More information

Evaluating ADM on a Four-Level Relevance Scale Document Set from NTCIR. (DRAFT - Not for Quotation)

Evaluating ADM on a Four-Level Relevance Scale Document Set from NTCIR. (DRAFT - Not for Quotation) Workng Notes of NTCIR-4, Tokyo, 2-4 June 24 Evaluatng on a Four-Level Relevance Scale Document Set from NTCIR (DRAFT - Not for Quotaton) Vncenzo Della Mea 1, Luca D Gaspero 2, Stefano Mzzaro 1 1 Department

More information

Topic 23 - Randomized Complete Block Designs (RCBD)

Topic 23 - Randomized Complete Block Designs (RCBD) Topc 3 ANOVA (III) 3-1 Topc 3 - Randomzed Complete Block Desgns (RCBD) Defn: A Randomzed Complete Block Desgn s a varant of the completely randomzed desgn (CRD) that we recently learned. In ths desgn,

More information

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography

CSci 6974 and ECSE 6966 Math. Tech. for Vision, Graphics and Robotics Lecture 21, April 17, 2006 Estimating A Plane Homography CSc 6974 and ECSE 6966 Math. Tech. for Vson, Graphcs and Robotcs Lecture 21, Aprl 17, 2006 Estmatng A Plane Homography Overvew We contnue wth a dscusson of the major ssues, usng estmaton of plane projectve

More information

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances

Annexes. EC.1. Cycle-base move illustration. EC.2. Problem Instances ec Annexes Ths Annex frst llustrates a cycle-based move n the dynamc-block generaton tabu search. It then dsplays the characterstcs of the nstance sets, followed by detaled results of the parametercalbraton

More information

Chapter Newton s Method

Chapter Newton s Method Chapter 9. Newton s Method After readng ths chapter, you should be able to:. Understand how Newton s method s dfferent from the Golden Secton Search method. Understand how Newton s method works 3. Solve

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

ANOVA. The Observations y ij

ANOVA. The Observations y ij ANOVA Stands for ANalyss Of VArance But t s a test of dfferences n means The dea: The Observatons y j Treatment group = 1 = 2 = k y 11 y 21 y k,1 y 12 y 22 y k,2 y 1, n1 y 2, n2 y k, nk means: m 1 m 2

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture # 15 Scribe: Jieming Mao April 1, 2013

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture # 15 Scribe: Jieming Mao April 1, 2013 COS 511: heoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 15 Scrbe: Jemng Mao Aprl 1, 013 1 Bref revew 1.1 Learnng wth expert advce Last tme, we started to talk about learnng wth expert advce.

More information

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

More information

1 Definition of Rademacher Complexity

1 Definition of Rademacher Complexity COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture #9 Scrbe: Josh Chen March 5, 2013 We ve spent the past few classes provng bounds on the generalzaton error of PAClearnng algorths for the

More information

A Network Intrusion Detection Method Based on Improved K-means Algorithm

A Network Intrusion Detection Method Based on Improved K-means Algorithm Advanced Scence and Technology Letters, pp.429-433 http://dx.do.org/10.14257/astl.2014.53.89 A Network Intruson Detecton Method Based on Improved K-means Algorthm Meng Gao 1,1, Nhong Wang 1, 1 Informaton

More information

Structure and Drive Paul A. Jensen Copyright July 20, 2003

Structure and Drive Paul A. Jensen Copyright July 20, 2003 Structure and Drve Paul A. Jensen Copyrght July 20, 2003 A system s made up of several operatons wth flow passng between them. The structure of the system descrbes the flow paths from nputs to outputs.

More information

Nodal analysis of finite square resistive grids and the teaching effectiveness of students projects

Nodal analysis of finite square resistive grids and the teaching effectiveness of students projects 2 nd World Conference on Technology and Engneerng Educaton 2 WIETE Lublana Slovena 5-8 September 2 Nodal analyss of fnte square resstve grds and the teachng effectveness of students proects P. Zegarmstrz

More information

Detecting Attribute Dependencies from Query Feedback

Detecting Attribute Dependencies from Query Feedback Detectng Attrbute Dependences from Query Feedback Peter J. Haas 1, Faban Hueske 2, Volker Markl 1 1 IBM Almaden Research Center 2 Unverstät Ulm VLDB 2007 Peter J. Haas The Problem: Detectng (Parwse) Dependent

More information

Lecture Randomized Load Balancing strategies and their analysis. Probability concepts include, counting, the union bound, and Chernoff bounds.

Lecture Randomized Load Balancing strategies and their analysis. Probability concepts include, counting, the union bound, and Chernoff bounds. U.C. Berkeley CS273: Parallel and Dstrbuted Theory Lecture 1 Professor Satsh Rao August 26, 2010 Lecturer: Satsh Rao Last revsed September 2, 2010 Lecture 1 1 Course Outlne We wll cover a samplng of the

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law:

Introduction to Vapor/Liquid Equilibrium, part 2. Raoult s Law: CE304, Sprng 2004 Lecture 4 Introducton to Vapor/Lqud Equlbrum, part 2 Raoult s Law: The smplest model that allows us do VLE calculatons s obtaned when we assume that the vapor phase s an deal gas, and

More information

Handling Uncertain Spatial Data: Comparisons between Indexing Structures. Bir Bhanu, Rui Li, Chinya Ravishankar and Jinfeng Ni

Handling Uncertain Spatial Data: Comparisons between Indexing Structures. Bir Bhanu, Rui Li, Chinya Ravishankar and Jinfeng Ni Handlng Uncertan Spatal Data: Comparsons between Indexng Structures Br Bhanu, Ru L, Chnya Ravshankar and Jnfeng N Abstract Managng and manpulatng uncertanty n spatal databases are mportant problems for

More information

Unified Subspace Analysis for Face Recognition

Unified Subspace Analysis for Face Recognition Unfed Subspace Analyss for Face Recognton Xaogang Wang and Xaoou Tang Department of Informaton Engneerng The Chnese Unversty of Hong Kong Shatn, Hong Kong {xgwang, xtang}@e.cuhk.edu.hk Abstract PCA, LDA

More information

CSC 411 / CSC D11 / CSC C11

CSC 411 / CSC D11 / CSC C11 18 Boostng s a general strategy for learnng classfers by combnng smpler ones. The dea of boostng s to take a weak classfer that s, any classfer that wll do at least slghtly better than chance and use t

More information

On the Repeating Group Finding Problem

On the Repeating Group Finding Problem The 9th Workshop on Combnatoral Mathematcs and Computaton Theory On the Repeatng Group Fndng Problem Bo-Ren Kung, Wen-Hsen Chen, R.C.T Lee Graduate Insttute of Informaton Technology and Management Takmng

More information

Using Multivariate Rank Sum Tests to Evaluate Effectiveness of Computer Applications in Teaching Business Statistics

Using Multivariate Rank Sum Tests to Evaluate Effectiveness of Computer Applications in Teaching Business Statistics Usng Multvarate Rank Sum Tests to Evaluate Effectveness of Computer Applcatons n Teachng Busness Statstcs by Yeong-Tzay Su, Professor Department of Mathematcs Kaohsung Normal Unversty Kaohsung, TAIWAN

More information