Elitist Reconstruction Genetic Algorithm Based on Markov Random Field for Magnetic Resonance Image Segmentation

Size: px
Start display at page:

Download "Elitist Reconstruction Genetic Algorithm Based on Markov Random Field for Magnetic Resonance Image Segmentation"

Transcription

1 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 10, NO. 1, MARCH Eltst Reconstructon Genetc Algorthm Based on Markov Random Feld for Magnetc Resonance Image Segmentaton Xn-Yu Du, Yong-Je L, Cheng Luo, and De-Zhong Yao Abstract In ths paper, eltst reconstructon genetc algorthm (ERGA) based on Markov random feld (MRF) s ntroduced for mage segmentaton. In ths algorthm, a populaton of possble solutons s mantaned at every generaton, and for each soluton a ftness value s calculated accordng to a ftness functon, whch s constructed based on the MRF potental functon accordng to Metropols functon and Bayesan framework. After the mproved selecton, crossover and mutaton, an eltst ndvdual s restructured based on the strategy of restructurng eltst. Ths procedure s processed to select the locaton that denotes the largest MRF potental functon value n the same locaton of all ndvduals. The algorthm s stopped when the change of ftness functons between two sequent generatons s less than a specfed value. Experments show that the performance of the hybrd algorthm s better than that of some tradtonal algorthms. Index Terms Eltst reconstructon, genetc algorthm, mage segmentaton, Markov random feld. 1. Introducton In the computer vson feld, there are many algorthms usng statstcal technques for modelng and processng mage data. In these works, Markov random feld (MRF) s often modeled to mages segmentaton problems [1],[2]. The am of mage segmentaton s to partte an nput mage nto some smoothng and non-overlappng regons and each regon s homogeneous, connected and smoothng. Therefore, t s mportant to consder the dependence among mage pxels. And the dependence can be descrbed perfectly by the MRF model [3]. The detaled ntroducton of MRF s presented n L s works [1]. In the MRF model, the mage segmentaton problem s converted to the problem of fndng an optmal nstantaton of the label feld gven the Manuscrpt receved October 18, 2011; revsed January 8, X.-Y. Du, Y.-J. L, C. Luo, and D.-Z. Yao are wth the School of Lfe Scence and Technology, Unversty of Electronc Scence and Technology of Chna, Chengdu , Chna (e-mal: duxnyu126@126.com; lyj@uestc.edu.cn; hl7roch@yahoo.com.cn; dyao@uestc.edu.cn). Dgtal Object Identfer: /j.ssn X mage pxels. There have been already a lot of lteratures about how to embed natural computaton algorthms nto MRF models. For example, n the work of Wang et al. [4], an evolutonary algorthm was mplemented wth a knd of MRF as a pror n segmentaton. Ther results showed that the algorthm worked well n texture segmentaton and natural mages segmentaton. Tseng et al. adopted a genetc algorthm (GA) for the MRF-based segmentaton [5]. Bhandarkar used the smulated-genetc (SA-GA) algorthm for mage segmentaton, but the algorthm s not based on MRF [6]. In one of our early works, we proposed a knd of SA-GA algorthm based on MRF for mage segmentaton [7]. In ths paper, based on our early works about MR mages segmentaton [7],[8], we propose an eltst reconstructon genetc algorthm (ERGA) wth MRF pror to segment MR mages. Based on GA and Metropols rules, ths algorthm s processed to select the locaton whch denotes the largest MRF potental functon value at the same locaton n all ndvduals to restructure an eltst ndvdual after an mproved selecton, crossover, and mutaton n every generaton. The algorthm can be stopped when the change of ftness functons between two successve generatons s less than a threshold, so that unnecessary teratve would be avoded. The eltst of the last generaton denotes the labeled mage as the segmentaton result. In addton, MRF potental functon values are stretched so as to avod premature when usng the roulette wheel selecton n early generatons and accelerate convergence n later generatons. The crossover rate and mutaton rate are also declned exponentally wth the evoluton number ncreasng. In the codng stage, we use two dmensonal (2D) chromosome codng scheme. As for the populaton ntalzaton, we dsturb the threshold to generate dfferent ndvduals. In the recombnaton and mutaton stage, we combne the MRF clque wth 2-dmenson wndows n an ndvdual. Smlar to many lteratures about MRF, the ftness functon s adopted as the MRF potental functon. The rest of the paper s organzed as follows. Secton 2 descrbes the ERGA and ts applcaton to MRF-based mages segmentaton. In Secton 3 we present the experments results, and fnally a dscusson and concluson s drawn n Secton 4.

2 84 2. ERGA for MRF 2.1 Image Segmentaton Based on MRF As we know, mage segmentaton s the task to assgn labels to every pxel n the mage. Specally, the nput mage s y = ( y, I), where s the locaton of a pxel y n the mage and I s the locaton set. The segmentaton result s denoted as x = ( x, I). Obvously, x = k ndcates that the class label k s assgned to the pxel ste. We assume that the number of class s K and each class s represented by a label k K. Therefore, mage segmentaton would be transformed to optmze the potental functons of MRF models. A MRF potental functon can be presented as [9] U ( x = k y, x, j G \ ) = j 1 y μ k, 2 σ k, 2 + log( σ ) + φ ( x) (1) k, c,, j c, j,, j C where μ k, and σ k, represent the mean mage ntensty and the standard devaton of the nose of the class k at ste, respectvely. The local energy at ste s U ( ) and G \j ndcates the neghborhood G, excludng the ste. y s the value of the pxel at ste. C s the Markov clque confguraton and the 3 3 regon wth the center s defaulted. Accordng to mult-level logstc model (MLL), two pont potental functons on the knd of clque C are JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 10, NO. 1, MARCH 2012 operatons at every generaton (detals n secton B), the locaton, whch denotes the largest MRF potental functon value n the same locaton of all ndvduals, s selected and an eltst ndvdual could be restructured by ths means. The algorthm can be stopped when the change of ftness functons between two sequent generatons s less than a specfed value ε, so that unnecessary teraton would be avoded and the eltst of the last generaton denotes the labeled mage as the segmentaton result. In GA, selecton, crossover and mutaton can cause the genetc nformaton of the best ndvdual dsappearng. Here the eltst ndvdual could be restructured wthout nfluencng selecton, crossover, and mutaton operatons. The dfference between restructure eltst strategy and roulette wheel selecton s that the restructure eltst strategy s to create a best ndvdual of the current generaton but roulette wheel selecton s to elmnate some worst ones. Therefore, the restructured eltst strategy can control generatons through adjustng to decrease unnecessary teratve and the best segmentaton of current generaton can be constructed when the algorthm needs to accelerate convergence. B. Flow of ERGA The flowchart of ERGA s shown n Fg. 1. The detals of the ERGA are presented below. 1) In codng stage, 2-dmensonal ndvdual codng scheme s adopted and the alleles k Λ = {1, 2,, K} and the space of alleles s K Intalzaton I. φ φ ( x, x ) = β, x = x c,, j j j ( x, x ) =+ β, x x (2) c,, j j j where β s the Gbbs parameter and has a postve value. The meanng of β s the penalty of dfferent pxels n the neghborhood of the wanted pxel. It s also the potental measurement between the center and ts neghbors. Obvously, the object energy functon s U( x) = U ( x). (3) The problem of the segmentaton s expressed as the mnmzaton of the energy functon. In ths work, t s equalzed to mnmze (1) nstead of (3). Ths task s usually a hard optmzaton problem because the number of possble label confguratons s generally very large and moreover, the energy functon (1) may contan local mnma. In the followng, ths paper shows a novel GA for the mnmzaton of the energy functon (1). 2.2 ERGA A. Strategy of Restructurng Eltst After the mproved selecton, crossover, and mutaton Fuzzy clusterng Intalzng populatons Updatng accordng metropols functon at T Stretchng MRF U Roulette wheel selecton Recombnaton Mutaton Eltst restructo U n U n 1 < ε Yes Declnng temperature Segmentaton end Fg. 1. Flowchart of ERGA. Temperature not low enough stretchng MRF U

3 DU et al.: Eltst Reconstructon Genetc Algorthm Based on Markov Random Feld for Magnetc Resonance Image Segmentaton 85 2) The declnng temperature table and the ended temperature T e control the generatons f the dfference of last two sequent eltsts ftness s less than ε. The declnng temperature table s gven by c0 T = ln( c + n) 1 where c 0 and c 1 are constants and n s the current generaton. 3) Durng the ntalzaton of populaton, the threshold s dsturbed n order to generate dfferent ndvduals (4) T = T rand T con (5) k k k where con s a small swng value and rand s a random value between 0 and 1. In ths algorthm, a fuzzy clusterng algorthm s adopted as the ntal processng to determne the ntal value of μ k, and σ k,. So the T k of (5) can be consdered as the membershp of the center of the kth class. 4) The new soluton s determned by Metropols rule, whch s shown as where 1, U( x ) < U( x) p = U( x ) U( x) exp, U( x ) U( x) T x (6) s the soluton of the prevous generaton (teratons) that mnmzes (1). The probablty of x s replaced by x whch s determned by the value computed by (6). 5) The ftness functon s stretched, so that premature can be avoded usng roulette wheel selecton n earler stage of evoluton, and contrast can be ncreased n later stage. U () e ( x) = e ( ) U ( x)/ T M U ( ) ( x )/ T = 1 where U () s the ftness value of the th chromosome computed by (3) and M s the populaton sze. T s the current temperature. U () s the stretched ftness functon U (). 6) The crossover rate P cross and mutaton P mute rate are declned exponentally wth the evoluton: ( ( n 1)/(Gen 1)) P = e P cross P = e P cross (7) ( ( n 1)/(Gen 1)) (8) mute mute where Gen s the total teraton, and n s the current teraton number. When the crossover rate and the mutaton rate are larger n the frst several generatons, the ERGA can get larger soluton space so that the ERGA can get faster convergence. When the crossover rate and the mutaton rate are smaller n the last several generatons, the ERGA can get better clmbng ablty and can segment more precsely. 7) Restructurng the eltst of the current generaton. 8) When the change of ftness functon values between two sequent generatons s less than ε, the algorthm s stopped and goes to 10, else goes to 4. 9) If the current temperature s below T e, the evoluton should be ended. 10) The segmented mage s constructed by the eltst ndvdual of the last generaton. 3. Experments Two groups of experments are presented. There are not true segmentaton results for real data. To valdate the advantages of ERGA, synthetcal data wth manual groud-truth are used n the frst group of experments. Then real data are adopted to show that the ERGA can be mplemented well to segment real MR mages wth bas feld effect [10] n the second group. 3.1 Synthetcal Data The synthetcal MR mages are processed by the tradtonal optmzaton algorthms, such as teratve condtonal model (ICM), smulated annealng (SA), GA, and ERGA shown n ths artcle, respectvely. The parameters of all algorthms are the same and presented n Table 1. To denose and segment an mage n mult-part (>2) smultaneously are challengng. The volume data s from the web ste: mcgll.ca/branweb/, and the orgnal mage (Fg. 2 ) we used s the 72nd bran slce of ths data. Fg. 2 s the mage wth Gaussan noses 5%. Fg. 3 (e) are the denosng and segmented mages usng ICM (50 teratve cycles), SA (50 teratve cycles), SA (1500 teratve cycles), GA (50 teratve cycles), and ERGA (50 teratve cycles). And the average error rates of those algorthms to mplement 10 tmes to the mages wth Gaussan noses from 5%, 7% and 9% are shown n Table 2. The consumng tme of ICM_50 and SA_50 s about 15 s, and SA_1500 and GA_50 s consumng tme s about 4 mn. The ERGA_50 s consumng tme s less than 4 mn as ts teratve cycles are determned by ε. The algorthms are executed n the condton of Inter 2.8G, 512M DDR, and Vsual C Table 1: Parameters of all algorthms ICM SA Iteratve N 50 T e 0.25 or MLL β 0.1 C C N 50 or 1500 MLL β 0.1 GA ERGA Populaton sze P m 20 T e 0.25 Crossover P c 0.5 C Mutaton P m C Generaton N 50 P m 20 MLL β 0.1 P c 0.5 P m End value ε MLL β 0.1

4 86 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 10, NO. 1, MARCH 2012 Table 2: Average error rates of those algorthms to mplement 10 tmes to the mage wth noses 5%, 7%, and 9% Noses ICM_50 SA_50 SA_1500 GA_50 ERGA 5% % % Fg. 2. The 72nd bran slce: orgnal mage of the 72 nd slce and mage wth noses 5%. (c) (d) (e) Fg. 3. Segmentaton results: denosng and segmented mages usng ICM (50 teratve cycles), denosng and segmented mages usng SA (50 teratve cycles), (c) denosng and segmented mages usng SA (1500 teratve cycles), (d) denosng and segmented mages usng GA (50 teratve cycles), and (e) denosng and segmented mages usng ERGA (50 teratve cycles). 3.2 Real Data The real data are obtaned from Huax Hosptal, Chengdu, Chna. The whole volumes are , 16 bts, and analyze format (Fg. 4 ). We choose the 100th slce as the orgnal mage (Fg. 4 ). For real MR mage segmentaton, bas feld effect must also be consdered. Bas feld effects can cause MR mage s gray values unevenness. The fuzzy clusterng algorthm (Fg. 4 (c)) and ERGA (Fg. 4 (d)) are mplemented to extract the whte matter of ths (c) (d) Fg. 4. Real data and ts segmentaton result: 3-D real data, 100th slce, (c) segmentaton result by fuzzy clusterng, and (d) ERGA result. slce. As there s no groud-truth for real MR mage s segmentaton, the crteron adopted n ths work s human s (often doctor s) subjectve evaluaton. The parameters of ERGA algorthm are the same as n Secton 3.1. Obvously, the segmentaton result of ERGA s better than the result of the fuzzy clusterng algorthm. 4. Dscusson and Conclusons In general mage processng experments, the mages for experments are natural mages that look much dfferent each other. In ths paper, however, our algorthm s tested on human bran MR mages that possess nner smlartes. Therefore, t s reasonable that one representatve slce s selected to process n the volume of MR mages. Certanly, the selected slces have the most complcated structures n the volumes and they are typcal mages for mage segmentaton. In the frst group of experments, as presented n Table 2, ERGA obtans the lowest classfcaton error rates and shows better results than ICM, SA, and GA n the condton of noses. The reason s that fuzzy clusterng used as pre-segmentaton procedure of all those methods can not set the ntal soluton to approach the best soluton n a nosy mage. ICM uses greedy strategy sngly to determne new solutons so that t can not reach the global optmzaton n lmted steps because of some local solutons. SA can accept worse solutons probably to clmb hlls and reach the global solutons, but t needs much more teratve cycles. GA s crossover and mutaton may destroy a better soluton n ntal steps because GA also adopts greedy strategy to determne new chromosomes after crossover and mutaton. Not only does

5 DU et al.: Eltst Reconstructon Genetc Algorthm Based on Markov Random Feld for Magnetc Resonance Image Segmentaton 87 ERGA use Metropols rule to accept worse solutons n a knd of varatonal probablty so as to jump out local solutons, but also ERGA makes the most superor propertes reserved n the restructured eltst of the current generaton act as the coheson n the selecton operaton of the next generaton so that segmentaton precson s ncreased n lmted steps. From the second group of experments, we can see that ERGA can perform better than fuzzy clusterng n the case of real MR mages wth bas feld effects. Acknowledgment The authors would lke to thank Ph.D. Yu-Qng Wang for the preparaton of real MR data. References [1] S.-Z. L, Markov Random Feld Modelng n Image Analyss, 3rd ed. London: Sprnger, 2009, pp [2] H.-X. Xu, G.-X. Zhu, J.-W. Tan, et al., Image segmentaton based on support vector machne, Journal of Electronc Scence and Technology of Chna, vol. 3, no. 3, , [3] S. Geman and D. Geman, Stochastc relaxaton, Gbbs dstrbutons, and the Bayesan restoraton of mages, IEEE Trans. on Pattern Analyss and Machne Intellgence, vol. 6, no. 6, pp , [4] X. Wang and H. Wang, Evolutonary optmzaton wth Markov random feld pror, IEEE Trans. on Evolutonary. Computaton, vol. 8, no. 6, pp , [5] D. Tseng and C. La, A genetc algorthm for MRF-based segmentaton of mult-spectral textured mages, Pattern. Recogn. Lett., vol. 20, no. 14, pp , [6] S. Bhandarkar and H. Zhang, Image segmentaton usng evolutonary computaton, IEEE Trans. on Evolutonary. Computaton, vol. 3, no. 1, pp. 1 21, [7] X. Du, Y. L, W. Chen, et al., A Markov random feld based hybrd algorthm wth smulated annealng and genetc algorthm for mage segmentaton, n Proc. of the Second Internatonal Conf. on Advances n Natural Computaton, X an, 2006, do: / _95. [8] X. Du, Y. L, and D. Yao, A support vector machne based algorthm for magnetc resonance mage segmentaton, n Proc. of the 4th Natural Computaton, Jnan, 2008, pp [9] J. Rajapakse, J. Gedd, and J. Rapoport, Statstcal approach to segmentaton of sngle-channel cerebral MR mages, IEEE Trans. on Medcal Imagng, vol. 16, no. 2, pp , [10] J. Luo, Y. Zhu, P. Clarysse, and I. Magnn, Correcton of bas feld n MR mages usng sngularty functon analyss, IEEE Trans. on Medcal Imagng, vol. 24, no. 8, pp, , Xn-Yu Du was born n Gansu Provnce, Chna, n He receved the B.E. degree and M.E. degree from the Unversty of Electronc Scence and Technology of Chna (UESTC), Chengdu, n 1999 and 2007, both n bomedcal engneerng. He s currently pursung the Ph.D. degree wth the School of Lfe Scence and Technology, UESTC. Hs research nterest s mage processng. Yong-Je L was born n Hebe, Chna, n He receved Ph.D. n bomedcal engneerng from UESTC n He s now a professor wth the School of Lfe Scence and Technology, UESTC. Hs research nterest s vsual nformaton processng. Cheng Luo was born n Schuan Provnce, Chna, n He receved the B.M. degree from North Schuan Medcal College, Nanchong, n 1999, M.E. and Ph.D. degrees from UESTC, n 2006 and 2010, respectvely. Hs research nterests nclude smultaneous EEG and fmri nvestgaton n eplepsy. De-Zhong Yao receved the Ph.D. degree n appled geophyscs from Chengdu Unversty of Technology, Chengdu, Chna, n 1991, and completed the postdoctoral fellowshp n electromagnetc feld from UESTC, Chengdu, n He has been a Faculty Member wth UESTC snce 1993, a professor snce 1995, and the Dean of the School of Lfe Scence and Technology, UESTC, snce He was a vstng scholar at Unversty of Illnos at Chcago, IL, from September 1997 to August 1998, and a vstng professor at McMaster Unversty, Hamlton, ON, Canada, from November 2000 to May 2001, and at Aalborg Unversty, Aalborg, Denmark, from November 2003 to February He s the author or coauthor of more than 80 papers and 5 books. Hs current nterests nclude EEG, fmri and ther applcatons n cogntve scence and neurologcal problems.

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

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

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

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

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

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

VQ widely used in coding speech, image, and video

VQ widely used in coding speech, image, and video at Scalar quantzers are specal cases of vector quantzers (VQ): they are constraned to look at one sample at a tme (memoryless) VQ does not have such constrant better RD perfomance expected Source codng

More information

Wavelet chaotic neural networks and their application to continuous function optimization

Wavelet chaotic neural networks and their application to continuous function optimization Vol., No.3, 04-09 (009) do:0.436/ns.009.307 Natural Scence Wavelet chaotc neural networks and ther applcaton to contnuous functon optmzaton Ja-Ha Zhang, Yao-Qun Xu College of Electrcal and Automatc Engneerng,

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

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

A Multi-modulus Blind Equalization Algorithm Based on Memetic Algorithm Guo Yecai 1, 2, a, Wu Xing 1, Zhang Miaoqing 1

A Multi-modulus Blind Equalization Algorithm Based on Memetic Algorithm Guo Yecai 1, 2, a, Wu Xing 1, Zhang Miaoqing 1 Internatonal Conference on Materals Engneerng and Informaton Technology Applcatons (MEITA 1) A Mult-modulus Blnd Equalzaton Algorthm Based on Memetc Algorthm Guo Yeca 1,, a, Wu Xng 1, Zhang Maoqng 1 1

More information

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study Internatonal Conference on Systems, Sgnal Processng and Electroncs Engneerng (ICSSEE'0 December 6-7, 0 Duba (UAE Solvng of Sngle-objectve Problems based on a Modfed Multple-crossover Genetc Algorthm: Test

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

Markov Chain Monte Carlo (MCMC), Gibbs Sampling, Metropolis Algorithms, and Simulated Annealing Bioinformatics Course Supplement

Markov Chain Monte Carlo (MCMC), Gibbs Sampling, Metropolis Algorithms, and Simulated Annealing Bioinformatics Course Supplement Markov Chan Monte Carlo MCMC, Gbbs Samplng, Metropols Algorthms, and Smulated Annealng 2001 Bonformatcs Course Supplement SNU Bontellgence Lab http://bsnuackr/ Outlne! Markov Chan Monte Carlo MCMC! Metropols-Hastngs

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space

An Extended Hybrid Genetic Algorithm for Exploring a Large Search Space 2nd Internatonal Conference on Autonomous Robots and Agents Abstract An Extended Hybrd Genetc Algorthm for Explorng a Large Search Space Hong Zhang and Masum Ishkawa Graduate School of L.S.S.E., Kyushu

More information

Information Geometry of Gibbs Sampler

Information Geometry of Gibbs Sampler Informaton Geometry of Gbbs Sampler Kazuya Takabatake Neuroscence Research Insttute AIST Central 2, Umezono 1-1-1, Tsukuba JAPAN 305-8568 k.takabatake@ast.go.jp Abstract: - Ths paper shows some nformaton

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

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

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

Microwave Diversity Imaging Compression Using Bioinspired

Microwave Diversity Imaging Compression Using Bioinspired Mcrowave Dversty Imagng Compresson Usng Bonspred Neural Networks Youwe Yuan 1, Yong L 1, Wele Xu 1, Janghong Yu * 1 School of Computer Scence and Technology, Hangzhou Danz Unversty, Hangzhou, Zhejang,

More information

Multigradient for Neural Networks for Equalizers 1

Multigradient for Neural Networks for Equalizers 1 Multgradent for Neural Netorks for Equalzers 1 Chulhee ee, Jnook Go and Heeyoung Km Department of Electrcal and Electronc Engneerng Yonse Unversty 134 Shnchon-Dong, Seodaemun-Ku, Seoul 1-749, Korea ABSTRACT

More information

The Synchronous 8th-Order Differential Attack on 12 Rounds of the Block Cipher HyRAL

The Synchronous 8th-Order Differential Attack on 12 Rounds of the Block Cipher HyRAL The Synchronous 8th-Order Dfferental Attack on 12 Rounds of the Block Cpher HyRAL Yasutaka Igarash, Sej Fukushma, and Tomohro Hachno Kagoshma Unversty, Kagoshma, Japan Emal: {garash, fukushma, hachno}@eee.kagoshma-u.ac.jp

More information

An Improved multiple fractal algorithm

An Improved multiple fractal algorithm Advanced Scence and Technology Letters Vol.31 (MulGraB 213), pp.184-188 http://dx.do.org/1.1427/astl.213.31.41 An Improved multple fractal algorthm Yun Ln, Xaochu Xu, Jnfeng Pang College of Informaton

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

Power law and dimension of the maximum value for belief distribution with the max Deng entropy

Power law and dimension of the maximum value for belief distribution with the max Deng entropy Power law and dmenson of the maxmum value for belef dstrbuton wth the max Deng entropy Bngy Kang a, a College of Informaton Engneerng, Northwest A&F Unversty, Yanglng, Shaanx, 712100, Chna. Abstract Deng

More information

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION

CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING INTRODUCTION CONTRAST ENHANCEMENT FOR MIMIMUM MEAN BRIGHTNESS ERROR FROM HISTOGRAM PARTITIONING N. Phanthuna 1,2, F. Cheevasuvt 2 and S. Chtwong 2 1 Department of Electrcal Engneerng, Faculty of Engneerng Rajamangala

More information

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

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

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

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems

The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based Optimization Problems The Convergence Speed of Sngle- And Mult-Obectve Immune Algorthm Based Optmzaton Problems Mohammed Abo-Zahhad Faculty of Engneerng, Electrcal and Electroncs Engneerng Department, Assut Unversty, Assut,

More information

A Multi-Level Approach for Temporal Video Segmentation based on Adaptive Examples

A Multi-Level Approach for Temporal Video Segmentation based on Adaptive Examples June 26 2006 A Mult-Level Approach for Temporal Vdeo Segmentaton based on Adaptve Eamples Robert Babak Yeganeh Submtted to the Department of Electrcal Engneerng and Computer Scence and the Faculty of the

More information

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach A Bayes Algorthm for the Multtask Pattern Recognton Problem Drect Approach Edward Puchala Wroclaw Unversty of Technology, Char of Systems and Computer etworks, Wybrzeze Wyspanskego 7, 50-370 Wroclaw, Poland

More information

A Study on Improved Cockroach Swarm Optimization Algorithm

A Study on Improved Cockroach Swarm Optimization Algorithm A Study on Improved Cockroach Swarm Optmzaton Algorthm 1 epartment of Computer Scence and Engneerng, Huaan Vocatonal College of Informaton Technology,Huaan 223003, Chna College of Computer and Informaton,

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

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES

SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES SPECTRAL ANALYSIS USING EVOLUTION STRATEGIES J. FEDERICO RAMÍREZ AND OLAC FUENTES Insttuto Naconal de Astrofísca, Óptca y Electrónca Lus Enrque Erro # 1 Santa María Tonanzntla, Puebla, 784, Méxco framrez@cseg.naoep.mx,

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

Double Layered Fuzzy Planar Graph

Double Layered Fuzzy Planar Graph Global Journal of Pure and Appled Mathematcs. ISSN 0973-768 Volume 3, Number 0 07), pp. 7365-7376 Research Inda Publcatons http://www.rpublcaton.com Double Layered Fuzzy Planar Graph J. Jon Arockaraj Assstant

More information

Research on Route guidance of logistic scheduling problem under fuzzy time window

Research on Route guidance of logistic scheduling problem under fuzzy time window Advanced Scence and Technology Letters, pp.21-30 http://dx.do.org/10.14257/astl.2014.78.05 Research on Route gudance of logstc schedulng problem under fuzzy tme wndow Yuqang Chen 1, Janlan Guo 2 * Department

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

Mean Field / Variational Approximations

Mean Field / Variational Approximations Mean Feld / Varatonal Appromatons resented by Jose Nuñez 0/24/05 Outlne Introducton Mean Feld Appromaton Structured Mean Feld Weghted Mean Feld Varatonal Methods Introducton roblem: We have dstrbuton but

More information

Lossy Compression. Compromise accuracy of reconstruction for increased compression.

Lossy Compression. Compromise accuracy of reconstruction for increased compression. Lossy Compresson Compromse accuracy of reconstructon for ncreased compresson. The reconstructon s usually vsbly ndstngushable from the orgnal mage. Typcally, one can get up to 0:1 compresson wth almost

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

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k)

Hongyi Miao, College of Science, Nanjing Forestry University, Nanjing ,China. (Received 20 June 2013, accepted 11 March 2014) I)ϕ (k) ISSN 1749-3889 (prnt), 1749-3897 (onlne) Internatonal Journal of Nonlnear Scence Vol.17(2014) No.2,pp.188-192 Modfed Block Jacob-Davdson Method for Solvng Large Sparse Egenproblems Hongy Mao, College of

More information

Improvement of Histogram Equalization for Minimum Mean Brightness Error

Improvement of Histogram Equalization for Minimum Mean Brightness Error Proceedngs of the 7 WSEAS Int. Conference on Crcuts, Systems, Sgnal and elecommuncatons, Gold Coast, Australa, January 7-9, 7 3 Improvement of Hstogram Equalzaton for Mnmum Mean Brghtness Error AAPOG PHAHUA*,

More information

A Fast Computer Aided Design Method for Filters

A Fast Computer Aided Design Method for Filters 2017 Asa-Pacfc Engneerng and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 A Fast Computer Aded Desgn Method for Flters Gang L ABSTRACT *Ths paper presents a fast computer aded desgn method

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

Thin-Walled Structures Group

Thin-Walled Structures Group Thn-Walled Structures Group JOHNS HOPKINS UNIVERSITY RESEARCH REPORT Towards optmzaton of CFS beam-column ndustry sectons TWG-RR02-12 Y. Shfferaw July 2012 1 Ths report was prepared ndependently, but was

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

AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING *

AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING * IJST, Transactons of Electrcal Engneerng, Vol. 6, No. E, pp 7-9 Prnted n The Islamc Republc of Iran, 0 Shraz Unversty AN EFFICIENT METHOD BASED ON ABC FOR OPTIMAL MULTILEVEL THRESHOLDING * S. A. MOHAMMADI,

More information

Hiding data in images by simple LSB substitution

Hiding data in images by simple LSB substitution Pattern Recognton 37 (004) 469 474 www.elsever.com/locate/patcog Hdng data n mages by smple LSB substtuton Ch-Kwong Chan, L.M. Cheng Department of Computer Engneerng and Informaton Technology, Cty Unversty

More information

The Gaussian classifier. Nuno Vasconcelos ECE Department, UCSD

The Gaussian classifier. Nuno Vasconcelos ECE Department, UCSD he Gaussan classfer Nuno Vasconcelos ECE Department, UCSD Bayesan decson theory recall that we have state of the world X observatons g decson functon L[g,y] loss of predctng y wth g Bayes decson rule s

More information

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm

Chapter 2 Real-Coded Adaptive Range Genetic Algorithm Chapter Real-Coded Adaptve Range Genetc Algorthm.. Introducton Fndng a global optmum n the contnuous doman s challengng for Genetc Algorthms (GAs. Tradtonal GAs use the bnary representaton that evenly

More information

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem

Integrated approach in solving parallel machine scheduling and location (ScheLoc) problem Internatonal Journal of Industral Engneerng Computatons 7 (2016) 573 584 Contents lsts avalable at GrowngScence Internatonal Journal of Industral Engneerng Computatons homepage: www.growngscence.com/ec

More information

Fuzzy Boundaries of Sample Selection Model

Fuzzy Boundaries of Sample Selection Model Proceedngs of the 9th WSES Internatonal Conference on ppled Mathematcs, Istanbul, Turkey, May 7-9, 006 (pp309-34) Fuzzy Boundares of Sample Selecton Model L. MUHMD SFIIH, NTON BDULBSH KMIL, M. T. BU OSMN

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

Cluster Validation Determining Number of Clusters. Umut ORHAN, PhD.

Cluster Validation Determining Number of Clusters. Umut ORHAN, PhD. Cluster Analyss Cluster Valdaton Determnng Number of Clusters 1 Cluster Valdaton The procedure of evaluatng the results of a clusterng algorthm s known under the term cluster valdty. How do we evaluate

More information

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization

Self-adaptive Differential Evolution Algorithm for Constrained Real-Parameter Optimization 26 IEEE Congress on Evolutonary Computaton Sheraton Vancouver Wall Centre Hotel, Vancouver, BC, Canada July 16-21, 26 Self-adaptve Dfferental Evoluton Algorthm for Constraned Real-Parameter Optmzaton V.

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

More information

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA

Multi-Robot Formation Control Based on Leader-Follower Optimized by the IGA IOSR Journal of Computer Engneerng (IOSR-JCE e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 1, Ver. III (Jan.-Feb. 2017, PP 08-13 www.osrjournals.org Mult-Robot Formaton Control Based on Leader-Follower

More information

Tutorial 2. COMP4134 Biometrics Authentication. February 9, Jun Xu, Teaching Asistant

Tutorial 2. COMP4134 Biometrics Authentication. February 9, Jun Xu, Teaching Asistant Tutoral 2 COMP434 ometrcs uthentcaton Jun Xu, Teachng sstant csjunxu@comp.polyu.edu.hk February 9, 207 Table of Contents Problems Problem : nswer the questons Problem 2: Power law functon Problem 3: Convoluton

More information

Hopfield networks and Boltzmann machines. Geoffrey Hinton et al. Presented by Tambet Matiisen

Hopfield networks and Boltzmann machines. Geoffrey Hinton et al. Presented by Tambet Matiisen Hopfeld networks and Boltzmann machnes Geoffrey Hnton et al. Presented by Tambet Matsen 18.11.2014 Hopfeld network Bnary unts Symmetrcal connectons http://www.nnwj.de/hopfeld-net.html Energy functon The

More information

A linear imaging system with white additive Gaussian noise on the observed data is modeled as follows:

A linear imaging system with white additive Gaussian noise on the observed data is modeled as follows: Supplementary Note Mathematcal bacground A lnear magng system wth whte addtve Gaussan nose on the observed data s modeled as follows: X = R ϕ V + G, () where X R are the expermental, two-dmensonal proecton

More information

MMA and GCMMA two methods for nonlinear optimization

MMA and GCMMA two methods for nonlinear optimization MMA and GCMMA two methods for nonlnear optmzaton Krster Svanberg Optmzaton and Systems Theory, KTH, Stockholm, Sweden. krlle@math.kth.se Ths note descrbes the algorthms used n the author s 2007 mplementatons

More information

On the correction of the h-index for career length

On the correction of the h-index for career length 1 On the correcton of the h-ndex for career length by L. Egghe Unverstet Hasselt (UHasselt), Campus Depenbeek, Agoralaan, B-3590 Depenbeek, Belgum 1 and Unverstet Antwerpen (UA), IBW, Stadscampus, Venusstraat

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information

IMAGE DENOISING USING NEW ADAPTIVE BASED MEDIAN FILTER

IMAGE DENOISING USING NEW ADAPTIVE BASED MEDIAN FILTER Sgnal & Image Processng : An Internatonal Journal (SIPIJ) Vol.5, No.4, August 2014 IMAGE DENOISING USING NEW ADAPTIVE BASED MEDIAN FILTER Suman Shrestha 1, 2 1 Unversty of Massachusetts Medcal School,

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Time-Varying Systems and Computations Lecture 6

Time-Varying Systems and Computations Lecture 6 Tme-Varyng Systems and Computatons Lecture 6 Klaus Depold 14. Januar 2014 The Kalman Flter The Kalman estmaton flter attempts to estmate the actual state of an unknown dscrete dynamcal system, gven nosy

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

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

A DNA Coding Scheme for Searching Stable Solutions

A DNA Coding Scheme for Searching Stable Solutions A DNA odng Scheme for Searchng Stable Solutons Intaek Km, HeSong Lan, and Hwan Il Kang 2 Department of ommuncaton Eng., Myongj Unversty, 449-728, Yongn, South Korea kt@mju.ac.kr, hslan@hotmal.net 2 Department

More information

Image Analysis. Active contour models (snakes)

Image Analysis. Active contour models (snakes) Image Analyss Actve contour models (snakes) Chrstophoros Nkou cnkou@cs.uo.gr Images taken from: Computer Vson course by Krsten Grauman, Unversty of Texas at Austn. Unversty of Ioannna - Department of Computer

More information

Yong Joon Ryang. 1. Introduction Consider the multicommodity transportation problem with convex quadratic cost function. 1 2 (x x0 ) T Q(x x 0 )

Yong Joon Ryang. 1. Introduction Consider the multicommodity transportation problem with convex quadratic cost function. 1 2 (x x0 ) T Q(x x 0 ) Kangweon-Kyungk Math. Jour. 4 1996), No. 1, pp. 7 16 AN ITERATIVE ROW-ACTION METHOD FOR MULTICOMMODITY TRANSPORTATION PROBLEMS Yong Joon Ryang Abstract. The optmzaton problems wth quadratc constrants often

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression

MACHINE APPLIED MACHINE LEARNING LEARNING. Gaussian Mixture Regression 11 MACHINE APPLIED MACHINE LEARNING LEARNING MACHINE LEARNING Gaussan Mture Regresson 22 MACHINE APPLIED MACHINE LEARNING LEARNING Bref summary of last week s lecture 33 MACHINE APPLIED MACHINE LEARNING

More information

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation RESEARCH ARTICLE Copyrght 2015 Amercan Scentfc Publshers All rghts reserved Prnted n the Unted States of Amerca Journal of Medcal Imagng and Health Informatcs Vol. 5, 1 5, 2015 A Novel Hybrd Bat Algorthm

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

Identification of Linear Partial Difference Equations with Constant Coefficients

Identification of Linear Partial Difference Equations with Constant Coefficients J. Basc. Appl. Sc. Res., 3(1)6-66, 213 213, TextRoad Publcaton ISSN 29-434 Journal of Basc and Appled Scentfc Research www.textroad.com Identfcaton of Lnear Partal Dfference Equatons wth Constant Coeffcents

More information

An Integrated Asset Allocation and Path Planning Method to to Search for a Moving Target in in a Dynamic Environment

An Integrated Asset Allocation and Path Planning Method to to Search for a Moving Target in in a Dynamic Environment An Integrated Asset Allocaton and Path Plannng Method to to Search for a Movng Target n n a Dynamc Envronment Woosun An Mansha Mshra Chulwoo Park Prof. Krshna R. Pattpat Dept. of Electrcal and Computer

More information

A Novel Fuzzy logic Based Impulse Noise Filtering Technique

A Novel Fuzzy logic Based Impulse Noise Filtering Technique Internatonal Journal of Advanced Scence and Technology A Novel Fuzzy logc Based Impulse Nose Flterng Technque Aborsade, D.O Department of Electroncs Engneerng, Ladoke Akntola Unversty of Tech., Ogbomoso.

More information

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

International Journal of Mathematical Archive-3(3), 2012, Page: Available online through ISSN

International Journal of Mathematical Archive-3(3), 2012, Page: Available online through   ISSN Internatonal Journal of Mathematcal Archve-3(3), 2012, Page: 1136-1140 Avalable onlne through www.ma.nfo ISSN 2229 5046 ARITHMETIC OPERATIONS OF FOCAL ELEMENTS AND THEIR CORRESPONDING BASIC PROBABILITY

More information

Probability Theory (revisited)

Probability Theory (revisited) Probablty Theory (revsted) Summary Probablty v.s. plausblty Random varables Smulaton of Random Experments Challenge The alarm of a shop rang. Soon afterwards, a man was seen runnng n the street, persecuted

More information

Basic Statistical Analysis and Yield Calculations

Basic Statistical Analysis and Yield Calculations October 17, 007 Basc Statstcal Analyss and Yeld Calculatons Dr. José Ernesto Rayas Sánchez 1 Outlne Sources of desgn-performance uncertanty Desgn and development processes Desgn for manufacturablty A general

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

Tracking with Kalman Filter

Tracking with Kalman Filter Trackng wth Kalman Flter Scott T. Acton Vrgna Image and Vdeo Analyss (VIVA), Charles L. Brown Department of Electrcal and Computer Engneerng Department of Bomedcal Engneerng Unversty of Vrgna, Charlottesvlle,

More information

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure

An Improved Particle Swarm Optimization Algorithm based on Membrane Structure IJCSI Internatonal Journal of Computer Scence Issues Vol. 10 Issue 1 No January 013 ISSN (Prnt): 1694-0784 ISSN (Onlne): 1694-0814 www.ijcsi.org 53 An Improved Partcle Swarm Optmzaton Algorthm based on

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

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

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

Change Detection: Current State of the Art and Future Directions

Change Detection: Current State of the Art and Future Directions Change Detecton: Current State of the Art and Future Drectons Dapeng Olver Wu Electrcal & Computer Engneerng Unversty of Florda http://www.wu.ece.ufl.edu/ Outlne Motvaton & problem statement Change detecton

More information

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family

Using T.O.M to Estimate Parameter of distributions that have not Single Exponential Family IOSR Journal of Mathematcs IOSR-JM) ISSN: 2278-5728. Volume 3, Issue 3 Sep-Oct. 202), PP 44-48 www.osrjournals.org Usng T.O.M to Estmate Parameter of dstrbutons that have not Sngle Exponental Famly Jubran

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

A Bayesian Damage Identification Technique Using Evolutionary Algorithms - a Comparative Study.

A Bayesian Damage Identification Technique Using Evolutionary Algorithms - a Comparative Study. Specal Issue: Electronc Journal of Structural Engneerng 4() A Bayesan Damage Identfcaton Technque Usng Evolutonary Algorthms - a Comparatve Study. M. Varmazyar & N. Hartos Department of Infrastructure

More information

Feature Selection in Multi-instance Learning

Feature Selection in Multi-instance Learning The Nnth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 10) Chengdu-Juzhagou, Chna, August 19 23, 2010 Copyrght 2010 ORSC & APORC, pp. 462 469 Feature Selecton n Mult-nstance Learnng

More information

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition

Single-Facility Scheduling over Long Time Horizons by Logic-based Benders Decomposition Sngle-Faclty Schedulng over Long Tme Horzons by Logc-based Benders Decomposton Elvn Coban and J. N. Hooker Tepper School of Busness, Carnege Mellon Unversty ecoban@andrew.cmu.edu, john@hooker.tepper.cmu.edu

More information

Finite Element Modelling of truss/cable structures

Finite Element Modelling of truss/cable structures Pet Schreurs Endhoven Unversty of echnology Department of Mechancal Engneerng Materals echnology November 3, 214 Fnte Element Modellng of truss/cable structures 1 Fnte Element Analyss of prestressed structures

More information