SlideShare a Scribd company logo
1 of 5
Download to read offline
Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148
www.ijera.com 144 | P a g e
Image Restoration and Denoising By Using Nonlocally
Centralized Sparse Representation and Histogram Clipping
Dr. T. V. S. Prasad Gupta, K. Ravibabu, K. Sateesh Kumar,
Head of the ECE Department, MVR College of Engineering and Technology
Associate Professor, MVR College of Engineering & Technology
M.Tech student, MVR College of Engineering & Technology
Abstract
Due to the degradation of observed image the noisy, blurred, Distorted image can be occurred .for restoring
image information we propose the sparse representations by conventional modelsmay not be accurate enough
for a faithful reconstruction of the original image. To improve the performance of sparse representation-based
image restoration,In this method the sparse coding noise is added for image restoration, due to this image
restoration the sparse coefficients of original image can be detected. The so-called nonlocally centralized sparse
representation (NCSR) model is as simple as the standard sparse representation model,for denoising the image
here we use the Histogram clipping method by using histogram based sparse representation effectively reduce
the noise.and also implement the TMR filter for Quality image.various types of image restoration problems,
including denoising, deblurring and super-resolution, validate the generality and state-of-the-art performance of
the proposed algorithm.
Keywords— Image restoration, nonlocal similarity, sparserepresentation, histogram clipping.
I. Introduction
Image classification is one of the most important
topics in computer vision. Recently, sparse coding
technique attractsmore and more attention because of
its effectiveness in extracting global properties from
signals. It recovers a sparse linear representation of a
query datum with respect to a set of non-parametric
basis set, known as dictionary [3, 24]. In image
classification problem, methods based on sparse
coding or its variants mainly collect a set of image
patches to learn the dictionariesBy representing an
image with a histogram of local features,Bag of
Words (BoW) models [25] have shown excellent
performance, especially its robustness to spatial
variations. Considering spatial information with
BoW, Lazebniket al. [10] built a spatial pyramid and
extended the BoW model by partitioning the image
into sub-regions and computinghistograms of local
features. Yang et al. [29] further extended Spatial
Pyramid Matching (SPM) by using sparse coding.
They provided a generalized vector quantization for
sparse coding followed by multi-scale spatial max
pooling.
Recent years have seen a great deal of renewed
interests,enthusiasm and progress in sparsity-based
image processing, particularly in image restoration.
However, quite surprisingly, most published
algorithms for image processing and analysis based
themselves on the sparsity of luminance component
of the image signal and overlooked the sparsities
induced by spectral correlations. This leaves a slack
in the performance of these algorithms. Mairalet.
alextended the K-SVD algorithm to color images in
the searching of a dictionary based sparse
representation of color images [2]. In this paper, to
pick up the performance slack we investigate ways to
formulate spectral correlations into inherent and
computationally amenable sparse representations of
multispectral images. Our investigation begins with
an image formation model of digital color cameras.
This image model and mild assumptions on
illumination conditions and imaged objects reveal
intrinsic sparsity properties of natural images. It turns
out that these sparsities have simple, linear
representations that are weighted sum of different
spectral bands. This discovery allows the newly
revealed sparsities of color images to be readily
exploited by an `1 minimization process, or by linear
programming algorithmically. Upon the conclusion
of our technical development, it will become
selfevident how the new results of this paper can be
integrated into the general framework of image
restoration and used as strong domain knowledge
toimprove the solution of the corresponding inverse
problem.
In this paper we improve the sparse
representation performanceby proposing a nonlocally
centralized sparse representation(NCSR) model. To
faithfully reconstruct the original image, the sparse
code αy [refer to Eq. (3)] should be as close as
possible to the sparse codes αx [refer to Eq. (2)] of
the original image. In other words, the difference υα
= αy –αx(called as sparse coding noise, SCN in short,
in this work) should be reduced and hence the quality
RESEARCH ARTICLE OPEN ACCESS
Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148
www.ijera.com 145 | P a g e
of reconstructed image ˆx = _αy can be improved
because ˆx − x ≈ _αy −_αx = _υα. To reduce the
SCN, we centralize the sparse codes to some good
estimation of αx. In practice, a good estimation of αx
can be obtained by exploiting the rich amount of
nonlocal redundancies in the observed image
The proposed NCSR model can be solved
effectively byconventional iterative shrinkage
algorithm [9], which allowsThe remainder of the
paper has the following flow of presentation.The
image formation model is reviewed in Section II,
which leads to the sparse representation that is
detailed in Section III. Typical applications of color
image denoisingand deconvolution are investigated in
Section IV. And finally, Section V concludes the
paper.
II. NONLOCALLY CENTRALIZED
SPARSE REPRESENTATION
(NCSR)
Following the notation used in [19], for an image
x ∈ _N , let xi = Rixdenote an image patch of
size√n×√n extracted at location i, where Riis the
matrix extracting patch xi from x at location i . Given
an dictionary _ ∈ _n×M, n ≤ M, each patch can be
sparsely represented as xi ≈ _αx,iby solving an l1-
minimization problem αx,i= argminαi{||xi − _αi
||22+λ||αi ||1}. Then the entire image x can be
represented by the set of sparse codes {αx,i}. The
patches can be overlapped to suppress the boundary
artifacts, and we obtain a redundant patch-based
representation. Reconstructing x from {αx,i} is an
over-determined system, and a straightforward least-
square solution is [19]: x ≈ (_Ni=1 RTiRi )−1_Ni=1
(RTi _αx,i ). For the convenience of expression, we
let
(1)
whereαx denotes the concatenation of all αx,i. The
above equation is nothing but telling that the overall
image is reconstructed by averaging each
reconstructed patch of xi . In the scenario of image
restoration (IR), the observed image is modeled as y
= Hx+ υ. The sparsity-based IR method recovers x
from y by solving the following minimization
problem:
(2)
The image x is then reconstructed as ˆx = αy.
2.1. Sparse Coding Noise:
In order for an effective IR, the sparse codes αy
obtained by solving the objective function in Eq. (5)
are expected to be as close as possible to the true
sparse codes αx of the original image x. However,
due to the degradation of the observed image y (e.g.,
noisy and blurred), the sparse code αy will deviate
from αx, and the IR quality depends on the level of
the sparse coding noise (SCN), which is defined as
the difference between αy and αx
(3)
imageLena as an example. In the first experiment, we
add Gaussian white noise to the original image x to
get the noisy image y (the noise level σn= 15). Then
we compute αx and αy by solving Eq. (2) and Eq. (5),
respectively. The DCT bases are adopted in the
experiment. Then the SCN υα is computed. In Fig.
2(a-1), we plot the distribution of υα corresponding to
the 4th atom in the dictionary. we also plot the these
distributions in log domain in Fig. 2(b-1)∼(b-3). This
observation motivates us to model υα with a
Laplacian prior, as will be further discussed in
Section III-A.
2.2. Modeling of NCSR:
The definition of SCN υα indicates that by
suppressing the SCN υα we could improve the IR
output ˆx. However, the difficulty lies in that the
sparse coding vector αx is unknown so that υα cannot
be directly measured. Nonetheless, if we could have
some reasonably good estimation of αx, denoted by
β, available, then αy − β can be a good estimation of
the SCN υα. To suppress υα and improve the
accuracy of αy and thus further improve the objective
function of Eq., we can propose the following
centralized sparse representation (CSR)
(4)
whereβi is some good estimation of αi, γ is the
regularization parameter and p can be 1 or 2. In the
above CSR model, while enforcing the sparsity of
coding coefficients αi , the sparse codes are also
centralized to some estimate of αx (i.e., β) so that
SCN υα can be suppressed. One important issue of
sparsity-based IR is the selection of dictionary _.
. Hence we propose the following sparse coding
model:
(5)
2.3. Nonlocal Estimate of Unknown Sparse Code:
Generally, there can be various ways to make an
estimate of αx, depending on how much the prior
knowledge of αx wehave. If we have many training
images that are similar to the original image x, we
could learn the estimate β of αx from the training set.
However, in many practical situations the training
images are simply not available. On the other hand,
the strong nonlocal correlation between the sparse
Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148
www.ijera.com 146 | P a g e
coding coefficients, as shown in Fig. 1, allows us to
learn the estimate β from the input data. Based on the
fact that natural images often contain repetitive
structures, i.e., the rich amount of nonlocal
redundancies [30], we search the nonlocal similar
patches to the given patch i in a large window
centered at pixel i. For higher performance, the
search of similar patches can also be carried out
across different scales at the expense of higher
computational complexity, as shown in [31]. Then a
good estimation of αi , i.e., βi , can be computed as
the weighted average of those sparse codes associated
with the nonlocal similar patches (including patch i )
to patch i . For each patch xi , we have a set of its
similar patches, denoted by i . Finally βi can be
computed from the sparse codes of the patches within
i .Denote by αi,qthe sparse codes of patch xi,qwithin
set i . Then βi can be computed as the weighted
average of αi,q
(6)
whereωi,qis the weight. Similar to the nonlocal
means approach [30], we set the weights to be
inversely proportional to the distance between
patches xi and xi,q
(7)
III. ALGORITHM OF NCSR
3.1. Parameters Determination:
In Eq. (8) or Eq. (11) the parameter λ that
balances the fidelity term and the centralized sparsity
term should be adaptively determined for better IR
performance. In this subsection we provide a
Bayesian interpretation of the NCSR model, which
also provides us an explicit way to set the
regularization parameter λ. In the literature of wavelet
denoising, the connection between Maximum a
Posterior (MAP) estimator and sparse representation
has been established [28], and here we extend the
connection from the local sparsity to nonlocally
centralized sparsity. For the convenience of
expression, let’s define θ = α − β. For a given β, the
MAP estimation of θ can be formulated as
(8)
The likelihood term is characterized by the
Gaussian distribution where θ and β are assumed to
be independent. In the prior probability P(θ ), θ
reflects the variation of α from its estimation β. If we
take β as a very good estimation of the sparse coding
coefficient of unknown true signal, then θy= αx – β is
basically the SCN associated with αy, and we have
seen in Fig. 2 that the SCN signal can be well
characterized by the Laplacian distribution. Thus, we
can assume that θ follows i.i.d. Laplacian
distribution, and the joint prior distribution P(θ ) can
be modeled as
(9)
Hence, for a given β the sparse codes α can then
be obtained by minimizing the following objective
function Compared with Eq. (8), we can see that the
l1-norm (i.e.,p= 1) should be chosen to characterize
the SCN term αi−βi . Comparing Eq. (16) with Eq.
(8), we have
(10)
3.3.Histogram-Based SparseRepresentation:
Histogram-based representations have been
widely used with the feature descriptors, e.g., HOG
[4], BoW [25], and GLOH [17]. It provides very
compact representationand captures global frequency
of low-level features. In this section, we present a
framework that determines the component-level
importance of histogram information and
combines it with a sparse representation, which is
referred to as Histogram-Based Component-Level
Sparse Representation (HCLSP) for the rest of this
paper.
3.3.1. Component Level Importance:
Suppose we have a training set of image groups.
Eachimage group is defined as a class. For the
training set, we have C classes, for each class index p
= 1; : : : ;C. DenoteX(p) = [x(p)1 ; : : : ; x(p) n ] in
Rm_nto be a set of training samples from class p,
with each individual sample x(p)i in Rm. The
dictionaries trained from class p are represented by
D(p). Given the training data and the dictionaries, the
sparse coefficient vector _ can be obtained by solving
equation (2) using LARS-Lasso or other standard
algorithms. Denote the reconstruction error for the
training set X(p) by using the dictionaries D(p) as:
(11)
3.4. Histogram Equalization:
Histogram equalization is a technique for
adjusting image intensities to enhance contrast. Let f
be a given image represented by mc matrix of integer
Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148
www.ijera.com 147 | P a g e
pixel intensities ranging from 0 to L − 1. L is the
number of possible intensity values.
IV. EXPERIMENTAL RESULTS
To verify the IR performance of the proposed
NCSR algorithm we conduct extensive experiments
on image denoising, deblurring and super-resolution.
The basic parameter setting of NCSR is as follows:
the patch size is 7 × 7 and K = 70. For image
denoising, δ = 0.02, L = 3, and J = 3; for image
deblurring and super-resolution, δ = 2.4, L = 5, andJ
= 160. To evaluate the quality of the restored images,
the PSNR and the recently proposed powerful
perceptual quality metric FSIM [32] are calculated.
Due to the limited page space, we only show part of
the results in this paper, and all the experimental
results can be downloaded on the clearer and much
more details are recovered. Considering that the
estimated kernel will have bias from the true
unknown blurring kernel, these experiments validate
that NCSR is robust to the kernel estimation errors.
Original imageOutput image
Fig .1 conversion of image to gray scale image
We also test the proposed NCSR deblurring
method on real motion blurred images. Since the blur
kernel estimation is a non-trivial task, we borrowed
the kernel estimation method from [34] to estimate
the blur kernel and apply the estimated blur kernel in
NCSR to restore the original images. In Fig. 8 we
present the deblurring results by the blind
deblurringmethod of [34] and the proposed NCSR
method. We can seethat the images restored by our
approach are much clearer and much more details are
recovered. Considering that the estimated kernel will
have bias from the true unknown blurring kernel,
these experiments validate that NCSR is robust to the
kernel estimation errors
Original Image HistogramSpacialadaptive
equalizationhistogram
equalization
SpacialpreservingequalizationHistogram clipping
Fig.2 image denoisingoutput image with the quality
image
Zoom before Iterated TMR Zoom after Iterated
TMR
Fig.3TMR filtered Image
Iterated TMR Filter of Image(b) Iterated TMR
filter of(c)
Iterated TMR Filter of ImageIterated TMR filter
of (d) of image (e)
Fig.4Denoising image
V. CONCLUSION
In this paper we presented a novel nonlocally
centralized sparse representation (NCSR) model for
image restoration. The sparse coding noise (SCN),
which is defined as the difference between the sparse
code of the degraded image and the sparse code of
the unknown original image, should be minimized to
improve the performance of sparsity-based image
restoration. To this end, we proposed a centralized
sparse constraint, which exploits the image nonlocal
redundancy, to reduce the SCN. The Bayesian
interpretation of the NCSR model was provided and
this endows the NCSR model an iteratively
reweighted implementation. An efficient iterative
shrinkage function was presented for solving the l1-
regularized NCSR minimization problem.
Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148
www.ijera.com 148 | P a g e
Experimental results on image denoising, deblurring
and super-resolution demonstrated that the NCSR
approach can achieve highly competitive
performance to other leading denoising methods, and
outperform much other leading image deblurring and
super-resolution methods.and also implement the
histogram clipping and TMR filter for Quality of
picture.
REFERENCES
[1] E. Candès and T. Tao, ―Near optimal signal
recovery from random projections:
Universal encoding strategies?” IEEE
Trans. Inf. Theory, vol. 52, no. 12, pp.
5406–5425, Dec. 2006.
[2] D. Donoho, ―Compressed sensing,‖ IEEE
Trans. Inf. Theory, vol. 52, no. 4, pp. 1289–
1306, Apr. 2006.
[3] E. Candès, J. Romberg, and T. Tao, ―Robust
uncertainty principles: Exact signal
reconstruction from highly incomplete
frequency information,” IEEE Trans. Inf.
Theory, vol. 52, no. 2, pp. 489–509, Feb.
2006.
[4] M. Bertero and P. Boccacci, Introduction to
Inverse Problems Imaging. Bristol, U.K.:
IOP Publishing, 1998.
[5] L. Rudin, S. Osher, and E. Fatemi,
―Nonlinear total variation based noise
removal algorithms,‖ Phys. D, Nonlinear
Phenomena, vol. 60, nos. 1–4, pp. 259–268,
Nov. 1992.
[6] T. Chan, S. Esedoglu, F. Park, and A. Yip,
―Recent developments in total variation
image restoration,‖ in Mathematical Models
of ComputerVision, N. Paragios, Y. Chen,
and O. Faugeras, Eds. New York: Springer
Verlag, 2005.
[7] J. Oliveira, J. M. Bioucas-Dias, and M.
Figueiredo, ―Adaptive total variation image
deblurring: A majorization-minimization
approach,‖ Signal Process., vol. 89, no. 9,
pp. 1683–1693, Sep. 2009.
[8] A. N. Tikhonov, ―Solution of incorrectly
formulated problems and regularization
method,”
AUTHORS PROFILE:
Dr.T.V.S.Prasad Gupta,is the Head of ECE
Department in MVR College of Engineering and
Technology.
K.Ravibabu is an Associate Professor in MVR
College of Engineering & Technology.
K.Sateesh Kumar is pursuing M.Tech in MVR
College of Engineering & Technology.

More Related Content

What's hot

Dimensionality reduction with UMAP
Dimensionality reduction with UMAPDimensionality reduction with UMAP
Dimensionality reduction with UMAPJakub Bartczuk
 
On image intensities, eigenfaces and LDA
On image intensities, eigenfaces and LDAOn image intensities, eigenfaces and LDA
On image intensities, eigenfaces and LDARaghu Palakodety
 
Graphical Model Selection for Big Data
Graphical Model Selection for Big DataGraphical Model Selection for Big Data
Graphical Model Selection for Big DataAlexander Jung
 
11.quadrature radon transform for smoother tomographic reconstruction
11.quadrature radon transform for smoother  tomographic reconstruction11.quadrature radon transform for smoother  tomographic reconstruction
11.quadrature radon transform for smoother tomographic reconstructionAlexander Decker
 
11.[23 36]quadrature radon transform for smoother tomographic reconstruction
11.[23 36]quadrature radon transform for smoother  tomographic reconstruction11.[23 36]quadrature radon transform for smoother  tomographic reconstruction
11.[23 36]quadrature radon transform for smoother tomographic reconstructionAlexander Decker
 
Image compression
Image compressionImage compression
Image compressionsophiaa
 
改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞alen yan
 
Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...
Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...
Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...Vladimir Kulyukin
 
Approximate Thin Plate Spline Mappings
Approximate Thin Plate Spline MappingsApproximate Thin Plate Spline Mappings
Approximate Thin Plate Spline MappingsArchzilon Eshun-Davies
 
Robust Kernel-Based Regression Using Orthogonal Matching Pursuit
Robust Kernel-Based Regression Using Orthogonal Matching PursuitRobust Kernel-Based Regression Using Orthogonal Matching Pursuit
Robust Kernel-Based Regression Using Orthogonal Matching PursuitPantelis Bouboulis
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clusteringDmitrii Ignatov
 
Graphical Models In Python | Edureka
Graphical Models In Python | EdurekaGraphical Models In Python | Edureka
Graphical Models In Python | EdurekaEdureka!
 
Optics ordering points to identify the clustering structure
Optics ordering points to identify the clustering structureOptics ordering points to identify the clustering structure
Optics ordering points to identify the clustering structureRajesh Piryani
 
GENERIC APPROACH FOR VISIBLE WATERMARKING
GENERIC APPROACH FOR VISIBLE WATERMARKINGGENERIC APPROACH FOR VISIBLE WATERMARKING
GENERIC APPROACH FOR VISIBLE WATERMARKINGEditor IJCATR
 

What's hot (20)

Dimensionality reduction with UMAP
Dimensionality reduction with UMAPDimensionality reduction with UMAP
Dimensionality reduction with UMAP
 
On image intensities, eigenfaces and LDA
On image intensities, eigenfaces and LDAOn image intensities, eigenfaces and LDA
On image intensities, eigenfaces and LDA
 
2009 asilomar
2009 asilomar2009 asilomar
2009 asilomar
 
Graphical Model Selection for Big Data
Graphical Model Selection for Big DataGraphical Model Selection for Big Data
Graphical Model Selection for Big Data
 
11.quadrature radon transform for smoother tomographic reconstruction
11.quadrature radon transform for smoother  tomographic reconstruction11.quadrature radon transform for smoother  tomographic reconstruction
11.quadrature radon transform for smoother tomographic reconstruction
 
11.[23 36]quadrature radon transform for smoother tomographic reconstruction
11.[23 36]quadrature radon transform for smoother  tomographic reconstruction11.[23 36]quadrature radon transform for smoother  tomographic reconstruction
11.[23 36]quadrature radon transform for smoother tomographic reconstruction
 
Entropy 19-00079
Entropy 19-00079Entropy 19-00079
Entropy 19-00079
 
Chapter 9 newer
Chapter 9   newerChapter 9   newer
Chapter 9 newer
 
Image compression
Image compressionImage compression
Image compression
 
改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞
 
Presentation v3.2
Presentation v3.2Presentation v3.2
Presentation v3.2
 
Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...
Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...
Connect-the-Dots in a Graph and Buffon's Needle on a Chessboard: Two Problems...
 
Approximate Thin Plate Spline Mappings
Approximate Thin Plate Spline MappingsApproximate Thin Plate Spline Mappings
Approximate Thin Plate Spline Mappings
 
Robust Kernel-Based Regression Using Orthogonal Matching Pursuit
Robust Kernel-Based Regression Using Orthogonal Matching PursuitRobust Kernel-Based Regression Using Orthogonal Matching Pursuit
Robust Kernel-Based Regression Using Orthogonal Matching Pursuit
 
A lattice-based consensus clustering
A lattice-based consensus clusteringA lattice-based consensus clustering
A lattice-based consensus clustering
 
Graphical Models In Python | Edureka
Graphical Models In Python | EdurekaGraphical Models In Python | Edureka
Graphical Models In Python | Edureka
 
E0152531
E0152531E0152531
E0152531
 
FK_SPARS15
FK_SPARS15FK_SPARS15
FK_SPARS15
 
Optics ordering points to identify the clustering structure
Optics ordering points to identify the clustering structureOptics ordering points to identify the clustering structure
Optics ordering points to identify the clustering structure
 
GENERIC APPROACH FOR VISIBLE WATERMARKING
GENERIC APPROACH FOR VISIBLE WATERMARKINGGENERIC APPROACH FOR VISIBLE WATERMARKING
GENERIC APPROACH FOR VISIBLE WATERMARKING
 

Viewers also liked

Cadeira Escritório Fixa Maldivas - cinza j serrano
Cadeira Escritório Fixa Maldivas - cinza j serranoCadeira Escritório Fixa Maldivas - cinza j serrano
Cadeira Escritório Fixa Maldivas - cinza j serranoIndústria das Cadeiras
 
Christopher Watkins Resume 2016
Christopher Watkins Resume 2016Christopher Watkins Resume 2016
Christopher Watkins Resume 2016Chris Watkins
 
Cemitério dos Escravos
Cemitério dos EscravosCemitério dos Escravos
Cemitério dos Escravosmarasasse
 
Viaje a Tokyo desde Nagoya 2014 por Paco Barberá
Viaje a Tokyo desde Nagoya   2014 por Paco BarberáViaje a Tokyo desde Nagoya   2014 por Paco Barberá
Viaje a Tokyo desde Nagoya 2014 por Paco BarberáB & M Co., Ltd.
 
Apresentação Adding Talent PT
Apresentação Adding Talent PTApresentação Adding Talent PT
Apresentação Adding Talent PTPaula Barreiros
 
Cadeira Executiva Sombrero - preta j serrano
Cadeira Executiva Sombrero - preta j serranoCadeira Executiva Sombrero - preta j serrano
Cadeira Executiva Sombrero - preta j serranoIndústria das Cadeiras
 
Cadeira Escritório Fixa Maldivas - azul corano
Cadeira Escritório Fixa Maldivas - azul coranoCadeira Escritório Fixa Maldivas - azul corano
Cadeira Escritório Fixa Maldivas - azul coranoIndústria das Cadeiras
 
Cadeira Secretária Havaii - cinza corano
Cadeira Secretária Havaii - cinza coranoCadeira Secretária Havaii - cinza corano
Cadeira Secretária Havaii - cinza coranoIndústria das Cadeiras
 
Role of renewables in energy mix in perspective of indian energy independence...
Role of renewables in energy mix in perspective of indian energy independence...Role of renewables in energy mix in perspective of indian energy independence...
Role of renewables in energy mix in perspective of indian energy independence...IAEME Publication
 
Study and Analysis Capacity of MIMO Systems for AWGN Channel Model Scenarios
Study and Analysis Capacity of MIMO Systems for AWGN Channel Model ScenariosStudy and Analysis Capacity of MIMO Systems for AWGN Channel Model Scenarios
Study and Analysis Capacity of MIMO Systems for AWGN Channel Model ScenariosIJERA Editor
 

Viewers also liked (15)

Cadeira Escritório Fixa Maldivas - cinza j serrano
Cadeira Escritório Fixa Maldivas - cinza j serranoCadeira Escritório Fixa Maldivas - cinza j serrano
Cadeira Escritório Fixa Maldivas - cinza j serrano
 
Doc3
Doc3Doc3
Doc3
 
Christopher Watkins Resume 2016
Christopher Watkins Resume 2016Christopher Watkins Resume 2016
Christopher Watkins Resume 2016
 
Cemitério dos Escravos
Cemitério dos EscravosCemitério dos Escravos
Cemitério dos Escravos
 
Las TICs
Las TICsLas TICs
Las TICs
 
Viaje a Tokyo desde Nagoya 2014 por Paco Barberá
Viaje a Tokyo desde Nagoya   2014 por Paco BarberáViaje a Tokyo desde Nagoya   2014 por Paco Barberá
Viaje a Tokyo desde Nagoya 2014 por Paco Barberá
 
Adicion
AdicionAdicion
Adicion
 
Cadeira Fixa Java - preta space
Cadeira Fixa Java - preta spaceCadeira Fixa Java - preta space
Cadeira Fixa Java - preta space
 
Apresentação Adding Talent PT
Apresentação Adding Talent PTApresentação Adding Talent PT
Apresentação Adding Talent PT
 
Criteriosdivisibilidadseptimo
CriteriosdivisibilidadseptimoCriteriosdivisibilidadseptimo
Criteriosdivisibilidadseptimo
 
Cadeira Executiva Sombrero - preta j serrano
Cadeira Executiva Sombrero - preta j serranoCadeira Executiva Sombrero - preta j serrano
Cadeira Executiva Sombrero - preta j serrano
 
Cadeira Escritório Fixa Maldivas - azul corano
Cadeira Escritório Fixa Maldivas - azul coranoCadeira Escritório Fixa Maldivas - azul corano
Cadeira Escritório Fixa Maldivas - azul corano
 
Cadeira Secretária Havaii - cinza corano
Cadeira Secretária Havaii - cinza coranoCadeira Secretária Havaii - cinza corano
Cadeira Secretária Havaii - cinza corano
 
Role of renewables in energy mix in perspective of indian energy independence...
Role of renewables in energy mix in perspective of indian energy independence...Role of renewables in energy mix in perspective of indian energy independence...
Role of renewables in energy mix in perspective of indian energy independence...
 
Study and Analysis Capacity of MIMO Systems for AWGN Channel Model Scenarios
Study and Analysis Capacity of MIMO Systems for AWGN Channel Model ScenariosStudy and Analysis Capacity of MIMO Systems for AWGN Channel Model Scenarios
Study and Analysis Capacity of MIMO Systems for AWGN Channel Model Scenarios
 

Similar to Image Restoration and Denoising By Using Nonlocally Centralized Sparse Representation and Histogram Clipping

Image Restitution Using Non-Locally Centralized Sparse Representation Model
Image Restitution Using Non-Locally Centralized Sparse Representation ModelImage Restitution Using Non-Locally Centralized Sparse Representation Model
Image Restitution Using Non-Locally Centralized Sparse Representation ModelIJERA Editor
 
Image Super-Resolution Reconstruction Based On Multi-Dictionary Learning
Image Super-Resolution Reconstruction Based On Multi-Dictionary LearningImage Super-Resolution Reconstruction Based On Multi-Dictionary Learning
Image Super-Resolution Reconstruction Based On Multi-Dictionary LearningIJRESJOURNAL
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Image Denoising Based On Sparse Representation In A Probabilistic Framework
Image Denoising Based On Sparse Representation In A Probabilistic FrameworkImage Denoising Based On Sparse Representation In A Probabilistic Framework
Image Denoising Based On Sparse Representation In A Probabilistic FrameworkCSCJournals
 
Image Reconstruction Using Sparse Approximation
Image Reconstruction Using Sparse ApproximationImage Reconstruction Using Sparse Approximation
Image Reconstruction Using Sparse ApproximationChristopher Neighbor
 
Image similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variationsImage similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variationssipij
 
A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)
A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)
A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)Jia-Bin Huang
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...sipij
 
Clustered compressive sensingbased
Clustered compressive sensingbasedClustered compressive sensingbased
Clustered compressive sensingbasedcsandit
 
Clustered Compressive Sensingbased Image Denoising Using Bayesian Framework
Clustered Compressive Sensingbased Image Denoising Using Bayesian FrameworkClustered Compressive Sensingbased Image Denoising Using Bayesian Framework
Clustered Compressive Sensingbased Image Denoising Using Bayesian Frameworkcsandit
 
Application of Bayes Compressed Sensing in Image rocessing
Application of Bayes Compressed Sensing in Image rocessingApplication of Bayes Compressed Sensing in Image rocessing
Application of Bayes Compressed Sensing in Image rocessingIJRESJOURNAL
 
Classification accuracy of sar images for various land
Classification accuracy of sar images for various landClassification accuracy of sar images for various land
Classification accuracy of sar images for various landeSAT Publishing House
 
New approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted mergeNew approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted mergeIAEME Publication
 
Joint3DShapeMatching - a fast approach to 3D model matching using MatchALS 3...
Joint3DShapeMatching  - a fast approach to 3D model matching using MatchALS 3...Joint3DShapeMatching  - a fast approach to 3D model matching using MatchALS 3...
Joint3DShapeMatching - a fast approach to 3D model matching using MatchALS 3...Mamoon Ismail Khalid
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Similar to Image Restoration and Denoising By Using Nonlocally Centralized Sparse Representation and Histogram Clipping (20)

Image Restitution Using Non-Locally Centralized Sparse Representation Model
Image Restitution Using Non-Locally Centralized Sparse Representation ModelImage Restitution Using Non-Locally Centralized Sparse Representation Model
Image Restitution Using Non-Locally Centralized Sparse Representation Model
 
Image Super-Resolution Reconstruction Based On Multi-Dictionary Learning
Image Super-Resolution Reconstruction Based On Multi-Dictionary LearningImage Super-Resolution Reconstruction Based On Multi-Dictionary Learning
Image Super-Resolution Reconstruction Based On Multi-Dictionary Learning
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Sparse codes for natural images
Sparse codes for natural imagesSparse codes for natural images
Sparse codes for natural images
 
Image Denoising Based On Sparse Representation In A Probabilistic Framework
Image Denoising Based On Sparse Representation In A Probabilistic FrameworkImage Denoising Based On Sparse Representation In A Probabilistic Framework
Image Denoising Based On Sparse Representation In A Probabilistic Framework
 
A1804010105
A1804010105A1804010105
A1804010105
 
Image Reconstruction Using Sparse Approximation
Image Reconstruction Using Sparse ApproximationImage Reconstruction Using Sparse Approximation
Image Reconstruction Using Sparse Approximation
 
Image similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variationsImage similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variations
 
A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)
A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)
A Physical Approach to Moving Cast Shadow Detection (ICASSP 2009)
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
 
Clustered compressive sensingbased
Clustered compressive sensingbasedClustered compressive sensingbased
Clustered compressive sensingbased
 
Clustered Compressive Sensingbased Image Denoising Using Bayesian Framework
Clustered Compressive Sensingbased Image Denoising Using Bayesian FrameworkClustered Compressive Sensingbased Image Denoising Using Bayesian Framework
Clustered Compressive Sensingbased Image Denoising Using Bayesian Framework
 
Application of Bayes Compressed Sensing in Image rocessing
Application of Bayes Compressed Sensing in Image rocessingApplication of Bayes Compressed Sensing in Image rocessing
Application of Bayes Compressed Sensing in Image rocessing
 
G04654247
G04654247G04654247
G04654247
 
Classification accuracy of sar images for various land
Classification accuracy of sar images for various landClassification accuracy of sar images for various land
Classification accuracy of sar images for various land
 
Joint3DShapeMatching
Joint3DShapeMatchingJoint3DShapeMatching
Joint3DShapeMatching
 
New approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted mergeNew approach to multispectral image fusion based on a weighted merge
New approach to multispectral image fusion based on a weighted merge
 
Joint3DShapeMatching - a fast approach to 3D model matching using MatchALS 3...
Joint3DShapeMatching  - a fast approach to 3D model matching using MatchALS 3...Joint3DShapeMatching  - a fast approach to 3D model matching using MatchALS 3...
Joint3DShapeMatching - a fast approach to 3D model matching using MatchALS 3...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 

Recently uploaded

Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 

Recently uploaded (20)

FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 

Image Restoration and Denoising By Using Nonlocally Centralized Sparse Representation and Histogram Clipping

  • 1. Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148 www.ijera.com 144 | P a g e Image Restoration and Denoising By Using Nonlocally Centralized Sparse Representation and Histogram Clipping Dr. T. V. S. Prasad Gupta, K. Ravibabu, K. Sateesh Kumar, Head of the ECE Department, MVR College of Engineering and Technology Associate Professor, MVR College of Engineering & Technology M.Tech student, MVR College of Engineering & Technology Abstract Due to the degradation of observed image the noisy, blurred, Distorted image can be occurred .for restoring image information we propose the sparse representations by conventional modelsmay not be accurate enough for a faithful reconstruction of the original image. To improve the performance of sparse representation-based image restoration,In this method the sparse coding noise is added for image restoration, due to this image restoration the sparse coefficients of original image can be detected. The so-called nonlocally centralized sparse representation (NCSR) model is as simple as the standard sparse representation model,for denoising the image here we use the Histogram clipping method by using histogram based sparse representation effectively reduce the noise.and also implement the TMR filter for Quality image.various types of image restoration problems, including denoising, deblurring and super-resolution, validate the generality and state-of-the-art performance of the proposed algorithm. Keywords— Image restoration, nonlocal similarity, sparserepresentation, histogram clipping. I. Introduction Image classification is one of the most important topics in computer vision. Recently, sparse coding technique attractsmore and more attention because of its effectiveness in extracting global properties from signals. It recovers a sparse linear representation of a query datum with respect to a set of non-parametric basis set, known as dictionary [3, 24]. In image classification problem, methods based on sparse coding or its variants mainly collect a set of image patches to learn the dictionariesBy representing an image with a histogram of local features,Bag of Words (BoW) models [25] have shown excellent performance, especially its robustness to spatial variations. Considering spatial information with BoW, Lazebniket al. [10] built a spatial pyramid and extended the BoW model by partitioning the image into sub-regions and computinghistograms of local features. Yang et al. [29] further extended Spatial Pyramid Matching (SPM) by using sparse coding. They provided a generalized vector quantization for sparse coding followed by multi-scale spatial max pooling. Recent years have seen a great deal of renewed interests,enthusiasm and progress in sparsity-based image processing, particularly in image restoration. However, quite surprisingly, most published algorithms for image processing and analysis based themselves on the sparsity of luminance component of the image signal and overlooked the sparsities induced by spectral correlations. This leaves a slack in the performance of these algorithms. Mairalet. alextended the K-SVD algorithm to color images in the searching of a dictionary based sparse representation of color images [2]. In this paper, to pick up the performance slack we investigate ways to formulate spectral correlations into inherent and computationally amenable sparse representations of multispectral images. Our investigation begins with an image formation model of digital color cameras. This image model and mild assumptions on illumination conditions and imaged objects reveal intrinsic sparsity properties of natural images. It turns out that these sparsities have simple, linear representations that are weighted sum of different spectral bands. This discovery allows the newly revealed sparsities of color images to be readily exploited by an `1 minimization process, or by linear programming algorithmically. Upon the conclusion of our technical development, it will become selfevident how the new results of this paper can be integrated into the general framework of image restoration and used as strong domain knowledge toimprove the solution of the corresponding inverse problem. In this paper we improve the sparse representation performanceby proposing a nonlocally centralized sparse representation(NCSR) model. To faithfully reconstruct the original image, the sparse code αy [refer to Eq. (3)] should be as close as possible to the sparse codes αx [refer to Eq. (2)] of the original image. In other words, the difference υα = αy –αx(called as sparse coding noise, SCN in short, in this work) should be reduced and hence the quality RESEARCH ARTICLE OPEN ACCESS
  • 2. Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148 www.ijera.com 145 | P a g e of reconstructed image ˆx = _αy can be improved because ˆx − x ≈ _αy −_αx = _υα. To reduce the SCN, we centralize the sparse codes to some good estimation of αx. In practice, a good estimation of αx can be obtained by exploiting the rich amount of nonlocal redundancies in the observed image The proposed NCSR model can be solved effectively byconventional iterative shrinkage algorithm [9], which allowsThe remainder of the paper has the following flow of presentation.The image formation model is reviewed in Section II, which leads to the sparse representation that is detailed in Section III. Typical applications of color image denoisingand deconvolution are investigated in Section IV. And finally, Section V concludes the paper. II. NONLOCALLY CENTRALIZED SPARSE REPRESENTATION (NCSR) Following the notation used in [19], for an image x ∈ _N , let xi = Rixdenote an image patch of size√n×√n extracted at location i, where Riis the matrix extracting patch xi from x at location i . Given an dictionary _ ∈ _n×M, n ≤ M, each patch can be sparsely represented as xi ≈ _αx,iby solving an l1- minimization problem αx,i= argminαi{||xi − _αi ||22+λ||αi ||1}. Then the entire image x can be represented by the set of sparse codes {αx,i}. The patches can be overlapped to suppress the boundary artifacts, and we obtain a redundant patch-based representation. Reconstructing x from {αx,i} is an over-determined system, and a straightforward least- square solution is [19]: x ≈ (_Ni=1 RTiRi )−1_Ni=1 (RTi _αx,i ). For the convenience of expression, we let (1) whereαx denotes the concatenation of all αx,i. The above equation is nothing but telling that the overall image is reconstructed by averaging each reconstructed patch of xi . In the scenario of image restoration (IR), the observed image is modeled as y = Hx+ υ. The sparsity-based IR method recovers x from y by solving the following minimization problem: (2) The image x is then reconstructed as ˆx = αy. 2.1. Sparse Coding Noise: In order for an effective IR, the sparse codes αy obtained by solving the objective function in Eq. (5) are expected to be as close as possible to the true sparse codes αx of the original image x. However, due to the degradation of the observed image y (e.g., noisy and blurred), the sparse code αy will deviate from αx, and the IR quality depends on the level of the sparse coding noise (SCN), which is defined as the difference between αy and αx (3) imageLena as an example. In the first experiment, we add Gaussian white noise to the original image x to get the noisy image y (the noise level σn= 15). Then we compute αx and αy by solving Eq. (2) and Eq. (5), respectively. The DCT bases are adopted in the experiment. Then the SCN υα is computed. In Fig. 2(a-1), we plot the distribution of υα corresponding to the 4th atom in the dictionary. we also plot the these distributions in log domain in Fig. 2(b-1)∼(b-3). This observation motivates us to model υα with a Laplacian prior, as will be further discussed in Section III-A. 2.2. Modeling of NCSR: The definition of SCN υα indicates that by suppressing the SCN υα we could improve the IR output ˆx. However, the difficulty lies in that the sparse coding vector αx is unknown so that υα cannot be directly measured. Nonetheless, if we could have some reasonably good estimation of αx, denoted by β, available, then αy − β can be a good estimation of the SCN υα. To suppress υα and improve the accuracy of αy and thus further improve the objective function of Eq., we can propose the following centralized sparse representation (CSR) (4) whereβi is some good estimation of αi, γ is the regularization parameter and p can be 1 or 2. In the above CSR model, while enforcing the sparsity of coding coefficients αi , the sparse codes are also centralized to some estimate of αx (i.e., β) so that SCN υα can be suppressed. One important issue of sparsity-based IR is the selection of dictionary _. . Hence we propose the following sparse coding model: (5) 2.3. Nonlocal Estimate of Unknown Sparse Code: Generally, there can be various ways to make an estimate of αx, depending on how much the prior knowledge of αx wehave. If we have many training images that are similar to the original image x, we could learn the estimate β of αx from the training set. However, in many practical situations the training images are simply not available. On the other hand, the strong nonlocal correlation between the sparse
  • 3. Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148 www.ijera.com 146 | P a g e coding coefficients, as shown in Fig. 1, allows us to learn the estimate β from the input data. Based on the fact that natural images often contain repetitive structures, i.e., the rich amount of nonlocal redundancies [30], we search the nonlocal similar patches to the given patch i in a large window centered at pixel i. For higher performance, the search of similar patches can also be carried out across different scales at the expense of higher computational complexity, as shown in [31]. Then a good estimation of αi , i.e., βi , can be computed as the weighted average of those sparse codes associated with the nonlocal similar patches (including patch i ) to patch i . For each patch xi , we have a set of its similar patches, denoted by i . Finally βi can be computed from the sparse codes of the patches within i .Denote by αi,qthe sparse codes of patch xi,qwithin set i . Then βi can be computed as the weighted average of αi,q (6) whereωi,qis the weight. Similar to the nonlocal means approach [30], we set the weights to be inversely proportional to the distance between patches xi and xi,q (7) III. ALGORITHM OF NCSR 3.1. Parameters Determination: In Eq. (8) or Eq. (11) the parameter λ that balances the fidelity term and the centralized sparsity term should be adaptively determined for better IR performance. In this subsection we provide a Bayesian interpretation of the NCSR model, which also provides us an explicit way to set the regularization parameter λ. In the literature of wavelet denoising, the connection between Maximum a Posterior (MAP) estimator and sparse representation has been established [28], and here we extend the connection from the local sparsity to nonlocally centralized sparsity. For the convenience of expression, let’s define θ = α − β. For a given β, the MAP estimation of θ can be formulated as (8) The likelihood term is characterized by the Gaussian distribution where θ and β are assumed to be independent. In the prior probability P(θ ), θ reflects the variation of α from its estimation β. If we take β as a very good estimation of the sparse coding coefficient of unknown true signal, then θy= αx – β is basically the SCN associated with αy, and we have seen in Fig. 2 that the SCN signal can be well characterized by the Laplacian distribution. Thus, we can assume that θ follows i.i.d. Laplacian distribution, and the joint prior distribution P(θ ) can be modeled as (9) Hence, for a given β the sparse codes α can then be obtained by minimizing the following objective function Compared with Eq. (8), we can see that the l1-norm (i.e.,p= 1) should be chosen to characterize the SCN term αi−βi . Comparing Eq. (16) with Eq. (8), we have (10) 3.3.Histogram-Based SparseRepresentation: Histogram-based representations have been widely used with the feature descriptors, e.g., HOG [4], BoW [25], and GLOH [17]. It provides very compact representationand captures global frequency of low-level features. In this section, we present a framework that determines the component-level importance of histogram information and combines it with a sparse representation, which is referred to as Histogram-Based Component-Level Sparse Representation (HCLSP) for the rest of this paper. 3.3.1. Component Level Importance: Suppose we have a training set of image groups. Eachimage group is defined as a class. For the training set, we have C classes, for each class index p = 1; : : : ;C. DenoteX(p) = [x(p)1 ; : : : ; x(p) n ] in Rm_nto be a set of training samples from class p, with each individual sample x(p)i in Rm. The dictionaries trained from class p are represented by D(p). Given the training data and the dictionaries, the sparse coefficient vector _ can be obtained by solving equation (2) using LARS-Lasso or other standard algorithms. Denote the reconstruction error for the training set X(p) by using the dictionaries D(p) as: (11) 3.4. Histogram Equalization: Histogram equalization is a technique for adjusting image intensities to enhance contrast. Let f be a given image represented by mc matrix of integer
  • 4. Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148 www.ijera.com 147 | P a g e pixel intensities ranging from 0 to L − 1. L is the number of possible intensity values. IV. EXPERIMENTAL RESULTS To verify the IR performance of the proposed NCSR algorithm we conduct extensive experiments on image denoising, deblurring and super-resolution. The basic parameter setting of NCSR is as follows: the patch size is 7 × 7 and K = 70. For image denoising, δ = 0.02, L = 3, and J = 3; for image deblurring and super-resolution, δ = 2.4, L = 5, andJ = 160. To evaluate the quality of the restored images, the PSNR and the recently proposed powerful perceptual quality metric FSIM [32] are calculated. Due to the limited page space, we only show part of the results in this paper, and all the experimental results can be downloaded on the clearer and much more details are recovered. Considering that the estimated kernel will have bias from the true unknown blurring kernel, these experiments validate that NCSR is robust to the kernel estimation errors. Original imageOutput image Fig .1 conversion of image to gray scale image We also test the proposed NCSR deblurring method on real motion blurred images. Since the blur kernel estimation is a non-trivial task, we borrowed the kernel estimation method from [34] to estimate the blur kernel and apply the estimated blur kernel in NCSR to restore the original images. In Fig. 8 we present the deblurring results by the blind deblurringmethod of [34] and the proposed NCSR method. We can seethat the images restored by our approach are much clearer and much more details are recovered. Considering that the estimated kernel will have bias from the true unknown blurring kernel, these experiments validate that NCSR is robust to the kernel estimation errors Original Image HistogramSpacialadaptive equalizationhistogram equalization SpacialpreservingequalizationHistogram clipping Fig.2 image denoisingoutput image with the quality image Zoom before Iterated TMR Zoom after Iterated TMR Fig.3TMR filtered Image Iterated TMR Filter of Image(b) Iterated TMR filter of(c) Iterated TMR Filter of ImageIterated TMR filter of (d) of image (e) Fig.4Denoising image V. CONCLUSION In this paper we presented a novel nonlocally centralized sparse representation (NCSR) model for image restoration. The sparse coding noise (SCN), which is defined as the difference between the sparse code of the degraded image and the sparse code of the unknown original image, should be minimized to improve the performance of sparsity-based image restoration. To this end, we proposed a centralized sparse constraint, which exploits the image nonlocal redundancy, to reduce the SCN. The Bayesian interpretation of the NCSR model was provided and this endows the NCSR model an iteratively reweighted implementation. An efficient iterative shrinkage function was presented for solving the l1- regularized NCSR minimization problem.
  • 5. Dr. T. V. S. P Gupta et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10 ( Version 5), October 2014, pp.144-148 www.ijera.com 148 | P a g e Experimental results on image denoising, deblurring and super-resolution demonstrated that the NCSR approach can achieve highly competitive performance to other leading denoising methods, and outperform much other leading image deblurring and super-resolution methods.and also implement the histogram clipping and TMR filter for Quality of picture. REFERENCES [1] E. Candès and T. Tao, ―Near optimal signal recovery from random projections: Universal encoding strategies?” IEEE Trans. Inf. Theory, vol. 52, no. 12, pp. 5406–5425, Dec. 2006. [2] D. Donoho, ―Compressed sensing,‖ IEEE Trans. Inf. Theory, vol. 52, no. 4, pp. 1289– 1306, Apr. 2006. [3] E. Candès, J. Romberg, and T. Tao, ―Robust uncertainty principles: Exact signal reconstruction from highly incomplete frequency information,” IEEE Trans. Inf. Theory, vol. 52, no. 2, pp. 489–509, Feb. 2006. [4] M. Bertero and P. Boccacci, Introduction to Inverse Problems Imaging. Bristol, U.K.: IOP Publishing, 1998. [5] L. Rudin, S. Osher, and E. Fatemi, ―Nonlinear total variation based noise removal algorithms,‖ Phys. D, Nonlinear Phenomena, vol. 60, nos. 1–4, pp. 259–268, Nov. 1992. [6] T. Chan, S. Esedoglu, F. Park, and A. Yip, ―Recent developments in total variation image restoration,‖ in Mathematical Models of ComputerVision, N. Paragios, Y. Chen, and O. Faugeras, Eds. New York: Springer Verlag, 2005. [7] J. Oliveira, J. M. Bioucas-Dias, and M. Figueiredo, ―Adaptive total variation image deblurring: A majorization-minimization approach,‖ Signal Process., vol. 89, no. 9, pp. 1683–1693, Sep. 2009. [8] A. N. Tikhonov, ―Solution of incorrectly formulated problems and regularization method,” AUTHORS PROFILE: Dr.T.V.S.Prasad Gupta,is the Head of ECE Department in MVR College of Engineering and Technology. K.Ravibabu is an Associate Professor in MVR College of Engineering & Technology. K.Sateesh Kumar is pursuing M.Tech in MVR College of Engineering & Technology.