IMAGE ERROR CONCEALMENT BASED ON JOINT SPARSE REPRESENTATION AND NON-LOCAL SIMILARITY

Size: px
Start display at page:

Download "IMAGE ERROR CONCEALMENT BASED ON JOINT SPARSE REPRESENTATION AND NON-LOCAL SIMILARITY"

Transcription

1 IMAGE ERROR CONCEALMENT BASED ON JOINT SPARSE REPRESENTATION AND NON-LOCAL SIMILARITY Ali Akbari 1 Maria Trocan 2 Bertrand Granado 3 Institut Supérieur d Electronique de Paris (ISEP), Paris, France Laboratoire d Informatique de Paris 6, Pierre et Marie Curie University, Paris, France 1 ali.akbari@isep.fr, 2 maria.trocan@isep.fr, and 3 Bertrand.Granado@lip6.fr ABSTRACT In this paper, an image error concealment method based on joint local sparse representation and non-local similarity is proposed. The proposed method obtains an optimal sparse representation of an image patch, including missing pixels and known neighboring pixels for recovery purpose. At first, a pair of dictionary and a mapping function are simultaneously learned offline from a training data set. The dictionary pair transfers the original image patch and corrupted image patch into a domain that the intrinsic relationship between patches can be derived more accurate than the spatial domain. Then, in the error recovery process, the sparse representation of corrupted patch is obtained and mapped using the mapping function. The obtained sparse representation is further refined by exploiting the self-similarities in the natural images to obtain a good estimate of the sparse representation on the original and clean image. Finally, the concealed image is obtained by back projection of this sparse presentation into the spatial domain. Compared with the state-of-the-arts error concealment algorithms, experimental results show that the proposed method has better reconstruction performance in terms of objective and subjective evaluations in different loss scenarios and validate its effectiveness for the error concealment applications. Index Terms Error Concealment, sparse representation, dictionary learning, mapping learning, robust transmission 1. INTRODUCTION In the existing image and video transmission systems, the frames to be transmitted are divided into B B nonoverlapped blocks which are further coded separately by an entropy encoder, prior to be packed. When transmitted over an error-prone channel, the undesired packet erasures lead to occurrence of unpleasant missing areas in the received image. Fig. 1 shows different error patterns occurred during the transmission over an error-prone channel. To make the reconstructed image acceptable, the lost packets need to be retransmitted or recovered by other means. (a) (b) (c) Fig. 1. Typical block loss pattern [8]: (a) Isolated loss. (b) Consecutive loss. (c) Random loss. Recently, a robust transmitter-based image transmission scheme has been proposed in [1], in which a high quality image can be recovered at high loss rates at the expense of adding a simple random linear encoder at the transmitter side and thus sending the additional information. In contrast to the transmitter-based methods, Error Concealment (EC) techniques, as a receiver-based method, represent an alternative solution for mitigating the negative effects of the packet loss. The EC techniques recover the missing information without modifying the encoder or sending any additional information, leading to better bandwidth use. In fact, these methods exploit the high spatial and/or temporal correlation existing among the lost areas and the correctly received neighboring pixels. Many EC techniques have been proposed in the literature, exploiting the image properties to recover the structure and/or texture of the lost areas. Different interpolation-based EC techniques are proposed in [2 8]. In a different way, statistical tools for the image error concealment are considered in [9 11]. Recently, example learning based EC techniques method have been proposed in [12, 13]. In this paper, a novel EC method based on local joint sparse representation and non-local similarity is proposed. The proposed method obtains an optimal sparse representation of a patch (including missing pixels and their correctly received neighbors), using a dictionary pair and a mapping function that are trained offline using a set of training image patches. In addition, the sparse representation is further improved by exploiting the self-similarities present in natural images. This approach provides a solution to the problem of the LSR algorithm [12], which can not assure an accurate sparse representation for the /17/$ IEEE 6 GlobalSIP 2017

2 Fig. 2. Block diagram of the proposed joint local sparsity and non-local self-similarities based image EC algorithm. corrupted patch. In our approach, the sparse representation of the patch, including known and unknown pixels, is mapped to a more accurate sparse representation. Consequently, the proposed method performs the recovery of lost blocks more successfully than the state-of-the arts schemes. 2. IMAGE EC USING JOINT LOCAL SPARSITY AND NON-LOCAL SELF-SIMILARITIES (JLSNS) Generally, the image EC problem states: given a corrupted received image Y, the image X is recovered using just the correctly received information: ˆX = arg min Y HX 2 2, (1) X where H is a diagonal matrix, whose diagonal entries are either 0 or 1. This minimization problem is extremely ill-posed, since for a given corrupted image Y, many images satisfy this minimization problem. In this paper, in order to solve this ill-posed problem, two constraints are considered to regularize the solution space: 1) local sparsity prior which assumes that each N N image patch in the image X, represented as a column vector x R N, can be linearly represented using a few number of elements (atoms) chosen from an overcomplete dictionary D R N K (K N) and 2) non-local self-similarities prior which assumes that natural images often have many repetitive structures. Based on these local and non-local models, the proposed Joint Local Sparsity and Non-Local Self-Similarities based EC algorithm (JLSNS) can be described in three steps. Firstly, the sparse representation of each corrupted patch over a trained dictionary is obtained. Secondly, this sparse representation vector is mapped to a space that is as close as possible to the sparse representation of the original and clean patch. Finally, using the results from this mapped sparse representation, we further regularize and refine the solution space using the non-local self-similarities Joint local sparsity-based EC (JLS) Let L be one B B lost block in the corrupted image Y and S be the set of available pixels, or support area. In our Fig. 3. Lost block and structure of the corrupted patch y. Each square stands for one pixel. L denotes the set of missing pixels and S denotes the support area. implementation, the lost block is initially estimated by spatial interpolation from the nearest undamaged pixels. Consider the corrupted patch y of size N N, represented as a column vector y = [u, v] T, where v R P is a group of P unknown pixels in L and u R N P contains a set of adjacent and available pixels in S, within the N N block (see Fig. 3.) In this paper, we consider N = 25. For the joint local sparsity model, two dictionaries D x and D y are trained using the patches sampled from the training images. In the learning sparse representation-based EC algorithm (LSR), proposed in [12], it is assumed that the corrupted vector y and the concealed vector x have the same sparse representation, i.e. α x = α y. For each corrupted patch y, the LSR method tries to find the sparse representation vector with respect to D y. Then this sparse representation vector is used to recover the corrupted patch via ˆx = D x α y. However, this approach does not guarantee the compatibility between adjacent blocks and leads to weak performance for the patches that are located in high frequency areas of the image. In this paper, we assume that the sparse representation of each corrupted patch y with respect to the dictionary D y and the sparse representation of the corresponding concealed patch x with respect to the dictionary D x are related via a mapping matrix M, i.e., α x = Mα y, learned from a set of training image patches. Given the dictionary pair D x, D y and the mapping matrix M, the corrupted image y can be concealed by solving the following optimization problem: arg min α x,α y R K y D y α y x D x α x γ α x Mα y λ x α x p + λ y α y p, (2) where γ, λ x and λ y are the regularization parameters. Inspired by results in [14] and our practical implementation for the EC application, we have found that, given a trained dictionary learned with l 1 -norm, the concealed image by (2) has higher quality by using the l 0 norm. In addition, the reconstruction time using l 0 -norm is lower than the one obtained using the l 1 -norm, leading thus to a less complex recovery. 7

3 2.2. Joint local sparsity and non-local similarity based EC (JLSNS) As a complementary regularization term to the joint local sparse model, a non-local similarity regularization term is added to the EC optimization. Different from the non-local models proposed in the spatial domain [14, 15], we propose to exploit the non-local similarities in the joint representation domain. Further, the difference between the sparse representation of the patch x in the concealed image, i.e. α x (and obtained by solving the minimization problem (2)), and the true sparse representation of the corresponding patch in the original image, i.e. α t, should be as close as possible to zero. By incorporating this constraint into the JLS model in Eq. (2), we have the following optimization problem: arg min α x,α y R K y D y α y x D x α x γ α x Mα y δ α x α t λ x α x 0 + λ y α y 0, (3) where δ is the regularization parameter. Since the true sparse representation α t is unknown, we try to provide a good prediction of it by exploiting the non-local similarities in the image that is reconstructed via the JNS-based model (2). α t is obtained by searching similar patches in the whole reconstructed image and predicted as: L α p = w i α i, (4) i=1 where α i is the sparse representation of the i-th similar patch to the patch x and L represents the number of similar patches. w i is the weight assigned to the i-th similar patch as defined in [15], via calculation of the Euclidean distance between the patches. In this paper, we select L = 10. To summarize the proposed EC algorithm, given the dictionary pair D x, D y and a mapping matrix M, Eq. (3) can be iteratively solved by alternatively updating α y and α x. At first, the corrupted patch y is represented with respect to the dictionary D y to obtain the sparse representation vector ˆα y. This l 0 -optimization problem can be efficiently solved by greedy algorithms as OPM [16]. Then, the reconstructed patch ˆx is obtained as ˆx = DMˆα y. Finally, the unknown pixels v are replaced by ˆv obtained from ˆx = [û, ˆv] T (see Fig. 3.) Since the size of lost blocks in the corrupted image are usually large (usually 8 8 or pixel blocks), they are split into subblocks of size P P and further these subblocks are sequentially recovered. Note that the first subblocks to be concealed are located in the corners of a lost block, since they provide more reliable information. This procedure also ensures that the pixels in the context area, i.e. u, are correctly received or already recovered Dictionary and mapping learning In this section, an offline learning procedure for training the dictionary pair D y and D x and learning the mapping matrix M are discussed. For generating the training data, at first, the original images are corrupted using an isolated loss pattern (see Fig. 1a). Then, the lost blocks are recovered by simple interpolation to generate an initial estimation of each corrupted image. We consider the vector representations of the image patches of size N N -containing both known and corrupted pixels- in the initial reconstructed images as the set of corrupted training patches Y = {Y 1, Y 2,, Y n }. The corresponding image patches in the original images are collected as the set of original training patches X = {X 1, X 2,, X n }. Given the training dataset pairs S = {X, Y}, the desired dictionary pair as well as the appropriate mapping are learned by the following optimization [17]: arg min Y D y Λ y X D x Λ x γ Λ x MΛ y 2 2 D x,d y,m + λ x Λ x 1 + λ y Λ y 1 + λ m M 2 2, (5) where the γ, λ x, λ m, and λ y are the regularization parameters. The first and second terms are fidelity terms, the third term is the mapping fidelity term to represent the mapping errors between sparse representation vectors α x and α y. The l 1 -norms enforce sparsity to regularize the solution spaces. As discussed before, we consider l 1 -norm for the dictionary learning algorithm. The sparse representations of the training sets X and Y over D x and D y are linked by the mapping matrix M. The optimization problem (5) is not convex with respect to D x, D y, and M, but is convex with respect to one term when the remaining two terms are fixed. The mapping matrix and the dictionary pair are jointly optimized with the approach proposed in [17]. 3. EXPERIMENTAL RESULTS For our experimental framework, we use a set of 8-bit grayscale standard images of pixels. For estimating the efficiency of the proposed JLSNS error concealment algorithm, the Peak Signal-to-Noise Ratio (PSNR) is chosen as objective quality measure, along with the Structural SIMilarity (SSIM) in order to obtain a perceptual quality measure. The performance of the JLSNS EC algorithm is compared with state-of-the-arts EC techniques, including nonnormative spatial EC for H.264 (AVC) [18], content adaptive technique (CAD) [5], edge recovery technique based on visual clearness (VC) [4], Markov Random Fields approach (MRF) [10], orientation adaptive interpolation (OAI) [6], sparse linear prediction (SLP) [7], adaptive linear prediction (ALP) [8], and learning sparse representation-based EC (LSR) [12] 1. The three loss patterns, including isolated loss, consecutive loss and random loss, as shown in Fig. 1, are considered for our evaluation. For the random loss scenario, 30% block loss is randomly generated. The average PSNR 1 The implementation of some techniques are available online at http: //dtstc.ugr.es/ jkoloda/research.html 8

4 Table 1. Average PSNR and SSIM using Several EC Techniques for Three Types of Loss (Isolated Loss (), Consecutive Loss () and Random Loss ()) EC Technique Loss CAD MRF OAI SLP LSR ALP JLSNS Lena PSNR SSIM SSIM PSNR SSIM Peppers PSNR SSIM PSNR SSIM PSNR SSIM Goldhill SSIM PSNR SSIM PSNR SSIM Table 2. Reconstruction Time (in seconds) Obtained for Lena Image using Several EC Techniques for Isolated Loss CAD EC Technique MRF OAI SLP LSR ALP JLSNS CAD SLP LSR JNSLS Fig. 4. Subjective comparison for Lena by different EC techniques for 30% random block loss. The upper-right figure shows the loss pattern. the l 0 -regularization in the recovery process. The regularization parameters λ x, λ y, λ m, γ, and δ are empirically set to 0.01, 0,01, 0.1, 0.1, and 0.1 respectively. For the EC, the lost blocks are partitioned into 2 2 subblocks with 1-pixel-width overlap depth between adjacent subblocks. The PSNR and SSIM results obtained by different EC techniques can be found in Table 1 for three loss patterns. The run time of the proposed JLSNS-based EC is compared with the ones obtained for the state-of-the arts EC methods in Table 1 for the random loss pattern (30% loss) on a typical computer (3.2 GHz Intel Xeon Core and 8 GB Memory) using a non-optimized MATLAB implementation. It can be seen that the proposed algorithm improves the performance of the concealment for all three types of loss, both in terms of quality and complexity, especially for the random loss pattern which models the real-world scenarios. To verify the effectiveness of the proposed method, some visual results are presented in Fig. 4 for the random loss pattern (30% loss). The common reconstruction artifacts associated with the existing algorithms are the blocking and blurring effects. From Fig. 4 and Table 1, we can see that the proposed method provides very high quality image recovery. Further, it is able to reconstruct accurately structures as edges. OAI 4. CONCLUSION and SSIM values over 10 trials are reported for the random loss pattern. In our experiments, a number of training image patches of size 5 5 pixels, which are highly textured, are collected from a set of natural images that are randomly selected from the CVG-Granada dataset 2. A dictionary pair of size and a mapping matrix of size are learned using the algorithm proposed in [17]. The Lasso algorithm [19] is used for the l 1 -regularization in the dictionary learning algorithm, while the OMP algorithm [16] is used for 2 1http://decsai.ugr.es/cvg/dbimagenes An image error concealment technique based on joint local sparse representation and non-local self-similarity was proposed. In order to reveal the intrinsic relation between the lost areas and the correctly received neighboring areas, the proposed method performs sparse representation of the target patch, including missing and known neighboring pixels. Using a trained dictionary and a mapping function learned offline, the proposed method finds an optimal sparse representation for the EC purpose, leading to high quality image recovery. The objective and subjective performance of the proposed scheme validate its effectiveness for the error concealment applications. 9

5 5. REFERENCES [1] A. Akbari, M. Trocan, and B. Granado, Sparse recoverybased error concealment, IEEE Transactions on Multimedia, vol. pp, no. 99, [2] H. Asheri, H. R. Rabiee, N. Pourdamghani, and M. Ghanbari, Multi-directional spatial error concealment using adaptive edge thresholding, IEEE J CE, vol. 58, no. 3, pp , Aug [3] M. Kim, H. Lee, and S. Sull, Spatial error concealment for H.264 using sequential directional interpolation, IEEE J CE, vol. 54, no. 4, pp , Nov [4] J. Koloda, V. Sánchez, and A. M. Peinado, Spatial error concealment based on edge visual clearness for image/video communication, J. Circuits, Syst., Signal Process., vol. 32, no. 2, pp , Apr [5] Z. Rongfu, Z. Yuanhua, and H. Xiaodongl, Content-adaptive spatial error concealment for video communication, IEEE J CE, vol. 50, no. 1, pp , Feb [6] X. Li and M. T. Orchard, Novel sequential error-concealment techniques using orientation adaptive interpolation, IEEE J CASVT, vol. 12, no. 10, pp , Oct [7] J. Koloda, J. Ostergaard, S. H. Jensen, V. Sanchez, and A. M. Peinado, Sequential error concealment for video/images by sparse linear prediction, IEEE J MM, vol. 15, no. 4, pp , Jun [8] J. Liu, G. Zhai, X. Yang, B. Yang, and L. Chen, Spatial error concealment with an adaptive linear predictor, IEEE J CASVT, vol. 25, no. 3, pp , Mar [9] G. Zhai, X. Yang, W. Lin, and W. Zhang, Bayesian error concealment with dct pyramid for images, IEEE J CASVT, vol. 20, no. 9, pp , Sep [10] S. Shirani, F. Kossentini, and R. Ward, An adaptive markov random field based error concealment method for video communication in an error prone environment, in Proc. IEEE Int. Conf. Acoust., Speech, Signal Process. (ICASSP), Phoenix, AZ, Mar. 1999, pp [11] G. Zhai, J. Cai, W. Lin, X. Yang, and W. Zhang, Image errorconcealment via block-based bilateral filtering, in Proc. IEEE Int. Conf. Multimedia Expo (ICME), Hannover, Germany, Apr. 2008, pp [12] A. Akbari, M. Trocan, and B. Granado, Image error concealment using sparse representations over a trained dictionary, in Proc. IEEE Picture Coding Symposium (PCS), Nuremberg, Germany, Dec [13], Joint-domain dictionary learning based error concealment using common space mapping, in Proceeding of IEEE Conference on Digital Signal Processing (DSP), London, UK, Aug [14] J. Mairal, F. Bach, J. Ponce, G. Sapiro, and A. Zisserman, Non-local sparse models for image restoration, in 2009 IEEE 12th International Conference on Computer Vision, Sept 2009, pp [15] W. Dong, L. Zhang, G. Shi, and X. Li, Nonlocally centralized sparse representation for image restoration, IEEE Transactions on Image Processing, vol. 22, no. 4, pp , April [16] Y. C. Pati, R. Rezaiifar, and P. S. Krishnaprasad, Orthogonal matching pursuit: recursive function approximation with applications to wavelet decomposition, in Signals, Systems and Computers, Conference Record of The Twenty- Seventh Asilomar Conference on, Nov 1993, pp [17] S. Wang, L. Zhang, Y. Liang, and Q. Pan, Semi-coupled dictionary learning with applications to image super-resolution and photo-sketch synthesis, in 2012 IEEE Conference on Computer Vision and Pattern Recognition, June 2012, pp [18] V. Varsa, M. M. Hannuksela, and Y.-K. Wang, Non-normative error concealment algorithms, ITU-T SG16, VCEG-N62, vol. 50, Sep [19] R. Tibshirani, Regression shrinkage and selection via the lasso, Journal of the Royal Statistical Society, Series B, vol. 58, no. 1, pp ,

FREQUENCY SELECTIVE EXTRAPOLATION WITH RESIDUAL FILTERING FOR IMAGE ERROR CONCEALMENT

FREQUENCY SELECTIVE EXTRAPOLATION WITH RESIDUAL FILTERING FOR IMAGE ERROR CONCEALMENT 2014 IEEE International Conference on Acoustic, Speech and Signal Processing ICASSP) FREQUENCY SELECTIVE EXTRAPOLATION WITH RESIDUAL FILTERING FOR IMAGE ERROR CONCEALMENT Ján Koloda, Jürgen Seiler, André

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

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

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

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

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

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 Error Concealment Based on Watermarking

Image Error Concealment Based on Watermarking Image Error Concealment Based on Watermarking Shinfeng D. Lin, Shih-Chieh Shie and Jie-Wei Chen Department of Computer Science and Information Engineering,National Dong Hwa Universuty, Hualien, Taiwan,

More information

Image Gap Interpolation for Color Images Using Discrete Cosine Transform

Image Gap Interpolation for Color Images Using Discrete Cosine Transform Image Gap Interpolation for Color Images Using Discrete Cosine Transform Viji M M, Prof. Ujwal Harode Electronics Dept., Pillai College of Engineering, Navi Mumbai, India Email address: vijisubhash10[at]gmail.com

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

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

Discriminative sparse model and dictionary learning for object category recognition

Discriminative sparse model and dictionary learning for object category recognition Discriative sparse model and dictionary learning for object category recognition Xiao Deng and Donghui Wang Institute of Artificial Intelligence, Zhejiang University Hangzhou, China, 31007 {yellowxiao,dhwang}@zju.edu.cn

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

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

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

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

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

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

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE 5359 Gaurav Hansda 1000721849 gaurav.hansda@mavs.uta.edu Outline Introduction to H.264 Current algorithms for

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

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

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

Bilevel Sparse Coding

Bilevel Sparse Coding Adobe Research 345 Park Ave, San Jose, CA Mar 15, 2013 Outline 1 2 The learning model The learning algorithm 3 4 Sparse Modeling Many types of sensory data, e.g., images and audio, are in high-dimensional

More information

SHIP WAKE DETECTION FOR SAR IMAGES WITH COMPLEX BACKGROUNDS BASED ON MORPHOLOGICAL DICTIONARY LEARNING

SHIP WAKE DETECTION FOR SAR IMAGES WITH COMPLEX BACKGROUNDS BASED ON MORPHOLOGICAL DICTIONARY LEARNING SHIP WAKE DETECTION FOR SAR IMAGES WITH COMPLEX BACKGROUNDS BASED ON MORPHOLOGICAL DICTIONARY LEARNING Guozheng Yang 1, 2, Jing Yu 3, Chuangbai Xiao 3, Weidong Sun 1 1 State Key Laboratory of Intelligent

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

Patch-based Image Denoising: Probability Distribution Estimation vs. Sparsity Prior

Patch-based Image Denoising: Probability Distribution Estimation vs. Sparsity Prior 017 5th European Signal Processing Conference (EUSIPCO) Patch-based Image Denoising: Probability Distribution Estimation vs. Sparsity Prior Dai-Viet Tran 1, Sébastien Li-Thiao-Té 1, Marie Luong, Thuong

More information

DEEP LEARNING OF COMPRESSED SENSING OPERATORS WITH STRUCTURAL SIMILARITY (SSIM) LOSS

DEEP LEARNING OF COMPRESSED SENSING OPERATORS WITH STRUCTURAL SIMILARITY (SSIM) LOSS DEEP LEARNING OF COMPRESSED SENSING OPERATORS WITH STRUCTURAL SIMILARITY (SSIM) LOSS ABSTRACT Compressed sensing (CS) is a signal processing framework for efficiently reconstructing a signal from a small

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

CONTENT ADAPTIVE SCREEN IMAGE SCALING

CONTENT ADAPTIVE SCREEN IMAGE SCALING CONTENT ADAPTIVE SCREEN IMAGE SCALING Yao Zhai (*), Qifei Wang, Yan Lu, Shipeng Li University of Science and Technology of China, Hefei, Anhui, 37, China Microsoft Research, Beijing, 8, China ABSTRACT

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

Robust Image Watermarking based on DCT-DWT- SVD Method

Robust Image Watermarking based on DCT-DWT- SVD Method Robust Image Watermarking based on DCT-DWT- SVD Sneha Jose Rajesh Cherian Roy, PhD. Sreenesh Shashidharan ABSTRACT Hybrid Image watermarking scheme proposed based on Discrete Cosine Transform (DCT)-Discrete

More information

Distributed Compressed Estimation Based on Compressive Sensing for Wireless Sensor Networks

Distributed Compressed Estimation Based on Compressive Sensing for Wireless Sensor Networks Distributed Compressed Estimation Based on Compressive Sensing for Wireless Sensor Networks Joint work with Songcen Xu and Vincent Poor Rodrigo C. de Lamare CETUC, PUC-Rio, Brazil Communications Research

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

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS Yanghao Li, Jiaying Liu, Wenhan Yang, Zongg Guo Institute of Computer Science and Technology, Peking University, Beijing, P.R.China,

More information

SEQUENTIAL IMAGE COMPLETION FOR HIGH-SPEED LARGE-PIXEL NUMBER SENSING

SEQUENTIAL IMAGE COMPLETION FOR HIGH-SPEED LARGE-PIXEL NUMBER SENSING SEQUENTIAL IMAGE COMPLETION FOR HIGH-SPEED LARGE-PIXEL NUMBER SENSING Akira Hirabayashi Naoki Nogami Takashi Ijiri Laurent Condat Ritsumeikan University College Info. Science & Eng. Kusatsu, Shiga 525-8577,

More information

Block-based Watermarking Using Random Position Key

Block-based Watermarking Using Random Position Key IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.2, February 2009 83 Block-based Watermarking Using Random Position Key Won-Jei Kim, Jong-Keuk Lee, Ji-Hong Kim, and Ki-Ryong

More information

FRACTAL IMAGE COMPRESSION OF GRAYSCALE AND RGB IMAGES USING DCT WITH QUADTREE DECOMPOSITION AND HUFFMAN CODING. Moheb R. Girgis and Mohammed M.

FRACTAL IMAGE COMPRESSION OF GRAYSCALE AND RGB IMAGES USING DCT WITH QUADTREE DECOMPOSITION AND HUFFMAN CODING. Moheb R. Girgis and Mohammed M. 322 FRACTAL IMAGE COMPRESSION OF GRAYSCALE AND RGB IMAGES USING DCT WITH QUADTREE DECOMPOSITION AND HUFFMAN CODING Moheb R. Girgis and Mohammed M. Talaat Abstract: Fractal image compression (FIC) is a

More information

Compression of Light Field Images using Projective 2-D Warping method and Block matching

Compression of Light Field Images using Projective 2-D Warping method and Block matching Compression of Light Field Images using Projective 2-D Warping method and Block matching A project Report for EE 398A Anand Kamat Tarcar Electrical Engineering Stanford University, CA (anandkt@stanford.edu)

More information

BLOCK-based video coding standards, such as MPEG-4 or

BLOCK-based video coding standards, such as MPEG-4 or 1 Sequential Error Concealment for Video/Images by Sparse Linear Prediction Ján Koloda, Jan Østergaard, Senior Member, IEEE, Søren H. Jensen, Senior Member, IEEE, Victoria Sánchez, Member, IEEE and Antonio

More information

PATCH-DISAGREEMENT AS A WAY TO IMPROVE K-SVD DENOISING

PATCH-DISAGREEMENT AS A WAY TO IMPROVE K-SVD DENOISING PATCH-DISAGREEMENT AS A WAY TO IMPROVE K-SVD DENOISING Yaniv Romano Department of Electrical Engineering Technion, Haifa 32000, Israel yromano@tx.technion.ac.il Michael Elad Department of Computer 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

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

Edge aware spatial frequency extrapolation for consecutive block loss

Edge aware spatial frequency extrapolation for consecutive block loss DOI 10.1186/s40064-016-2213-6 RESEARCH Open Access Edge aware spatial frequency extrapolation for consecutive block loss Hao Liu 1,2*, Dengcheng Wang 1, Bing Wang 1, Kangda Li 1 and Hainie Tang 1 *Correspondence:

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

HYBRID DCT-WIENER-BASED INTERPOLATION VIA LEARNT WIENER FILTER. Kwok-Wai Hung and Wan-Chi Siu

HYBRID DCT-WIENER-BASED INTERPOLATION VIA LEARNT WIENER FILTER. Kwok-Wai Hung and Wan-Chi Siu HYBRID -WIENER-BASED INTERPOLATION VIA LEARNT WIENER FILTER Kwok-Wai Hung and Wan-Chi Siu Center for Signal Processing, Department of Electronic and Information Engineering Hong Kong Polytechnic University,

More information

A Comparative Analysis of Noise Reduction Filters in Images Mandeep kaur 1, Deepinder kaur 2

A Comparative Analysis of Noise Reduction Filters in Images Mandeep kaur 1, Deepinder kaur 2 A Comparative Analysis of Noise Reduction Filters in Images Mandeep kaur 1, Deepinder kaur 2 1 Research Scholar, Dept. Of Computer Science & Engineering, CT Institute of Technology & Research, Jalandhar,

More information

INCOHERENT DICTIONARY LEARNING FOR SPARSE REPRESENTATION BASED IMAGE DENOISING

INCOHERENT DICTIONARY LEARNING FOR SPARSE REPRESENTATION BASED IMAGE DENOISING INCOHERENT DICTIONARY LEARNING FOR SPARSE REPRESENTATION BASED IMAGE DENOISING Jin Wang 1, Jian-Feng Cai 2, Yunhui Shi 1 and Baocai Yin 1 1 Beijing Key Laboratory of Multimedia and Intelligent Software

More information

An Iterative Procedure for Removing Random-Valued Impulse Noise

An Iterative Procedure for Removing Random-Valued Impulse Noise 1 An Iterative Procedure for Removing Random-Valued Impulse Noise Raymond H. Chan, Chen Hu, and Mila Nikolova Abstract This paper proposes a two-stage iterative method for removing random-valued impulse

More information

IMA Preprint Series # 2168

IMA Preprint Series # 2168 LEARNING MULTISCALE SPARSE REPRESENTATIONS FOR IMAGE AND VIDEO RESTORATION By Julien Mairal Guillermo Sapiro and Michael Elad IMA Preprint Series # 2168 ( July 2007 ) INSTITUTE FOR MATHEMATICS AND ITS

More information

Augmented Coupled Dictionary Learning for Image Super-Resolution

Augmented Coupled Dictionary Learning for Image Super-Resolution Augmented Coupled Dictionary Learning for Image Super-Resolution Muhammad Rushdi and Jeffrey Ho Computer and Information Science and Engineering University of Florida Gainesville, Florida, U.S.A. Email:

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

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a International Symposium on Mechanical Engineering and Material Science (ISMEMS 2016) An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a 1 School of Big Data and Computer Science,

More information

REJECTION-BASED CLASSIFICATION FOR ACTION RECOGNITION USING A SPATIO-TEMPORAL DICTIONARY. Stefen Chan Wai Tim, Michele Rombaut, Denis Pellerin

REJECTION-BASED CLASSIFICATION FOR ACTION RECOGNITION USING A SPATIO-TEMPORAL DICTIONARY. Stefen Chan Wai Tim, Michele Rombaut, Denis Pellerin REJECTION-BASED CLASSIFICATION FOR ACTION RECOGNITION USING A SPATIO-TEMPORAL DICTIONARY Stefen Chan Wai Tim, Michele Rombaut, Denis Pellerin Univ. Grenoble Alpes, GIPSA-Lab, F-38000 Grenoble, France ABSTRACT

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

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

Image Interpolation Using Multiscale Geometric Representations

Image Interpolation Using Multiscale Geometric Representations Image Interpolation Using Multiscale Geometric Representations Nickolaus Mueller, Yue Lu and Minh N. Do Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign ABSTRACT

More information

Comparison of Digital Image Watermarking Algorithms. Xu Zhou Colorado School of Mines December 1, 2014

Comparison of Digital Image Watermarking Algorithms. Xu Zhou Colorado School of Mines December 1, 2014 Comparison of Digital Image Watermarking Algorithms Xu Zhou Colorado School of Mines December 1, 2014 Outlier Introduction Background on digital image watermarking Comparison of several algorithms Experimental

More information

Robust Image Watermarking Based on Compressed Sensing Techniques

Robust Image Watermarking Based on Compressed Sensing Techniques Journal of Information Hiding and Multimedia Signal Processing c 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 2, April 2014 Robust Image Watermarking Based on Compressed Sensing Techniques

More information

A Robust Digital Watermarking Scheme using BTC-PF in Wavelet Domain

A Robust Digital Watermarking Scheme using BTC-PF in Wavelet Domain A Robust Digital Watermarking Scheme using BTC-PF in Wavelet Domain Chinmay Maiti a *, Bibhas Chandra Dhara b a Department of Computer Science & Engineering, College of Engineering & Management, Kolaghat,

More information

Image Denoising Methods Based on Wavelet Transform and Threshold Functions

Image Denoising Methods Based on Wavelet Transform and Threshold Functions Image Denoising Methods Based on Wavelet Transform and Threshold Functions Liangang Feng, Lin Lin Weihai Vocational College China liangangfeng@163.com liangangfeng@163.com ABSTRACT: There are many unavoidable

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

Multiframe Blocking-Artifact Reduction for Transform-Coded Video

Multiframe Blocking-Artifact Reduction for Transform-Coded Video 276 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 12, NO. 4, APRIL 2002 Multiframe Blocking-Artifact Reduction for Transform-Coded Video Bahadir K. Gunturk, Yucel Altunbasak, and

More information

This is a repository copy of Face image super-resolution via weighted patches regression.

This is a repository copy of Face image super-resolution via weighted patches regression. This is a repository copy of Face image super-resolution via weighted patches regression. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/115963/ Version: Accepted Version

More information

A deblocking filter with two separate modes in block-based video coding

A deblocking filter with two separate modes in block-based video coding A deblocing filter with two separate modes in bloc-based video coding Sung Deu Kim Jaeyoun Yi and Jong Beom Ra Dept. of Electrical Engineering Korea Advanced Institute of Science and Technology 7- Kusongdong

More information

Compression Artifact Reduction with Adaptive Bilateral Filtering

Compression Artifact Reduction with Adaptive Bilateral Filtering Compression Artifact Reduction with Adaptive Bilateral Filtering Ming Zhang and Bahadir Gunturk Department of Electrical and Computer Engineering Louisiana State University Baton Rouge, LA 70803 ABSTRACT

More information

Novel Iterative Back Projection Approach

Novel Iterative Back Projection Approach IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 11, Issue 1 (May. - Jun. 2013), PP 65-69 Novel Iterative Back Projection Approach Patel Shreyas A. Master in

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

Expected Patch Log Likelihood with a Sparse Prior

Expected Patch Log Likelihood with a Sparse Prior Expected Patch Log Likelihood with a Sparse Prior Jeremias Sulam and Michael Elad Computer Science Department, Technion, Israel {jsulam,elad}@cs.technion.ac.il Abstract. Image priors are of great importance

More information

Homogeneous Transcoding of HEVC for bit rate reduction

Homogeneous Transcoding of HEVC for bit rate reduction Homogeneous of HEVC for bit rate reduction Ninad Gorey Dept. of Electrical Engineering University of Texas at Arlington Arlington 7619, United States ninad.gorey@mavs.uta.edu Dr. K. R. Rao Fellow, IEEE

More information

Iterated Denoising for Image Recovery

Iterated Denoising for Image Recovery Iterated Denoising for Recovery Onur G. Guleryuz Epson Palo Alto Laboratory 3145 Proter Drive, Palo Alto, CA 94304 oguleryuz@erd.epson.com July 3, 2002 Abstract In this paper we propose an algorithm for

More information

Single Image Super-Resolution via Sparse Representation over Directionally Structured Dictionaries Based on the Patch Gradient Phase Angle

Single Image Super-Resolution via Sparse Representation over Directionally Structured Dictionaries Based on the Patch Gradient Phase Angle 2014 UKSim-AMSS 8th European Modelling Symposium Single Image Super-Resolution via Sparse Representation over Directionally Structured Dictionaries Based on the Patch Gradient Phase Angle Mahmoud Nazzal,

More information

SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC

SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC Randa Atta, Rehab F. Abdel-Kader, and Amera Abd-AlRahem Electrical Engineering Department, Faculty of Engineering, Port

More information

Sparse Coding and Dictionary Learning for Image Analysis

Sparse Coding and Dictionary Learning for Image Analysis Sparse Coding and Dictionary Learning for Image Analysis Part IV: Recent Advances in Computer Vision and New Models Francis Bach, Julien Mairal, Jean Ponce and Guillermo Sapiro CVPR 10 tutorial, San Francisco,

More information

signal-to-noise ratio (PSNR), 2

signal-to-noise ratio (PSNR), 2 u m " The Integration in Optics, Mechanics, and Electronics of Digital Versatile Disc Systems (1/3) ---(IV) Digital Video and Audio Signal Processing ƒf NSC87-2218-E-009-036 86 8 1 --- 87 7 31 p m o This

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

Error Concealment Used for P-Frame on Video Stream over the Internet

Error Concealment Used for P-Frame on Video Stream over the Internet Error Concealment Used for P-Frame on Video Stream over the Internet MA RAN, ZHANG ZHAO-YANG, AN PING Key Laboratory of Advanced Displays and System Application, Ministry of Education School of Communication

More information

An Efficient Saliency Based Lossless Video Compression Based On Block-By-Block Basis Method

An Efficient Saliency Based Lossless Video Compression Based On Block-By-Block Basis Method An Efficient Saliency Based Lossless Video Compression Based On Block-By-Block Basis Method Ms. P.MUTHUSELVI, M.E(CSE), V.P.M.M Engineering College for Women, Krishnankoil, Virudhungar(dt),Tamil Nadu Sukirthanagarajan@gmail.com

More information

Restoration of Images Corrupted by Mixed Gaussian Impulse Noise with Weighted Encoding

Restoration of Images Corrupted by Mixed Gaussian Impulse Noise with Weighted Encoding Restoration of Images Corrupted by Mixed Gaussian Impulse Noise with Weighted Encoding Om Prakash V. Bhat 1, Shrividya G. 2, Nagaraj N. S. 3 1 Post Graduation student, Dept. of ECE, NMAMIT-Nitte, Karnataka,

More information

Efficient Dictionary Based Video Coding with Reduced Side Information

Efficient Dictionary Based Video Coding with Reduced Side Information MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Efficient Dictionary Based Video Coding with Reduced Side Information Kang, J-W.; Kuo, C.C. J.; Cohen, R.; Vetro, A. TR2011-026 May 2011 Abstract

More information

Single-image super-resolution in RGB space via group sparse representation

Single-image super-resolution in RGB space via group sparse representation Published in IET Image Processing Received on 10th April 2014 Revised on 22nd September 2014 Accepted on 15th October 2014 ISSN 1751-9659 Single-image super-resolution in RGB space via group sparse representation

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

Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune

Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune Face sketch photo synthesis Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune Abstract Face sketch to photo synthesis has

More information

QUATERNION-BASED SPARSE REPRESENTATION OF COLOR IMAGE. Licheng Yu, Yi Xu, Hongteng Xu, Hao Zhang

QUATERNION-BASED SPARSE REPRESENTATION OF COLOR IMAGE. Licheng Yu, Yi Xu, Hongteng Xu, Hao Zhang QUATERNION-BASED SPARSE REPRESENTATION OF COLOR IMAGE Licheng Yu, Yi Xu, Hongteng Xu, Hao Zhang Department of Electronic Engineering, Shanghai Jiaotong University, Shanghai 200240, China Shanghai Key Lab

More information

QUAD-TREE PARTITIONED COMPRESSED SENSING FOR DEPTH MAP CODING. Ying Liu, Krishna Rao Vijayanagar, and Joohee Kim

QUAD-TREE PARTITIONED COMPRESSED SENSING FOR DEPTH MAP CODING. Ying Liu, Krishna Rao Vijayanagar, and Joohee Kim QUAD-TREE PARTITIONED COMPRESSED SENSING FOR DEPTH MAP CODING Ying Liu, Krishna Rao Vijayanagar, and Joohee Kim Department of Electrical and Computer Engineering, Illinois Institute of Technology, Chicago,

More information

Low Light Image Enhancement via Sparse Representations

Low Light Image Enhancement via Sparse Representations Low Light Image Enhancement via Sparse Representations Konstantina Fotiadou, Grigorios Tsagkatakis, and Panagiotis Tsakalides Institute of Computer Science, Foundation for Research and Technology - Hellas

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

A Nonoblivious Image Watermarking System Based on Singular Value Decomposition and Texture Segmentation

A Nonoblivious Image Watermarking System Based on Singular Value Decomposition and Texture Segmentation A Nonoblivious Image Watermarking System Based on Singular Value Decomposition and exture Segmentation Soroosh Rezazadeh, and Mehran Yazdi Abstract In this paper, a robust digital image watermarking scheme

More information

An Information Hiding Scheme Based on Pixel- Value-Ordering and Prediction-Error Expansion with Reversibility

An Information Hiding Scheme Based on Pixel- Value-Ordering and Prediction-Error Expansion with Reversibility An Information Hiding Scheme Based on Pixel- Value-Ordering Prediction-Error Expansion with Reversibility Ching-Chiuan Lin Department of Information Management Overseas Chinese University Taichung, Taiwan

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

Enhanced Decision Median Filter for Color Video Sequences and Medical Images Corrupted by Impulse Noise

Enhanced Decision Median Filter for Color Video Sequences and Medical Images Corrupted by Impulse Noise Biomedical & Pharmacology Journal Vol. 8(1), 385-390 (2015) Enhanced Decision Median Filter for Color Video Sequences and Medical Images Corrupted by Impulse Noise G.ELAIYARAJA 1 *, N.KUMARATHARAN 2 and

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

An Improved Images Watermarking Scheme Using FABEMD Decomposition and DCT

An Improved Images Watermarking Scheme Using FABEMD Decomposition and DCT An Improved Images Watermarking Scheme Using FABEMD Decomposition and DCT Noura Aherrahrou and Hamid Tairi University Sidi Mohamed Ben Abdellah, Faculty of Sciences, Dhar El mahraz, LIIAN, Department of

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

Multi-polarimetric SAR image compression based on sparse representation

Multi-polarimetric SAR image compression based on sparse representation . RESEARCH PAPER. Special Issue SCIENCE CHINA Information Sciences August 2012 Vol. 55 No. 8: 1888 1897 doi: 10.1007/s11432-012-4612-9 Multi-polarimetric SAR based on sparse representation CHEN Yuan, ZHANG

More information

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding.

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Project Title: Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Midterm Report CS 584 Multimedia Communications Submitted by: Syed Jawwad Bukhari 2004-03-0028 About

More information

Compression of VQM Features for Low Bit-Rate Video Quality Monitoring

Compression of VQM Features for Low Bit-Rate Video Quality Monitoring Compression of VQM Features for Low Bit-Rate Video Quality Monitoring Mina Makar, Yao-Chung Lin, Andre F. de Araujo and Bernd Girod Information Systems Laboratory, Stanford University, Stanford, CA 9435

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

Image Denoising Using Sparse Representations

Image Denoising Using Sparse Representations Image Denoising Using Sparse Representations SeyyedMajid Valiollahzadeh 1,,HamedFirouzi 1, Massoud Babaie-Zadeh 1, and Christian Jutten 2 1 Department of Electrical Engineering, Sharif University of Technology,

More information

Image reconstruction based on back propagation learning in Compressed Sensing theory

Image reconstruction based on back propagation learning in Compressed Sensing theory Image reconstruction based on back propagation learning in Compressed Sensing theory Gaoang Wang Project for ECE 539 Fall 2013 Abstract Over the past few years, a new framework known as compressive sampling

More information

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME VOL 13, NO 13, JULY 2018 ISSN 1819-6608 2006-2018 Asian Research Publishing Network (ARPN) All rights reserved wwwarpnjournalscom A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME Javvaji V K Ratnam

More information