SlideShare a Scribd company logo
1 of 14
Download to read offline
http://www.iaeme.com/IJECET/index.asp 6 editor@iaeme.com
International Journal of Electronics and Communication Engineering & Technology
(IJECET)
Volume 6, Issue 10, Oct 2015, pp. 06-19, Article ID: IJECET_06_10_002
Available online at
http://www.iaeme.com/IJECETissues.asp?JType=IJECET&VType=6&IType=10
ISSN Print: 0976-6464 and ISSN Online: 0976-6472
© IAEME Publication
RESOLUTION ENHANCEMENT
TECHNIQUE FOR NOISY MEDICAL
IMAGES
Jesna K H
PG scholar, Department of ECE,
Ilahia College of Engineering and Technology, Muvattupuzha, Ernakulam
ABSTRACT
The objective of this paper is to estimate a high resolution medical image
from a single noisy low resolution image with the help of given database of
high and low resolution image patch pairs. Initially a total variation (TV)
method which helps in removing noise effectively while preserving edge
information is adopted. Further denoising and super resolution is performed
on every image patch. For each TV denoised low-resolution patch, its high-
resolution version is estimated based on finding a nonnegative sparse linear
representation of the TV denoised patch over the low-resolution patches from
the database, where the coefficients of the representation strongly depend on
the similarity between the TV denoised patch and the sample patches in the
database. The problem of finding the nonnegative sparse linear representation
is modeled as a nonnegative quadratic programming problem. The proposed
method is especially useful for the case of noise-corrupted and low-resolution
image.
Key words: Single Image Super Resolution, TV Denoising, Medical Imaging,
Sparse Representation.
Cite this Article: Jesna K H. Resolution Enhancement Technique for Noisy
Medical Images, International Journal of Electronics and Communication
Engineering & Technology, 6(10), 2015, pp. 06-19.
http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=6&IType=
10
1. INTRODUCTION
In medical imaging, images are obtained for medical purposes, providing information
about the anatomy, the physiologic and metabolic activities of the volume below the
skin. The arrival of digital medical imaging technologies such as Computerized
Tomography (CT), Positron Emission Tomography (PET), Magnetic Resonance
Imaging (MRI), as well as combined modalities, e.g. SPECT/CT has revolutionized
modern medicine. But due to imaging environments it is not easy to obtain an image
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 7 editor@iaeme.com
at a desired resolution. Presence of noise may reduce adversely the contrast and the
visibility of details that could contain vital information, thus compromising the
accuracy and the reliability of pathological diagnosis. Thus resolution improvement
became necessary.
SR methods can be broadly categorized into two main groups: multi-image SR
and single-image SR. In multi-image super resolution techniques as its name implies
it uses multiple LR images of the same scene for the reconstruction of HR image. This
technique involves three sub-tasks: registration, fusion and deblurring. The first and
most important task of these methods is motion estimation or registration between LR
images because the precision of the estimation is crucial for the success of the whole
method. However, it is difficult to accurately estimate motions between multiple
blurred and noisy LR images in applications involving complex movements. This is
the reason why multi-image based SR methods are not ready for practical
applications.
The single-image SR methods, also known as example learning- based methods,
emerged as an efficient solution to the spatial resolution enhancement problem. An
advantage of these methods over multi-image based SR is that they do not require
many LR images of the same scene as well as registration. In single-image SR
methods, an image is considered as a set of image patches and SR is performed on
each patch. As its name implies, the focus of single-image super resolution is to
estimate a high-resolution (HR) image with just a single low-resolution image, and
missing high frequency details are recovered based on learning the mapping between
low and high-resolution (HR) image patches from a database constructed from
examples.
Many single-image based SR have been proposed, some of them are based on
nearest neighbour search [5] and others are based on sparse coding [6]. In nearest
neighbor search methods, each patch of the LR image is compared to the LR patches
stored in the database in order to extract the nearest LR patches and hence the
corresponding HR patches. These HR patches are then used to estimate the output via
different schemes. One of the issues of the single-image based super-resolution is that
it highly depends on the database of low and high-resolution patch pairs. However, in
medical imaging, we observe the interesting fact that many images were acquired at
approximately the same location. Thus, we can collect similar (same organ, same
modality) and good quality (proven by experts) images and use them as examples to
establish a database of low and high resolution image patch pairs. Another challenge
is the questionable performance of these methods when dealing with noisy images.
Most of super-resolution algorithms assume that the input images are free of noise.
Such assumption is not likely to be satisfied in real applications such as medical
imaging. To deal with noisy data, many existing methods proposed two disjoint steps:
first denoising and then super resolution.
The proposed system is developed in such a way to increase the robustness to
noise. Every noisy input image is initially denoised using total variation algorithm,
then we estimate its HR version as a sparse positive linear combination of the HR
patches in the database with two conditions: (i) the HR estimated version should be
consistent with the TV denoised LR patch under consideration, and (ii) the
coefficients of the sparse positive linear combination must depend on the similarity
between the TV denoised LR patch and the example LR patches in the database. The
proposed SR method has some advantages as follows:
Jesna K H
http://www.iaeme.com/IJECET/index.asp 8 editor@iaeme.com
 It can be applied even if the input LR image is a noiseless image or a noisy one.
 Compared with the nearest neighbors-based methods, the proposed sparsity-based
method is not limited by the choice of the number of nearest neighbors.
 Unlike the conventional SR methods via sparse representation, the proposed method
efficiently exploits the similarity between image patches, and does not train any
dictionary.
2. EXISTING METHOD
Now let us recall the problem of resolution enhancement technique. Assume that we
are given a set of example images (high quality images) and a LR image Y generated
from the original HR image X by the model,
Y = DsHX + η, (1)
where H is the blur operator, Ds is the decimation operator with factor s, and η is
the additive noise component. The SR reconstruction problem is to estimate the
underlying HR version X of Y. In the example-based SR methods, an image is
considered as an arranged set of image patches and the super-resolution is performed
on each patch. Conventionally, a single image SR method consists of two main
phases: database construction and super-resolution. In the first phase, a set of LR and
HR image patch pairs is first extracted from the example images. Then, the database,
denoted by
(2)
vector pairs are defined as,
= Fl pl and = Fh ph (3)
where Fl , Fh are the operators extracting the features of the LR and HR patches
such as edge information, contours, first and second-order derivatives. In the super-
resolution phase, a set of feature vectors of image patches is first extracted from the
LR input image Y, in a similar way as Pl. Then, the missing high frequency
components in the corresponding HR patches of the HR output image X are estimated
based on the co-occurrence relationship between vector pairs in the database
(Pl , Ph ).
In this section, we will briefly present the Novel example based SR method [1], which
is related to our work.
(A) Novel Example Based SR Method
In this technique Denoising and super-resolution is performed on every image patch.
For each low-resolution input patch, its high resolution version is estimated based on
finding a nonnegative sparse linear representation of the input patch over the low
resolution patches from the database [5]. Once the sparse coefficient is obtained
denoised LR patches and HR patches can be obtained just by multiplying the sparse
coefficient by database of LR and HR patches as denoted below. The LR patches can
be obtained as,
(4)
The HR patches can be obtained as,
(5)
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 9 editor@iaeme.com
Where is the sparse non-negative coefficient, and represents the LR and
HR patches. Then the LR and HR patches are placed in proper locations of LR and
HR grids and overlapping regions are averaged to obtain the LR and HR images.
These two images are combined using IBP algorithm [9] inorder to obtain output
super resolution image. The disadvantage of this technique is that in the presence of
very high noise the resolution enhancement is poor. Thus both the existing methods
fail in the presence of very high noise.
3. THE PROPOSED METHOD
The basic idea of the proposed technique is to denoise the input noisy LR image using
Total Variational (TV) algorithm and then a sparse weight model is introduced. This
model is an integrated framework of super-resolution and denoising, providing us
both super-resolved and denoised solutions. This method is very suitable for medical
images since these images are often affected not only by limited spatial resolution but
also by noise, making the structures or objects of interest indistinguishable. This
method can improve the detection by enhancing the spatial resolution while removing
noise. The basic idea is to find a non-negative sparse representation of the denoised
LR image over the training database Pl. We benefit from the advantages of both the
existing methods.
Before presenting the proposed method in details, let us begin by recalling the
image degradation model. Assume that we obtained a LR image Y which contain less
amount of noise after denoising by TV algorithm, generated from a HR image X by
the model (1). Without loss of generality, the image’s values in this work are assumed
to be positive. Our aim is to estimate the unknown HR image X from Y with the help
of a given set of standard images {Ah} which are used as examples.
The LR image Y will be represented as a set of N overlapping image patches, that is
Y = { yl
i , i = 1, 2, . . . , N}, (6)
where yl
i is a image patch and N is the number of patches generated from
the image Y. Note that N depends on the patch size and the sliding distance between
adjacent patches. Similarly, the high-resolution image X can be also represented as a
set of the same number N of paired HR patches {xh
i , i = 1, 2, . . . , N}. The size of xh
i
is set to be where . The LR patch and the HR patches are related
by
yl
i = Ds H xh
i + ηi (7)
where ηi is the noise in the i th
patch. For the sake of simplicity, we assume that the
noise,
ηi N(0, σi
2
) (8)
is Gaussian, white, zero-mean, and i.i.d., with variance σi
2
. Thus, we can consider
yl
i as a LR version of the HR patches xh
i. In the remaining of this paper, image patches
are rearranged as vectors, for example, xh
i є Rn
and yl
i є Rm
. Hereafter, an image patch
also designates its corresponding vector. In order to estimate X, the proposed
algorithm is also performed in three phases: database construction phase, denoising
using TV algorithm and super-resolution reconstruction phase:
 In the first phase, a database of HR and LR patch pairs (Pl , Ph) = {(ul
k , uh
k ), k є I}
where I is the index set, is constructed from a given set of the example images
(standard images taken at nearly the same locations as the LR image Y).
Jesna K H
http://www.iaeme.com/IJECET/index.asp 10 editor@iaeme.com
 Second phase is the denoising phase which utilizes Total Variational (TV) algorithm.
 The super-resolution reconstruction phase consists of the HR patch reconstruction.
In order to obtain a good database, the selection of these example images should be
such that they would contain a variety of intensities as well as shapes and very little
noise. Since the standard images and the LR image are often taken from nearby
locations and thanks to the repetition of local structures of images, small image
patches tend to recur many times inside these images. Thereby, we can assume that
for a given LR image patch in Y, a large number of similar patches can be extracted
from the database.
(A) Database construction phase
In this work, the database of patch pairs is constructed in a simple manner as follows.
From the example images, a set {ph
k , k є I} of vectorized image patches of size √n
×√n is first extracted. Then, for each ph
k , a corresponding vectorized patch pl
k є Rm
is
determined by,
pl
k = Ds H ph
k (8)
We consider ph
k as a HR patch and pl
k as the corresponding LR version. Note that, the
LR
patch pl
k is considered as noise-free one. Consequently, we obtain a database of
high-resolution/ low-resolution patch pairs,
(9)
We denote below the training set as,
(Pl , Ph ) = { є Rm
× Rn
, k є I } (10)
Here five images are considered CT image of abdomen of size, CT image of thorax of
size, CT image of chest, MRI image of ankle, and MRI image of knee as shown in Fig
1.
(B) Denoising using TV algorithm
The total variational technique [2] has advantages over the traditional denoising
methods such as linear smoothing, median filtering, Transform domain methods using
Fast Fourier transform and Discrete Cosine Transform which will reduce the noise in
medical images but also introduce certain amount of blur in the process of denoising
which will damage the texture in the images in lesser or greater extent. The Total
Variational approach will remove the noise present in flat regions by simultaneously
preserving the edges in the medical images which are very important in diagnostic
stage.
The total variation (TV) of a signal measures how much the signal changes
between signal values. Specifically, the total variation of an N-point signal x(n),1 n
N is defined as,
(11)
Given an input signal xn, the aim of total variation method is to find an approximation
signal call it, yn, which is having smaller total variation than xn but is "close" to xn.
One of the measures of closeness is the sum of square errors:
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 11 editor@iaeme.com
(12)
So the total variation approach achieves the denoising by minimizing the
following discrete functional over the signal yn:
E x, yV y         
By differentiating the above functional with respect to yn, in the original approach we
will derive a corresponding Euler-Lagrange equation which is numerically integrated
with xn (the original signal) as initial condition. Since this problem is a convex
functional, we can use the convex optimization techniques to minimize it to find the
solution yn.
The problem of image denoising or noise removal is, given a noisy image G, to
estimate the clean underlying image Y. For Gaussian noise (additive white), the
degradation model describing the relationship between G(x, y) and Y(x, y) is
G (x, y) = Y (x, y) + (x, y) (14)
Where  (x, y) is i.i.d zero mean Gaussian distributed. Getting the good denoising
results depend on using a good noise model which will accurately describe the noise
in the given image. The noise model for Gaussian noise can be given as
(15)
Where 1/Y is the normalization such that densities sum to one.
Figure 1 Test HR images (a) CT image of abdomen (b) CT image of thorax (c) CT
image of chest (d) MRI image of ankle (e) MRI image of knee
A General model for TV-regularized denoising, Deblurring, and Inpainting is to
find an image Y ( x, y) that minimizes:
(16)
Where denotes the gradient, 2
denotes Laplacian, and ǁ.ǁp denotes the Lp norm
on W. Variable (x, y) will be used to denote a point in two-dimensional space. Y (x, y)
is an original image, G (x, y) is an observed noisy image. The integrals are over a two-
dimensional bounded set and denotes the gradient magnitude of Y (x, y).
Function G(x, y) is the given noise and blur corrupted image, K is the blur operator, λ(
x, y) is a nonnegative function specifying the regularization strength, BV stands for
Bounded variation and F determines the type of data fidelity:
(17)
Jesna K H
http://www.iaeme.com/IJECET/index.asp 12 editor@iaeme.com
For simplicity, x, yis usually specified as a positive constant, x=In the
denoising process the regularization parameter is having a critical role. The
denoising is zero when  = 0, therefore the result is same as the input signal. As the
regularization parameter  increases the amount of denoising is also increases, when
the total variation term plays strong role, which will produce the smaller total
variation, at the expense of being less like the input (noisy) signal. So the
regularization parameter choice is critical for achieving the right amount of noise
removal.
The Total variation approach is to search over all possible functions to find a
function that minimizes (16). Here split Bregman method is used to solve the
minimization problem by operator splitting and then solving split problem by
applying Bregman iteration [10]. For (16), the split problem is
(18)
The split problem is not different from the original (16). The point is that the two
terms of the objective have been split: The first term only depends on and the
second term only on z . Still and z are indirectly related through the
constraints = f , z = KY.
Now the Bregman iteration is used to solve the split problem. In every iteration, it
calls for the solution of the following problem:
(19)
Additional terms in the above expression are quadratic penalties enforcing the
constraints and b1, b2 are the variables connected to the Bregman iteration algorithm
[10].
The solution of (19), which minimizes jointly over, , z, Y is approximated by
alternatingly minimizing one variable at a time, that is, fixing z and Y minimising over
then fixing and Y minimising over z and so on. This method leads to three
variable subproblems:
1. The subproblem: Variables z and Y are fixed and the sub problem is,
(20)
Its solution decouples over x and is known in closed form:
(21)
2. The z subproblem: Variables and Y are fixed and the sub problem is,
(22)
The solution decouples over x. The optimal z satisfies,
(23)
(
1
9
)
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 13 editor@iaeme.com
3. The Y subproblem: Variables and z are fixed and the sub problem is,
(24)
For denoising K is identity and the optimal Y satisfies,
(25)
The overall Total Variational (TV) algorithm is as follows.
Total Variational (TV) Algorithm:
 Initialize Y = z = b2 = 0,
 While “not converged"
 Solve the sub problem
 Solve the z sub problem
 Solve the Y sub problem
 and
 While solving these subproblems, the xth
sub problem solution is computed from the
current values of all other variables and overwrites the previous value of variable x.
Convergence will be checked by testing the maximum difference from the previous
iterate: .
(C) Patch Super Resolution
In this phase, the sparse weight optimization model is proposed for super-resolution
and denoising on image patch. The optimization problem is established such that its
solution determines a non-negative sparse linear representation of the input LR patch
over the example patches in the database, and a measure of similarity between patches
is proposed and used as penalization function to enforce sparsity.
Let us consider an LR patch yl
i = Ds H xh
i + ηi with the noise component ηi ∼ N (0,
σi
2
). The problem is to find an estimate of the HR patch xh
i, from yl
i with the help of
the database (Pl , Ph). Thanks to the repetition of local structures of images, we can
expect that there exists a subset of patches uh
k Ph which have similar structures as
those in xh
i . Such patches will play an important role in determining the estimate of
xh
i..
In this work, it is assumed that xh
i Rn
can be represented as a sparse non-negative
linear combination of the HR patches in Ph ,
(26)
where the vector of representation coefficients αi = [αi1, αi2, . . . ,αik, . . .]T
≥ 0.
Note that unlike the previous ScSR methods here we use non-negative constraint on
the coefficients αik . This can be explained by considering both sides of equation. Due
to the fact that the vectors xh
i and uh
k are defined from the pixel values of image
patches, they are then positive vectors. Thus, in the equation xh
i = Ph αi , both xh
i and
Ph are non-negative. This is why we can require the non-negative constraint on αi
Now, consider the corresponding LR patch yl
j of xh
i . Since it is assumed that xh
i = Ph
αi , multiplying this equation by Ds H gives,
Ds H xh
i = Ds H Ph αi = Pl αi (27)
Jesna K H
http://www.iaeme.com/IJECET/index.asp 14 editor@iaeme.com
By exploiting the relation between the LR and the HR patches, we obtain,
– (28)
whereξi is related to the noise power σi of ηi . As it can be seen, the LR patch yl
i
can be represented by the same sparse vector αi over the database of LR patches Pl,
with a controlled error ξi. This implies that for a given LR patch yl
i, the estimate of the
corresponding HR patch xh
i is performed by first determining sparse representation
vector αi of yl
i with respect to the database of LR patches Pl. Then, xh
i can be
recovered by simply multiplying this representation by the database Ph, h
i = Ph αi.
This is the core idea behind the proposed method.
More precisely, our aim is to find the patches uh
k which should be similar to xh
i
and then to use them for the estimation of xh
i. Therefore, in order to select the similar
patches (in the database) with xh
i, we try to force coefficient vector αi =[αi1, αi2, . . .
,αik, . . .]T
such that most of its zero components, αik , correspond to the elements uh
k
which are dissimilar to xh
i. The problem of finding the vector αi
can be given as:
(29)
Subject to
where α =[αi1, αi2, . . . ,αik, . . .]T
, is a given positive number, σi is the standard
deviation of the noise in the ith patch, the l0-norm assures that the solution αi is a
sparse one, while the positive penalty coefficients wik depend on the dissimilarity (or
inversely the similarity) between denoised LR patches and LR patches in the
database.
Generally we force small values for αik for high dissimilarity or for weak
similarity. Dissimilarity is estimated using denoised LR patches and LR patches in the
database since HR patches are not available initially. The penalty coefficients wik is
defined as,
(30)
Where d is the criterion determining the similarity between yl
i and ul
k , while is
a non-negative increasing function. Normally, to measure the extent of dissimilarity
among the image patches, one of the most popular dissimilarity criteria is the
Euclidian distance. However, in this case yl
i is a vector defined from the pixel values
of the ith
patch of the input LR image Y while ul
k is a normalized example vector in
the database. Moreover, yl
i is also corrupted by noise ηi. Thus, using the Euclidian
distance may not be effective enough. To obtain a better dissimilarity criterion, let us
consider the relationship of yl
i and ul
k.
Now let us with definition of congruence of image patches. Two image patches x1
and x2 are congruent if there exists a non-zero constant μ R, with x1 = μx2. As
already mentioned
yl
i is corrupted by Gaussian white noise ηi ∼ N(0, σi
2
) with yl
i = Ds H xh
i + ηi.
Thus, the patch ul
k is ideally similar to yl
i if ul
k is congruent to Ds H xh
i . That means
there exists a constant μik > 0 such that,
(31)
According to the assumption for the noise component ηi ∼ N(0, σi
2
) the mean of ηi ,
E(ηi) ≈ 0. Therefore the constant μik can be approximated as,
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 15 editor@iaeme.com
(32)
Thus we can write,
(33)
Therefore, we propose to use the parameter aik such that,
(34)
The parameter aik allows us to evaluate the statistical property of noise in the residual
patch. So, in this work, the dissimilarity criterion d is defined by,
(35)
Here i( . ) is defined as i(t)=t if σi=0 otherwise, if σi > 0 then,
(36)
Where ρi is a positive threshold depending on yl
i. As can be seen, the function
i(t) strongly increases when t >ρi. In other words, the penalty coefficients
corresponding to the example patches such that > ρi will be very high. Note
that in the ideal case , we have,
(37)
Where m is the number of elements in vector yl
i , and is a positive constant. The
threshold ρi in (36) is set to γ(mσi
2
).
l0-norm is not a true norm thus the problem (29) is too complex to solve in
general. To avoid the above problem we replace l0-norm by l1-norm, and problem (29)
becomes convex and can be rewritten as:
(38)
Subject to
which is equivalent to,
(39)
subject to
Lagrange multipliers allow an equivalent formulation,
(40)
Where the parameter λ balances sparsity of the solution and fidelity of the
approximation to yl
i.
The computation time can be reduced by imposing a threshold on the dissimilarity
criterion d. Let us denote S(yl
i) = {k I:αik > 0} as the support set of yl
i. As analyzed
above, S(yl
i) involves ul
k where d(yl
i, ul
k) is not very large. Thus, with a suitable value
of the threshold ri, there exists a subset Ii of I,
Jesna K H
http://www.iaeme.com/IJECET/index.asp 16 editor@iaeme.com
(41)
Such that
(42)
Thus, inorder to save computing time, problem (40) should be considered on the
subset Ii ,
(43)
Easily can be rewritten as,
(44)
Where Ui is the matrix whose columns are the vectors ul
k, wi is the vector formed
by concatenating all the coefficients λ(1+wik), here k Ii .
It can be seen that the problem (44) is a non-negative quadratic programming
(NQP). It can be solved by using multiplicative updates algorithm proposed by Hoyer.
The algorithm is as follows.
Multiplicative updates algorithm for NQP:
 Input: α =α0 > 0, number of iterations T
 Updating: t=0
While t < T &
= .*( )./( + );
t = t + 1;
End
 Output:
Once is obtained the desired HR and LR patch can be obtained by just multiplying
with the database of HR and LR patches. The HR patches can be obtained as,
(45)
The LR patches can be obtained in the same manner,
(46)
(a) (b)
Figure 2 Results on MRI image of ankle (a) Result of the proposed method (b)
Original test image.
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 17 editor@iaeme.com
(D) Reconstruction of the Entire HR Image
To obtain the entire HR image, we first set all the estimated HR patches in the proper
locations in the HR grid. A coarse estimate of X, is then computed by averaging in
overlapping regions. In the same way, we obtain a denoised image, denoted by Ydenoise
of Y by replacing the noisy patches by the denoised ones, and then performing
averaging in overlapping regions. Final HR image is determined as a minimizer of the
following problem.
(47)
The iterative back-projection (IBP) algorithm [9] is used to solve this problem,
(48)
Where Xt is the estimate of the HR image at the t-th iteration denotes the
upscaling by factor s and p is a Gaussian symmetric filter. The result obtained by
using this technique is as shown in figure 2. The overall algorithm for resolution
enhancement is as follows:
INPUT:
 The LR image Y and the size of LR patch .
 Magnification factor s.
 Database (Pl, Ph) = {(uk
l
, uk
h
), k ∈ I}.
 Regularization parameter λ, number T of iterations.
OUTPUT: HR image
BEGIN
1. Denoise the input image using Total TV algorithm.
2. Partition Y into an arranged set of N overlapping patches .
3. For each patch of Y
 Compute the dissimilarity criteria d( ).
 Determine the subset Ii.
 If  > 0, compute the penalty coefficients Wi.
 Find α using multiplicative updates algorithm.
 Generate the HR patch and the denoised LR patch .
4. END
5. FUSION: Produce the initial HR image and the denoised image .
6. IBP enhancement: using the IBP procedure find the final HR image.
END
4. PERFORMANCE EVALUTION
In order to evaluate the objective quality of the super- resolved images, we use two
quality metrics, namely Peak Signal to Noise Ratio (PSNR) and Structural SIMilarity
(SSIM). The PSNR measures the intensity difference between two images. However,
it is well-known that it can fail to describe the subjective quality of the image. SSIM
Jesna K H
http://www.iaeme.com/IJECET/index.asp 18 editor@iaeme.com
is one of the most frequently used metrics for image quality assessment. Compared
with PSNR, SSIM better expresses the structure similarity between the recovered
image and the reference one. Here we consider novel example based SR technique for
the comparison of result. For novel example based SR PSNR was obtained as 17.44
and SSIM as 0.43, whereas for the proposed techniques PSNR I is obtained as 20.56
and SSIM as 0.51.
5. CONCLUSION
In this paper, we proposed an effective super resolution technique for resolution
enhancement which is very robust to heavy noise. The technique relies on the
interesting idea that consists of using standard images to enhance the spatial
resolution while denoising the given degraded and low-resolution image using Total
Variational (TV) algorithm. Since medical images are specific, using this specificity
for performing super-resolution allows more efficient solution than a conventional SR
method. Experiment results show the effectiveness of the proposed technique and
thereby demonstrating the ability of the technique for the potential improvement of
diagnosis accuracy.
ACKNOWLEDGMENT
First of all I thank and praise the Almighty, without whom nothing is possible, for the
spiritual support, eternal guidance and all blessings. And now I express my sincere
gratitude to Asst Prof. ANGEL P MATHEW, project coordinator, and Asst Prof.
RASEENA K A, project guide, for their encouraging status and timely help which
have constantly stimulated me to travel eventually towards the completion of my
project.
REFERENCES
[1] D. H. Trinh, M. Luong, F. Dibos, J. M. Rocchisani, C. D. Pham, and T. Q.
Nguyen, “Novel Example-Based Method for Super-Resolution and Denoising of
Medical Images,” IEEE Image Processing, Vol. 23, No. 4, April 2014.
[2] V N Prudhvi Raj and Dr T Venkateswarlu “Denoising Of Medical Images Using
Total Variational Method” Signal & Image Processing : An International Journal
(SIPIJ) Vol.3, No.2, April 2012.
[3] S. C. Park, M. K. Park, and M. G. Kang, “Super-resolution image reconstruction:
A technical overview,” IEEE Signal Process. Mag., vol. 20, no. 3, pp. 21–36,
May 2003.
[4] W. T. Freeman, T. R. Jones, and E. C. Pasztor, “Example-based super
resolution,” IEEE Comput. Graph. Appl., vol. 22, no. 2, pp. 56–65, Apr. 2002.
[5] H. Chang, D. Yeung, and Y. Xiong, “Super-resolution through neighbor
embedding,” in Proc. IEEE CVPR, Jul. 2004, pp. 275–282.
[6] J. Yang, J. Wright, T. Huang, and Y. Ma, “Image super-resolution as sparse
representation of raw image patches,” in Proc. IEEE CVPR, Jun. 2008, pp. 1–8.
[7] J. Wang, S. Zhu, and Y. Gong, “Resolution enhancement based on learning the
sparse association of image patches,” Pattern Recognit. Lett., vol. 31, no. 1, pp.
1–10, 2010.
[8] J. Yang, J. Wright, T. Huang, and Y. Ma, “Image super-resolution as sparse
representation of raw image patches,” in Proc. IEEE CVPR, Jun. 2008, pp. 1–8.
Resolution Enhancement Technique For Noisy Medical Images
http://www.iaeme.com/IJECET/index.asp 19 editor@iaeme.com
[9] M. Irani and S. Peleg, “Motion analysis for image enhancement: Reso-lution,
occlusion and transparency,” J. Vis. Commun. Image Represent, vol. 4, no. 4, pp.
324–335, Dec. 1993.
[10] Wotao Yin , Stanley Osher, Donald Goldfarb And Jerome Durbon, ” Bregman
Iterative Algorithms for Minimization with Applications to Compressed
Sensing”, vol. 1,No.1, pp143-168.
[11] Mayuri Y. Thorat and Vinayak K. Hybrid Method To Compress Slices of 3d
Medical Images, International Journal of Electronics and Communication
Engineering & Technology, 4(2), 2013, pp. 250 – 256.

More Related Content

What's hot

Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Editor IJCATR
 
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...CSCJournals
 
Applying Information Security to Healthcare Services
Applying Information Security to Healthcare ServicesApplying Information Security to Healthcare Services
Applying Information Security to Healthcare ServicesMarwa Hassan
 
Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPcsijjournal
 
Face recognition using laplacianfaces (synopsis)
Face recognition using laplacianfaces (synopsis)Face recognition using laplacianfaces (synopsis)
Face recognition using laplacianfaces (synopsis)Mumbai Academisc
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748EditorIJAERD
 
Common image compression formats
Common image compression formatsCommon image compression formats
Common image compression formatsClyde Lettsome
 
Statistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance MeasuresStatistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance MeasuresCSCJournals
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
Edge backpropagation for noisy logo recognition
Edge backpropagation for noisy logo recognitionEdge backpropagation for noisy logo recognition
Edge backpropagation for noisy logo recognitionAmir Shokri
 
Pose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy ApproachPose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy Approachiosrjce
 
An improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitionAn improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitioneSAT Journals
 

What's hot (16)

D017542937
D017542937D017542937
D017542937
 
Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...Illumination Invariant Face Recognition System using Local Directional Patter...
Illumination Invariant Face Recognition System using Local Directional Patter...
 
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
Enhanced Spectral Reflectance Reconstruction Using Pseudo-Inverse Estimation ...
 
Applying Information Security to Healthcare Services
Applying Information Security to Healthcare ServicesApplying Information Security to Healthcare Services
Applying Information Security to Healthcare Services
 
Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTP
 
J01116164
J01116164J01116164
J01116164
 
Face recognition using laplacianfaces (synopsis)
Face recognition using laplacianfaces (synopsis)Face recognition using laplacianfaces (synopsis)
Face recognition using laplacianfaces (synopsis)
 
Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748
 
Common image compression formats
Common image compression formatsCommon image compression formats
Common image compression formats
 
Statistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance MeasuresStatistical Models for Face Recognition System With Different Distance Measures
Statistical Models for Face Recognition System With Different Distance Measures
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
Edge backpropagation for noisy logo recognition
Edge backpropagation for noisy logo recognitionEdge backpropagation for noisy logo recognition
Edge backpropagation for noisy logo recognition
 
Pose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy ApproachPose Invariant Face Recognition using Neuro-Fuzzy Approach
Pose Invariant Face Recognition using Neuro-Fuzzy Approach
 
An improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitionAn improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognition
 
C045041521
C045041521C045041521
C045041521
 
H0334749
H0334749H0334749
H0334749
 

Viewers also liked

Discrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential currentDiscrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential currenteSAT Journals
 
Pca تجزیه و تحلیل مولفه های اساسی
Pca تجزیه و تحلیل مولفه های اساسیPca تجزیه و تحلیل مولفه های اساسی
Pca تجزیه و تحلیل مولفه های اساسیAbolfazl Fatehi
 
Wavelet transform in image compression
Wavelet transform in image compressionWavelet transform in image compression
Wavelet transform in image compressionjeevithaelangovan
 
Image compression using discrete wavelet transform
Image compression using discrete wavelet transformImage compression using discrete wavelet transform
Image compression using discrete wavelet transformHarshal Ladhe
 
Enhancement in frequency domain
Enhancement in frequency domainEnhancement in frequency domain
Enhancement in frequency domainAshish Kumar
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domainAshish Kumar
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial DomainDEEPASHRI HK
 
Frequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement TechniquesFrequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement TechniquesDiwaker Pant
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniquessakshij91
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniquesSaideep
 
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis &  Viola-Jones AlgorithmGesture Recognition using Principle Component Analysis &  Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis & Viola-Jones AlgorithmIJMER
 
The application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesThe application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesNisar Ahmed Rana
 

Viewers also liked (14)

Ijmet 06 10_015
Ijmet 06 10_015Ijmet 06 10_015
Ijmet 06 10_015
 
Discrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential currentDiscrete wavelet transform based analysis of transformer differential current
Discrete wavelet transform based analysis of transformer differential current
 
Pca تجزیه و تحلیل مولفه های اساسی
Pca تجزیه و تحلیل مولفه های اساسیPca تجزیه و تحلیل مولفه های اساسی
Pca تجزیه و تحلیل مولفه های اساسی
 
Wavelet transform in image compression
Wavelet transform in image compressionWavelet transform in image compression
Wavelet transform in image compression
 
Image compression using discrete wavelet transform
Image compression using discrete wavelet transformImage compression using discrete wavelet transform
Image compression using discrete wavelet transform
 
Enhancement in frequency domain
Enhancement in frequency domainEnhancement in frequency domain
Enhancement in frequency domain
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domain
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial Domain
 
Frequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement TechniquesFrequency Domain Image Enhancement Techniques
Frequency Domain Image Enhancement Techniques
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
 
image compression ppt
image compression pptimage compression ppt
image compression ppt
 
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis &  Viola-Jones AlgorithmGesture Recognition using Principle Component Analysis &  Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
 
The application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesThe application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale images
 

Similar to Resolution Enhancement Technique for Noisy Medical Images Using Sparse Representation

Single Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet TransformSingle Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet Transformijtsrd
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionIJERA Editor
 
Literature Review on Single Image Super Resolution
Literature Review on Single Image Super ResolutionLiterature Review on Single Image Super Resolution
Literature Review on Single Image Super Resolutionijtsrd
 
Analysis of Cholesterol Quantity Detection and ANN Classification
Analysis of Cholesterol Quantity Detection and ANN ClassificationAnalysis of Cholesterol Quantity Detection and ANN Classification
Analysis of Cholesterol Quantity Detection and ANN ClassificationIJCSIS Research Publications
 
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...ijcsit
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesIOSR Journals
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesIOSR Journals
 
Comparison of image fusion methods
Comparison of image fusion methodsComparison of image fusion methods
Comparison of image fusion methodsAmr Nasr
 
Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...
Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...
Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...CSCJournals
 
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet TransformA New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet TransformIDES Editor
 
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMijiert bestjournal
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...ijma
 
Vol 13 No 1 - May 2014
Vol 13 No 1 - May 2014Vol 13 No 1 - May 2014
Vol 13 No 1 - May 2014ijcsbi
 
Enhance Example-Based Super Resolution to Achieve Fine Magnification of Low ...
Enhance Example-Based Super Resolution to Achieve Fine  Magnification of Low ...Enhance Example-Based Super Resolution to Achieve Fine  Magnification of Low ...
Enhance Example-Based Super Resolution to Achieve Fine Magnification of Low ...IJMER
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...journal ijrtem
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...IJERA Editor
 
Novel Iterative Back Projection Approach
Novel Iterative Back Projection ApproachNovel Iterative Back Projection Approach
Novel Iterative Back Projection ApproachIOSR Journals
 
G143741
G143741G143741
G143741irjes
 
Reversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementReversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementredpel dot com
 

Similar to Resolution Enhancement Technique for Noisy Medical Images Using Sparse Representation (20)

Single Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet TransformSingle Image Super Resolution using Interpolation and Discrete Wavelet Transform
Single Image Super Resolution using Interpolation and Discrete Wavelet Transform
 
Optimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image FusionOptimal Coefficient Selection For Medical Image Fusion
Optimal Coefficient Selection For Medical Image Fusion
 
Literature Review on Single Image Super Resolution
Literature Review on Single Image Super ResolutionLiterature Review on Single Image Super Resolution
Literature Review on Single Image Super Resolution
 
Analysis of Cholesterol Quantity Detection and ANN Classification
Analysis of Cholesterol Quantity Detection and ANN ClassificationAnalysis of Cholesterol Quantity Detection and ANN Classification
Analysis of Cholesterol Quantity Detection and ANN Classification
 
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
OBTAINING SUPER-RESOLUTION IMAGES BY COMBINING LOW-RESOLUTION IMAGES WITH HIG...
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution Techniques
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution Techniques
 
Comparison of image fusion methods
Comparison of image fusion methodsComparison of image fusion methods
Comparison of image fusion methods
 
Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...
Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...
Performance Comparison of Hybrid Haar Wavelet Transform with Various Local Tr...
 
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet TransformA New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
 
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORMANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
ANALYSIS OF BIOMEDICAL IMAGE USING WAVELET TRANSFORM
 
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
 
Vol 13 No 1 - May 2014
Vol 13 No 1 - May 2014Vol 13 No 1 - May 2014
Vol 13 No 1 - May 2014
 
Enhance Example-Based Super Resolution to Achieve Fine Magnification of Low ...
Enhance Example-Based Super Resolution to Achieve Fine  Magnification of Low ...Enhance Example-Based Super Resolution to Achieve Fine  Magnification of Low ...
Enhance Example-Based Super Resolution to Achieve Fine Magnification of Low ...
 
A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...
A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...
A HYBRID APPROACH OF WAVELETS FOR EFFECTIVE IMAGE FUSION FOR MULTIMODAL MEDIC...
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
 
Novel Iterative Back Projection Approach
Novel Iterative Back Projection ApproachNovel Iterative Back Projection Approach
Novel Iterative Back Projection Approach
 
G143741
G143741G143741
G143741
 
Reversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancementReversible image data hiding with contrast enhancement
Reversible image data hiding with contrast enhancement
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 

Recently uploaded (20)

Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 

Resolution Enhancement Technique for Noisy Medical Images Using Sparse Representation

  • 1. http://www.iaeme.com/IJECET/index.asp 6 editor@iaeme.com International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 6, Issue 10, Oct 2015, pp. 06-19, Article ID: IJECET_06_10_002 Available online at http://www.iaeme.com/IJECETissues.asp?JType=IJECET&VType=6&IType=10 ISSN Print: 0976-6464 and ISSN Online: 0976-6472 © IAEME Publication RESOLUTION ENHANCEMENT TECHNIQUE FOR NOISY MEDICAL IMAGES Jesna K H PG scholar, Department of ECE, Ilahia College of Engineering and Technology, Muvattupuzha, Ernakulam ABSTRACT The objective of this paper is to estimate a high resolution medical image from a single noisy low resolution image with the help of given database of high and low resolution image patch pairs. Initially a total variation (TV) method which helps in removing noise effectively while preserving edge information is adopted. Further denoising and super resolution is performed on every image patch. For each TV denoised low-resolution patch, its high- resolution version is estimated based on finding a nonnegative sparse linear representation of the TV denoised patch over the low-resolution patches from the database, where the coefficients of the representation strongly depend on the similarity between the TV denoised patch and the sample patches in the database. The problem of finding the nonnegative sparse linear representation is modeled as a nonnegative quadratic programming problem. The proposed method is especially useful for the case of noise-corrupted and low-resolution image. Key words: Single Image Super Resolution, TV Denoising, Medical Imaging, Sparse Representation. Cite this Article: Jesna K H. Resolution Enhancement Technique for Noisy Medical Images, International Journal of Electronics and Communication Engineering & Technology, 6(10), 2015, pp. 06-19. http://www.iaeme.com/IJECET/issues.asp?JType=IJECET&VType=6&IType= 10 1. INTRODUCTION In medical imaging, images are obtained for medical purposes, providing information about the anatomy, the physiologic and metabolic activities of the volume below the skin. The arrival of digital medical imaging technologies such as Computerized Tomography (CT), Positron Emission Tomography (PET), Magnetic Resonance Imaging (MRI), as well as combined modalities, e.g. SPECT/CT has revolutionized modern medicine. But due to imaging environments it is not easy to obtain an image
  • 2. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 7 editor@iaeme.com at a desired resolution. Presence of noise may reduce adversely the contrast and the visibility of details that could contain vital information, thus compromising the accuracy and the reliability of pathological diagnosis. Thus resolution improvement became necessary. SR methods can be broadly categorized into two main groups: multi-image SR and single-image SR. In multi-image super resolution techniques as its name implies it uses multiple LR images of the same scene for the reconstruction of HR image. This technique involves three sub-tasks: registration, fusion and deblurring. The first and most important task of these methods is motion estimation or registration between LR images because the precision of the estimation is crucial for the success of the whole method. However, it is difficult to accurately estimate motions between multiple blurred and noisy LR images in applications involving complex movements. This is the reason why multi-image based SR methods are not ready for practical applications. The single-image SR methods, also known as example learning- based methods, emerged as an efficient solution to the spatial resolution enhancement problem. An advantage of these methods over multi-image based SR is that they do not require many LR images of the same scene as well as registration. In single-image SR methods, an image is considered as a set of image patches and SR is performed on each patch. As its name implies, the focus of single-image super resolution is to estimate a high-resolution (HR) image with just a single low-resolution image, and missing high frequency details are recovered based on learning the mapping between low and high-resolution (HR) image patches from a database constructed from examples. Many single-image based SR have been proposed, some of them are based on nearest neighbour search [5] and others are based on sparse coding [6]. In nearest neighbor search methods, each patch of the LR image is compared to the LR patches stored in the database in order to extract the nearest LR patches and hence the corresponding HR patches. These HR patches are then used to estimate the output via different schemes. One of the issues of the single-image based super-resolution is that it highly depends on the database of low and high-resolution patch pairs. However, in medical imaging, we observe the interesting fact that many images were acquired at approximately the same location. Thus, we can collect similar (same organ, same modality) and good quality (proven by experts) images and use them as examples to establish a database of low and high resolution image patch pairs. Another challenge is the questionable performance of these methods when dealing with noisy images. Most of super-resolution algorithms assume that the input images are free of noise. Such assumption is not likely to be satisfied in real applications such as medical imaging. To deal with noisy data, many existing methods proposed two disjoint steps: first denoising and then super resolution. The proposed system is developed in such a way to increase the robustness to noise. Every noisy input image is initially denoised using total variation algorithm, then we estimate its HR version as a sparse positive linear combination of the HR patches in the database with two conditions: (i) the HR estimated version should be consistent with the TV denoised LR patch under consideration, and (ii) the coefficients of the sparse positive linear combination must depend on the similarity between the TV denoised LR patch and the example LR patches in the database. The proposed SR method has some advantages as follows:
  • 3. Jesna K H http://www.iaeme.com/IJECET/index.asp 8 editor@iaeme.com  It can be applied even if the input LR image is a noiseless image or a noisy one.  Compared with the nearest neighbors-based methods, the proposed sparsity-based method is not limited by the choice of the number of nearest neighbors.  Unlike the conventional SR methods via sparse representation, the proposed method efficiently exploits the similarity between image patches, and does not train any dictionary. 2. EXISTING METHOD Now let us recall the problem of resolution enhancement technique. Assume that we are given a set of example images (high quality images) and a LR image Y generated from the original HR image X by the model, Y = DsHX + η, (1) where H is the blur operator, Ds is the decimation operator with factor s, and η is the additive noise component. The SR reconstruction problem is to estimate the underlying HR version X of Y. In the example-based SR methods, an image is considered as an arranged set of image patches and the super-resolution is performed on each patch. Conventionally, a single image SR method consists of two main phases: database construction and super-resolution. In the first phase, a set of LR and HR image patch pairs is first extracted from the example images. Then, the database, denoted by (2) vector pairs are defined as, = Fl pl and = Fh ph (3) where Fl , Fh are the operators extracting the features of the LR and HR patches such as edge information, contours, first and second-order derivatives. In the super- resolution phase, a set of feature vectors of image patches is first extracted from the LR input image Y, in a similar way as Pl. Then, the missing high frequency components in the corresponding HR patches of the HR output image X are estimated based on the co-occurrence relationship between vector pairs in the database (Pl , Ph ). In this section, we will briefly present the Novel example based SR method [1], which is related to our work. (A) Novel Example Based SR Method In this technique Denoising and super-resolution is performed on every image patch. For each low-resolution input patch, its high resolution version is estimated based on finding a nonnegative sparse linear representation of the input patch over the low resolution patches from the database [5]. Once the sparse coefficient is obtained denoised LR patches and HR patches can be obtained just by multiplying the sparse coefficient by database of LR and HR patches as denoted below. The LR patches can be obtained as, (4) The HR patches can be obtained as, (5)
  • 4. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 9 editor@iaeme.com Where is the sparse non-negative coefficient, and represents the LR and HR patches. Then the LR and HR patches are placed in proper locations of LR and HR grids and overlapping regions are averaged to obtain the LR and HR images. These two images are combined using IBP algorithm [9] inorder to obtain output super resolution image. The disadvantage of this technique is that in the presence of very high noise the resolution enhancement is poor. Thus both the existing methods fail in the presence of very high noise. 3. THE PROPOSED METHOD The basic idea of the proposed technique is to denoise the input noisy LR image using Total Variational (TV) algorithm and then a sparse weight model is introduced. This model is an integrated framework of super-resolution and denoising, providing us both super-resolved and denoised solutions. This method is very suitable for medical images since these images are often affected not only by limited spatial resolution but also by noise, making the structures or objects of interest indistinguishable. This method can improve the detection by enhancing the spatial resolution while removing noise. The basic idea is to find a non-negative sparse representation of the denoised LR image over the training database Pl. We benefit from the advantages of both the existing methods. Before presenting the proposed method in details, let us begin by recalling the image degradation model. Assume that we obtained a LR image Y which contain less amount of noise after denoising by TV algorithm, generated from a HR image X by the model (1). Without loss of generality, the image’s values in this work are assumed to be positive. Our aim is to estimate the unknown HR image X from Y with the help of a given set of standard images {Ah} which are used as examples. The LR image Y will be represented as a set of N overlapping image patches, that is Y = { yl i , i = 1, 2, . . . , N}, (6) where yl i is a image patch and N is the number of patches generated from the image Y. Note that N depends on the patch size and the sliding distance between adjacent patches. Similarly, the high-resolution image X can be also represented as a set of the same number N of paired HR patches {xh i , i = 1, 2, . . . , N}. The size of xh i is set to be where . The LR patch and the HR patches are related by yl i = Ds H xh i + ηi (7) where ηi is the noise in the i th patch. For the sake of simplicity, we assume that the noise, ηi N(0, σi 2 ) (8) is Gaussian, white, zero-mean, and i.i.d., with variance σi 2 . Thus, we can consider yl i as a LR version of the HR patches xh i. In the remaining of this paper, image patches are rearranged as vectors, for example, xh i є Rn and yl i є Rm . Hereafter, an image patch also designates its corresponding vector. In order to estimate X, the proposed algorithm is also performed in three phases: database construction phase, denoising using TV algorithm and super-resolution reconstruction phase:  In the first phase, a database of HR and LR patch pairs (Pl , Ph) = {(ul k , uh k ), k є I} where I is the index set, is constructed from a given set of the example images (standard images taken at nearly the same locations as the LR image Y).
  • 5. Jesna K H http://www.iaeme.com/IJECET/index.asp 10 editor@iaeme.com  Second phase is the denoising phase which utilizes Total Variational (TV) algorithm.  The super-resolution reconstruction phase consists of the HR patch reconstruction. In order to obtain a good database, the selection of these example images should be such that they would contain a variety of intensities as well as shapes and very little noise. Since the standard images and the LR image are often taken from nearby locations and thanks to the repetition of local structures of images, small image patches tend to recur many times inside these images. Thereby, we can assume that for a given LR image patch in Y, a large number of similar patches can be extracted from the database. (A) Database construction phase In this work, the database of patch pairs is constructed in a simple manner as follows. From the example images, a set {ph k , k є I} of vectorized image patches of size √n ×√n is first extracted. Then, for each ph k , a corresponding vectorized patch pl k є Rm is determined by, pl k = Ds H ph k (8) We consider ph k as a HR patch and pl k as the corresponding LR version. Note that, the LR patch pl k is considered as noise-free one. Consequently, we obtain a database of high-resolution/ low-resolution patch pairs, (9) We denote below the training set as, (Pl , Ph ) = { є Rm × Rn , k є I } (10) Here five images are considered CT image of abdomen of size, CT image of thorax of size, CT image of chest, MRI image of ankle, and MRI image of knee as shown in Fig 1. (B) Denoising using TV algorithm The total variational technique [2] has advantages over the traditional denoising methods such as linear smoothing, median filtering, Transform domain methods using Fast Fourier transform and Discrete Cosine Transform which will reduce the noise in medical images but also introduce certain amount of blur in the process of denoising which will damage the texture in the images in lesser or greater extent. The Total Variational approach will remove the noise present in flat regions by simultaneously preserving the edges in the medical images which are very important in diagnostic stage. The total variation (TV) of a signal measures how much the signal changes between signal values. Specifically, the total variation of an N-point signal x(n),1 n N is defined as, (11) Given an input signal xn, the aim of total variation method is to find an approximation signal call it, yn, which is having smaller total variation than xn but is "close" to xn. One of the measures of closeness is the sum of square errors:
  • 6. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 11 editor@iaeme.com (12) So the total variation approach achieves the denoising by minimizing the following discrete functional over the signal yn: E x, yV y          By differentiating the above functional with respect to yn, in the original approach we will derive a corresponding Euler-Lagrange equation which is numerically integrated with xn (the original signal) as initial condition. Since this problem is a convex functional, we can use the convex optimization techniques to minimize it to find the solution yn. The problem of image denoising or noise removal is, given a noisy image G, to estimate the clean underlying image Y. For Gaussian noise (additive white), the degradation model describing the relationship between G(x, y) and Y(x, y) is G (x, y) = Y (x, y) + (x, y) (14) Where  (x, y) is i.i.d zero mean Gaussian distributed. Getting the good denoising results depend on using a good noise model which will accurately describe the noise in the given image. The noise model for Gaussian noise can be given as (15) Where 1/Y is the normalization such that densities sum to one. Figure 1 Test HR images (a) CT image of abdomen (b) CT image of thorax (c) CT image of chest (d) MRI image of ankle (e) MRI image of knee A General model for TV-regularized denoising, Deblurring, and Inpainting is to find an image Y ( x, y) that minimizes: (16) Where denotes the gradient, 2 denotes Laplacian, and ǁ.ǁp denotes the Lp norm on W. Variable (x, y) will be used to denote a point in two-dimensional space. Y (x, y) is an original image, G (x, y) is an observed noisy image. The integrals are over a two- dimensional bounded set and denotes the gradient magnitude of Y (x, y). Function G(x, y) is the given noise and blur corrupted image, K is the blur operator, λ( x, y) is a nonnegative function specifying the regularization strength, BV stands for Bounded variation and F determines the type of data fidelity: (17)
  • 7. Jesna K H http://www.iaeme.com/IJECET/index.asp 12 editor@iaeme.com For simplicity, x, yis usually specified as a positive constant, x=In the denoising process the regularization parameter is having a critical role. The denoising is zero when  = 0, therefore the result is same as the input signal. As the regularization parameter  increases the amount of denoising is also increases, when the total variation term plays strong role, which will produce the smaller total variation, at the expense of being less like the input (noisy) signal. So the regularization parameter choice is critical for achieving the right amount of noise removal. The Total variation approach is to search over all possible functions to find a function that minimizes (16). Here split Bregman method is used to solve the minimization problem by operator splitting and then solving split problem by applying Bregman iteration [10]. For (16), the split problem is (18) The split problem is not different from the original (16). The point is that the two terms of the objective have been split: The first term only depends on and the second term only on z . Still and z are indirectly related through the constraints = f , z = KY. Now the Bregman iteration is used to solve the split problem. In every iteration, it calls for the solution of the following problem: (19) Additional terms in the above expression are quadratic penalties enforcing the constraints and b1, b2 are the variables connected to the Bregman iteration algorithm [10]. The solution of (19), which minimizes jointly over, , z, Y is approximated by alternatingly minimizing one variable at a time, that is, fixing z and Y minimising over then fixing and Y minimising over z and so on. This method leads to three variable subproblems: 1. The subproblem: Variables z and Y are fixed and the sub problem is, (20) Its solution decouples over x and is known in closed form: (21) 2. The z subproblem: Variables and Y are fixed and the sub problem is, (22) The solution decouples over x. The optimal z satisfies, (23) ( 1 9 )
  • 8. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 13 editor@iaeme.com 3. The Y subproblem: Variables and z are fixed and the sub problem is, (24) For denoising K is identity and the optimal Y satisfies, (25) The overall Total Variational (TV) algorithm is as follows. Total Variational (TV) Algorithm:  Initialize Y = z = b2 = 0,  While “not converged"  Solve the sub problem  Solve the z sub problem  Solve the Y sub problem  and  While solving these subproblems, the xth sub problem solution is computed from the current values of all other variables and overwrites the previous value of variable x. Convergence will be checked by testing the maximum difference from the previous iterate: . (C) Patch Super Resolution In this phase, the sparse weight optimization model is proposed for super-resolution and denoising on image patch. The optimization problem is established such that its solution determines a non-negative sparse linear representation of the input LR patch over the example patches in the database, and a measure of similarity between patches is proposed and used as penalization function to enforce sparsity. Let us consider an LR patch yl i = Ds H xh i + ηi with the noise component ηi ∼ N (0, σi 2 ). The problem is to find an estimate of the HR patch xh i, from yl i with the help of the database (Pl , Ph). Thanks to the repetition of local structures of images, we can expect that there exists a subset of patches uh k Ph which have similar structures as those in xh i . Such patches will play an important role in determining the estimate of xh i.. In this work, it is assumed that xh i Rn can be represented as a sparse non-negative linear combination of the HR patches in Ph , (26) where the vector of representation coefficients αi = [αi1, αi2, . . . ,αik, . . .]T ≥ 0. Note that unlike the previous ScSR methods here we use non-negative constraint on the coefficients αik . This can be explained by considering both sides of equation. Due to the fact that the vectors xh i and uh k are defined from the pixel values of image patches, they are then positive vectors. Thus, in the equation xh i = Ph αi , both xh i and Ph are non-negative. This is why we can require the non-negative constraint on αi Now, consider the corresponding LR patch yl j of xh i . Since it is assumed that xh i = Ph αi , multiplying this equation by Ds H gives, Ds H xh i = Ds H Ph αi = Pl αi (27)
  • 9. Jesna K H http://www.iaeme.com/IJECET/index.asp 14 editor@iaeme.com By exploiting the relation between the LR and the HR patches, we obtain, – (28) whereξi is related to the noise power σi of ηi . As it can be seen, the LR patch yl i can be represented by the same sparse vector αi over the database of LR patches Pl, with a controlled error ξi. This implies that for a given LR patch yl i, the estimate of the corresponding HR patch xh i is performed by first determining sparse representation vector αi of yl i with respect to the database of LR patches Pl. Then, xh i can be recovered by simply multiplying this representation by the database Ph, h i = Ph αi. This is the core idea behind the proposed method. More precisely, our aim is to find the patches uh k which should be similar to xh i and then to use them for the estimation of xh i. Therefore, in order to select the similar patches (in the database) with xh i, we try to force coefficient vector αi =[αi1, αi2, . . . ,αik, . . .]T such that most of its zero components, αik , correspond to the elements uh k which are dissimilar to xh i. The problem of finding the vector αi can be given as: (29) Subject to where α =[αi1, αi2, . . . ,αik, . . .]T , is a given positive number, σi is the standard deviation of the noise in the ith patch, the l0-norm assures that the solution αi is a sparse one, while the positive penalty coefficients wik depend on the dissimilarity (or inversely the similarity) between denoised LR patches and LR patches in the database. Generally we force small values for αik for high dissimilarity or for weak similarity. Dissimilarity is estimated using denoised LR patches and LR patches in the database since HR patches are not available initially. The penalty coefficients wik is defined as, (30) Where d is the criterion determining the similarity between yl i and ul k , while is a non-negative increasing function. Normally, to measure the extent of dissimilarity among the image patches, one of the most popular dissimilarity criteria is the Euclidian distance. However, in this case yl i is a vector defined from the pixel values of the ith patch of the input LR image Y while ul k is a normalized example vector in the database. Moreover, yl i is also corrupted by noise ηi. Thus, using the Euclidian distance may not be effective enough. To obtain a better dissimilarity criterion, let us consider the relationship of yl i and ul k. Now let us with definition of congruence of image patches. Two image patches x1 and x2 are congruent if there exists a non-zero constant μ R, with x1 = μx2. As already mentioned yl i is corrupted by Gaussian white noise ηi ∼ N(0, σi 2 ) with yl i = Ds H xh i + ηi. Thus, the patch ul k is ideally similar to yl i if ul k is congruent to Ds H xh i . That means there exists a constant μik > 0 such that, (31) According to the assumption for the noise component ηi ∼ N(0, σi 2 ) the mean of ηi , E(ηi) ≈ 0. Therefore the constant μik can be approximated as,
  • 10. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 15 editor@iaeme.com (32) Thus we can write, (33) Therefore, we propose to use the parameter aik such that, (34) The parameter aik allows us to evaluate the statistical property of noise in the residual patch. So, in this work, the dissimilarity criterion d is defined by, (35) Here i( . ) is defined as i(t)=t if σi=0 otherwise, if σi > 0 then, (36) Where ρi is a positive threshold depending on yl i. As can be seen, the function i(t) strongly increases when t >ρi. In other words, the penalty coefficients corresponding to the example patches such that > ρi will be very high. Note that in the ideal case , we have, (37) Where m is the number of elements in vector yl i , and is a positive constant. The threshold ρi in (36) is set to γ(mσi 2 ). l0-norm is not a true norm thus the problem (29) is too complex to solve in general. To avoid the above problem we replace l0-norm by l1-norm, and problem (29) becomes convex and can be rewritten as: (38) Subject to which is equivalent to, (39) subject to Lagrange multipliers allow an equivalent formulation, (40) Where the parameter λ balances sparsity of the solution and fidelity of the approximation to yl i. The computation time can be reduced by imposing a threshold on the dissimilarity criterion d. Let us denote S(yl i) = {k I:αik > 0} as the support set of yl i. As analyzed above, S(yl i) involves ul k where d(yl i, ul k) is not very large. Thus, with a suitable value of the threshold ri, there exists a subset Ii of I,
  • 11. Jesna K H http://www.iaeme.com/IJECET/index.asp 16 editor@iaeme.com (41) Such that (42) Thus, inorder to save computing time, problem (40) should be considered on the subset Ii , (43) Easily can be rewritten as, (44) Where Ui is the matrix whose columns are the vectors ul k, wi is the vector formed by concatenating all the coefficients λ(1+wik), here k Ii . It can be seen that the problem (44) is a non-negative quadratic programming (NQP). It can be solved by using multiplicative updates algorithm proposed by Hoyer. The algorithm is as follows. Multiplicative updates algorithm for NQP:  Input: α =α0 > 0, number of iterations T  Updating: t=0 While t < T & = .*( )./( + ); t = t + 1; End  Output: Once is obtained the desired HR and LR patch can be obtained by just multiplying with the database of HR and LR patches. The HR patches can be obtained as, (45) The LR patches can be obtained in the same manner, (46) (a) (b) Figure 2 Results on MRI image of ankle (a) Result of the proposed method (b) Original test image.
  • 12. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 17 editor@iaeme.com (D) Reconstruction of the Entire HR Image To obtain the entire HR image, we first set all the estimated HR patches in the proper locations in the HR grid. A coarse estimate of X, is then computed by averaging in overlapping regions. In the same way, we obtain a denoised image, denoted by Ydenoise of Y by replacing the noisy patches by the denoised ones, and then performing averaging in overlapping regions. Final HR image is determined as a minimizer of the following problem. (47) The iterative back-projection (IBP) algorithm [9] is used to solve this problem, (48) Where Xt is the estimate of the HR image at the t-th iteration denotes the upscaling by factor s and p is a Gaussian symmetric filter. The result obtained by using this technique is as shown in figure 2. The overall algorithm for resolution enhancement is as follows: INPUT:  The LR image Y and the size of LR patch .  Magnification factor s.  Database (Pl, Ph) = {(uk l , uk h ), k ∈ I}.  Regularization parameter λ, number T of iterations. OUTPUT: HR image BEGIN 1. Denoise the input image using Total TV algorithm. 2. Partition Y into an arranged set of N overlapping patches . 3. For each patch of Y  Compute the dissimilarity criteria d( ).  Determine the subset Ii.  If  > 0, compute the penalty coefficients Wi.  Find α using multiplicative updates algorithm.  Generate the HR patch and the denoised LR patch . 4. END 5. FUSION: Produce the initial HR image and the denoised image . 6. IBP enhancement: using the IBP procedure find the final HR image. END 4. PERFORMANCE EVALUTION In order to evaluate the objective quality of the super- resolved images, we use two quality metrics, namely Peak Signal to Noise Ratio (PSNR) and Structural SIMilarity (SSIM). The PSNR measures the intensity difference between two images. However, it is well-known that it can fail to describe the subjective quality of the image. SSIM
  • 13. Jesna K H http://www.iaeme.com/IJECET/index.asp 18 editor@iaeme.com is one of the most frequently used metrics for image quality assessment. Compared with PSNR, SSIM better expresses the structure similarity between the recovered image and the reference one. Here we consider novel example based SR technique for the comparison of result. For novel example based SR PSNR was obtained as 17.44 and SSIM as 0.43, whereas for the proposed techniques PSNR I is obtained as 20.56 and SSIM as 0.51. 5. CONCLUSION In this paper, we proposed an effective super resolution technique for resolution enhancement which is very robust to heavy noise. The technique relies on the interesting idea that consists of using standard images to enhance the spatial resolution while denoising the given degraded and low-resolution image using Total Variational (TV) algorithm. Since medical images are specific, using this specificity for performing super-resolution allows more efficient solution than a conventional SR method. Experiment results show the effectiveness of the proposed technique and thereby demonstrating the ability of the technique for the potential improvement of diagnosis accuracy. ACKNOWLEDGMENT First of all I thank and praise the Almighty, without whom nothing is possible, for the spiritual support, eternal guidance and all blessings. And now I express my sincere gratitude to Asst Prof. ANGEL P MATHEW, project coordinator, and Asst Prof. RASEENA K A, project guide, for their encouraging status and timely help which have constantly stimulated me to travel eventually towards the completion of my project. REFERENCES [1] D. H. Trinh, M. Luong, F. Dibos, J. M. Rocchisani, C. D. Pham, and T. Q. Nguyen, “Novel Example-Based Method for Super-Resolution and Denoising of Medical Images,” IEEE Image Processing, Vol. 23, No. 4, April 2014. [2] V N Prudhvi Raj and Dr T Venkateswarlu “Denoising Of Medical Images Using Total Variational Method” Signal & Image Processing : An International Journal (SIPIJ) Vol.3, No.2, April 2012. [3] S. C. Park, M. K. Park, and M. G. Kang, “Super-resolution image reconstruction: A technical overview,” IEEE Signal Process. Mag., vol. 20, no. 3, pp. 21–36, May 2003. [4] W. T. Freeman, T. R. Jones, and E. C. Pasztor, “Example-based super resolution,” IEEE Comput. Graph. Appl., vol. 22, no. 2, pp. 56–65, Apr. 2002. [5] H. Chang, D. Yeung, and Y. Xiong, “Super-resolution through neighbor embedding,” in Proc. IEEE CVPR, Jul. 2004, pp. 275–282. [6] J. Yang, J. Wright, T. Huang, and Y. Ma, “Image super-resolution as sparse representation of raw image patches,” in Proc. IEEE CVPR, Jun. 2008, pp. 1–8. [7] J. Wang, S. Zhu, and Y. Gong, “Resolution enhancement based on learning the sparse association of image patches,” Pattern Recognit. Lett., vol. 31, no. 1, pp. 1–10, 2010. [8] J. Yang, J. Wright, T. Huang, and Y. Ma, “Image super-resolution as sparse representation of raw image patches,” in Proc. IEEE CVPR, Jun. 2008, pp. 1–8.
  • 14. Resolution Enhancement Technique For Noisy Medical Images http://www.iaeme.com/IJECET/index.asp 19 editor@iaeme.com [9] M. Irani and S. Peleg, “Motion analysis for image enhancement: Reso-lution, occlusion and transparency,” J. Vis. Commun. Image Represent, vol. 4, no. 4, pp. 324–335, Dec. 1993. [10] Wotao Yin , Stanley Osher, Donald Goldfarb And Jerome Durbon, ” Bregman Iterative Algorithms for Minimization with Applications to Compressed Sensing”, vol. 1,No.1, pp143-168. [11] Mayuri Y. Thorat and Vinayak K. Hybrid Method To Compress Slices of 3d Medical Images, International Journal of Electronics and Communication Engineering & Technology, 4(2), 2013, pp. 250 – 256.