Particle Swarm Optimization Based Support Vector Regression for Blind Image Restoration

Size: px
Start display at page:

Download "Particle Swarm Optimization Based Support Vector Regression for Blind Image Restoration"

Transcription

1 Dash R, Sa PK, Majhi B. Particle swarm optimization based support vector regression for blind image restoration. JOUR- NAL OF COMPUTER SCIENCE AND TECHNOLOGY 27(5): Sept DOI /s z Particle Swarm Optimization Based Support Vector Regression for Blind Image Restoration Ratnakar Dash, Pankaj Kumar Sa, Member, IEEE, and Banshidhar Majhi, Member, IEEE Computer Science and Engineering Department, National Institute of Technology Rourkela, Rourkela , India {pankajksa, Received October 14, 2011; revised February 22, Abstract This paper presents a swarm intelligence based parameter optimization of the support vector machine (SVM) for blind image restoration. In this work, SVM is used to solve a regression problem. Support vector regression () has been utilized to obtain a true mapping of images from the observed noisy blurred images. The parameters of are optimized through particle swarm optimization (PSO) technique. The restoration error function has been utilized as the fitness function for PSO. The suggested scheme tries to adapt the SVM parameters depending on the type of blur and noise strength and the experimental results validate its effectiveness. The results show that the parameter optimization of the model gives better performance than conventional model as well as other competent schemes for blind image restoration. Keywords image restoration, support vector regression, particle swarm optimization 1 Introduction The objective of image restoration is to obtain an estimate of the original image from a degraded observation. Image restoration finds its applications in many areas like remote sensing and medical imaging. Images can be degraded due to blur as well as noise. Blurring occurs in several situations like camera mis-focus, relative motion between object and camera, atmospheric turbulence and other similar conditions. In this paper, we treat the degraded images distorted with blur along with noise. Very often, the degraded image is expressed as 2-D convolution of the original image with the degradation function also known as point spread function (PSF) and is mathematically expressed as, g(x, y) = f(x, y) h(x, y) + η(x, y), (1) where, f(x, y) and g(x, y) represent true and blurred images respectively, h(x, y) is the PSF and η(x, y) is the additive noise. We assume the blur function to be linear shift invariant. In classical restoration, the knowledge of the PSF and statistics of additive noise are known a priori. So the restoration process is straightforward. However, in most practical situations, PSF and noise characteristics are not known a priori due to constraints in image acquisition systems and lead to a blind image restoration scenario. But pure blind systems are not possible and the problem is normally converted to a partial blind image restoration problem by assuming some of the characteristics of the degradation phenomenon [1]. In this paper, we propose an improved scheme for solving the blind image restoration problem. The scheme utilizes support vector regression () with its parameters optimized by particle swarm optimization (PSO). We exploit the existence of common characteristics between different images degraded by different blurs, i.e., one small block in an image looks similar to another block in the other image. The rest of the paper is organised as follows. Section 2 deals with the related work on the topic. Section 3 gives a brief introduction to. The role of the parameters in the performance of is discussed in Section 4. Section 5 presents the proposed parameter optimization scheme using PSO. Experimental results with discussions are given in Section 6. Finally Section 7 gives concluding remarks. 2 Related Work Various algorithms have been proposed in the past for blind image restoration [1-3]. Basically they are classified into two categories. In the first category, parametric form of PSF is assumed and blur parameters are estimated. Subsequently, the blur function is Short Paper 2012 Springer Science + Business Media, LLC & Science Press, China

2 990 J. Comput. Sci. & Technol., Sept. 2012, Vol.27, No.5 constructed and classical restoration techniques are used to restore the original image [4]. In the second category of algorithms, PSF and the image are estimated simultaneously. Our method falls in the second category in which we find the restored image directly from the blurred image. Blind deconvolution algorithms are ill posed [5-7], so some more assumptions about the image and the noise are required prior to restoration. Ayers and Dainty [8] suggested an iterative blind deconvolution (IBD) algorithm to determine the PSF and image simultaneously. Their algorithm alternates between the frequency and spatial domains after adding spatial and frequency domain constraints in each iteration. However, the output is not unique and the convergence is not guaranteed. The noise in the image also degrades the performance. To increase the noise robustness, Lucy-Richardson algorithm is used in conjunction with IBD. In another work, Kundur et al. [1] proposed a nonnegativity and support constraints recursive inverse filtering (NAS-RIF) algorithm for image restoration. The blurred image is passed through an FIR filter which gives the estimate of the true image. Their algorithm gives good results for high signal to noise ratio (SNR) and is applicable for the images having uniform background. Lucy [9] and Richardson [10] used maximum likelihood estimation for image restoration when PSF is known and little information about the noise is available. Recently Seghouane [11] has proposed a scheme for blind image restoration using maximum likelihood algorithm. They have modelled the original image and the additive noise as multivariate Gaussian processes with unknown covariance matrices. Independent component analysis (ICA) has been used in [12] which assumes independence of pixels in the image. Li et al. [13] have suggested a principal component analysis (PCA) based algorithm for blind image deconvolution. They used the principle of variance maximization to obtain the restored image. However, proper selection of PSF support is needed, i.e., the size of the deblurring filter is essential to reduce the artifacts in the restored image. Multilayer multivalued neural networks have been used by Aizenberg et al. [14] to identify the blur type and blur parameters. They proposed a derivative free learning algorithm to train a feed-forward neural network. Machine learning techniques have also been used utilizing image super resolution techniques [15]. In another work, Li et al. [16] have used the tool for blind image deconvolution. In their method, the restoration problem is considered as a function approximation problem. An optimized mapping from a neighbourhood in a degraded image to the central pixel in the original image is accomplished. The image is deblurred pixel by pixel. However, a small variation in the blur or noise characteristics significantly affects the restored results. To alleviate such problems we optimize the parameters using PSO in our proposed scheme. 3 Support Vector Regression SVM is a theoretically well motivated algorithm and was originally developed at AT&T Bell laboratories by Vapnik [17]. SVM has been successfully applied in many applications like image recognition, text recognition, bioinformatics. The capability of SVM has been further improved [18]. In this work, we solve a regression problem using SVM. Let us consider a training set (X 1, y 1 ), (X 2, y 2 ),..., (X N, y N ) from a vector, X i R n with corresponding targets y i, i = 1, 2,..., N. ε- determines a linear function defined on X i as, f(x) = w, X + b, (2) where w is a high-dimensional weight vector and b R as the bias such that there is at most ε distance from the actual data and f(x) should be flat. No care is taken as long as errors are less than ε. But, any deviation from more than ε is not accepted. Flatness means the value of w should be as small as possible. In order to address non-linear regression problems, the input space is mapped to a high-dimensional feature space through a kernel function φ(x). Then the solves the following optimization function. subject to 1 min w,b,ξ,ξ 2 wt w + C N (ξ i + ξi ), (3) i=1 y i (w T φ(x i ) + b) ε + ξ i, (w T φ(x i ) + b) y i ε + ξ i, ξ i, ξ i 0; i = 1, 2,..., N, where ξ, ξi are the slack variables. Parameter C controls the trade-off between the complexity of the model and frequency of error. C is normally optimized using cross validation. However, for a large volume of data the cross validation technique increases the complexity of the problem. Typical kernel functions used in are given as, radial basis function (RBF) kernel: polynomial kernel: ( k(x i, x j ) = exp x i x j 2 ) 2σ 2, (4) k(x i, x j ) = (1 + x i x j ) d, (5)

3 Ratnakar Dash et al.: PSO-Based for Blind Image Restoration 991 linear kernel: k(x i, x j ) = x T i x j. (6) In the above equations x i and x j are input vectors. Parameter σ in (4) represents the spread of Gaussian kernel and parameter d in (5) is the degree of the polynomial. The operator ( ) between x i and x j represents the inner product. 4 Influence of Parameters on Performance of is characterised by a number of parameters and Vapnik [17] addressed that the two most relevant are the kernel parameter σ and the penalty parameter C. C determines the trade-off between the complexity of the model and approximated error. σ in plays a major role. If it is overestimated, the exponential will behave almost linearly and it would loose the power of transforming to a higher dimension plane. On the other hand, if it is underestimated, regularization will be affected and the decision boundary will be sensitive towards noise in training data. If is applied for image restoration without parameter optimization, the parameters are adjusted heuristically for good results. In real sense, for one set of parameters the model gives good results for a given blur and noise of different strengths. So if we can derive an adaptive scheme which adapts the model with different parameters for different types of blur and noise it would be useful for greater applications. In our scheme, we concentrate on different types of blurs along with Gaussian noise of different strengths found in practice. 5 Proposed PSO-Based for Blind Image Restoration In the present work, we improve the approach towards blind image deconvolution by optimizing the parameters of. A genetic algorithm (GA) based approach has been proposed [19] to optimize the parameters. Authors in [20] have also suggested a GA-based approach for optimizing the SVM parameters. We have utilized the particle swarm optimization (PSO) for faster convergence and easier implementation. PSO also has fewer adjusting parameters than GA. We discuss PSO in a nutshell followed by detailed procedure of our proposed method in sequel. 5.1 Particle Swarm Optimization PSO is a stochastic optimization technique initially developed by Eberhart and Kennedy [21] and subsequently modified to a more generalised form [22-23]. It is an evolutionary computation technique based on intelligent behaviour of swarms. A swarm consists of particles which represent the solution. They fly in a multidimensional searching space. Each particle changes its position according to its own experience and experience collected from the neighbouring particles. In this way, the particles move towards the best solution. The performance of each particle is measured using a fitness function which is application dependent. In this paper, we utilize root mean square error function (RMSE) as the fitness function and defined as RMSE = { 1 MN MN ( ˆf f) 2} 1/2, (7) i=1 where f, ˆf are true and restored images respectively and both of size M N. The present particle position (presentx) and velocity (V ) of each particle are updated using the following two update equations. and V =V + c1 rand() (pbest presentx)+ c2 rand() (gbest presentx) (8) presentx = presentx + V, (9) where, rand() is a random number between 0 and 1 and c1, c2 are two weighting constants or accelerating constants. The local best solution of the particle is defined as pbest and gbest is the global best solution of all the particles achieved so far. 5.2 Parameter Optimization of The proposed scheme is similar to the approach [16] in which a pair of blurred and true images are used for training purpose. A mapping from the blurred image to the true image is done. To create a training pattern of pixels, a 7 7 window from the blurred image is taken and stacked in a column format. The corresponding center pixel from the true image is used as target value. Thus the size of one pattern becomes The window is shifted from top to bottom and the grey values of the true image are recorded. The is trained with a random initial set of parameters. The parameters of the i.e., C, σ are updated till the RMSE between the restored image and true image is below a threshold level (T ). We have used a threshold value of 0.01 in our experiments. The trained with the optimized set of parameters is used to restore images pixel by pixel. The flow chart of the proposed optimization scheme is shown in Fig. 1.

4 992 J. Comput. Sci. & Technol., Sept. 2012, Vol.27, No.5 The images used in training and testing are normalised in the range [0, 1]. In all experiments, images of size are considered. The PSO parameters are kept fixed in each experiment. Population size of 30 has been used in the simulation. The values of c1 and c2 were chosen to be 1.4 through experiments. The number of iterations varies in each experiment for a new test image. Blurred images are created using the standard blur functions including motion blur, out-of-focus blur and Gaussian blur. Then Gaussian noise is added to the blurred images. To compare the results, the images are also restored with PCA[13], [16] and with maximum likelihood estimation technique for blind image deconvolution[24]. The overall simulation study is divided into three experiments and are discussed in the sequel. Experiment 1. Restoration of Lena Image with Motion Blur. Standard Lena image is degraded with motion blur parameters L = 10 and θ = 45. Subsequently, Gaussian noise of strength (SNR = 40 db) is added to the resultant image. Training patterns are accumulated from the 7 7 window of blurred noisy image having its target pixel as the corresponding center pixel in the original image. In Lena model, the optimized parameters are found to be C = 2.3, σ = 0.8. The Lena model is subjected to restoration of degraded Lena image, with different motion blur parameters and Gaussian noise (L = 8 and θ = 30, SNR = 40dB). Restoration results are shown in Fig. 2. Further, Lena images degraded with defocus aberration and noise (R = 3 and SNR = 30 db) and Gaussian blur Fig.1. Flow chart of the proposed scheme for parameters optimization. 6 Experimental Results Experiments are carried out in the MATLAB environment to validate the efficacy of the proposed scheme in different blur and noise conditions. We have tested our approach on several standard images including Lena, Cameraman, Pepper with the model. The model trained with a particular image is used to restore a different blurred image, e.g., the model created with Lena image is used to restore Pepper image. We denote the model trained with Lena image as Lena. The peak signal to noise ratio (PSNR) is used as the performance measure to compare our result with other standard schemes and is defined as M P N P PSNR = 10 log10 Fig.2. Restoration of Lena Image. (a) Original Lena image. (b) 2552 i=1 j=1 M P N P i=1 j=1 (f (i, j) Motion blurred Lena image (SNR = 40 db). (c) Restored with. fˆ(i, j))2 (10) PCA. (d) Restored with maximum likelihood. (e) Restored with without parameter optimization (C = 1). (f) Restored with PSO-based.

5 Ratnakar Dash et al.: PSO-Based for Blind Image Restoration 993 and noise (σ = 0.9, SNR = 40 db) respectively are also subjected to restoration using the aforesaid Lena model. The objective parameter PSNR (db) is computed and compared with other schemes in Table 1. Table 1. PSNR (in db) Comparison of Restored Lena Image Using Lena Model and Other Schemes for Different Degradations Blur & Noise PCA Maximum Likelihood Motion blur (L = 8, θ = 30, SNR = 40 db) Out-of-Focus (R = 3, SNR = 30 db) Gaussian (σ = 0.9, 5 5, SNR = 40 db) PSOBased Fig.3. Restoration of Pepper Image. (a) Original Pepper image. (b) Out-of-focus blurred Pepper image (SNR = 40 db). (c) Re- It may be observed that the proposed optimized shows superior performance. It may also be noted that, optimized on one degradation phenomenon works well for restoring images degraded with similar type of blur as well as for other types of blurs in the same image. Experiment 2. Restoration of Images Not Considered During Training. To validate the efficacy of the trained Lena model (Experiment 1), Pepper images with various degradations are used for testing. The restored images for out-of-focus blur (R = 3, SNR = 30 db) are shown in Fig. 3 and comparative analysis of PSNR (db) is shown in Table 2. Further, an optimized Pepper model is generated in the similar direction and Cameraman image is used for testing with different degradations. The performance analysis is shown in Table 3. It is inferred that the optimized trained with one image on a particular degradation is capable of restoring different images with various degradations. stored with PCA. (d) Restored with maximum likelihood. (e) Restored with without parameter optimization (C = 1). (f) Restored with PSO-based. Experiment 3. Restoration of Photographic Blurred Image. The proposed scheme is subjected to two naturally blurred images captured on a camera (Canon EOS 400D). The canon image has the out-of-focus blur and the key image has the motion blur. The noises on both images are assumed to be Gaussian. The restoration performances on the images using the Lena model along with other schemes are shown in Figs. 4 and 5 respectively. It may be observed that the proposed PSO-based scheme has superior performance as compared with the existing schemes. 7 Conclusions In this paper, we proposed a PSO-based optimization scheme for which in turn utilized for blind image restoration. The parameters of play a vital Table 2. PSNR (in db) Comparison of Restored Pepper Image Using Lena Model and Other Schemes for Different Degradations Blur & Noise Motion blur (L = 8, θ = 30, SNR = 40 db) Out-of-Focus (R = 3, SNR = 40 db) Gaussian (σ = 1, 3 3, SNR = 40 db) PCA Maximum Likelihood PSO-Based Table 3. PSNR (in db) Comparison of Restored Cameraman Image Using Pepper Model and Other Schemes for Different Degradations Blur & Noise Motion blur (L = 12, θ = 25, SNR = 40 db) Out-of-Focus (R = 3, SNR = 30 db) Gaussian (σ = 1.5, 3 3, SNR = 40 db) PCA Maximum Likelihood PSO-Based

6 994 Fig.4. Restoration of canon Image. (a) Blurred and noisy canon image. (b) Restored with PCA. (c) Restored with maximum likelihood. (d) Restored with without parameter optimization (C = 1). (e) Restored with PSO-based. Fig.5. Restoration of key Image. (a) Blurred and noisy key image. (b) Restored with PCA. (c) Restored with maximum likelihood. (d) Restored with without parameter optimization (C = 1). (e) Restored with PSO-based. role in restoration performance and become the basis of the proposition. parameters were optimized on known training patterns from standard images. The optimized was then subjected to the same as well as different images not used for training. Both subjective as well as objective (PSNR in db) restoration performances were studied and compared with some competent schemes. It was observed that, the proposed scheme outperforms others. References [1] Kundur D, Hatzinakos D. Blind image deconvolution. IEEE Signal Processing Magazine, 1996, 13(3): J. Comput. Sci. & Technol., Sept. 2012, Vol.27, No.5 [2] Chen L, Yap K H. A soft double regularization approach to parametric blind image deconvolution. IEEE Transactions on Image Processing, 2005, 14(5): [3] Bronstein M M, Bronstein A M, Zibulevsky M, Zeevi Y Y. Blind deconvolution of images using optimal sparse representations. IEEE Transactions on Image Processing, 2005, 14(6): [4] Gonzalez R, Woods R. Digital Image Processing (3rd edition). Addison-Wesley Longman, [5] Lagendijk R L, Biemond J, Boekee D E. Regularized iterative image restoration with ring reduction. IEEE Transactions on Acoustics, Speech, and Signal Processing, 1988, 36(12): [6] Tikhonov A N, Arsenin V Y. Solutions of Ill-Posed Problems, Winston, [7] Hansen P C. Rank-Deficient and Discrete Ill-Posed Problems: Numerical Aspects of Linear Inversion. SIAM, [8] Ayers G R, Dainty J C. Iterative blind deconvolution method and its applications. Optics letters, 1988, 13(7): [9] Lucy L B. An iterative technique for the rectification of observed distributions. Astronomical Journal, 1974, 79(6): [10] Richardson W H. Bayesian-based iterative method of image restoration. Journal of Optical Society of America, 1972, 62(1): [11] Seghouane A K. Maximum likelihood blind image restoration via alternating minimization. In Proc. the 17th IEEE International Conference on Image Processing, September 2010, pp [12] Bell A J, Sejnowski T J. An information-maximization approach to blind separation and blind deconvolution. Neural Computing, 1995, 7(6): [13] Li D, Mersereau R M, Simske S. Atmospheric turbulencedegraded image restoration using principal components analysis. IEEE Geoscience and Remote Sensing Letters, 2007, 4(3): [14] Aizenberg I, Paliy D V, Zurada J M, Astola J T. Blur identification by multilayer neural network based on multivalued neurons. IEEE Transactions on Neural Networks, 2008, 19(5): [15] Freeman W T, Jones T R, Pasztor E C. Example-based superresolution. IEEE Computer Graphics Applications, 2002, 22(2): [16] Li D, Mersereau R M, Simske S. Blind image deconvolution through support vector regression. IEEE Transactions on Neural Networks, 2007, 18(3): [17] Vapnik V N. The Nature of Statistical Learning Theory. Springer-Verlag, [18] Joachims T. Making large-scale support vector machine learning practical. In Advances in Kernel Methods: Support Vector Learning, Scho lkopf B, Burges C J C, Smola A J (eds.), MIT Press, 1999, pp [19] Wu C H, Tzeng G H, Lin R H. A novel hybrid genetic algorithm for kernel function and parameter optimization in support vector regression. Expert Systems with Applications, 2009, 36(3): [20] Huang C L, Wang C J. A GA-based feature selection and parameters optimization for support vector machines. Expert Systems with Applications, 2006, 31(2): [21] Kennedy J, Eberhart R C. Particle swarm optimization. In Proc. International Conference on Neural Networks, November 27-December 1, 1995, pp [22] Kennedy J, Eberhart R C. A discrete binary version of the particle swarm algorithm. In Proc. IEEE International Conference on Systems, Man and Cybernetics, October 1997, pp

7 Ratnakar Dash et al.: PSO-Based for Blind Image Restoration 995 [23] Fan H. A modification to particle swarm optimization algorithm. Engineering Computations, 2002, 19(8): [24] Katsaggelos A K, Lay K T. Maximum likelihood blur identification and image restoration using the EM algorithm. IEEE Transactions on Signal Processing, 1991, 39(3): Ratnakar Dash earned his BTech degree from National Institute of Science and Technology, India, in 2002 and MTech degree from University College of Engineering, India in He is currently pursuing his Ph.D. degree in image processing at National Institute of Technology Rourkela, India. His research interest also includes digital signal processing and communication. Pankaj Kumar Sa earned his Bachelors degree from Bharathidasan University, India. He has also completed his Masters and Ph.D. degrees from National Institute of Technology Rourkela, India, in image processing. His research interest also includes computer vision and computer graphics. Banshidhar Majhi earned his Masters and Ph.D. degrees in computer science and engineering in 1998 and 2003 respectively from Sambalpur University, India. He is with the Department of Computer Science and Engineering, National Institute of Technology Rourkela, India since 1991 and currently serving as a professor. His research interest includes image processing, soft computing and network security.

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

Blur Space Iterative De-blurring

Blur Space Iterative De-blurring Blur Space Iterative De-blurring RADU CIPRIAN BILCU 1, MEJDI TRIMECHE 2, SAKARI ALENIUS 3, MARKKU VEHVILAINEN 4 1,2,3,4 Multimedia Technologies Laboratory, Nokia Research Center Visiokatu 1, FIN-33720,

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

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

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS ARIFA SULTANA 1 & KANDARPA KUMAR SARMA 2 1,2 Department of Electronics and Communication Engineering, Gauhati

More information

Igor Stojanović, Predrag Stanimirović and Marko Miladinović. 1. Introduction

Igor Stojanović, Predrag Stanimirović and Marko Miladinović. 1. Introduction FACTA UNIVERSITATIS (NIŠ) Ser. Math. Inform. Vol. 27, No 1 (2012), 41 54 APPLYING THE ALGORITHM OF LAGRANGE MULTIPLIERS IN DIGITAL IMAGE RESTORATION Igor Stojanović, Predrag Stanimirović and Marko Miladinović

More information

Blind Image Deconvolution Technique for Image Restoration using Ant Colony Optimization

Blind Image Deconvolution Technique for Image Restoration using Ant Colony Optimization Blind Image Deconvolution Technique for Image Restoration using Ant Colony Optimization Amandeep Kaur CEM Kapurthala, Punjab Vinay Chopra DAVIET Jalandhar Punjab ABSTRACT Image Restoration is a field of

More information

PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING

PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING Divesh Kumar 1 and Dheeraj Kalra 2 1 Department of Electronics & Communication Engineering, IET, GLA University, Mathura 2 Department

More information

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation

Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation Robust Descriptive Statistics Based PSO Algorithm for Image Segmentation Ripandeep Kaur 1, Manpreet Kaur 2 1, 2 Punjab Technical University, Chandigarh Engineering College, Landran, Punjab, India Abstract:

More information

STUDY ON THE METHODS OF SUPER-RESOLUTION IMAGE RECONSTRUCTION

STUDY ON THE METHODS OF SUPER-RESOLUTION IMAGE RECONSTRUCTION STUDY ON THE METHODS OF SUPER-RESOLUTION IMAGE RECONSTRUCTION H.Y.LIU, Y.S.ZHANG, Song JI Zhengzhou Institute of Surveying and Mapping, 66 Longhai Road, Zhengzhou 450052, China - lhy2007lx@yahoo.com.cn

More information

Image denoising using curvelet transform: an approach for edge preservation

Image denoising using curvelet transform: an approach for edge preservation Journal of Scientific & Industrial Research Vol. 3469, January 00, pp. 34-38 J SCI IN RES VOL 69 JANUARY 00 Image denoising using curvelet transform: an approach for edge preservation Anil A Patil * and

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

AMULTILAYER neural network based on multivalued neurons

AMULTILAYER neural network based on multivalued neurons IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 19, NO. 5, MAY 2008 883 Blur Identification by Multilayer Neural Network Based on Multivalued Neurons Igor Aizenberg, Senior Member, IEEE, Dmitriy V. Paliy, Jacek

More information

A Comparative Study & Analysis of Image Restoration by Non Blind Technique

A Comparative Study & Analysis of Image Restoration by Non Blind Technique A Comparative Study & Analysis of Image Restoration by Non Blind Technique Saurav Rawat 1, S.N.Tazi 2 M.Tech Student, Assistant Professor, CSE Department, Government Engineering College, Ajmer Abstract:

More information

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm Journal of Universal Computer Science, vol. 13, no. 10 (2007), 1449-1461 submitted: 12/6/06, accepted: 24/10/06, appeared: 28/10/07 J.UCS An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

More information

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization

Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic Algorithm and Particle Swarm Optimization 2017 2 nd International Electrical Engineering Conference (IEEC 2017) May. 19 th -20 th, 2017 at IEP Centre, Karachi, Pakistan Meta- Heuristic based Optimization Algorithms: A Comparative Study of Genetic

More information

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization 488 International Journal Wu-Chang of Control, Wu Automation, and Men-Shen and Systems, Tsai vol. 6, no. 4, pp. 488-494, August 2008 Feeder Reconfiguration Using Binary Coding Particle Swarm Optimization

More information

Fundamentals of Digital Image Processing

Fundamentals of Digital Image Processing \L\.6 Gw.i Fundamentals of Digital Image Processing A Practical Approach with Examples in Matlab Chris Solomon School of Physical Sciences, University of Kent, Canterbury, UK Toby Breckon School of Engineering,

More information

Interpolation Based Image Super Resolution by Support-Vector-Regression

Interpolation Based Image Super Resolution by Support-Vector-Regression Interpolation Based Image Super Resolution by Support-Vector-Regression Sowmya. M 1, Anand M.J 2 1 Final Year M.Tech Student, Department Of Electronics And Communication, PES College Of Engineering, Mandya,

More information

ADAPTIVE DEBLURRING OF SURVEILLANCE VIDEO SEQUENCES THAT DETERIORATE OVER TIME. Konstantinos Vougioukas, Bastiaan J. Boom and Robert B.

ADAPTIVE DEBLURRING OF SURVEILLANCE VIDEO SEQUENCES THAT DETERIORATE OVER TIME. Konstantinos Vougioukas, Bastiaan J. Boom and Robert B. ADAPTIVE DELURRING OF SURVEILLANCE VIDEO SEQUENCES THAT DETERIORATE OVER TIME Konstantinos Vougioukas, astiaan J. oom and Robert. Fisher University of Edinburgh School of Informatics, 10 Crichton St, Edinburgh,

More information

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

More information

Image denoising in the wavelet domain using Improved Neigh-shrink

Image denoising in the wavelet domain using Improved Neigh-shrink Image denoising in the wavelet domain using Improved Neigh-shrink Rahim Kamran 1, Mehdi Nasri, Hossein Nezamabadi-pour 3, Saeid Saryazdi 4 1 Rahimkamran008@gmail.com nasri_me@yahoo.com 3 nezam@uk.ac.ir

More information

Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude

Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude A. Migukin *, V. atkovnik and J. Astola Department of Signal Processing, Tampere University of Technology,

More information

An Improved Blind Watermarking Scheme in Wavelet Domain

An Improved Blind Watermarking Scheme in Wavelet Domain An Improved Blind Watermarking Scheme in Wavelet Domain Hai Tao 1, Jasni Mohamad Zain 1, Ahmed N. Abd Alla 2, Wang Jing 1 1 Faculty of Computer Systems and Software Engineering University Malaysia Pahang

More information

Application of Proximal Algorithms to Three Dimensional Deconvolution Microscopy

Application of Proximal Algorithms to Three Dimensional Deconvolution Microscopy Application of Proximal Algorithms to Three Dimensional Deconvolution Microscopy Paroma Varma Stanford University paroma@stanford.edu Abstract In microscopy, shot noise dominates image formation, which

More information

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization

Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization Traffic Signal Control Based On Fuzzy Artificial Neural Networks With Particle Swarm Optimization J.Venkatesh 1, B.Chiranjeevulu 2 1 PG Student, Dept. of ECE, Viswanadha Institute of Technology And Management,

More information

Mixture Models and EM

Mixture Models and EM Mixture Models and EM Goal: Introduction to probabilistic mixture models and the expectationmaximization (EM) algorithm. Motivation: simultaneous fitting of multiple model instances unsupervised clustering

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

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

Tensor Factorization and Continous Wavelet Transform for Model-free Single-Frame Blind Image Deconvolution

Tensor Factorization and Continous Wavelet Transform for Model-free Single-Frame Blind Image Deconvolution Tensor actorization and Continous Wavelet Transform for Model-free Single-rame Blind Image Deconvolution Ivica Kopriva Ruđer Bošković Institute Bijenička cesta 54 10000 Zagreb, Croatia ikopriva@irb.hr

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

Image Restoration under Significant Additive Noise

Image Restoration under Significant Additive Noise 1 Image Restoration under Significant Additive Noise Wenyi Zhao 1 and Art Pope Sarnoff Corporation 01 Washington Road, Princeton, NJ 08540, USA email: { wzhao, apope }@ieee.org Tel: 408-53-178 Abstract

More information

GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS. Andrey Nasonov, and Andrey Krylov

GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS. Andrey Nasonov, and Andrey Krylov GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS Andrey Nasonov, and Andrey Krylov Lomonosov Moscow State University, Moscow, Department of Computational Mathematics and Cybernetics, e-mail: nasonov@cs.msu.ru,

More information

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.11, November 2013 1 Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information

Module 4. Non-linear machine learning econometrics: Support Vector Machine

Module 4. Non-linear machine learning econometrics: Support Vector Machine Module 4. Non-linear machine learning econometrics: Support Vector Machine THE CONTRACTOR IS ACTING UNDER A FRAMEWORK CONTRACT CONCLUDED WITH THE COMMISSION Introduction When the assumption of linearity

More information

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM

THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM THREE PHASE FAULT DIAGNOSIS BASED ON RBF NEURAL NETWORK OPTIMIZED BY PSO ALGORITHM M. Sivakumar 1 and R. M. S. Parvathi 2 1 Anna University, Tamilnadu, India 2 Sengunthar College of Engineering, Tamilnadu,

More information

Feature Based Watermarking Algorithm by Adopting Arnold Transform

Feature Based Watermarking Algorithm by Adopting Arnold Transform Feature Based Watermarking Algorithm by Adopting Arnold Transform S.S. Sujatha 1 and M. Mohamed Sathik 2 1 Assistant Professor in Computer Science, S.T. Hindu College, Nagercoil, Tamilnadu, India 2 Associate

More information

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

More information

Image Denoising and Blind Deconvolution by Non-uniform Method

Image Denoising and Blind Deconvolution by Non-uniform Method Image Denoising and Blind Deconvolution by Non-uniform Method B.Kalaiyarasi 1, S.Kalpana 2 II-M.E(CS) 1, AP / ECE 2, Dhanalakshmi Srinivasan Engineering College, Perambalur. Abstract Image processing allows

More information

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization

Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Handling Multi Objectives of with Multi Objective Dynamic Particle Swarm Optimization Richa Agnihotri #1, Dr. Shikha Agrawal #1, Dr. Rajeev Pandey #1 # Department of Computer Science Engineering, UIT,

More information

REMOVAL OF HIGH DENSITY IMPULSE NOISE USING MORPHOLOGICAL BASED ADAPTIVE UNSYMMETRICAL TRIMMED MID-POINT FILTER

REMOVAL OF HIGH DENSITY IMPULSE NOISE USING MORPHOLOGICAL BASED ADAPTIVE UNSYMMETRICAL TRIMMED MID-POINT FILTER Journal of Computer Science 10 (7): 1307-1314, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.1307.1314 Published Online 10 (7) 2014 (http://www.thescipub.com/jcs.toc) REMOVAL OF HIGH DENSITY IMPULSE

More information

Face Hallucination Based on Eigentransformation Learning

Face Hallucination Based on Eigentransformation Learning Advanced Science and Technology etters, pp.32-37 http://dx.doi.org/10.14257/astl.2016. Face allucination Based on Eigentransformation earning Guohua Zou School of software, East China University of Technology,

More information

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India.

Argha Roy* Dept. of CSE Netaji Subhash Engg. College West Bengal, India. Volume 3, Issue 3, March 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Training Artificial

More information

Rainfall forecasting using Nonlinear SVM based on PSO

Rainfall forecasting using Nonlinear SVM based on PSO Rainfall forecasting using Nonlinear SVM based on PSO P.VIKRAM KLUNIVERSITY,Vaddeswaram ABSTRACT :Accurate rainfall forecasting has been one of the most significant role in order to reduce the risk to

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

Chap.12 Kernel methods [Book, Chap.7]

Chap.12 Kernel methods [Book, Chap.7] Chap.12 Kernel methods [Book, Chap.7] Neural network methods became popular in the mid to late 1980s, but by the mid to late 1990s, kernel methods have also become popular in machine learning. The first

More information

Small World Particle Swarm Optimizer for Global Optimization Problems

Small World Particle Swarm Optimizer for Global Optimization Problems Small World Particle Swarm Optimizer for Global Optimization Problems Megha Vora and T.T. Mirnalinee Department of Computer Science and Engineering S.S.N College of Engineering, Anna University, Chennai,

More information

Image restoration. Restoration: Enhancement:

Image restoration. Restoration: Enhancement: Image restoration Most images obtained by optical, electronic, or electro-optic means is likely to be degraded. The degradation can be due to camera misfocus, relative motion between camera and object,

More information

Region Weighted Satellite Super-resolution Technology

Region Weighted Satellite Super-resolution Technology Region Weighted Satellite Super-resolution Technology Pao-Chi Chang and Tzong-Lin Wu Department of Communication Engineering, National Central University Abstract Super-resolution techniques that process

More information

x' = c 1 x + c 2 y + c 3 xy + c 4 y' = c 5 x + c 6 y + c 7 xy + c 8

x' = c 1 x + c 2 y + c 3 xy + c 4 y' = c 5 x + c 6 y + c 7 xy + c 8 1. Explain about gray level interpolation. The distortion correction equations yield non integer values for x' and y'. Because the distorted image g is digital, its pixel values are defined only at integer

More information

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

More information

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Raghavendra.R, Bernadette Dorizzi, Ashok Rao, Hemantha Kumar G Abstract In this paper we present a new scheme

More information

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions International Journal of Electrical and Electronic Science 206; 3(4): 9-25 http://www.aascit.org/journal/ijees ISSN: 2375-2998 Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

More information

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION

QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION International Journal of Computer Engineering and Applications, Volume VIII, Issue I, Part I, October 14 QUANTUM BASED PSO TECHNIQUE FOR IMAGE SEGMENTATION Shradha Chawla 1, Vivek Panwar 2 1 Department

More information

3.5 Filtering with the 2D Fourier Transform Basic Low Pass and High Pass Filtering using 2D DFT Other Low Pass Filters

3.5 Filtering with the 2D Fourier Transform Basic Low Pass and High Pass Filtering using 2D DFT Other Low Pass Filters Contents Part I Decomposition and Recovery. Images 1 Filter Banks... 3 1.1 Introduction... 3 1.2 Filter Banks and Multirate Systems... 4 1.2.1 Discrete Fourier Transforms... 5 1.2.2 Modulated Filter Banks...

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Image Interpolation using Collaborative Filtering

Image Interpolation using Collaborative Filtering Image Interpolation using Collaborative Filtering 1,2 Qiang Guo, 1,2,3 Caiming Zhang *1 School of Computer Science and Technology, Shandong Economic University, Jinan, 250014, China, qguo2010@gmail.com

More information

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction CoE4TN4 Image Processing Chapter 5 Image Restoration and Reconstruction Image Restoration Similar to image enhancement, the ultimate goal of restoration techniques is to improve an image Restoration: a

More information

Local Image Registration: An Adaptive Filtering Framework

Local Image Registration: An Adaptive Filtering Framework Local Image Registration: An Adaptive Filtering Framework Gulcin Caner a,a.murattekalp a,b, Gaurav Sharma a and Wendi Heinzelman a a Electrical and Computer Engineering Dept.,University of Rochester, Rochester,

More information

Adaptive Multiple-Frame Image Super- Resolution Based on U-Curve

Adaptive Multiple-Frame Image Super- Resolution Based on U-Curve Adaptive Multiple-Frame Image Super- Resolution Based on U-Curve IEEE Transaction on Image Processing, Vol. 19, No. 12, 2010 Qiangqiang Yuan, Liangpei Zhang, Huanfeng Shen, and Pingxiang Li Presented by

More information

A hybrid GMRES and TV-norm based method for image restoration

A hybrid GMRES and TV-norm based method for image restoration A hybrid GMRES and TV-norm based method for image restoration D. Calvetti a, B. Lewis b and L. Reichel c a Department of Mathematics, Case Western Reserve University, Cleveland, OH 44106 b Rocketcalc,

More information

Single-Image Super-Resolution Using Multihypothesis Prediction

Single-Image Super-Resolution Using Multihypothesis Prediction Single-Image Super-Resolution Using Multihypothesis Prediction Chen Chen and James E. Fowler Department of Electrical and Computer Engineering, Geosystems Research Institute (GRI) Mississippi State University,

More information

NEW HYBRID FILTERING TECHNIQUES FOR REMOVAL OF GAUSSIAN NOISE FROM MEDICAL IMAGES

NEW HYBRID FILTERING TECHNIQUES FOR REMOVAL OF GAUSSIAN NOISE FROM MEDICAL IMAGES NEW HYBRID FILTERING TECHNIQUES FOR REMOVAL OF GAUSSIAN NOISE FROM MEDICAL IMAGES Gnanambal Ilango 1 and R. Marudhachalam 2 1 Postgraduate and Research Department of Mathematics, Government Arts College

More information

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm

Designing of Optimized Combinational Circuits Using Particle Swarm Optimization Algorithm Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2395-2410 Research India Publications http://www.ripublication.com Designing of Optimized Combinational Circuits

More information

A Joint Histogram - 2D Correlation Measure for Incomplete Image Similarity

A Joint Histogram - 2D Correlation Measure for Incomplete Image Similarity A Joint Histogram - 2D Correlation for Incomplete Image Similarity Nisreen Ryadh Hamza MSc Candidate, Faculty of Computer Science & Mathematics, University of Kufa, Iraq. ORCID: 0000-0003-0607-3529 Hind

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

IMAGE RESTORATION VIA EFFICIENT GAUSSIAN MIXTURE MODEL LEARNING

IMAGE RESTORATION VIA EFFICIENT GAUSSIAN MIXTURE MODEL LEARNING IMAGE RESTORATION VIA EFFICIENT GAUSSIAN MIXTURE MODEL LEARNING Jianzhou Feng Li Song Xiaog Huo Xiaokang Yang Wenjun Zhang Shanghai Digital Media Processing Transmission Key Lab, Shanghai Jiaotong University

More information

Example-Based Image Super-Resolution Techniques

Example-Based Image Super-Resolution Techniques Example-Based Image Super-Resolution Techniques Mark Sabini msabini & Gili Rusak gili December 17, 2016 1 Introduction With the current surge in popularity of imagebased applications, improving content

More information

Speech Signal Filters based on Soft Computing Techniques: A Comparison

Speech Signal Filters based on Soft Computing Techniques: A Comparison Speech Signal Filters based on Soft Computing Techniques: A Comparison Sachin Lakra Dept. of Information Technology Manav Rachna College of Engg Faridabad, Haryana, India and R. S., K L University sachinlakra@yahoo.co.in

More information

Removing Atmospheric Turbulence

Removing Atmospheric Turbulence Removing Atmospheric Turbulence Xiang Zhu, Peyman Milanfar EE Department University of California, Santa Cruz SIAM Imaging Science, May 20 th, 2012 1 What is the Problem? time 2 Atmospheric Turbulence

More information

Markov Random Fields and Gibbs Sampling for Image Denoising

Markov Random Fields and Gibbs Sampling for Image Denoising Markov Random Fields and Gibbs Sampling for Image Denoising Chang Yue Electrical Engineering Stanford University changyue@stanfoed.edu Abstract This project applies Gibbs Sampling based on different Markov

More information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Liu Chun College of Computer Science and Information Technology Daqing Normal University Daqing, China Sun Bishen Twenty-seventh

More information

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD Robust Lossless Image Watermarking in Integer Domain using SVD 1 A. Kala 1 PG scholar, Department of CSE, Sri Venkateswara College of Engineering, Chennai 1 akala@svce.ac.in 2 K. haiyalnayaki 2 Associate

More information

Convolutional Code Optimization for Various Constraint Lengths using PSO

Convolutional Code Optimization for Various Constraint Lengths using PSO International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 5, Number 2 (2012), pp. 151-157 International Research Publication House http://www.irphouse.com Convolutional

More information

Feature scaling in support vector data description

Feature scaling in support vector data description Feature scaling in support vector data description P. Juszczak, D.M.J. Tax, R.P.W. Duin Pattern Recognition Group, Department of Applied Physics, Faculty of Applied Sciences, Delft University of Technology,

More information

Real Coded Genetic Algorithm Particle Filter for Improved Performance

Real Coded Genetic Algorithm Particle Filter for Improved Performance Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Real Coded Genetic Algorithm Particle Filter for Improved Performance

More information

A New Meta-heuristic Bat Inspired Classification Approach for Microarray Data

A New Meta-heuristic Bat Inspired Classification Approach for Microarray Data Available online at www.sciencedirect.com Procedia Technology 4 (2012 ) 802 806 C3IT-2012 A New Meta-heuristic Bat Inspired Classification Approach for Microarray Data Sashikala Mishra a, Kailash Shaw

More information

Title. Author(s)Smolka, Bogdan. Issue Date Doc URL. Type. Note. File Information. Ranked-Based Vector Median Filter

Title. Author(s)Smolka, Bogdan. Issue Date Doc URL. Type. Note. File Information. Ranked-Based Vector Median Filter Title Ranked-Based Vector Median Filter Author(s)Smolka, Bogdan Proceedings : APSIPA ASC 2009 : Asia-Pacific Signal Citationand Conference: 254-257 Issue Date 2009-10-04 Doc URL http://hdl.handle.net/2115/39685

More information

Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines

Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr CS 551, Spring 2007 c 2007,

More information

Blind Image Restoration Combined Wavelet Transform and RBF Network

Blind Image Restoration Combined Wavelet Transform and RBF Network Blind Image Restoration Combined Wavelet Transform and RBF Network Hongzhai Li and Ping Guo Department of Computer Science Beijing Normal University, Beijing, 100875, P.R.China lihongzhai@163.com; pguo@ieee.org

More information

A New Soft-Thresholding Image Denoising Method

A New Soft-Thresholding Image Denoising Method Available online at www.sciencedirect.com Procedia Technology 6 (2012 ) 10 15 2nd International Conference on Communication, Computing & Security [ICCCS-2012] A New Soft-Thresholding Image Denoising Method

More information

A Data Classification Algorithm of Internet of Things Based on Neural Network

A Data Classification Algorithm of Internet of Things Based on Neural Network A Data Classification Algorithm of Internet of Things Based on Neural Network https://doi.org/10.3991/ijoe.v13i09.7587 Zhenjun Li Hunan Radio and TV University, Hunan, China 278060389@qq.com Abstract To

More information

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng.

ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA. Mark S. Voss a b. and Xin Feng. Copyright 2002 IFAC 5th Triennial World Congress, Barcelona, Spain ARMA MODEL SELECTION USING PARTICLE SWARM OPTIMIZATION AND AIC CRITERIA Mark S. Voss a b and Xin Feng a Department of Civil and Environmental

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

Bagging for One-Class Learning

Bagging for One-Class Learning Bagging for One-Class Learning David Kamm December 13, 2008 1 Introduction Consider the following outlier detection problem: suppose you are given an unlabeled data set and make the assumptions that one

More information

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic

Reconfiguration Optimization for Loss Reduction in Distribution Networks using Hybrid PSO algorithm and Fuzzy logic Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 4 [9] August 2015: 115-120 2015 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

More information

Image Restoration and Reconstruction

Image Restoration and Reconstruction Image Restoration and Reconstruction Image restoration Objective process to improve an image, as opposed to the subjective process of image enhancement Enhancement uses heuristics to improve the image

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

Advances in Neural Information Processing Systems, 1999, In press. Unsupervised Classication with Non-Gaussian Mixture Models using ICA Te-Won Lee, Mi

Advances in Neural Information Processing Systems, 1999, In press. Unsupervised Classication with Non-Gaussian Mixture Models using ICA Te-Won Lee, Mi Advances in Neural Information Processing Systems, 1999, In press. Unsupervised Classication with Non-Gaussian Mixture Models using ICA Te-Won Lee, Michael S. Lewicki and Terrence Sejnowski Howard Hughes

More information

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

Introduction to Image Super-resolution. Presenter: Kevin Su

Introduction to Image Super-resolution. Presenter: Kevin Su Introduction to Image Super-resolution Presenter: Kevin Su References 1. S.C. Park, M.K. Park, and M.G. KANG, Super-Resolution Image Reconstruction: A Technical Overview, IEEE Signal Processing Magazine,

More information

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Evaluation

More information

Multi-focus image fusion using de-noising and sharpness criterion

Multi-focus image fusion using de-noising and sharpness criterion Multi-focus image fusion using de-noising and sharpness criterion Sukhdip Kaur, M.Tech (research student) Department of Computer Science Guru Nanak Dev Engg. College Ludhiana, Punjab, INDIA deep.sept23@gmail.com

More information

Optimization of Observation Membership Function By Particle Swarm Method for Enhancing Performances of Speaker Identification

Optimization of Observation Membership Function By Particle Swarm Method for Enhancing Performances of Speaker Identification Proceedings of the 6th WSEAS International Conference on SIGNAL PROCESSING, Dallas, Texas, USA, March 22-24, 2007 52 Optimization of Observation Membership Function By Particle Swarm Method for Enhancing

More information

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Based on Local Energy Means K. L. Naga Kishore 1, N. Nagaraju 2, A.V. Vinod Kumar 3 1Dept. of. ECE, Vardhaman

More information

Locally Weighted Least Squares Regression for Image Denoising, Reconstruction and Up-sampling

Locally Weighted Least Squares Regression for Image Denoising, Reconstruction and Up-sampling Locally Weighted Least Squares Regression for Image Denoising, Reconstruction and Up-sampling Moritz Baecher May 15, 29 1 Introduction Edge-preserving smoothing and super-resolution are classic and important

More information

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION

A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION A NEW APPROACH TO SOLVE ECONOMIC LOAD DISPATCH USING PARTICLE SWARM OPTIMIZATION Manjeet Singh 1, Divesh Thareja 2 1 Department of Electrical and Electronics Engineering, Assistant Professor, HCTM Technical

More information

f(x,y) is the original image H is the degradation process (or function) n(x,y) represents noise g(x,y) is the obtained degraded image p q

f(x,y) is the original image H is the degradation process (or function) n(x,y) represents noise g(x,y) is the obtained degraded image p q Image Restoration Image Restoration G&W Chapter 5 5.1 The Degradation Model 5.2 5.105.10 browse through the contents 5.11 Geometric Transformations Goal: Reconstruct an image that has been degraded in

More information

A New Fast Iterative Blind Deconvolution Algorithm

A New Fast Iterative Blind Deconvolution Algorithm Journal of Signal and Information Processing,,, 98-8 http://dx.doi.org/.6/jsip.. Published Online February (http://www.scirp.org/journal/jsip) Mamdouh F. Fahmy, Gamal M. Abdel Raheem, Usama S. Mohamed,

More information