Solving Optimization Problems That Employ Structural Similarity As The Fidelity Measure

Size: px
Start display at page:

Download "Solving Optimization Problems That Employ Structural Similarity As The Fidelity Measure"

Transcription

1 Solving Optimization Problems That Employ Structural Similarity As The Fidelity Measure Daniel Otero and Edward R. Vrscay Department of Applied Mathematics, University of Waterloo, Waterloo, Ontario, Canada Abstract Many tasks in image processing are carried out by solving appropriate optimization problems. As is well known, the square of the Euclidian distance is widely used as a fitting term, even though it has been shown not to be the best choice in terms of quantifying visual quality. To overcome this problem, a number of papers have eaed the use of the Structural Similarity Inde Measure (SSIM) as a fidelity term. In this paper, we propose a general framework for solving optimization problems in which the SSIM is employed as a fidelity measure. Within the contet of quasi-conve optimization, an algorithm is also introduced in order to solve such optimization problems. Keywords: Structural similarity, l 1 norm constrained optimization, total variation, quasi-conve optimization, deblurring, zoog 1. Introduction Over the years, in the field of Image Quality Assessment (IQA), many metrics have been proposed to model the Human Visual System (HVS), including the Mean Opinion Score (MOS), the Universal Quality Inde (UQI) [1], the Perception-based Measure (PBM) [2], among others. More recently, Wang et al. introduced in [3] the Structural Similarity Inde Measure (SSIM), a visual metric that has been the focus of considerable research [4], [5], [6], [7], [8]. As opposed to error-based metrics such as Mean Squared Error (MSE) and Peak Signal-to-Noise Ratio (PSNR), SSIM relies on the assumption that the HVS has evolved to perceive errors as changes in structural information, hence quantifying these changes should correlate better with our perception of what we consider good visually. Indeed, in [3] and other works, it has been shown that the SSIM outperforms other measures of visual quality, including MSE. Many tasks in image processing are carried out by solving appropriate optimization problems. In the majority of these cases, the squared Euclidean distance is employed as a fidelity term. In light of our earlier comments, it is appealing to consider the SSIM as a fidelity term in such optimization problems, in an effort to enhance the visual quality of the solutions. That being said, the SSIM is not a conve function and therefore more difficult to handle mathematically, if not algorithmically. Notwithstanding these obstacles, optimization problems that include the SSIM as a fitting term have already been addressed. For instance, in [4] the authors find the best approimation coefficients in the SSIM sense when an orthogonal transformation is used (e.g., Discrete Cosine Transform (DCT), Fourier, etc.). Finding the best SSIM approimation coefficients is equivalent to imizing the function T (Φ(), y) = 1 SSIM(Φ(), y), (1) where Φ( ) is an orthonormal matri, and y the signal being approimated. The function T (, y), which will be used in this paper, may be considered as a measure of the visual dissimilarity between and y. Based on the the results given in [4], in [6] Rehman et al. introduce the SSIM version of the the image restoration problem proposed by Elad et al. in [9]. Furthermore, in [6] the authors also introduce a super-resolution algorithm also based on the SSIM to recover from a given low resolution image its high resolution version. Another interesting application for reconstruction and denoising of images is introduced by Channappayya et al. in [5]. In this case, the authors define the statistical SSIM inde (statssim), which is an etension of the SSIM for wide sense stationary random processes. The non-conve nature of the statssim is overcome by reformulating its maimization as a quasi-conve optimization problem, which is solved using the bisection method [10], [5]. Nevertheless, it is not mentioned that the SSIM under certain conditions is a quasi-conve function. More imaging techniques based on the SSIM can also be found in [7], [11], [8]. In these works, optimization of rate distortion, video coding and image classification are eplored using the SSIM as a measure of performance. Given that maimizing SSIM(, y) is equivalent to imizing T (, y) in Eq. (1), it can be shown that all the applications mentioned above can be stated as the following optimization problem, {T (Φ(), y) + λh()}, (2) where Φ is usually a linear transformation, h() is a regularizing term, and λ its corresponding regularization parameter. The constrained version of this problem is given by T (Φ(), y) (3) subject to h() λ.

2 The methods used for solving (2) and (3) may converge to the same solution; if this is the case, it may be said that both optimization problems are equivalent. Moreover, since many SSIM-based imaging tasks can be carried out by solving problems (2) and (3), we consider these equations as the general framework of what we call SSIM-based optimization. For this reason, we think that it is a better approach to develop algorithms for solving (2) and (3) rather than developing methods for addressing particular applications which is the tendency found in the literature. In this paper, we focus our attention on the quasi-conve approach; that is, we show how problem (3) can be solved. To do so, we show under what conditions the SSIM is quasiconve. In addition, we consider the cases where h() is conve and not necessarily differentiable. Furthermore, we show that (3) can still be solved if T (Φ(), y) is subjected to a set of conve constraints [10]. Applications such as Total Variation and l 1 norm constrained optimization are discussed, as well as comparisons between the l 2 and SSIM approaches. 2. Structural Similarity (SSIM) 2.1 Definition SSIM provides a measure of visual closeness between an image and a distorted or corrupted version of it. Since it is assumed that the distortionless image is always available, the SSIM is considered a full-reference measure of IQA [3]. The definition of SSIM is based on two assumptions: (1) images are highly structured that is, piels tend to be correlated, specially if they are spatially close and (2), that the HVS is adapted to etract structural information. For these reasons, SSIM measures similarity by quantifying changes in perceived structural information. This measurement is done by comparing luance, contrast and structure of the two images being compared. Changes in luance are measured by quantifying relative changes in the means of the images; contrast comparison is carried out by measuring relative variance; finally, structure is compared simply by calculating the correlation coefficient between the two images. The SSIM is computed by multiplying these three factors together. In what follows, and for the remainder of the paper, we let and y denote two images or image patches with n components, i.e.,, y R n. The SSIM between and y is then defined as ( ) ( ) ( ) 2µ µ y 2σ σ y σy SSIM(, y) = µ 2 + µ 2 y σ 2 + σy 2, (4) σ σ y which is equivalent to ( ) ( ) 2µ µ y 2σy SSIM(, y) = µ 2 + µ 2 y σ 2 + σy 2. (5) Here µ and µ y denote the means of and y, respectively, σ y denotes the cross-correlation between and y and all other terms follow. In order to avoid division by zero, positive constants C 1 and C 2 are added for purposes of stability, leading to the formula, ( ) ( ) 2µ µ y + C 1 2σy + C 2 SSIM(, y) = µ 2 + µ 2 y + C 1 σ 2 + σy 2. (6) + C 2 Since the statistics of images vary greatly spatially, SSIM(, y) is computed using a sliding window of 8 8 piels. The final result, i.e., the so-called SSIM inde, is basically an average of the individual SSIM measures. 2.2 Quasi-conveity In this paper, we consider a special case of the SSIM defined in (6), in which both and y are zero-mean vectors, i.e., µ = µ y = 0. In this case, the luance component, i.e., the first term in Eq. (6), is equal to one, so that the SSIM between and y becomes SSIM(, y) = 2σ y + C 2 σ 2 + σ 2 y + C 2. (7) Since µ = µ y = 0, it follows that σ y = 1 n i y i and σ 2 = 1 n 1 n 1 i=1 n 2 i. (8) i=1 Using (8) and setting C 2 = 0, Eq. (7) reduces to SSIM(, y) = 2 T y 2 + y 2. (9) One might argue that removing C 2 is not good for the sake of stability. However, we shall assume that the observation y is always a non-zero vector. This ensures differentiability, stability and continuity of the SSIM for any R n. Also, since the luance component is not taken into account, no information is known about the non-zero mean optimal solution, which we shall designate as. Nevertheless, in some applications, e.g, denoising of a signal contaated with zero mean additive noise, the mean of y and coincide, so that the non-zero optimal can be recovered. In order to show under what conditions SSIM(, y) is quasi-conve, we use the definition of quasi-conveity for a function f : R n R: f is quasi-conve if its domain and all its sub-level sets S α = { dom f f() α}, for α R, are conve [10]. The domain of SSIM(, y) is R n, which is conve. As for its sub-level sets, we have that 2 T y SSIM(, y) = 2 + y 2 α α T y α y 2 0, (10) where the latter epression describes a conve set as long as α 0. This implies that quasi-conveity eists if T y 0.

3 Similarly, it can be shown that SSIM(, y) is quasi-concave if T y 0. Furthermore, due to the quasi-conveity and quasiconcavity of SSIM(, y), it follows that T (, y) in Eq. (1) is (i) quasi-conve if T y 0 and (ii) quasi-concave if and y are negatively correlated. In fact, from Eqs. (1) and (9), T (, y) may be epressed as follows, T (, y) = y y 2. (11) The range of this epression is the interval [0, 2]: T (, y) = 0 when = y and T (, y) = 2 when = y. As mentioned before, since SSIM(, y) is a measure of similarity, T (, y) can be considered a measure of dissimilarity between and y. In fact, T (, y) in Eq. (11) is an eample of a (squared) normalized metric [12]. Since in the majority of optimization problems one imizes a distance or an error subject to a set of constraints, we will define the SSIM-based optimization problems using the dissimilarity measure T (, y). 3. Optimizing the SSIM We shall define a constrained SSIM-based optimization problem as follows, T (Φ(), y) subject to h i () 0, i = 1,..., m (12) A = b, where Φ( ) is some linear transformation, A = b is an equality constraint, and the h i () are a set of conve inequality constraints. Assug that the optimal zero-mean solution is in the region where T (Φ(), y) is quasi-conve, i.e.,(φ( )) T y 0, the problem in (12) can be solved by solving a sequence of feasibility problems. For this, we require a family of conve inequalities that represent the sub-level sets of T (Φ(), y) and a conve feasibility problem that is to be solved at each step. The bisection method may be employed to detere the optimal value of (12) up to a certain accuracy [10]. The family of conve inequalities is a set of functions φ α () : R n R such that f() α φ α () 0. (13) Also, for every, φ β () φ α (), whenever α β. The following functions satisfy such conditions: φ α () = (1 α) Φ() y 2 2α(Φ()) T y. (14) The feasibility problems then assume the form Find subject to φ α () 0 (15) h i () 0, A = b. i = 1,..., m If (15) is feasible, then p α, else, p > α, where p is the optimal value of (12). Using the fact that 0 T (Φ(), y) 2, and defining 1 and 0 as vectors in R n whose entries are all equal to one and zero respectively, we propose the following algorithm for solving (12): Bisection method for constrained SSIM-based optimization initialize = 0, l = 0, u = 2, ɛ > 0; data preprocessing ȳ = 1 n 1T y, y = y ȳ1 T ; while u l > ɛ do α := (l + u)/2; Solve (15); if (15) is feasible, u := α; elseif α = 1, (12) can not be solved, break; else l := α; end return, y = y + ȳ1 T. Notice that this method will find a solution as long as (Φ()) T y 0; i.e., if the condition holds, the algorithm converges to an optimal value p. This condition may seem restrictive, however, one is normally interested in solutions that are positively correlated to the given observation y. It is worthwhile to mention that it is not always possible to recover the mean of the non-zero-mean optimal solution. This is because the luance component of the SSIM has not been taken into account. Nevertheless, in many circumstances (e.g., denoising of a signal corrupted by zeromean additive white Gaussian noise), the mean of y and Φ( ) coincide. In this case, = + ˆ, where is the zero-mean optimal solution and ˆ is a vector such that Dˆ = ȳ1. If Φ( ) is any m n matri D, it can be seen that ˆ is given by: ˆ = ȳ(d T D) 1 D T 1, (16) provided that the inverse of D T D eists. 4. Applications Clearly, different sets of constraints lead to different SSIM-based optimization problems. For instance, by disregarding the equality constraint in (12) and defining h() = A 2 2 λ, where A is either a real or comple p n matri, the result is an SSIM version of an optimization problem with a Tikhonov constraint. Nevertheless, we focus our attention on some very interesting applications that arise when the l 1 norm is used: (1) SSIM with l 1 constraint (2) total variation (TV) (3) deblurring and (4) zoog.

4 4.1 l 1 -constrained SSIM-based optimization Making the substitution Φ() = A, where A is a m n matri and R n (although may be comple), and by using the conve constraint h() = 1 λ, we obtain the following SSIM based optimization problem: T (A, y) (17) subject to 1 λ. This particular problem is appealing because it combines the concepts of similarity and sparseness. As with the classical LASSO method [13], [14], the solution of (17) is also sparse. To the best of our knowledge, this is the first reported optimization problem where the SSIM is optimized having the l 1 norm as a constraint. 4.2 SSIM and Total Variation By employing the constraint h() = D 1 λ, where D is a difference matri and Φ() =, we can define informally a SSIM-TV-denoising method for one dimensional discrete signals. Given a noisy signal y, its denoised version is the solution of the problem, T (, y) (18) subject to D 1 λ. Notice that instead of imizing the TV norm, we employ it as a constraint. This approach is not new it can also be found in [15], [16] Moreover, images can also be denoised by imizing the dissimilarity measure T (, y) subject to the following conve constraint: h() = D () 1 + D y () 1 λ, (19) where the difference matrices D ( ) and D y ( ) are linear operators used to compute the discrete spatial derivatives. Notice that the anisotropic TV norm is being used in this case. As far as we are concerned, the work reported in [17] and this application are the unique approaches in the literature that combine TV and the SSIM. 4.3 Deblurring The blurring of an image is usually modelled as the convolution of an undistorted image and a blur kernel τ. Nevertheless, in practice, the blurred observation y may have been degraded by either additive noise or errors in the acquisition process. For this reason, the following model is used to represent the degradation process [18], [19]: y = τ + η, (20) where η is usually white Gaussian noise. The problem of recovering can be addressed by the proposed approach by using the conve constraint h() = D () 1 + D y () 1 λ, and by defining Φ() = K, where K is a linear operator that performs the blurring process. That is, the unblurred image can be estimated by solving the following SSIM-based optimization problem: T (K, y) (21) subject to D () 1 + D y () 1 λ. 4.4 Zoog In this case, given an image y, assumed to be of lower resolution, we desire to find an approimation to a higher resolution version of y. This inverse problem can be solved in a manner very similar to the one described described in the previous section; that is, by defining Φ() = S, where S is a subsampling matri, and using the same conve constraint that is employed for the deblurring application. We claim that a good estimate of the high resolution image is the solution of the SSIM-based optimization problem given by T (S, y) (22) subject to D () 1 + D y () 1 λ. Observe that, in general, the matri S T S is not invertible, therefore, equation (16) can not be used to recover the optimal non-zero mean solution. Nevertheless, the mean of the low-resolution observation y can be used as a good estimate of the mean of the high resolution image that is being sought. The problem of zoog using the SSIM approach has also been addressed in [6], in which sparse representations of non-overlapping blocks of the image are used in the reconstruction process; however, the variational approach is not considered. Methods that employ the TV norm for estimating the high resolution image can be found in [20], [19], nevertheless, the fitting term is the commonly used square Euclidean distance. Problem (22) can be considered as a method that combines the SSIM and the variational approach for addressing this inverse problem. 5. Eperiments In a series of numerical eperiments, we have compared the performance of optimization methods employing (i) the usual squared Euclidean distance and (ii) Structural Similarity as fitting terms. For simplicity, we refer to these methods as (i) l 2 -based and (ii) SSIM-based methods, respectively. This is done by comparing the structural similarities between an undistorted given image and both l 2 and SSIM reconstructions. The structural similarities are calculated using the definition given by (9). By averaging the SSIM values of all non-overlapping 8 8 piel blocks, the total SSIM for each recovered image is obtained. The reconstructions are obtained by solving either a SSIM-based or an l 2 -based optimization problem over each piel block. Finally, for each application, the corresponding constraint h() being employed is the same for all non-overlapping blocks.

5 In all the applications that are presented below, the estimated mean from each block is removed prior to processing. Once the zero-mean optimal block is obtained, the optimal non-zero-mean block is recovered by means of Eq. (16), ecept in the case of zoog. In this case, the means of the high resolution blocks are approimated by the means of their corresponding low resolution counterparts. This is necessary since quasi-conveity of T (Φ(), y) is guaranteed for zero-mean vectors. This approach is also applied in the classical l 2 -based optimization method even though it is not required, for the sake of fair comparison of the two approaches. For the l 1 -constrained optimization problems of Section 4.1, both (17) and its l 2 version are solved over each nonoverlapping block. Here, Φ() = D, where D is a n n DCT matri and R n is the set of DCT coefficients that is to be recovered. As epected, the fitting term of the l 2 counterpart of (17) is substituted by D y 2 2. The result is that for a given λ, a sparse approimation problem is solved at each block. In this eperiment, a sub-image of the test image Mandrill was used. For the TV-based problems of Section 4.2, (18) is solved over each non-overlapping block. Since we are working with images, the constraint in (18) is replaced with the constraint D () 1 + D y () 1 λ. (23) The fidelity term y 2 2 is employed in the l 2 -based version of (18). In this eperiment, a noisy sub-image of the test image Mandrill, corrupted with additive zeromean Gaussian noise (AWGN) (σ = 1/32) was employed. For the deblurring problem of Section 4.3, a blurred and noisy piel subimage of the test image Lena was processed. The reconstructions were obtained by solving problem (21) and its l 2 version over each nonoverlapping block. The blurring kernel employed was a Gaussian with unit standard deviation. The blurred image was also contaated with AGWN with σ = Finally, with regard to the zoog problem of Section 4.4, the estimated high resolution images are obtained by solving both problem (22) and its l 2 version over each piel block. The fitting term employed in the l 2 -based method was S y 2 2. Some results of sparse reconstruction, deblurring and zoog are presented in Figures 1, 2 and 3, respectively. In each Figure are shown the original (uncorrupted) image, its corrupted version and SSIM- and l 2 -based reconstructions. For each set of eperiments, the SSIM maps between reconstructions and the original image are presented. The brightness of regions in the SSIM maps indicates the degree of similarity between corresponding image blocks the brighter a given point the greater the SSIM, hence visual similarity, at that location [3]. In Figure 1, where results of the sparse reconstruction problem are shown, the SSIM- and l 2 -based reconstructions are very similar. However, we notice that the SSIM reconstruction enhances the contrast at some locations (e.g., the wrinkles below the eye of Mandrill). With regard to Figure 2, where the deblurring results are shown, we see that edges in the reconstructions tend to be sharper than those in the blurred and noisy image. However, the reconstruction of tetures is not very good in both methods. We epect that improved results may be obtained by tuning the constraints of each piel block for optimal performance. With regard to Figure 3, where zoog results are shown, we observe that both SSIM- and l 2 -based reconstructions are quite good. Some vertical and horizontal artifacts can be seen in both reconstructions, located mainly near edges. This may be due to the fact that anisotropic total variation was employed as a constraint. A summary of quantitative results is presented in Table 1. The effectiveness of both SSIM- and l 2 -based approaches was quantified using the mean squared error (MSE) and the SSIM defined in Eq. (9). The best results with respect to each measure of performance are denoted in bold. We observe that the effectiveness of both methods is almost the same, although the proposed approach performs better respect to the SSIM measure SSIM(, y) = 1 T (, y), as epected. We also observe that a low MSE does not necessarily imply a high visual similarity (measured in terms of SSIM) between the reconstructions and the original images, as is well known in the literature [3]. 6. Concluding remarks We conclude by reding the reader that the primary purpose of this paper was to establish a general framework for constrained SSIM-based optimization based on the quasiconveity properties of the SSIM something that has not yet been done in the literature. The eperimental results presented above are preliary and can, in no way, be used to claim that SSIM-based optimization yields superior results in terms of visual quality. Further investigations will have to be performed in order to eae this conjecture. Our paper provides both the theoretical and computational backgrounds to continue such investigations. PROPOSED l 2 SSIM MSE SSIM MSE SPARSE RECONS TV DENOISING DEBLURRING ZOOMING Table 1: Numerical results for the different approaches and applications. Numbers in bold identify the best results with respect to each measure of performance.

6 References Fig. 1: Visual results for the sparse reconstructions. In this case, for each piel block, the maimum allowed value for the `1 norm of the coefficients that are to be recovered is 1. In the top row, SSIM maps are shown. Original and recovered images can be seen in the bottom row. Fig. 2: Visual results for the deblurring application. In the top row, the blurred and noisy image along with the SSIM maps are presented. As above, the recovered and original images are seen in the bottom row. Fig. 3: Visual results of the zoog eperiments. The low resolution image and the SSIM maps can be seen in the top row. Original image along with the SSIM and `2 reconstructions are shown in the bottom row. [1] Z. Wang and A. Bovik, A universal image quality inde, Signal Processing Letters, IEEE, vol. 9, no. 3, pp , [2] G. Albuquerque, M. Eisemann, and M. A. Magnor, Perception-based visual quality measures. in IEEE VAST. IEEE, 2011, pp [3] Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, Image quality assessment: From error visibility to structural similarity, Image Processing, IEEE Transactions on, vol. 13, no. 4, pp , [4] D. Brunet, E. R. Vrscay, and Z. Wang, Structural similarity-based approimation of signals and images using orthogonal bases. in ICIAR (1), ser. Lecture Notes in Computer Science, vol Springer, 2010, pp [5] S. S. Channappayya, A. C. Bovik, C. Caramanis, and R. W. H. Jr., Design of linear equalizers optimized for the structural similarity inde. IEEE Transactions on Image Processing, vol. 17, no. 6, pp , [6] A. Rehman, M. Rostami, Z. Wang, D. Brunet, and E. R. Vrscay, Ssim-inspired image restoration using sparse representation. EURASIP J. Adv. Sig. Proc., vol. 2012, p. 16, [7] S. Wang, A. Rehman, Z. Wang, S. Ma, and W. Gao, Ssim-motivated rate-distortion optimization for video coding. IEEE Trans. Circuits Syst. Video Techn., vol. 22, no. 4, pp , [8] A. Rehman, Y. Gao, J. Wang, and Z. Wang, Image classification based on comple wavelet structural similarity. Sig. Proc.: Image Comm., vol. 28, no. 8, pp , [9] M. Elad and M. Aharon, Image denoising via sparse and redundant representations over learned dictionaries. IEEE Transactions on Image Processing, vol. 15, no. 12, pp , [10] S. Boyd and L. Vandenberghe, Conve Optimization. Cambridge University Press, [11] S. Wang, A. Rehman, Z. Wang, S. Ma, and W. Gao, Perceptual video coding based on ssim-inspired divisive normalization. IEEE Transactions on Image Processing, vol. 22, no. 4, pp , [12] D. Brunet, A study of the structural similarity image quality measure with applications to image processing, Ph.D. dissertation, University of Waterloo, [13] B. Efron, T. Hastie, I. Johnstone, and R. Tibshirani, Least angle regression, The Annals of Statistics, vol. 32, no. 2, pp , [14] J. M. F. Bach, R. Jenatton and G. Obozinski, Conve Optimization with Sparsity-Inducing Norms. Optimization for Machine Learning, MIT Press, [15] P. L. Combettes and J.-C. Pesquet, Image restoration subject to a total variation constraint, IEEE Transactions on Image Processing, vol. 13, no. 9, pp , [16] J. Fadili and G. Peyré, Total variation projection with first order schemes. IEEE Transactions on Image Processing, vol. 20, no. 3, pp , [17] Y. Shao, F. Sun, H. Li, and Y. Liu, Structural similarity-optimal total variation algorithm for image denoising, in Foundations and Practical Applications of Cognitive Systems and Information Processing, ser. Proceedings of the First International Conference on Cognitive Systems and Information Processing, Beijing, China, Dec 2012 (CSIP2012), vol Springer, 2012, pp [18] P. Getreuer, Total variation deconvolution using split bregman, Image Processing On Line, vol. 10, [19] B. Goldluecke, E. Strekalovskiy, and D. Cremers, The natural vectorial total variation which arises from geometric measure theory. SIAM J. Imaging Sciences, vol. 5, no. 2, pp , [20] A. Chambolle, An algorithm for total variation imization and applications. Journal of Mathematical Imaging and Vision, vol. 20, no. 1-2, pp , 2004.

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Mahmud Hasan and Mahmoud R. El-Sakka (B) Department of Computer Science, University of Western Ontario, London, ON, Canada {mhasan62,melsakka}@uwo.ca

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

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Syed Gilani Pasha Assistant Professor, Dept. of ECE, School of Engineering, Central University of Karnataka, Gulbarga,

More information

SSIM Image Quality Metric for Denoised Images

SSIM Image Quality Metric for Denoised Images SSIM Image Quality Metric for Denoised Images PETER NDAJAH, HISAKAZU KIKUCHI, MASAHIRO YUKAWA, HIDENORI WATANABE and SHOGO MURAMATSU Department of Electrical and Electronics Engineering, Niigata University,

More information

Image Restoration and Background Separation Using Sparse Representation Framework

Image Restoration and Background Separation Using Sparse Representation Framework Image Restoration and Background Separation Using Sparse Representation Framework Liu, Shikun Abstract In this paper, we introduce patch-based PCA denoising and k-svd dictionary learning method for the

More information

Sparsity and image processing

Sparsity and image processing Sparsity and image processing Aurélie Boisbunon INRIA-SAM, AYIN March 6, Why sparsity? Main advantages Dimensionality reduction Fast computation Better interpretability Image processing pattern recognition

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

Image Quality Assessment based on Improved Structural SIMilarity

Image Quality Assessment based on Improved Structural SIMilarity Image Quality Assessment based on Improved Structural SIMilarity Jinjian Wu 1, Fei Qi 2, and Guangming Shi 3 School of Electronic Engineering, Xidian University, Xi an, Shaanxi, 710071, P.R. China 1 jinjian.wu@mail.xidian.edu.cn

More information

Denoising an Image by Denoising its Components in a Moving Frame

Denoising an Image by Denoising its Components in a Moving Frame Denoising an Image by Denoising its Components in a Moving Frame Gabriela Ghimpețeanu 1, Thomas Batard 1, Marcelo Bertalmío 1, and Stacey Levine 2 1 Universitat Pompeu Fabra, Spain 2 Duquesne University,

More information

Image Denoising based on Adaptive BM3D and Singular Value

Image Denoising based on Adaptive BM3D and Singular Value Image Denoising based on Adaptive BM3D and Singular Value Decomposition YouSai hang, ShuJin hu, YuanJiang Li Institute of Electronic and Information, Jiangsu University of Science and Technology, henjiang,

More information

DCT-BASED IMAGE QUALITY ASSESSMENT FOR MOBILE SYSTEM. Jeoong Sung Park and Tokunbo Ogunfunmi

DCT-BASED IMAGE QUALITY ASSESSMENT FOR MOBILE SYSTEM. Jeoong Sung Park and Tokunbo Ogunfunmi DCT-BASED IMAGE QUALITY ASSESSMENT FOR MOBILE SYSTEM Jeoong Sung Park and Tokunbo Ogunfunmi Department of Electrical Engineering Santa Clara University Santa Clara, CA 9553, USA Email: jeoongsung@gmail.com

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

A COMPARATIVE STUDY OF QUALITY AND CONTENT-BASED SPATIAL POOLING STRATEGIES IN IMAGE QUALITY ASSESSMENT. Dogancan Temel and Ghassan AlRegib

A COMPARATIVE STUDY OF QUALITY AND CONTENT-BASED SPATIAL POOLING STRATEGIES IN IMAGE QUALITY ASSESSMENT. Dogancan Temel and Ghassan AlRegib A COMPARATIVE STUDY OF QUALITY AND CONTENT-BASED SPATIAL POOLING STRATEGIES IN IMAGE QUALITY ASSESSMENT Dogancan Temel and Ghassan AlRegib Center for Signal and Information Processing (CSIP) School of

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

New structural similarity measure for image comparison

New structural similarity measure for image comparison University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2012 New structural similarity measure for image

More information

Department of Electronics and Communication KMP College of Engineering, Perumbavoor, Kerala, India 1 2

Department of Electronics and Communication KMP College of Engineering, Perumbavoor, Kerala, India 1 2 Vol.3, Issue 3, 2015, Page.1115-1021 Effect of Anti-Forensics and Dic.TV Method for Reducing Artifact in JPEG Decompression 1 Deepthy Mohan, 2 Sreejith.H 1 PG Scholar, 2 Assistant Professor Department

More information

IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING

IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING Idan Ram, Michael Elad and Israel Cohen Department of Electrical Engineering Department of Computer Science Technion - Israel Institute of Technology

More information

Iterated Functions Systems and Fractal Coding

Iterated Functions Systems and Fractal Coding Qing Jun He 90121047 Math 308 Essay Iterated Functions Systems and Fractal Coding 1. Introduction Fractal coding techniques are based on the theory of Iterated Function Systems (IFS) founded by Hutchinson

More information

SUPPLEMENTARY MATERIAL

SUPPLEMENTARY MATERIAL SUPPLEMENTARY MATERIAL Zhiyuan Zha 1,3, Xin Liu 2, Ziheng Zhou 2, Xiaohua Huang 2, Jingang Shi 2, Zhenhong Shang 3, Lan Tang 1, Yechao Bai 1, Qiong Wang 1, Xinggan Zhang 1 1 School of Electronic Science

More information

EE 5359 Multimedia project

EE 5359 Multimedia project EE 5359 Multimedia project -Chaitanya Chukka -Chaitanya.chukka@mavs.uta.edu 5/7/2010 1 Universality in the title The measurement of Image Quality(Q)does not depend : On the images being tested. On Viewing

More information

Image Deblurring Using Adaptive Sparse Domain Selection and Adaptive Regularization

Image Deblurring Using Adaptive Sparse Domain Selection and Adaptive Regularization Volume 3, No. 3, May-June 2012 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Image Deblurring Using Adaptive Sparse

More information

Image Inpainting Using Sparsity of the Transform Domain

Image Inpainting Using Sparsity of the Transform Domain Image Inpainting Using Sparsity of the Transform Domain H. Hosseini*, N.B. Marvasti, Student Member, IEEE, F. Marvasti, Senior Member, IEEE Advanced Communication Research Institute (ACRI) Department of

More information

Compressive Sensing for Multimedia. Communications in Wireless Sensor Networks

Compressive Sensing for Multimedia. Communications in Wireless Sensor Networks Compressive Sensing for Multimedia 1 Communications in Wireless Sensor Networks Wael Barakat & Rabih Saliba MDDSP Project Final Report Prof. Brian L. Evans May 9, 2008 Abstract Compressive Sensing is an

More information

DCT image denoising: a simple and effective image denoising algorithm

DCT image denoising: a simple and effective image denoising algorithm IPOL Journal Image Processing On Line DCT image denoising: a simple and effective image denoising algorithm Guoshen Yu, Guillermo Sapiro article demo archive published reference 2011-10-24 GUOSHEN YU,

More information

Total Variation Regularization Method for 3D Rotational Coronary Angiography

Total Variation Regularization Method for 3D Rotational Coronary Angiography Total Variation Regularization Method for 3D Rotational Coronary Angiography Haibo Wu 1,2, Christopher Rohkohl 1,3, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science,

More information

Image Restoration Using DNN

Image Restoration Using DNN Image Restoration Using DNN Hila Levi & Eran Amar Images were taken from: http://people.tuebingen.mpg.de/burger/neural_denoising/ Agenda Domain Expertise vs. End-to-End optimization Image Denoising and

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

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

New Approach of Estimating PSNR-B For Deblocked

New Approach of Estimating PSNR-B For Deblocked New Approach of Estimating PSNR-B For Deblocked Images K.Silpa, Dr.S.Aruna Mastani 2 M.Tech (DECS,)Department of ECE, JNTU College of Engineering, Anantapur, Andhra Pradesh, India Email: k.shilpa4@gmail.com,

More information

F-MAD: A Feature-Based Extension of the Most Apparent Distortion Algorithm for Image Quality Assessment

F-MAD: A Feature-Based Extension of the Most Apparent Distortion Algorithm for Image Quality Assessment F-MAD: A Feature-Based Etension of the Most Apparent Distortion Algorithm for Image Quality Assessment Punit Singh and Damon M. Chandler Laboratory of Computational Perception and Image Quality, School

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

MULTI-SCALE STRUCTURAL SIMILARITY FOR IMAGE QUALITY ASSESSMENT. (Invited Paper)

MULTI-SCALE STRUCTURAL SIMILARITY FOR IMAGE QUALITY ASSESSMENT. (Invited Paper) MULTI-SCALE STRUCTURAL SIMILARITY FOR IMAGE QUALITY ASSESSMENT Zhou Wang 1, Eero P. Simoncelli 1 and Alan C. Bovik 2 (Invited Paper) 1 Center for Neural Sci. and Courant Inst. of Math. Sci., New York Univ.,

More information

SPARSE SIGNAL RECONSTRUCTION FROM NOISY COMPRESSIVE MEASUREMENTS USING CROSS VALIDATION. Petros Boufounos, Marco F. Duarte, Richard G.

SPARSE SIGNAL RECONSTRUCTION FROM NOISY COMPRESSIVE MEASUREMENTS USING CROSS VALIDATION. Petros Boufounos, Marco F. Duarte, Richard G. SPARSE SIGNAL RECONSTRUCTION FROM NOISY COMPRESSIVE MEASUREMENTS USING CROSS VALIDATION Petros Boufounos, Marco F. Duarte, Richard G. Baraniuk Rice University, Electrical and Computer Engineering, Houston,

More information

Multichannel Image Restoration Based on Optimization of the Structural Similarity Index

Multichannel Image Restoration Based on Optimization of the Structural Similarity Index Multichannel Image Restoration Based on Optimization of the Structural Similarity Index Maja Temerinac-Ott and Hans Burkhardt Institute of Computer Science, University of Freiburg, Chair of Pattern Recognition

More information

JPEG IMAGE COMPRESSION USING QUANTIZATION TABLE OPTIMIZATION BASED ON PERCEPTUAL IMAGE QUALITY ASSESSMENT. Yuebing Jiang and Marios S.

JPEG IMAGE COMPRESSION USING QUANTIZATION TABLE OPTIMIZATION BASED ON PERCEPTUAL IMAGE QUALITY ASSESSMENT. Yuebing Jiang and Marios S. JPEG IMAGE COMPRESSION USING QUANTIZATION TABLE OPTIMIZATION BASED ON PERCEPTUAL IMAGE QUALITY ASSESSMENT Yuebing Jiang and Marios S. Pattichis University of New Mexico Department of Electrical and Computer

More information

BM3D Image Denoising using Learning-based Adaptive Hard Thresholding

BM3D Image Denoising using Learning-based Adaptive Hard Thresholding BM3D Image Denoising using Learning-based Adaptive Hard Thresholding Farhan Bashar and Mahmoud R. El-Sakka Computer Science Department, The University of Western Ontario, London, Ontario, Canada Keywords:

More information

2. UNIFIED STRUCTURE OF REWEIGHTED l1

2. UNIFIED STRUCTURE OF REWEIGHTED l1 3rd International Conference on Multimedia Technology ICMT 203) An efficient iteratively reweighted L-minimization for image reconstruction from compressed sensing Zhengguang Xie Hongun Li, and Yunhua

More information

IMAGE FUSION PARAMETER ESTIMATION AND COMPARISON BETWEEN SVD AND DWT TECHNIQUE

IMAGE FUSION PARAMETER ESTIMATION AND COMPARISON BETWEEN SVD AND DWT TECHNIQUE IMAGE FUSION PARAMETER ESTIMATION AND COMPARISON BETWEEN SVD AND DWT TECHNIQUE Gagandeep Kour, Sharad P. Singh M. Tech Student, Department of EEE, Arni University, Kathgarh, Himachal Pardesh, India-7640

More information

Total Variation Regularization Method for 3-D Rotational Coronary Angiography

Total Variation Regularization Method for 3-D Rotational Coronary Angiography Total Variation Regularization Method for 3-D Rotational Coronary Angiography Haibo Wu 1,2, Christopher Rohkohl 1,3, Joachim Hornegger 1,2 1 Pattern Recognition Lab (LME), Department of Computer Science,

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

An Optimized Pixel-Wise Weighting Approach For Patch-Based Image Denoising

An Optimized Pixel-Wise Weighting Approach For Patch-Based Image Denoising An Optimized Pixel-Wise Weighting Approach For Patch-Based Image Denoising Dr. B. R.VIKRAM M.E.,Ph.D.,MIEEE.,LMISTE, Principal of Vijay Rural Engineering College, NIZAMABAD ( Dt.) G. Chaitanya M.Tech,

More information

Non-local Means for Stereo Image Denoising Using Structural Similarity

Non-local Means for Stereo Image Denoising Using Structural Similarity Non-local Means for Stereo Image Denoising Using Structural Similarity Monagi H. Alkinani and Mahmoud R. El-Sakka (B) Computer Science Department, University of Western Ontario, London, ON N6A 5B7, Canada

More information

Robust Image Watermarking based on Discrete Wavelet Transform, Discrete Cosine Transform & Singular Value Decomposition

Robust Image Watermarking based on Discrete Wavelet Transform, Discrete Cosine Transform & Singular Value Decomposition Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 8 (2013), pp. 971-976 Research India Publications http://www.ripublication.com/aeee.htm Robust Image Watermarking based

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

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING Engineering Review Vol. 32, Issue 2, 64-69, 2012. 64 VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING David BARTOVČAK Miroslav VRANKIĆ Abstract: This paper proposes a video denoising algorithm based

More information

A Switching Weighted Adaptive Median Filter for Impulse Noise Removal

A Switching Weighted Adaptive Median Filter for Impulse Noise Removal A Switching Weighted Adaptive Median Filter for Impulse Noise Removal S.Kalavathy Reseach Scholar, Dr.M.G.R Educational and Research Institute University, Maduravoyal, India & Department of Mathematics

More information

Fractal Image Denoising

Fractal Image Denoising 1560 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 12, NO. 12, DECEMBER 2003 Fractal Image Denoising Mohsen Ghazel, George H. Freeman, and Edward R. Vrscay Abstract Over the past decade, there has been significant

More information

International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17, ISSN

International Journal of Computer Engineering and Applications, Volume XI, Issue IX, September 17,   ISSN Gopika S 1, D. Malathi 2 1 Department of Computer Science, SRM University, Chennai ABSTRACT: Human society always demands for a tool that helps in analyzing the quality of the visual content getting transferred

More information

Structural Similarity Based Image Quality Assessment Using Full Reference Method

Structural Similarity Based Image Quality Assessment Using Full Reference Method From the SelectedWorks of Innovative Research Publications IRP India Spring April 1, 2015 Structural Similarity Based Image Quality Assessment Using Full Reference Method Innovative Research Publications,

More information

Improved Non-Local Means Algorithm Based on Dimensionality Reduction

Improved Non-Local Means Algorithm Based on Dimensionality Reduction Improved Non-Local Means Algorithm Based on Dimensionality Reduction Golam M. Maruf and Mahmoud R. El-Sakka (&) Department of Computer Science, University of Western Ontario, London, Ontario, Canada {gmaruf,melsakka}@uwo.ca

More information

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO 7 nd International Conference on Computational Modeling, Simulation and Applied Mathematics (CMSAM 7) ISBN: 978--6595-499-8 Virtual raining Samples and CRC based est Sample Reconstruction and Face Recognition

More information

Structure-adaptive Image Denoising with 3D Collaborative Filtering

Structure-adaptive Image Denoising with 3D Collaborative Filtering , pp.42-47 http://dx.doi.org/10.14257/astl.2015.80.09 Structure-adaptive Image Denoising with 3D Collaborative Filtering Xuemei Wang 1, Dengyin Zhang 2, Min Zhu 2,3, Yingtian Ji 2, Jin Wang 4 1 College

More information

MIXDES Methods of 3D Images Quality Assesment

MIXDES Methods of 3D Images Quality Assesment Methods of 3D Images Quality Assesment, Marek Kamiński, Robert Ritter, Rafał Kotas, Paweł Marciniak, Joanna Kupis, Przemysław Sękalski, Andrzej Napieralski LODZ UNIVERSITY OF TECHNOLOGY Faculty of Electrical,

More information

A Novel Approach for Deblocking JPEG Images

A Novel Approach for Deblocking JPEG Images A Novel Approach for Deblocking JPEG Images Multidimensional DSP Final Report Eric Heinen 5/9/08 Abstract This paper presents a novel approach for deblocking JPEG images. First, original-image pixels are

More information

Efficient Color Image Quality Assessment Using Gradient Magnitude Similarity Deviation

Efficient Color Image Quality Assessment Using Gradient Magnitude Similarity Deviation IJECT Vo l. 8, Is s u e 3, Ju l y - Se p t 2017 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Efficient Color Image Quality Assessment Using Gradient Magnitude Similarity Deviation 1 Preeti Rani,

More information

ISSN (ONLINE): , VOLUME-3, ISSUE-1,

ISSN (ONLINE): , VOLUME-3, ISSUE-1, PERFORMANCE ANALYSIS OF LOSSLESS COMPRESSION TECHNIQUES TO INVESTIGATE THE OPTIMUM IMAGE COMPRESSION TECHNIQUE Dr. S. Swapna Rani Associate Professor, ECE Department M.V.S.R Engineering College, Nadergul,

More information

An Improved Approach For Mixed Noise Removal In Color Images

An Improved Approach For Mixed Noise Removal In Color Images An Improved Approach For Mixed Noise Removal In Color Images Ancy Mariam Thomas 1, Dr. Deepa J 2, Rijo Sam 3 1P.G. student, College of Engineering, Chengannur, Kerala, India. 2Associate Professor, Electronics

More information

Speech Modulation for Image Watermarking

Speech Modulation for Image Watermarking Speech Modulation for Image Watermarking Mourad Talbi 1, Ben Fatima Sira 2 1 Center of Researches and Technologies of Energy, Tunisia 2 Engineering School of Tunis, Tunisia Abstract Embedding a hidden

More information

Total Variation Denoising with Overlapping Group Sparsity

Total Variation Denoising with Overlapping Group Sparsity 1 Total Variation Denoising with Overlapping Group Sparsity Ivan W. Selesnick and Po-Yu Chen Polytechnic Institute of New York University Brooklyn, New York selesi@poly.edu 2 Abstract This paper describes

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

DOWNWARD SPATIALLY-SCALABLE IMAGE RECONSTRUCTION BASED ON COMPRESSED SENSING

DOWNWARD SPATIALLY-SCALABLE IMAGE RECONSTRUCTION BASED ON COMPRESSED SENSING DOWNWARD SPATIALLY-SCALABLE IMAGE RECONSTRUCTION BASED ON COMPRESSED SENSING Shuyuan Zhu 1 Bing Zeng 1 Lu Fang 2 and Moncef Gabbouj 3 1 Institute of Image Processing University of Electronic Science and

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

Block Matching and 3D Filtering for Image Denoising

Block Matching and 3D Filtering for Image Denoising www.ijemr.net ISSN (ONLINE): 50-0758, ISSN (PRINT): 394-696 Volume-5, Issue-, February-05 International Journal of Engineering and Management Research Page Number: 308-33 Block Matching and Filtering for

More information

WAVELET BASED NONLINEAR SEPARATION OF IMAGES. Mariana S. C. Almeida and Luís B. Almeida

WAVELET BASED NONLINEAR SEPARATION OF IMAGES. Mariana S. C. Almeida and Luís B. Almeida WAVELET BASED NONLINEAR SEPARATION OF IMAGES Mariana S. C. Almeida and Luís B. Almeida Instituto de Telecomunicações Instituto Superior Técnico Av. Rovisco Pais 1, 1049-001 Lisboa, Portugal mariana.almeida@lx.it.pt,

More information

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Journal of ELECTRICAL ENGINEERING, VOL. 59, NO. 1, 8, 9 33 PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Eugeniusz Kornatowski Krzysztof Okarma In the paper a probabilistic approach to quality

More information

BLIND IMAGE QUALITY ASSESSMENT WITH LOCAL CONTRAST FEATURES

BLIND IMAGE QUALITY ASSESSMENT WITH LOCAL CONTRAST FEATURES BLIND IMAGE QUALITY ASSESSMENT WITH LOCAL CONTRAST FEATURES Ganta Kasi Vaibhav, PG Scholar, Department of Electronics and Communication Engineering, University College of Engineering Vizianagaram,JNTUK.

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

DEPTH LESS 3D RENDERING. Mashhour Solh and Ghassan AlRegib

DEPTH LESS 3D RENDERING. Mashhour Solh and Ghassan AlRegib DEPTH LESS 3D RENDERING Mashhour Solh and Ghassan AlRegib School of Electrical and Computer Engineering Georgia Institute of Technology { msolh,alregib } @gatech.edu ABSTRACT We propose a new view synthesis

More information

BLIND QUALITY ASSESSMENT OF JPEG2000 COMPRESSED IMAGES USING NATURAL SCENE STATISTICS. Hamid R. Sheikh, Alan C. Bovik and Lawrence Cormack

BLIND QUALITY ASSESSMENT OF JPEG2000 COMPRESSED IMAGES USING NATURAL SCENE STATISTICS. Hamid R. Sheikh, Alan C. Bovik and Lawrence Cormack BLIND QUALITY ASSESSMENT OF JPEG2 COMPRESSED IMAGES USING NATURAL SCENE STATISTICS Hamid R. Sheikh, Alan C. Bovik and Lawrence Cormack Laboratory for Image and Video Engineering, Department of Electrical

More information

NTHU Rain Removal Project

NTHU Rain Removal Project People NTHU Rain Removal Project Networked Video Lab, National Tsing Hua University, Hsinchu, Taiwan Li-Wei Kang, Institute of Information Science, Academia Sinica, Taipei, Taiwan Chia-Wen Lin *, Department

More information

REGULARIZATION PARAMETER TRIMMING FOR ITERATIVE IMAGE RECONSTRUCTION

REGULARIZATION PARAMETER TRIMMING FOR ITERATIVE IMAGE RECONSTRUCTION REGULARIZATION PARAMETER TRIMMING FOR ITERATIVE IMAGE RECONSTRUCTION Haoyi Liang and Daniel S. Weller University of Virginia, Department of ECE, Charlottesville, VA, 2294, USA ABSTRACT Conventional automatic

More information

Image Denoising via Group Sparse Eigenvectors of Graph Laplacian

Image Denoising via Group Sparse Eigenvectors of Graph Laplacian Image Denoising via Group Sparse Eigenvectors of Graph Laplacian Yibin Tang, Ying Chen, Ning Xu, Aimin Jiang, Lin Zhou College of IOT Engineering, Hohai University, Changzhou, China School of Information

More information

Single image super-resolution by directionally structured coupled dictionary learning

Single image super-resolution by directionally structured coupled dictionary learning Ahmed and Shah EURASIP Journal on Image and Video Processing (2016) 2016:36 DOI 10.1186/s13640-016-0141-6 EURASIP Journal on Image and Video Processing RESEARCH Open Access Single image super-resolution

More information

MULTIRESOLUTION QUALITY EVALUATION OF GEOMETRICALLY DISTORTED IMAGES. Angela D Angelo, Mauro Barni

MULTIRESOLUTION QUALITY EVALUATION OF GEOMETRICALLY DISTORTED IMAGES. Angela D Angelo, Mauro Barni MULTIRESOLUTION QUALITY EVALUATION OF GEOMETRICALLY DISTORTED IMAGES Angela D Angelo, Mauro Barni Department of Information Engineering University of Siena ABSTRACT In multimedia applications there has

More information

IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS

IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS P.Mahalakshmi 1, J.Muthulakshmi 2, S.Kannadhasan 3 1,2 U.G Student, 3 Assistant Professor, Department of Electronics

More information

SPARSE COMPONENT ANALYSIS FOR BLIND SOURCE SEPARATION WITH LESS SENSORS THAN SOURCES. Yuanqing Li, Andrzej Cichocki and Shun-ichi Amari

SPARSE COMPONENT ANALYSIS FOR BLIND SOURCE SEPARATION WITH LESS SENSORS THAN SOURCES. Yuanqing Li, Andrzej Cichocki and Shun-ichi Amari SPARSE COMPONENT ANALYSIS FOR BLIND SOURCE SEPARATION WITH LESS SENSORS THAN SOURCES Yuanqing Li, Andrzej Cichocki and Shun-ichi Amari Laboratory for Advanced Brain Signal Processing Laboratory for Mathematical

More information

Structural Similarity Sparse Coding

Structural Similarity Sparse Coding Appl. Math. Inf. Sci. 8, No. 1L, 363-369 (2014) 363 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l46 Structural Similarity Sparse Coding Zhiqing

More information

FOUR REDUCED-REFERENCE METRICS FOR MEASURING HYPERSPECTRAL IMAGES AFTER SPATIAL RESOLUTION ENHANCEMENT

FOUR REDUCED-REFERENCE METRICS FOR MEASURING HYPERSPECTRAL IMAGES AFTER SPATIAL RESOLUTION ENHANCEMENT In: Wagner W., Székely, B. (eds.): ISPRS TC VII Symposium 00 Years ISPRS, Vienna, Austria, July 5 7, 00, IAPRS, Vol. XXXVIII, Part 7A FOUR REDUCED-REFERENCE METRICS FOR MEASURING HYPERSPECTRAL IMAGES AFTER

More information

Resolution Magnification Technique for Satellite Images Using DT- CWT and NLM

Resolution Magnification Technique for Satellite Images Using DT- CWT and NLM AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com Resolution Magnification Technique for Satellite Images Using DT- CWT and NLM 1 Saranya

More information

Structural Similarity Based Image Quality Assessment

Structural Similarity Based Image Quality Assessment Structural Similarity Based Image Quality Assessment Zhou Wang, Alan C. Bovik and Hamid R. Sheikh It is widely believed that the statistical properties of the natural visual environment play a fundamental

More information

Sparse Component Analysis (SCA) in Random-valued and Salt and Pepper Noise Removal

Sparse Component Analysis (SCA) in Random-valued and Salt and Pepper Noise Removal Sparse Component Analysis (SCA) in Random-valued and Salt and Pepper Noise Removal Hadi. Zayyani, Seyyedmajid. Valliollahzadeh Sharif University of Technology zayyani000@yahoo.com, valliollahzadeh@yahoo.com

More information

Image Enhancement Techniques for Fingerprint Identification

Image Enhancement Techniques for Fingerprint Identification March 2013 1 Image Enhancement Techniques for Fingerprint Identification Pankaj Deshmukh, Siraj Pathan, Riyaz Pathan Abstract The aim of this paper is to propose a new method in fingerprint enhancement

More information

Modified Iterative Method for Recovery of Sparse Multiple Measurement Problems

Modified Iterative Method for Recovery of Sparse Multiple Measurement Problems Journal of Electrical Engineering 6 (2018) 124-128 doi: 10.17265/2328-2223/2018.02.009 D DAVID PUBLISHING Modified Iterative Method for Recovery of Sparse Multiple Measurement Problems Sina Mortazavi and

More information

ACCELERATED DUAL GRADIENT-BASED METHODS FOR TOTAL VARIATION IMAGE DENOISING/DEBLURRING PROBLEMS. Donghwan Kim and Jeffrey A.

ACCELERATED DUAL GRADIENT-BASED METHODS FOR TOTAL VARIATION IMAGE DENOISING/DEBLURRING PROBLEMS. Donghwan Kim and Jeffrey A. ACCELERATED DUAL GRADIENT-BASED METHODS FOR TOTAL VARIATION IMAGE DENOISING/DEBLURRING PROBLEMS Donghwan Kim and Jeffrey A. Fessler University of Michigan Dept. of Electrical Engineering and Computer Science

More information

Statistical image models

Statistical image models Chapter 4 Statistical image models 4. Introduction 4.. Visual worlds Figure 4. shows images that belong to different visual worlds. The first world (fig. 4..a) is the world of white noise. It is the world

More information

Generalized Tree-Based Wavelet Transform and Applications to Patch-Based Image Processing

Generalized Tree-Based Wavelet Transform and Applications to Patch-Based Image Processing Generalized Tree-Based Wavelet Transform and * Michael Elad The Computer Science Department The Technion Israel Institute of technology Haifa 32000, Israel *Joint work with A Seminar in the Hebrew University

More information

A new robust watermarking scheme based on PDE decomposition *

A new robust watermarking scheme based on PDE decomposition * A new robust watermarking scheme based on PDE decomposition * Noura Aherrahrou University Sidi Mohamed Ben Abdellah Faculty of Sciences Dhar El mahraz LIIAN, Department of Informatics Fez, Morocco Hamid

More information

BSIK-SVD: A DICTIONARY-LEARNING ALGORITHM FOR BLOCK-SPARSE REPRESENTATIONS. Yongqin Zhang, Jiaying Liu, Mading Li, Zongming Guo

BSIK-SVD: A DICTIONARY-LEARNING ALGORITHM FOR BLOCK-SPARSE REPRESENTATIONS. Yongqin Zhang, Jiaying Liu, Mading Li, Zongming Guo 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) BSIK-SVD: A DICTIONARY-LEARNING ALGORITHM FOR BLOCK-SPARSE REPRESENTATIONS Yongqin Zhang, Jiaying Liu, Mading Li, Zongming

More information

Image Denoising Based on Hybrid Fourier and Neighborhood Wavelet Coefficients Jun Cheng, Songli Lei

Image Denoising Based on Hybrid Fourier and Neighborhood Wavelet Coefficients Jun Cheng, Songli Lei Image Denoising Based on Hybrid Fourier and Neighborhood Wavelet Coefficients Jun Cheng, Songli Lei College of Physical and Information Science, Hunan Normal University, Changsha, China Hunan Art Professional

More information

Denoising Using Projection Onto Convex Sets (POCS) Based Framework

Denoising Using Projection Onto Convex Sets (POCS) Based Framework Denoising Using Projection Onto Convex Sets (POCS) Based Framework Mohammad Tofighi, Kivanc Kose, A. Enis Cetin Dept. of Electrical and Electronic Engineering, Bilkent University, Ankara, Turkey Dermatology

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

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

Single Image Interpolation via Adaptive Non-Local Sparsity-Based Modeling

Single Image Interpolation via Adaptive Non-Local Sparsity-Based Modeling Single Image Interpolation via Adaptive Non-Local Sparsity-Based Modeling Yaniv Romano The Electrical Engineering Department Matan Protter The Computer Science Department Michael Elad The Computer Science

More information

An Improved Performance of Watermarking In DWT Domain Using SVD

An Improved Performance of Watermarking In DWT Domain Using SVD An Improved Performance of Watermarking In DWT Domain Using SVD Ramandeep Kaur 1 and Harpal Singh 2 1 Research Scholar, Department of Electronics & Communication Engineering, RBIEBT, Kharar, Pin code 140301,

More information

No Reference Medical Image Quality Measurement Based on Spread Spectrum and Discrete Wavelet Transform using ROI Processing

No Reference Medical Image Quality Measurement Based on Spread Spectrum and Discrete Wavelet Transform using ROI Processing No Reference Medical Image Quality Measurement Based on Spread Spectrum and Discrete Wavelet Transform using ROI Processing Arash Ashtari Nakhaie, Shahriar Baradaran Shokouhi Iran University of Science

More information

Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution

Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution 2011 IEEE International Symposium on Multimedia Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution Jeffrey Glaister, Calvin Chan, Michael Frankovich, Adrian

More information

Deep Learning of Compressed Sensing Operators with Structural Similarity Loss

Deep Learning of Compressed Sensing Operators with Structural Similarity Loss Deep Learning of Compressed Sensing Operators with Structural Similarity Loss Y. Zur and A. Adler Abstract Compressed sensing CS is a signal processing framework for efficiently reconstructing a signal

More information

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT 9.1 Introduction In the previous chapters the inpainting was considered as an iterative algorithm. PDE based method uses iterations to converge

More information

Fast PSF reconstruction using the frozen flow hypothesis

Fast PSF reconstruction using the frozen flow hypothesis Fast PSF reconstruction using the frozen flow hpothesis James Nag Mathematics and Computer Science Emor Universit Atlanta, GA 30322, USA nag@mathcsemoredu Stuart Jefferies Institue for Astronom Universit

More information

De-Noising with Spline Wavelets and SWT

De-Noising with Spline Wavelets and SWT De-Noising with Spline Wavelets and SWT 1 Asst. Prof. Ravina S. Patil, 2 Asst. Prof. G. D. Bonde 1Asst. Prof, Dept. of Electronics and telecommunication Engg of G. M. Vedak Institute Tala. Dist. Raigad

More information