Image segmentation using an annealed Hopfield neural network

Size: px
Start display at page:

Download "Image segmentation using an annealed Hopfield neural network"

Transcription

1 Iowa State University From the SelectedWorks of Sarah A. Rajala December 16, 1992 Image segmentation using an annealed Hopfield neural network Yungsik Kim, North Carolina State University Sarah A. Rajala, North Carolina State University Available at:

2 Image segmentationusing an annealed Ilopfield neural network Yungsik Kim Sarah A. Rajala Department of Electrical and Computer Engineering North Carolina State University Raleigh, NC , USA kys ececlr.ncsu.edu or ABSTRACT Good image segmentation can be achieved by finding the optimum solution to an appropriate energy function. A liopfleld neural network has been shown to solve complex optimization problems fast, but it only guarantees convergence to a local minimum of the optimization function. Alternatively, mean field annealing has been shown to reach the global or the nearly global optimum solution when solving optimiiation problems. Furthermore, it has been shown that there is a relationship between a Hopfield neural network and mean field annealing. In this paper, we combine the advantages of the Hopfield neural network and the mean field annealing algorithm and propose using an annealed liopfield neural network to achieve good image segmentation fast. Here, we are concerned not only with identifying the segmented regions, but also finding a good approximation to the average gray level for each segment. A potential application is segmentation-based image coding. This approach is expected to find the global or nearly global solution fast using an annealing schedule for the neural gains. A weak continuity constraints approach is used to define the appropriate optimization function. The simulation results for segmenting noisy images are very encouraging. Smooth regions were accurately maintained and boundaries were detected correctly. 1. INTRODUCTION Digital computers are remarkably successful at handling many types of problems, such as computing missile trajectories or calculating the roots of very complicated equations. But they have great difficulty doing things such as taking dictation or recognizing a face, which humans do without any effort. Therefore, neural network architectures have been proposed as new computer architectures, which, in some sense, are based on knowledge about a "biological computer" such as the human brain. A neural network is a very complex network of very simple processing units that operate asynchronously, but in parallel. It can find good solutions to optimization problems quickly. Hopfield' proposed a neural network architecture composed of neurons with graded responses (sigmoid input-output relation). He showed that the Hopfield neural network can solve complex optimization problems such as a traveling salesman problem fast once a proper energy function has been chosen. Because Hopfield neurons are natural in that they resemble real biological neurons which have graded, continuous outputs as a function of their inputs, they can be implemented by real physical devices such as operational amplifiers. It should be noted, however, that a Hopifeld neural network can solve optimization problems fast when a proper energy function is given, but it only guarantees convergence to a local minimum, not to the global minimum solution. O /92/$4.OO SP1E Vol Neural and Stochastic Methods in Image and Signal Processing (1992)1 333

3 Image segmentation, like other engineering problems, can be formalized as an optimization problem and the desired image segmentation can be achieved by finding the global optimum solution to the objective function. Performing image segmentation by solving the optimization problem consists of two major parts: 1. Finding the proper objective function whose global minimum value represents the desired segmented image. 2. Choosing the relaxation method to find the global solution from the objective function as efficiently as possible. Blake and Zisserman9 proposed an algorithm in which they used the weak continuity constraints ("weak string" or "weak membrane" ) as the proper objective function for detecting the discontinuities in an image composed of piecewise constant regions with step edges. The power of weak continuity constraints lies in its rability to detect discontinuities and localize them accurately and stably without any prior information about their existence or location, even in the presence of substantial noise. We adopt their approach for defining an appropriate objective function for the image segmentation. Once the proper energy function is defined, the next step is to find the global minimum of the objective function. Relaxation algorithms such as stochastic simulated annealing (SSA)6 and deterministic mean field annealing (MFA)4'5 have been used to obtain nearly global optimum solutions to such problems. Stochastic simulated annealing is guaranteed to find the global minimum under certain conditions, but it converges very slowly. Mean field annealing4 can reach nearly global optimum solutions faster than stochastic simulated annealing, while retaining many of the advantages of stochastic simulated annealing. Furthermore, Van Den Bout el al.8 showed that under certain conditions, a Hopfield neural network and mean field annealing are equivalent if the slope of the sigmoid is increased over the running of the algorithm. In this paper, we incorporate an annealing schedule with a Hopfield neural network to find a more optimal segmentation of images. Furthermore, this annealed Hopfield neural network is expected to solve other kinds of optimization problems in which a fast approach to finding the global or the nearly global minimum is desired. A potential application of this annealed Hopfield neural network is segmentation-based image coding. 2. IMAGE SEGMENTATION USING AN ANNEALED HOPFIELD NEURAL NETWORK 2.1 Image segmentation procedure The procedure for image segmentation using the annealed Hopfield neural network is as follows: 1. Convert the image segmentation problem to an optimization problem by defining the proper energy function. The desired segmented image should be the minimum of the energy function. 2. Determine the inter-neuron connection strength A(j,j,m)(k,1,n) between the input of the image neuron (i,, m) and the output of the image neuron (k, 1, n), the external input ej,j,m to each image neuron (i, m), and the inputs V2,,, H1, to each vertical edge neuron (i, i) and horizontal edge neuron (i, i). Here (i, i) and (k, 1) define the pixel locations and m and n represent the gray levels. 334 / SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)

4 3. Initialize the network parameters. 4. Simulate the network with an annealing schedule for the neural gains. 2.2 Energy function for image segmentation where Blake and Zisserman proposed the following energy function for image restoration problems. E=D+S+P (1) D = >.:(f, d,3)2 = d,,)2 (2) S = b2 >.[(fi,j+i f)2(1 v1,) + (f+i, f)2(1 = b2 [{(0i,j+1,m Oi,j,m)}2(1 +{>(Oi+i,j,m _ oi,j,m)}2(1 h,)} (3) P=a(v, +h,) (4) D is a measure of faithfulness of the restored pixel value fe,, to the input pixel value d13. S is a measure of how severely the restored image f is deformed, and P is the penalty function that is levied for the step edges in the restoration. In the previous equations, f1,, is the gray level of pixel (i, i) in the output image, d2,, is the gray level of pixel (i, ) in the input image, Oj,j,m 5 the output of the (i, m)th neuron ( (i, i) defines the pixel location and in defines the gray level), is the (i, j)th value of vertical edge neurons, h is the (i, j)th value of horizontal edge neurons, and b and c are constants. b controls the smoothness of the segmented image, and a controls the number of the edges in the segmented image. We believe that the same energy function can be used for image segmentation by adjusting weighting of each term. For image segmentation it is important to have more emphasis on S. Using a larger b forces the segmented regions to be smoother than appropriate for image restoration, and guarantees that the average gray levels are close to the actual gray levels in the regions. Since is a gray level value and Oi,j,m has the value 0 or 1 at convergence, f2,3 can be represented by summing the outputs of L neurons, where L is the maximum gray level in the image, i.e., 256 neurons/pixel in an 8 bit monochrome image. By minimizing D + S + F, the segmented image has smoothing regions which are close to original regions in gray level and has step edges between segmented regions. SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)! 335

5 2.3 Connection strength between image neurons, external inputs to image neurons, and inputs to edge neurons In a Hopfield neural network, the energy function Eh0 which guarantees convergence to stable states is, Eh0 E E A(i,j,m)(k,l,n)Oi,j,mOk,l,n :ej,j,moi,j,m E[Vs,jvj,j + H,3h1,} (5) i,j,rnk,l,r& i,j,m i,j where i,j,m S the output of the (i, i, m)th image neuron, A(j,j,m)(kj,n) represents the connection strength between the input of the (i, ' rn)th image neuron and the output of the (k, 1, n)th image neuron, and e,j,m S the external input applied to the (i, m)th image neuron. V1 and H1,, are the inputs to the (1, j)th vertical edge neuron and to the (i, j)th horizontal edge neuron. By comparing E in Eq. 15 and Eh0 in Eq. 5, we can determine the image neuron connection strength A(i,j,m)(k,l,n), the external input to each image neuron ej,j,m, and inputs to edge neurons V1,1, He,,. Substituting in for D, S, and P, Eq. 15 becomes E = (>Oi,j,m_di,j)2 +b2 [{( i,j+i,m Oi,j,m)}2(1 v,1) + {( z+i,j,m Oi,j,m)}2(1 h,,)} +a + h,,) As a result, parameters become A(i,j,m)(i,j,n) = 2 2b2{(1 v,_i) + (1 h_1,) + (1 v1,) + (1 h1,)} (6) A(i,j,m)(i,j_l,n) = 2b2(1 v,_i) (7) A(i,j,m)(i_l,j,n) = 2b2(1 h1..1,) (8) A(i,j,m)(i,j+l,n) = 2b2(1 v22) (9) A(i,j,m)(i+l,j,n) = 2b2(1 hi,,) (10) ej,j,m = 2d,3 (11) vi,j = b2{(oi,j+i,m Oi,j,m)}2 a (12) = b2{(oi+i,j,m i,j,m)}2 a (13) As mentioned before, pixel gray level f2,, of the output image is found by summing the outputs of L neurons, where L is the maximum gray level value in the image. f2,j '2'' (14) 336 / SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)

6 2.4 Initialization of the network The initial output value of the each neuron in the network is set to 0.5 E i where is a small uniform random variable. This output value comes from statistical mechanics where the mean value of each particle on a regular lattice is about 0.5 at a high temperature if a particle can only move between 0 and Annealing of the neural gains The annealing schedule for the neural gains needs to be determined. The initial neural gain \jnjt for each neuron is arbitrarily set to a very low value which corresponds to a high value of temperature T in MFA, because the optimal starting gain has not yet been determined. The final gain does not need to be determined. Instead, the neural network stops iterating when there is no output change in the network. The rate for increasing the gain, ij, at each iteration is -, that is Anew 7)A01d old At each iteration all of the image and the edge neurons are updated. 3. SIMULATION RESULTS We tested the annealed Hopfield neural network with three synthetic images, I, '2, and 13. I is a 10 x 10 8-bit monochrome image, 12 is a 32 x 32 8-bit monochrome image, and 13 is a 20 x 20 8-bit monochrome image. For each test image, the step edges have a height of 7 in gray level. First, we applied the noise-free '1 image to the annealed Hopfield neural network to see if the annealed neural network escapes from the - local minima and converges to the global or the nearly global minimum with an arbitrary initial image configuration. Next, the simulation was done with Ii, 12 and 13 at various noise levels. Initial output values for the image, the horizontal edge, and the vertical edge neurons are assumed to be around 0.5. The initial gain for each neuron is and the rate for increasing the neural gain is i = 3.1 Results for noise-free images When the input is the noise-free I image, perfect image segmentation was achieved, i.e., edges were correctly found and the gray level for each region was correctly identified. The results shows that the weak continuity constraints approach for the energy function works well and the annealed Hopfield neural network successfully escaped from the local minima and converged to the global minimum solution as an relaxation method. The simulation result is shown in Fig. 1. In addition, a plot of the energy evolution of the annealed Hopfield neural network vs. numbers of iterations is shown in Fig. 2. Energy values on the left side of the rightmost mode in the energy evolution figure are larger than the ones on th right side, although the difference is slight. SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)1337

7 3.2 Results for noisy images The three input images were contaminated with the various levels of additive, white Gaussian noise. The standard deviations for the noise processes were 3, 3.5, and 4.0 in gray level (SNR = 2.33, 2, 1.75) for the noisy input images. For test images I and 12, boundaries were detected correctly and the gray level for each region was reasonably smooth. Some variation occurred at the different noise levels, but in general, the results were good. The simulation results for the images I and '2 are shown in Fig 3 and Fig 4 respectively for a SNR of 2. The segmentation results were not as good for images 13. As can be seen in Fig 5, sharp edges were not detected correctly in the segmented image. The difficulties arise with the presence of diagonal edges. To overcome this problem, we made an improvement to the algorithm by adding one more constraint to the energy function. 4. IMPROVEMENT ON THE TRIANGULAR PATTERN In order to better handle diagonaly-oriented edges, the energy function was extended. The new energy function Eezt is given by: EeD+S+P+N (15) where = >2(f d2,,)2 = >(0i,j,m d1,,)2 (16) S = b2 1)2(1 + (f+i, f,)2(1 = b2 oi,j,m)}2(l +{>(Oi+i,j,m oi,j,m)}2(1 (17) P = a + (18) D = r + + v1,3 + h2,)2(v1, + + vj1, + h1, 2)2 (19) The D, S, and P terms are the same as in the previous energy function E. The N term is new. The N term include interactions between the edge neurons and makes the detection of sharp edges better. A Comparison between the previous result using E and the improved result using Ee is shown in Fig / SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)

8 5. CONCLUSION The annealed Hopfleld neural network was proposed in this paper to achieve good image segmentation fast. It was shown that the annealed llopfleld neural network successfully escaped from the local minima and converged to the global minimum for the noise-free input image. Simulation results showed that this neural network achieved good image segmentations for the input images contaminated with the various levels of noises. In addition to that, average values of the segmented regions were good approximations to the region values of the noise-free images. Because this network operates in parallel, it can be used in the real-time and it is expected to solve optimization problems such as image segmentation quickly, and to reach the global minimum or the nearly global minimum solution. Also, this network has the possibility of being implemented by physical devices such as operational amplifiers. A potential application is segmentationbased image coding applications. 6. REFERENCES 1. J. J. Ilopfield, "Neurons with Graded Response have Collective Computational Properties like Those of Two-state Neurons," Proc. Nail. Acad. Sci. USA, vol. 81, pp , May, J. J. Hopfield and D. W. Tank, "Neural Computation of Decisions in Optimization Problems," Biol. Cybern., vol. 52, pp , J. J. llopfield and D. W. Tank, "Computing with Neural Circuits: A Model", Science, vol. 233, pp , Aug 8, II. P. llariyannaiah, G. L. Bilbro, and W. E. Snyder, "Restoration of Piecewise-constant Images by Mean-field Annealing," Journal of Optical Society of America A, vol. 6, no. 12, pp , December, G. Bilbro, W. Snyder, and R. Mann, "Mean Field Approximation Minimizes Relative Entropy," Journal of Optical Society of America A, 8(2), February, S. Geman and D. Geman, "Stochastic Relaxation, Gibbs Distributions, and the Bayesian Restoration of Images," IEEE Transactions on PAMI, vol. PAMI-6, no.6, pp , November, S. Kirkpatrick, C. D. Gelatt, Jr., M. P. Vecchi, "Optimization by Simulated Annealing," Science, vol. 220, No. 4598, pp , May 13, D. E. Van Den Bout, T. K. Miller, III., "Graph Partitioning Using Annealed Neural Networks," IEEE Transctions on Neural Networks, vol. 1, no. 2, pp , June, A. Blake and A. Zisserman, Visual Reconstruction, The MIT Press, Cambridge, MA, SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992) / 339

9 Figure 1: The left-hand image is a clean I input image and the right-hand image is the segmented image of the neural network E Iterations Figure 2: Energy evolution of the annealed Hopfield neural network vs. iterations. Input image is a noise-free I image. 340 / SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)

10 Figure 3: The left-hand image is the noise-free I image. The center image is a noisy I input image and the right-hand image is the segmented Ii image of the neural network. The standard deviation of the noise in the input image is 3.5 and SNR is 2. Figure 4: The left-hand image is the noise-free 12 image. The center image is a noisy 12 input image and the right-hand image is the segmented 12 image of the neural network. The standard deviation of the noise in the input image is 3.5 and SNR is 2. SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)1341

11 Figure 5: The left-hand image is the noise-free 13 image. The center image is a noisy 13 input image and the right-hand image is the segmented 13 image of the neural network. The standard deviation of the noise in the input image is 3.5 and SNR is 2. Figure 6: The left-hand image is a noisy 13 input image. The center image is the segmented 13image with E = D+S+P and the right-hand image is the segmented 13 image with Ee = D+S+P+N. The standard deviation of the noise in the input image is 3.5 and SNR is / SPIE Vol Neural and Stochastic Methods in Image and Signal Processing (1992)

Detecting Salient Contours Using Orientation Energy Distribution. Part I: Thresholding Based on. Response Distribution

Detecting Salient Contours Using Orientation Energy Distribution. Part I: Thresholding Based on. Response Distribution Detecting Salient Contours Using Orientation Energy Distribution The Problem: How Does the Visual System Detect Salient Contours? CPSC 636 Slide12, Spring 212 Yoonsuck Choe Co-work with S. Sarma and H.-C.

More information

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra

1. Introduction. 2. Motivation and Problem Definition. Volume 8 Issue 2, February Susmita Mohapatra Pattern Recall Analysis of the Hopfield Neural Network with a Genetic Algorithm Susmita Mohapatra Department of Computer Science, Utkal University, India Abstract: This paper is focused on the implementation

More information

All images are degraded

All images are degraded Lecture 7 Image Relaxation: Restoration and Feature Extraction ch. 6 of Machine Vision by Wesley E. Snyder & Hairong Qi Spring 2018 16-725 (CMU RI) : BioE 2630 (Pitt) Dr. John Galeotti The content of these

More information

I image restoration that uses the observed image data

I image restoration that uses the observed image data Shape Parameter Estimation for Generalized Gaussian Markov Random Field Models used in MAP Image Wai Ho Pun and Brian D. Jeffs Department of Electrical and Computer Engineering, Brigham Young University

More information

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION

NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION NONLINEAR BACK PROJECTION FOR TOMOGRAPHIC IMAGE RECONSTRUCTION Ken Sauef and Charles A. Bournant *Department of Electrical Engineering, University of Notre Dame Notre Dame, IN 46556, (219) 631-6999 tschoo1

More information

A B. A: sigmoid B: EBA (x0=0.03) C: EBA (x0=0.05) U

A B. A: sigmoid B: EBA (x0=0.03) C: EBA (x0=0.05) U Extending the Power and Capacity of Constraint Satisfaction Networks nchuan Zeng and Tony R. Martinez Computer Science Department, Brigham Young University, Provo, Utah 8460 Email: zengx@axon.cs.byu.edu,

More information

Improving the Hopfield Network through Beam Search

Improving the Hopfield Network through Beam Search Brigham Young University BYU ScholarsArchive All Faculty Publications 2001-07-19 Improving the Hopfield Network through Beam Search Tony R. Martinez martinez@cs.byu.edu Xinchuan Zeng Follow this and additional

More information

Notes on Robust Estimation David J. Fleet Allan Jepson March 30, 005 Robust Estimataion. The field of robust statistics [3, 4] is concerned with estimation problems in which the data contains gross errors,

More information

Project Report for EE7700

Project Report for EE7700 Project Report for EE7700 Name: Jing Chen, Shaoming Chen Student ID: 89-507-3494, 89-295-9668 Face Tracking 1. Objective of the study Given a video, this semester project aims at implementing algorithms

More information

where g(x; y) is the the extracted local features or called observation, s(x; y) is the surface process and represents a smooth surface which is const

where g(x; y) is the the extracted local features or called observation, s(x; y) is the surface process and represents a smooth surface which is const Adaptive Pattern Recognition System for Scene Segmentation Toshiro Kubota Intelligent Systems Laboratory, Department of Computer Science University of South Carolina, Columbia, SC 29208, USA kubota@cs.sc.edu,

More information

EECS490: Digital Image Processing. Lecture #19

EECS490: Digital Image Processing. Lecture #19 Lecture #19 Shading and texture analysis using morphology Gray scale reconstruction Basic image segmentation: edges v. regions Point and line locators, edge types and noise Edge operators: LoG, DoG, Canny

More information

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH Ignazio Gallo, Elisabetta Binaghi and Mario Raspanti Universitá degli Studi dell Insubria Varese, Italy email: ignazio.gallo@uninsubria.it ABSTRACT

More information

Texture Modeling using MRF and Parameters Estimation

Texture Modeling using MRF and Parameters Estimation Texture Modeling using MRF and Parameters Estimation Ms. H. P. Lone 1, Prof. G. R. Gidveer 2 1 Postgraduate Student E & TC Department MGM J.N.E.C,Aurangabad 2 Professor E & TC Department MGM J.N.E.C,Aurangabad

More information

Against Edges: Function Approximation with Multiple Support Maps

Against Edges: Function Approximation with Multiple Support Maps Against Edges: Function Approximation with Multiple Support Maps Trevor Darrell and Alex Pentland Vision and Modeling Group, The Media Lab Massachusetts Institute of Technology E15-388, 20 Ames Street

More information

Image Restoration using Markov Random Fields

Image Restoration using Markov Random Fields Image Restoration using Markov Random Fields Based on the paper Stochastic Relaxation, Gibbs Distributions and Bayesian Restoration of Images, PAMI, 1984, Geman and Geman. and the book Markov Random Field

More information

Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing

Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing Tomoyuki Nagahashi 1, Hironobu Fujiyoshi 1, and Takeo Kanade 2 1 Dept. of Computer Science, Chubu University. Matsumoto 1200,

More information

THE integration of data and voice in an integrated services

THE integration of data and voice in an integrated services 1292 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 9, NO. 6, NOVEMBER 1998 Searching for Optimal Frame Patterns in an Integrated TDMA Communication System Using Mean Field Annealing Gangsheng Wang Nirwan

More information

Optimization by Varied Beam Search in Hopfield Networks

Optimization by Varied Beam Search in Hopfield Networks Brigham Young University BYU ScholarsArchive All Faculty Publications 2002-05-17 Optimization by Varied Beam Search in Hopfield Networks Tony R. Martinez martinez@cs.byu.edu Xinchuan Zeng Follow this and

More information

Gauss-Sigmoid Neural Network

Gauss-Sigmoid Neural Network Gauss-Sigmoid Neural Network Katsunari SHIBATA and Koji ITO Tokyo Institute of Technology, Yokohama, JAPAN shibata@ito.dis.titech.ac.jp Abstract- Recently RBF(Radial Basis Function)-based networks have

More information

An Adaptive Eigenshape Model

An Adaptive Eigenshape Model An Adaptive Eigenshape Model Adam Baumberg and David Hogg School of Computer Studies University of Leeds, Leeds LS2 9JT, U.K. amb@scs.leeds.ac.uk Abstract There has been a great deal of recent interest

More information

Super Resolution Using Graph-cut

Super Resolution Using Graph-cut Super Resolution Using Graph-cut Uma Mudenagudi, Ram Singla, Prem Kalra, and Subhashis Banerjee Department of Computer Science and Engineering Indian Institute of Technology Delhi Hauz Khas, New Delhi,

More information

A hybrid approach for image half-toning combining simulated annealing and Neural Networks based techniques

A hybrid approach for image half-toning combining simulated annealing and Neural Networks based techniques A hybrid approach for image half-toning combining simulated annealing and Neural Networks based techniques Kurosh Madani Intelligence in Instrumentation and Systems Lab. (I 2 S) SENART Institute of Technology

More information

Supervised Learning in Neural Networks (Part 2)

Supervised Learning in Neural Networks (Part 2) Supervised Learning in Neural Networks (Part 2) Multilayer neural networks (back-propagation training algorithm) The input signals are propagated in a forward direction on a layer-bylayer basis. Learning

More information

P. H. Xie, K. S. Chen, and Z. S. He School of Electronic Engineering University of Electronic Science and Technology of China Chengdu , China

P. H. Xie, K. S. Chen, and Z. S. He School of Electronic Engineering University of Electronic Science and Technology of China Chengdu , China Progress In Electromagnetics Research Letters, Vol 9, 47 56, 29 SYNTHESIS OF SPARSE CYLINDRICAL ARRAYS USING SIMULATED ANNEALING ALGORITHM P H Xie, K S Chen, and Z S He School of Electronic Engineering

More information

New Edge-Enhanced Error Diffusion Algorithm Based on the Error Sum Criterion

New Edge-Enhanced Error Diffusion Algorithm Based on the Error Sum Criterion New Edge-Enhanced Error Diffusion Algorithm Based on the Error Sum Criterion Jae Ho Kim* Tae Il Chung Hyung Soon Kim* Kyung Sik Son* Pusan National University Image and Communication Laboratory San 3,

More information

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Neural Networks CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Biological and artificial neural networks Feed-forward neural networks Single layer

More information

MRF-based Algorithms for Segmentation of SAR Images

MRF-based Algorithms for Segmentation of SAR Images This paper originally appeared in the Proceedings of the 998 International Conference on Image Processing, v. 3, pp. 770-774, IEEE, Chicago, (998) MRF-based Algorithms for Segmentation of SAR Images Robert

More information

Comment on Numerical shape from shading and occluding boundaries

Comment on Numerical shape from shading and occluding boundaries Artificial Intelligence 59 (1993) 89-94 Elsevier 89 ARTINT 1001 Comment on Numerical shape from shading and occluding boundaries K. Ikeuchi School of Compurer Science. Carnegie Mellon dniversity. Pirrsburgh.

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

Filtering Images. Contents

Filtering Images. Contents Image Processing and Data Visualization with MATLAB Filtering Images Hansrudi Noser June 8-9, 010 UZH, Multimedia and Robotics Summer School Noise Smoothing Filters Sigmoid Filters Gradient Filters Contents

More information

Illustration of SIR for CETB

Illustration of SIR for CETB Illustration of SIR for CETB David Long, BYU Version 1.1 3 Apr 2015 (last revised 11 Jan 2016) Abstract This brief report illustrates how the SIR algorithm works using actual SSM/I data. The results are

More information

Monte Carlo Statics: The Last Frontier

Monte Carlo Statics: The Last Frontier Monte Carlo Statics: The Last Frontier David LeMeur* CGG Canada, Calgary, Alberta, Canada dlemeur@cgg.com and Sophie Merrer CGG Canada, Calgary, Alberta, Canada Abstract Summary Most surface-consistent

More information

Image Compression: An Artificial Neural Network Approach

Image Compression: An Artificial Neural Network Approach Image Compression: An Artificial Neural Network Approach Anjana B 1, Mrs Shreeja R 2 1 Department of Computer Science and Engineering, Calicut University, Kuttippuram 2 Department of Computer Science and

More information

GENERAL AUTOMATED FLAW DETECTION SCHEME FOR NDE X-RAY IMAGES

GENERAL AUTOMATED FLAW DETECTION SCHEME FOR NDE X-RAY IMAGES GENERAL AUTOMATED FLAW DETECTION SCHEME FOR NDE X-RAY IMAGES Karl W. Ulmer and John P. Basart Center for Nondestructive Evaluation Department of Electrical and Computer Engineering Iowa State University

More information

A Hopfield Neural Network Model for the Outerplanar Drawing Problem

A Hopfield Neural Network Model for the Outerplanar Drawing Problem IAENG International Journal of Computer Science, 32:4, IJCS_32_4_17 A Hopfield Neural Network Model for the Outerplanar Drawing Problem Hongmei. He, Ondrej. Sýkora Abstract In the outerplanar (other alternate

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS

METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS METRIC PLANE RECTIFICATION USING SYMMETRIC VANISHING POINTS M. Lefler, H. Hel-Or Dept. of CS, University of Haifa, Israel Y. Hel-Or School of CS, IDC, Herzliya, Israel ABSTRACT Video analysis often requires

More information

A Method of Generating Calligraphy of Japanese Character using Deformable Contours

A Method of Generating Calligraphy of Japanese Character using Deformable Contours A Method of Generating Calligraphy of Japanese Character using Deformable Contours Lisong Wang Tsuyoshi Nakamura Minkai Wang Hirohisa Seki Hidenori Itoh Department of Intelligence and Computer Science,

More information

Channel Performance Improvement through FF and RBF Neural Network based Equalization

Channel Performance Improvement through FF and RBF Neural Network based Equalization Channel Performance Improvement through FF and RBF Neural Network based Equalization Manish Mahajan 1, Deepak Pancholi 2, A.C. Tiwari 3 Research Scholar 1, Asst. Professor 2, Professor 3 Lakshmi Narain

More information

Globally Stabilized 3L Curve Fitting

Globally Stabilized 3L Curve Fitting Globally Stabilized 3L Curve Fitting Turker Sahin and Mustafa Unel Department of Computer Engineering, Gebze Institute of Technology Cayirova Campus 44 Gebze/Kocaeli Turkey {htsahin,munel}@bilmuh.gyte.edu.tr

More information

Gibbs Sampling. Stephen F. Altschul. National Center for Biotechnology Information National Library of Medicine National Institutes of Health

Gibbs Sampling. Stephen F. Altschul. National Center for Biotechnology Information National Library of Medicine National Institutes of Health Gibbs Sampling Stephen F. Altschul National Center for Biotechnology Information National Library of Medicine National Institutes of Health Optimization in High-Dimensional Space Smooth and simple landscapes

More information

Triangular Mesh Segmentation Based On Surface Normal

Triangular Mesh Segmentation Based On Surface Normal ACCV2002: The 5th Asian Conference on Computer Vision, 23--25 January 2002, Melbourne, Australia. Triangular Mesh Segmentation Based On Surface Normal Dong Hwan Kim School of Electrical Eng. Seoul Nat

More information

Morphogenesis. Simulation Results

Morphogenesis. Simulation Results Morphogenesis Simulation Results This document contains the results of the simulations designed to investigate the regeneration strength of the computational model of the planarium. Specific portions of

More information

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models

Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Research on the New Image De-Noising Methodology Based on Neural Network and HMM-Hidden Markov Models Wenzhun Huang 1, a and Xinxin Xie 1, b 1 School of Information Engineering, Xijing University, Xi an

More information

Image Segmentation Using Iterated Graph Cuts BasedonMulti-scaleSmoothing

Image Segmentation Using Iterated Graph Cuts BasedonMulti-scaleSmoothing Image Segmentation Using Iterated Graph Cuts BasedonMulti-scaleSmoothing Tomoyuki Nagahashi 1, Hironobu Fujiyoshi 1, and Takeo Kanade 2 1 Dept. of Computer Science, Chubu University. Matsumoto 1200, Kasugai,

More information

Parallel Evaluation of Hopfield Neural Networks

Parallel Evaluation of Hopfield Neural Networks Parallel Evaluation of Hopfield Neural Networks Antoine Eiche, Daniel Chillet, Sebastien Pillement and Olivier Sentieys University of Rennes I / IRISA / INRIA 6 rue de Kerampont, BP 818 2232 LANNION,FRANCE

More information

A Survey on Image Segmentation Using Clustering Techniques

A Survey on Image Segmentation Using Clustering Techniques A Survey on Image Segmentation Using Clustering Techniques Preeti 1, Assistant Professor Kompal Ahuja 2 1,2 DCRUST, Murthal, Haryana (INDIA) Abstract: Image is information which has to be processed effectively.

More information

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

UAV Motion-Blurred Image Restoration Using Improved Continuous Hopfield Network Image Restoration Algorithm

UAV Motion-Blurred Image Restoration Using Improved Continuous Hopfield Network Image Restoration Algorithm Journal of Information Hiding and Multimedia Signal Processing c 207 ISSN 2073-422 Ubiquitous International Volume 8, Number 4, July 207 UAV Motion-Blurred Image Restoration Using Improved Continuous Hopfield

More information

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Ahmad Ali Abin, Mehran Fotouhi, Shohreh Kasaei, Senior Member, IEEE Sharif University of Technology, Tehran, Iran abin@ce.sharif.edu,

More information

AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES

AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES Nader Moayeri and Konstantinos Konstantinides Hewlett-Packard Laboratories 1501 Page Mill Road Palo Alto, CA 94304-1120 moayeri,konstant@hpl.hp.com

More information

IN the domain of image analysis, texture-based segmentation

IN the domain of image analysis, texture-based segmentation 516 IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 9, NO. 3, MAY 1998 Supervised Texture Classification Using a Probabilistic Neural Network and Constraint Satisfaction Model P. P. Raghu and B. Yegnanarayana,

More information

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction Compression of RADARSAT Data with Block Adaptive Wavelets Ian Cumming and Jing Wang Department of Electrical and Computer Engineering The University of British Columbia 2356 Main Mall, Vancouver, BC, Canada

More information

Parallel Simulated Annealing for VLSI Cell Placement Problem

Parallel Simulated Annealing for VLSI Cell Placement Problem Parallel Simulated Annealing for VLSI Cell Placement Problem Atanu Roy Karthik Ganesan Pillai Department Computer Science Montana State University Bozeman {atanu.roy, k.ganeshanpillai}@cs.montana.edu VLSI

More information

Image Restoration by Revised Bayesian-Based Iterative Method

Image Restoration by Revised Bayesian-Based Iterative Method ADVCOMP 2011 : The Fifth International Conference on Advanced Engineering Computing and Applications in Sciences Image Restoration by Revised Bayesian-Based Iterative Method Sigeru Omatu, Hideo Araki Osaka

More information

Stochastic Search. Griff L. Bilbro

Stochastic Search. Griff L. Bilbro Stochastic Search Griff L. Bilbro -

More information

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 8, August 2017

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 8, August 2017 ENTROPY BASED CONSTRAINT METHOD FOR IMAGE SEGMENTATION USING ACTIVE CONTOUR MODEL M.Nirmala Department of ECE JNTUA college of engineering, Anantapuramu Andhra Pradesh,India Abstract: Over the past existing

More information

Fast Approximate Energy Minimization via Graph Cuts

Fast Approximate Energy Minimization via Graph Cuts IEEE Transactions on PAMI, vol. 23, no. 11, pp. 1222-1239 p.1 Fast Approximate Energy Minimization via Graph Cuts Yuri Boykov, Olga Veksler and Ramin Zabih Abstract Many tasks in computer vision involve

More information

3D Surface Recovery via Deterministic Annealing based Piecewise Linear Surface Fitting Algorithm

3D Surface Recovery via Deterministic Annealing based Piecewise Linear Surface Fitting Algorithm 3D Surface Recovery via Deterministic Annealing based Piecewise Linear Surface Fitting Algorithm Bing Han, Chris Paulson, and Dapeng Wu Department of Electrical and Computer Engineering University of Florida

More information

Image Segmentation Based on Watershed and Edge Detection Techniques

Image Segmentation Based on Watershed and Edge Detection Techniques 0 The International Arab Journal of Information Technology, Vol., No., April 00 Image Segmentation Based on Watershed and Edge Detection Techniques Nassir Salman Computer Science Department, Zarqa Private

More information

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network

Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network Efficient Object Extraction Using Fuzzy Cardinality Based Thresholding and Hopfield Network S. Bhattacharyya U. Maulik S. Bandyopadhyay Dept. of Information Technology Dept. of Comp. Sc. and Tech. Machine

More information

Using the Hopfield Model with Mean Field Annealing to Solve the Routing Problem in Packet-Switched Communication Networks

Using the Hopfield Model with Mean Field Annealing to Solve the Routing Problem in Packet-Switched Communication Networks Using the Hopfield Model with Mean Field Annealing to Solve the Routing Problem in PacketSwitched Communication Networks Michael W. Dixon, Graeme R. Cole, and Matthew I. Bellgard Computer Science Programme

More information

w KLUWER ACADEMIC PUBLISHERS Global Optimization with Non-Convex Constraints Sequential and Parallel Algorithms Roman G. Strongin Yaroslav D.

w KLUWER ACADEMIC PUBLISHERS Global Optimization with Non-Convex Constraints Sequential and Parallel Algorithms Roman G. Strongin Yaroslav D. Global Optimization with Non-Convex Constraints Sequential and Parallel Algorithms by Roman G. Strongin Nizhni Novgorod State University, Nizhni Novgorod, Russia and Yaroslav D. Sergeyev Institute of Systems

More information

Stochastic Optimization for Rigid Point Set Registration

Stochastic Optimization for Rigid Point Set Registration Stochastic Optimization for Rigid Point Set Registration Chavdar Papazov and Darius Burschka Machine Vision and Perception Group (MVP) Department of Computer Science Technische Universität München, Germany

More information

Silhouette Coherence for Camera Calibration under Circular Motion

Silhouette Coherence for Camera Calibration under Circular Motion Silhouette Coherence for Camera Calibration under Circular Motion Carlos Hernández, Francis Schmitt and Roberto Cipolla Appendix I 2 I. ERROR ANALYSIS OF THE SILHOUETTE COHERENCE AS A FUNCTION OF SILHOUETTE

More information

A Comparison of Still-Image Compression Standards Using Different Image Quality Metrics and Proposed Methods for Improving Lossy Image Quality

A Comparison of Still-Image Compression Standards Using Different Image Quality Metrics and Proposed Methods for Improving Lossy Image Quality A Comparison of Still-Image Compression Standards Using Different Image Quality Metrics and Proposed Methods for Improving Lossy Image Quality Multidimensional DSP Literature Survey Eric Heinen 3/21/08

More information

Stacked Integral Image

Stacked Integral Image 2010 IEEE International Conference on Robotics and Automation Anchorage Convention District May 3-8, 2010, Anchorage, Alaska, USA Stacked Integral Image Amit Bhatia, Wesley E. Snyder and Griff Bilbro Abstract

More information

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Ritika Luthra Research Scholar Chandigarh University Gulshan Goyal Associate Professor Chandigarh University ABSTRACT Image Skeletonization

More information

Edge detection. Stefano Ferrari. Università degli Studi di Milano Elaborazione delle immagini (Image processing I)

Edge detection. Stefano Ferrari. Università degli Studi di Milano Elaborazione delle immagini (Image processing I) Edge detection Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Image segmentation Several image processing

More information

Neural Network Routing for Random Multistage Interconnection Networks

Neural Network Routing for Random Multistage Interconnection Networks Neural Network Routing for Random Multistage Interconnection Networks Mark W. Goudreau Princeton University and NEe Research Institute, Inc. 4 Independence Way Princeton, NJ 08540 c. Lee Giles NEC Research

More information

Image Processing. BITS Pilani. Dr Jagadish Nayak. Dubai Campus

Image Processing. BITS Pilani. Dr Jagadish Nayak. Dubai Campus Image Processing BITS Pilani Dubai Campus Dr Jagadish Nayak Image Segmentation BITS Pilani Dubai Campus Fundamentals Let R be the entire spatial region occupied by an image Process that partitions R into

More information

Edge Enhancement and Fine Feature Restoration of Segmented Objects using Pyramid Based Adaptive Filtering

Edge Enhancement and Fine Feature Restoration of Segmented Objects using Pyramid Based Adaptive Filtering Edge Enhancement and Fine Feature Restoration of Segmented Objects using Pyramid Based Adaptive Filtering A. E. Grace and M. Spann School of Electronic and Electrical Engineering, The University of Birmingham,

More information

IDENTIFYING GEOMETRICAL OBJECTS USING IMAGE ANALYSIS

IDENTIFYING GEOMETRICAL OBJECTS USING IMAGE ANALYSIS IDENTIFYING GEOMETRICAL OBJECTS USING IMAGE ANALYSIS Fathi M. O. Hamed and Salma F. Elkofhaifee Department of Statistics Faculty of Science University of Benghazi Benghazi Libya felramly@gmail.com and

More information

Lecture 4. Convexity Robust cost functions Optimizing non-convex functions. 3B1B Optimization Michaelmas 2017 A. Zisserman

Lecture 4. Convexity Robust cost functions Optimizing non-convex functions. 3B1B Optimization Michaelmas 2017 A. Zisserman Lecture 4 3B1B Optimization Michaelmas 2017 A. Zisserman Convexity Robust cost functions Optimizing non-convex functions grid search branch and bound simulated annealing evolutionary optimization The Optimization

More information

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques

Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Hybrid Particle Swarm-Based-Simulated Annealing Optimization Techniques Nasser Sadati Abstract Particle Swarm Optimization (PSO) algorithms recently invented as intelligent optimizers with several highly

More information

Fingerprint Mosaicking by Rolling with Sliding

Fingerprint Mosaicking by Rolling with Sliding Fingerprint Mosaicking by Rolling with Sliding Kyoungtaek Choi, Hunjae Park, Hee-seung Choi and Jaihie Kim Department of Electrical and Electronic Engineering,Yonsei University Biometrics Engineering Research

More information

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering Digital Image Processing Prof. P. K. Biswas Department of Electronic & Electrical Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 21 Image Enhancement Frequency Domain Processing

More information

A Hierarchical Statistical Framework for the Segmentation of Deformable Objects in Image Sequences Charles Kervrann and Fabrice Heitz IRISA / INRIA -

A Hierarchical Statistical Framework for the Segmentation of Deformable Objects in Image Sequences Charles Kervrann and Fabrice Heitz IRISA / INRIA - A hierarchical statistical framework for the segmentation of deformable objects in image sequences Charles Kervrann and Fabrice Heitz IRISA/INRIA, Campus Universitaire de Beaulieu, 35042 Rennes Cedex,

More information

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 5, May 2015, PP 49-57 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) A Robust Method for Circle / Ellipse

More information

Simulated Annealing for Pattern Detection and Seismic Applications *

Simulated Annealing for Pattern Detection and Seismic Applications * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 25, 793-805 (2009) Simulated Annealing for Pattern Detection and Seismic Applications * Department of Computer Science Chiao Tung University Hsinchu, 300

More information

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 91-95 Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network Raghuraj

More information

Implementation of a Library for Artificial Neural Networks in C

Implementation of a Library for Artificial Neural Networks in C Implementation of a Library for Artificial Neural Networks in C Jack Breese TJHSST Computer Systems Lab 2007-2008 June 10, 2008 1 Abstract In modern computing, there are several approaches to pattern recognition

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information

Topic 4 Image Segmentation

Topic 4 Image Segmentation Topic 4 Image Segmentation What is Segmentation? Why? Segmentation important contributing factor to the success of an automated image analysis process What is Image Analysis: Processing images to derive

More information

Particle Swarm Optimization

Particle Swarm Optimization Dario Schor, M.Sc., EIT schor@ieee.org Space Systems Department Magellan Aerospace Winnipeg Winnipeg, Manitoba 1 of 34 Optimization Techniques Motivation Optimization: Where, min x F(x), subject to g(x)

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

LOW-DENSITY PARITY-CHECK (LDPC) codes [1] can

LOW-DENSITY PARITY-CHECK (LDPC) codes [1] can 208 IEEE TRANSACTIONS ON MAGNETICS, VOL 42, NO 2, FEBRUARY 2006 Structured LDPC Codes for High-Density Recording: Large Girth and Low Error Floor J Lu and J M F Moura Department of Electrical and Computer

More information

Template Matching Based Object Recognition With Unknown Geometric Parameters

Template Matching Based Object Recognition With Unknown Geometric Parameters IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 11, NO. 12, DECEMBER 2002 1385 Template Matching Based Object Recognition With Unknown Geometric Parameters Roger M. Dufour, Eric L. Miller, Member, IEEE, and

More information

An Efficient Character Segmentation Based on VNP Algorithm

An Efficient Character Segmentation Based on VNP Algorithm Research Journal of Applied Sciences, Engineering and Technology 4(24): 5438-5442, 2012 ISSN: 2040-7467 Maxwell Scientific organization, 2012 Submitted: March 18, 2012 Accepted: April 14, 2012 Published:

More information

Supplementary Material: Decision Tree Fields

Supplementary Material: Decision Tree Fields Supplementary Material: Decision Tree Fields Note, the supplementary material is not needed to understand the main paper. Sebastian Nowozin Sebastian.Nowozin@microsoft.com Toby Sharp toby.sharp@microsoft.com

More information

Adaptive Recovery of Image Blocks Using Spline Approach

Adaptive Recovery of Image Blocks Using Spline Approach IJCSNS International Journal of Computer Science and Netwk Security, VOL.11 No., February 011 1 Adaptive Recovery of Image Blocks Using Spline Approach Jong-Keuk Lee Ji-Hong Kim Jin-Seok Seo Dongeui University,

More information

The Elimination of Correlation Errors in PIV Processing

The Elimination of Correlation Errors in PIV Processing 9 th International Symposium on Applications of Laser Techniques to Fluid Mechanics, Lisbon, Portugal, July, 1998 The Elimination of Correlation Errors in PIV Processing Douglas P. Hart Massachusetts Institute

More information

SPARSE CODES FOR NATURAL IMAGES. Davide Scaramuzza Autonomous Systems Lab (EPFL)

SPARSE CODES FOR NATURAL IMAGES. Davide Scaramuzza Autonomous Systems Lab (EPFL) SPARSE CODES FOR NATURAL IMAGES Davide Scaramuzza (davide.scaramuzza@epfl.ch) Autonomous Systems Lab (EPFL) Final rapport of Wavelet Course MINI-PROJECT (Prof. Martin Vetterli) ABSTRACT The human visual

More information

Reduction of Blocking artifacts in Compressed Medical Images

Reduction of Blocking artifacts in Compressed Medical Images ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 8, No. 2, 2013, pp. 096-102 Reduction of Blocking artifacts in Compressed Medical Images Jagroop Singh 1, Sukhwinder Singh

More information

THE preceding chapters were all devoted to the analysis of images and signals which

THE preceding chapters were all devoted to the analysis of images and signals which Chapter 5 Segmentation of Color, Texture, and Orientation Images THE preceding chapters were all devoted to the analysis of images and signals which take values in IR. It is often necessary, however, to

More information

Motion Estimation. There are three main types (or applications) of motion estimation:

Motion Estimation. There are three main types (or applications) of motion estimation: Members: D91922016 朱威達 R93922010 林聖凱 R93922044 謝俊瑋 Motion Estimation There are three main types (or applications) of motion estimation: Parametric motion (image alignment) The main idea of parametric motion

More information

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 5, NO. 1, FEBRUARY 2001 41 Brief Papers An Orthogonal Genetic Algorithm with Quantization for Global Numerical Optimization Yiu-Wing Leung, Senior Member,

More information

A Self-Organizing Binary System*

A Self-Organizing Binary System* 212 1959 PROCEEDINGS OF THE EASTERN JOINT COMPUTER CONFERENCE A Self-Organizing Binary System* RICHARD L. MATTSONt INTRODUCTION ANY STIMULUS to a system such as described in this paper can be coded into

More information

A Statistical Consistency Check for the Space Carving Algorithm.

A Statistical Consistency Check for the Space Carving Algorithm. A Statistical Consistency Check for the Space Carving Algorithm. A. Broadhurst and R. Cipolla Dept. of Engineering, Univ. of Cambridge, Cambridge, CB2 1PZ aeb29 cipolla @eng.cam.ac.uk Abstract This paper

More information

FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION

FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION Suranaree J. Sci. Technol. Vol. 19 No. 4; October - December 2012 259 FITTING PIECEWISE LINEAR FUNCTIONS USING PARTICLE SWARM OPTIMIZATION Pavee Siriruk * Received: February 28, 2013; Revised: March 12,

More information