SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 779
ANALYSIS OF IMAGE STORAGE AND RETRIEVAL IN GRADED
MEMORY
B Sudarshan1
, R Manjunatha2
1
Research Scholar, Electronics and Communication Engg, Department, Jain University, Bangalore, India
2
Research Guide, Electronics and Communication Engg, Department, Jain University, Bangalore, India
Abstract
An approach to storing and retrieving static images using multilayer Hopfield neural network is analyzed. Here, the Hopfield
network is used as a memory, which stores images in predefined resolution. During the image retrieval, down sampled version of
the stored image is provided as the query mage, The memory initially gives out a coarse image. The finer details of the image are
synthesized later by using this coarse output image. This coarse output image is fed as the input to the memory again. The output
this time will be better than the output that was got initially. The output of the memory becomes better and better as the time
progresses. We call this memory a graded memory. Here the work proposes various models of the graded memory using
multilayer Hopfield neural network, analyses the effectiveness of this memory with parameters like MSE, RMSE and PSNR.
Keywords: Hopfield network, graded memory, image storage, image retrieval.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
There are many ways in which picture images can be stored
in memory and retrieved. Simple way is to store the image
in normal memory without compressing the image. But,
generally, conventional way of storing static images is by
using some compression techniques like JPEG, Wavelets
etc. This requires entire image to be compressed using any
of the above mentioned technique then, coding this
compressed data using suitable coding techniques.
The paper analyzes a different approach to static image
storage and retrieval using a multilayer Hopfield neural
network so that this can be used as a graded memory1
. Here,
a single multilayer Hopfield neural network acts like a
memory by storing multiple images. The stored images can
be retrieved by providing the corresponding down sampled
image as the input to the neural network. The image thus
retrieved may be lossy, i.e., the retrieved image may not
exactly match pixel to pixel. The lossy image is sufficient in
many situations to arrive at a conclusion. The quality of the
image recall is analyzed using parameters like Mean
Squared Error (MSE), Root Mean Squared Error (RMSE)
and the Peak Signal to Noise ratio (PSNR).
Few authors have proposed storing gray scale images[3][4]
using Hopfield neural network. The method presented by
Giovanni Costantini[4] et al. decomposes the gray scale
image into L binary patterns. Each pattern represents one bit
in a digital coding of the gray levels. The image is stored
independently using a conventional neural binary network
with n neurons, where n is the number of pixels. There are L
uncoupled neural networks with n2
connections in each
level. The main advantage is that L uncoupled neural
networks can be implemented in parallel saving
considerable amount of time during both training as well as
during recall. In this method, if a binary pattern cannot be
stored in one sub-network, then the whole image cannot be
stored. C. Oh[5] et al. proposed design of associative
memory, wherein a large scale image is decomposed into
many sub-images & stored in independent neural networks.
Similar problem arise in this method also. Overlapping
between sub-images is done to overcome these effects. Igor
Aizenberg[2] et al. proposed multilayer neural network with
multi valued to classify textures.
In the proposed work, the multilayer Hopfield network is
used as memory and the algorithm presented in[3] is
adapted. This algorithm is better than the one used in[4]
which stores an image in the neural network having L
uncoupled layers without any interaction among the layers.
The paper is organized as below. A brief of Hopfield neural
network is discussed in Section 2. Section 3 elaborates the
actual design of graded memory focusing on image storage
and retrieval. Section 4 explains simulation setup and
results. Section 5 provides conclusion and future scope of
work.
2. MULTILAYER HOPFIELD NEURAL
NETWORK
Multilayer 2-dimensional Hopfield neural network[6] has
only one layer of neurons. Each neuron has an input, an
output and also performs computation. All neurons in the
layer have bidirectional interconnections. The state equation
of the network is given by
π’…π‘Όπ’Šπ’‹
𝒅𝒕
= βˆ’π‘Όπ’Šπ’‹ + π‘Ύπ’Šπ’‹,π’Œπ’ 𝑽 π’Œπ’ + π‘°π’Šπ’‹
π’Œπ’
1
where, i, k = 0,1,2 …M and j ,l = 0,1,2…N
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 780
MxN is the number of neurons, Uij is the input to the neuron
at ith
row and jth
column.Vkl is the neuron output at ith
row
and jth
column. W =[Wij,kl] is the weight matrix for
connections. Input bias Iij is taken as zero for all i, j here.
The output Vij is found by applying piecewise-linear
saturation function f(x) = 0.5(|x+1|-|x-1|). In this work, to
store a gray scale image, 3-dimensional (MxNxL) multilayer
Hopfield neural network is considered, where M denotes
number of rows, N columns and L, the levels in the grid of
3-dimensional neurons, the current neuron is denoted by
C(i,j,p) where i, j & p denote row, column and level
respectively. Each neuron is connected to other neurons in
the neighborhood given by the following constraint as
presented in3
.
Nr,s(i,j,p) = { (k,l,q):|k-q|≀r v |k-I β‰₯M-r,|l-j| ≀r v |l-j|β‰₯N-r, |q-
p||≀s v |q-p| β‰₯L-s} (2)
Each neuron is connected to (2r +1)2
neurons in the nearest
neighborhood defined by the above constraint in each of the
layers p-s, ..., p-1, p, p+1, ..., p+s, and (2s+1) connections in
other layers. Here r β‰₯ s is assumed. Each neuron will have ΞΌ
number of connections given by ΞΌ = (2s +1) (2r +1)2
The above constraint defining the neighborhood makes the
network to have wraparound connections, meaning neurons
lying on a torus with wraparound connections. For the
neural network without wrap around connections, i.e., non-
torus neural network, the equation (2) reduces to
Nr,s(i,j,p) = { (k,l,q):|k-q|≀r, |l-j| ≀r, |q-p||≀s} (3)
The state equation for this 3-dimensional Hopfield neural
network having L number of 2-dimensional layers is given
by
π’…π‘Όπ’Šπ’‹π’‘
𝒅𝒕
= βˆ’π‘Όπ’Šπ’‹π’‘ + π‘Ύπ’Šπ’‹π’‘,π’Œπ’π’’ 𝑽 π’Œπ’π’’ + π‘°π’Šπ’‹π’‘
π‘ͺ(π’Œ,𝒍,𝒒)βˆŠπ‘΅ 𝒓,𝒔(π’Š,𝒋,𝒑)
(πŸ’)
The image with n pixels and 2L
gray levels is decomposed
into L binary patterns with n pixels. Each pattern
corresponds to a layer of the multilayer Hopfield neural
network. Hence, the proposed architecture consists of L
layers, each with n neurons; the total number of neurons is
nL and the total number of interconnections is ΞΌnL. The
number of interconnections grows only linearly with the
number of pixels and logarithmically with the number of
gray levels. The image is decomposed into binary patterns
using binary weighted code. These are then converted to
bipolar patterns and these bipolar patterns are used to train
the neural network which is discussed in the next section. It
is observed that binary patterns coded in reflective gray
coding technique did not give better results compared to
when binary patterns coded using binary weighted code.
Whereas, in[3], binary patterns are coded in reflective gray
coding technique.
3. DESIGN OF GRADED MEMORY
3.1 Image Storage
To store the gray scale image in a memory, the images
shown figure 1 are taken, since storing a 128x128 sized gray
scale image requires large number of neurons and
connections requiring huge computer resources. Due to
computer resource issues related to virtual memory
allotment for storing large number of connections, the gray-
scale image to be stored is partitioned into many sub-blocks
of equal size. For example, 128x128 image can be
partitioned into 16 sub-blocks of size 32x32, 64 sub-blocks
of 16x16 size or 256 sub-blocks of size 8x8. When an image
of size 48x48 is partitioned into 9 sub-blocks of size 16x16
pixels each, the neural network for all these 9 sub-blocks of
the image is trained simultaneously. Each of these sub-
images are stored in the neural network during training. The
method used to design the multilayer Hopfield network is
adapted from3
is as given below for reference.
The simulation setup includes simulation of training and
testing of the multilayer Hopfield Neural network using
MATLAB 7.10. The values of delta is set to 500, r and s
values are set to 4 with learning rate taken as 1.
(a)
(b)
(c)
Fig 1 images used for training the neural network
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 781
Let yijp = f(xijp)
Assume Wijp,klq = 1 for all i, j, p = k, l, q.
If there are Q images to be stored in the network, then each
gray scale image coded in binary weighted code is first
decomposed into L binary patterns, these patterns are then
converted to bipolar patterns with 0 replaced by -1 and
retaining 1 as it is. The ith
image yi ∈{-1,+1}MΓ—NΓ—L.
So y1, y2 ...yQ are the Q bipolar patterns corresponding to the
Q images to be stored.
Connection weights Wijp,klq satisfying the following set of
constraints are found.
The constraints are as below.
π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘žπΆ(π‘˜,𝑙,π‘ž)βˆŠπ‘ π‘Ÿ,𝑠(𝑖,𝑗 ,𝑝) 𝑉𝑖𝑗𝑝
(π‘š)
π‘‰π‘˜π‘™π‘ž
(π‘š)
β‰₯ 𝛿 > 0 (5)
Where I,k = 1,2,…M, j,l = 1,2,….N, p,q=1,2,..L and m =
I,2,..Q and Ξ΄ is the stability factor for the stored images in
the network.
Connection weights are computed using the following
algorithm.
Initially, all the weights are set to 0, i.e., Wijp, klq (0) = 0 for
all i, j, p k, l, q
For every iteration, i.e., t > 0
△𝑖𝑗𝑝
(π‘š)
𝑑 = π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘ž 𝑉𝑖𝑗𝑝
(π‘š)
π‘‰π‘˜π‘™π‘ž
(π‘š)
𝐢 π‘˜,𝑙,π‘ž βˆŠπ‘ π‘Ÿ,𝑠(𝑖,𝑗 ,𝑝)
βˆ’ 𝛿 (6)
Then, P(△𝑖𝑗𝑝 𝑑 ) = 0 for △𝑖𝑗𝑝 𝑑 β‰₯0 and P(△𝑖𝑗𝑝 𝑑 ) = 1
for △𝑖𝑗𝑝 𝑑 < 0 are calculated.
The connection weights are updated with the following
equation.
π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘ž 𝑑 + 1
= π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘ž 𝑑
+ πœ‚ 𝑉𝑖𝑗𝑝
(π‘š)
π‘‰π‘˜π‘™π‘ž
(π‘š)
P △𝑖𝑗𝑝 𝑑
𝐢(π‘˜,𝑙,π‘ž)βˆŠπ‘ π‘Ÿ,𝑠(𝑖,𝑗,𝑝)
(7)
Where, Ξ· is the learning rate greater than zero. Here the
computed W matrix is not symmetric.
3.2 Image Retrieval
Once the network is trained to store all the sub-blocks of the
entire image meeting the constraints specified in the
algorithm, the stored images are retrieved by providing the
down sampled version of the partitioned input image.
During the retrieval of the complete image, the trained
network is fed with down sampled version (test image) of
the partitioned images one after the other. For each down
sampled version of the input partition image that is fed to
the network, the recalled image is initially a coarse output
image, this coarse output is fed as the input to the network in
the 2nd
pass and it is observed that the output obtained in the
2nd
pass is better than that obtained in the first pass. In the
third pass, the output image obtained in 2nd
pass is fed as the
input image and the third pass output is noted. This is
repeated till the output image of some ath
pass is satisfactory.
This is repeated for each partitioned image. After noting all
the recalled images, these are combined to get the total
image. The recalled combined image is compared against
the stored image and the performance of the network is
measured using the parameters MSE, RMSE and PSNR.
The results are presented in section 4.
4. SIMULATION AND RESULTS
Matlab code is written to simulate multilayer Hopfield
neural network using the algorithm presented in section 3.1
and 3.2. The three images shown in figure 1 are used to test
the performance of the graded memory. The graded memory
stores 9 images of size 16x16 during the training and during
the retrieval, don sampled version of these images are given
as test images and the results are noted. Table 1 shows
image retrieval when the image shown in fig. 1 (a) of size
48x48 is partitioned into 9 images and stored in the graded
memory. Similarly, the tables 3 and 4 show the image
retrieval results obtained when the images shown in fig.
1(b) and (c) are partitioned and stored .
Table 2 shows the consolidated image quality in terms of
PSNR in dB when the multilayer Hopfield neural network is
connected in fully connected, torus and non torus fashion
Figures 2-4 show the graph showing the image retrieval
quality in terms of PSNR in dB for images shown in fig 1
Table 1 Image retrieval when network stores 9 images in
different configuration of the network
Training
image
Test Image
Fully
Connected
Torus
connection
Non Torus
connection
Output
for test
image
1st
pass
2nd
pass
3rd pass
4th
pass
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 782
5th
pass
6th
pass
7th
pass
8th
pass
9th
pass
10th
pass
Table 2 PSNR(dB) values obtained when images are
retrieved from graded memory, each row indicates the
number of the iteration.
Barbara Lena Baboon
FC T NT FC T NT FC T NT
18.6 17.0
5
15.2
7
14.
8
13.8
5
12.2
7
29.6
3
23.8
7
18.4
422.9
7
22.0
4
17.4
8
17.
21
15.7
5
12.6
2
100 38.1
4
23.2
424.6
5
25.0
5
19.8 19.
97
18.2
4
13.8
6
100 24.4
126.2
4
26.4
1
19.9
8
33.
91
20.0
1
14.9
2
26.0
545.6
5
40.6
9
20.4
5
100 21.4
7
15.8
5
26.0
9100 46.3
7
20.8
9
25.1
3
17.5 26.1
946.3
7
20.8
2
100 20.3
7
26.5
46.5
3
20.9
4
22.0
7
26.8
821.3
9
22.1 27.0
922.0
2
22.1 27.2
322.3
3
27.2
9
where
FC- Fully Connected network
T - Torus network NT - Non Torus network
Fig 2 Graph showing PSNR variation with respect to type of
network used for image shown in fig. 1. (a)
Table 3 Image retrieval when network stores 9 images in
different configuration of the network
Training
image
Test Image
Fully
Connected
Torus
connection
Non Torus
connection
Output
for test
image
1st
pass
2nd
pass
3rd pass
4th
pass
5th
pass
6th
pass
7th
pass
8th
pass
Fig 3 Graph showing PSNR variation with respect to type of
network used for image shown in fig. 1.(b)
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 783
Table 4 Image retrieval when network stores 9 images in
different configuration of the network
Training
image
Test Image
Fully
Connected
Torus
connection
Non Torus
connection
Output for
test image
1st
pass
2nd
pass
3rd pass
4th
pass
5th
pass
6th
pass
7th
pass
8th
pass
9th
pass
10th
pass
Fig 4 Graph showing PSNR variation with respect to type of
network used for image shown in fig. 1.(c)
5. CONCLUSION AND FUTURE WORK
In this work, the multilayer Hopfield neural network has
been used in three configurations i) Fully connected ii)
Torus connection and iii) non torus connection. From the
simulation results it is observed that multilayer Hopfield
neural network can be configured to work as a graded
memory in all these three configurations especially in fully
connected fashion. It is clear from the results that the fully
connected neural network generates the image that exactly
match the original image in few passes whereas torus
connected network is able to generate image that is enough
to arrive at conclusion in few passes though it is not able to
generate the original image exactly. The non torus
connected network is able to generate the image which of
poor quality compared to that obtained in other to cases. We
can conclude that Fully connected network is best among
the three network configurations used. The only limitation is
that the network requires large number of neurons and
connection weights.
Future work can focus on how to improve the quality of
image when the network is connected in non torus fashion.
Also, the graded memory currently using the above
algorithm is able to store and retrieve up to Nine images
successfully, need to look at how to improve this number
further.
REFERENCES
[1] B. Sudarshan, R Manjunatha, Image Storage and
Retrieval in Graded Memory, International Journal
of Advances in Engineering & Technology (IJAET),
Volume 8 Issue 1, Feb. 2015, pp. 2123-2128.
[2] Igor Aizenberg, Senior Member, IEEE, Jacob
Jackson, and Shane Alexander, Classification of
Blurred Textures using Multilayer Neural Network
Based on Multi-Valued Neurons, Proc. of
International Joint Conference on Neural Networks,
San Jose, California, USA, July 31 – August 5, 2011.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 784
[3] Govanni Costantini, Design of Associative memory
for Gray-Scale images by multilayer Hopfield Neural
networks, Proc. Of the 10th
ESEAS international
conference on CIRCUITS, Vouliagmeni, Athens,
Greece, July 10-12, 2006, pp. 376-379.
[4] Giovanni Costantini, Daniele Casali and Renzo
Perfetti, Neural associative memory storing gray-
scale images, IEEE Trans. Neural Networks, vol14,
No. 3, May 2003, pp703-707.
[5] C. Oh, S H Zak, Associative memory design using
overlapping decompositions and generalized brain-
state-in a –box neural networks, Intl. Journal for
Neural System. Vol. 13, no. 3, 2003, pp. 139-153.
[6] J.J. Hopfield, Neural networks and physical systems
with emergent collective computational abilities,
Proc. Nat. Acad. Sci., vol. 79, 1982, pp. 2554-2558.
BIOGRAPHIES
Mr. B Sudarshan is working as
Assistant Professor at KS Institute of
technology, Bangalore, India. He is
currently pursuing PhD from Jain
university, Bangalore India. He has
more than 12 years of industrial
experience in India and United states of
America. His area of research includes
image processing, artificial intelligence.
Dr. Manjunath R is well known scientist
in India and abroad. He has got PhD
from Bangalore university, India. He has
3 patents to his credit and published
more than 100 papers in international
journals. His research areas include DSP,
artificial intelligence, image processing.

More Related Content

What's hot

Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelIJECEIAES
Β 
A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...
A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...
A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...ijdms
Β 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlceSAT Publishing House
Β 
A broad ranging open access journal Fast and efficient online submission Expe...
A broad ranging open access journal Fast and efficient online submission Expe...A broad ranging open access journal Fast and efficient online submission Expe...
A broad ranging open access journal Fast and efficient online submission Expe...ijceronline
Β 
proposal_pura
proposal_puraproposal_pura
proposal_puraErick Lin
Β 
11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...Alexander Decker
Β 
Efficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classificationEfficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classificationIOSR Journals
Β 
Background Estimation Using Principal Component Analysis Based on Limited Mem...
Background Estimation Using Principal Component Analysis Based on Limited Mem...Background Estimation Using Principal Component Analysis Based on Limited Mem...
Background Estimation Using Principal Component Analysis Based on Limited Mem...IJECEIAES
Β 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Hưng Đặng
Β 
An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...Alexander Decker
Β 
AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...
AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...
AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...Editor IJMTER
Β 
MULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGE
MULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGEMULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGE
MULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGEijcsity
Β 

What's hot (15)

Black-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX modelBlack-box modeling of nonlinear system using evolutionary neural NARX model
Black-box modeling of nonlinear system using evolutionary neural NARX model
Β 
A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...
A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...
A SURVEY OF SPIKING NEURAL NETWORKS AND SUPPORT VECTOR MACHINE PERFORMANCE BY...
Β 
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlcNeural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlc
Β 
A broad ranging open access journal Fast and efficient online submission Expe...
A broad ranging open access journal Fast and efficient online submission Expe...A broad ranging open access journal Fast and efficient online submission Expe...
A broad ranging open access journal Fast and efficient online submission Expe...
Β 
Ag044216224
Ag044216224Ag044216224
Ag044216224
Β 
proposal_pura
proposal_puraproposal_pura
proposal_pura
Β 
11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...11.digital image processing for camera application in mobile devices using ar...
11.digital image processing for camera application in mobile devices using ar...
Β 
Efficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classificationEfficient design of feedforward network for pattern classification
Efficient design of feedforward network for pattern classification
Β 
6119ijcsitce01
6119ijcsitce016119ijcsitce01
6119ijcsitce01
Β 
Background Estimation Using Principal Component Analysis Based on Limited Mem...
Background Estimation Using Principal Component Analysis Based on Limited Mem...Background Estimation Using Principal Component Analysis Based on Limited Mem...
Background Estimation Using Principal Component Analysis Based on Limited Mem...
Β 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...
Β 
J017426467
J017426467J017426467
J017426467
Β 
An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...An efficient technique for color image classification based on lower feature ...
An efficient technique for color image classification based on lower feature ...
Β 
AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...
AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...
AN ENHANCED SEPARABLE REVERSIBLE DATA HIDING IN ENCRYPTED IMAGES USING SIDE M...
Β 
MULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGE
MULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGEMULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGE
MULTIPLE RECONSTRUCTION COMPRESSION FRAMEWORK BASED ON PNG IMAGE
Β 

Similar to Analysis of image storage and retrieval in graded memory

Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...
Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...
Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...CSCJournals
Β 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
Β 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Hưng Đặng
Β 
Image Processing Compression and Reconstruction by Using New Approach Artific...
Image Processing Compression and Reconstruction by Using New Approach Artific...Image Processing Compression and Reconstruction by Using New Approach Artific...
Image Processing Compression and Reconstruction by Using New Approach Artific...CSCJournals
Β 
Optimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesOptimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesIDES Editor
Β 
Hand Written Digit Classification
Hand Written Digit ClassificationHand Written Digit Classification
Hand Written Digit Classificationijtsrd
Β 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
Β 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...Dr. Amarjeet Singh
Β 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingeSAT Publishing House
Β 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modeleSAT Journals
Β 
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural NetworkTargeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Networkijceronline
Β 
IMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEY
IMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEYIMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEY
IMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEYcscpconf
Β 
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCSEIJJournal
Β 
Convolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationConvolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationCSEIJJournal
Β 
Microscopy images segmentation algorithm based on shearlet neural network
Microscopy images segmentation algorithm based on shearlet neural networkMicroscopy images segmentation algorithm based on shearlet neural network
Microscopy images segmentation algorithm based on shearlet neural networkjournalBEEI
Β 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...IAEME Publication
Β 
Image Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkImage Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkIRJET Journal
Β 
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...ijaia
Β 

Similar to Analysis of image storage and retrieval in graded memory (20)

Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...
Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...
Comparison Between Levenberg-Marquardt And Scaled Conjugate Gradient Training...
Β 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
Β 
Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...Image compression and reconstruction using a new approach by artificial neura...
Image compression and reconstruction using a new approach by artificial neura...
Β 
Image Processing Compression and Reconstruction by Using New Approach Artific...
Image Processing Compression and Reconstruction by Using New Approach Artific...Image Processing Compression and Reconstruction by Using New Approach Artific...
Image Processing Compression and Reconstruction by Using New Approach Artific...
Β 
Optimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral ImagesOptimized Neural Network for Classification of Multispectral Images
Optimized Neural Network for Classification of Multispectral Images
Β 
Hand Written Digit Classification
Hand Written Digit ClassificationHand Written Digit Classification
Hand Written Digit Classification
Β 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
Β 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
Β 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna using
Β 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network model
Β 
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural NetworkTargeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
Targeted Visual Content Recognition Using Multi-Layer Perceptron Neural Network
Β 
A1804010105
A1804010105A1804010105
A1804010105
Β 
IMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEY
IMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEYIMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEY
IMPROVING OF ARTIFICIAL NEURAL NETWORKS PERFORMANCE BY USING GPU’S: A SURVEY
Β 
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATIONCONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
CONVOLUTIONAL NEURAL NETWORK BASED RETINAL VESSEL SEGMENTATION
Β 
Convolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel SegmentationConvolutional Neural Network based Retinal Vessel Segmentation
Convolutional Neural Network based Retinal Vessel Segmentation
Β 
Microscopy images segmentation algorithm based on shearlet neural network
Microscopy images segmentation algorithm based on shearlet neural networkMicroscopy images segmentation algorithm based on shearlet neural network
Microscopy images segmentation algorithm based on shearlet neural network
Β 
F017533540
F017533540F017533540
F017533540
Β 
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
NEURAL NETWORK FOR THE RELIABILITY ANALYSIS OF A SERIES - PARALLEL SYSTEM SUB...
Β 
Image Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural NetworkImage Compression and Reconstruction Using Artificial Neural Network
Image Compression and Reconstruction Using Artificial Neural Network
Β 
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
NETWORK LEARNING AND TRAINING OF A CASCADED LINK-BASED FEED FORWARD NEURAL NE...
Β 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
Β 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
Β 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
Β 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
Β 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
Β 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
Β 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
Β 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
Β 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
Β 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
Β 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
Β 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
Β 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
Β 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
Β 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
Β 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
Β 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
Β 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
Β 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
Β 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
Β 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
Β 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
Β 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
Β 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
Β 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Β 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Β 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Β 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
Β 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
Β 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Β 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
Β 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
Β 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Β 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
Β 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
Β 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
Β 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Β 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Β 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
Β 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Β 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
Β 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
Β 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
Β 
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
Β 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
Β 
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
Β 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
Β 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
Β 
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
Β 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
Β 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
Β 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
Β 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
Β 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
Β 
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
Β 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
Β 
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCRβ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
Β 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Β 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
Β 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
Β 
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
Β 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
Β 
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, ...
Β 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
Β 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
Β 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
Β 
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
Β 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
Β 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Β 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Β 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
Β 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
Β 
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...
Β 

Analysis of image storage and retrieval in graded memory

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 779 ANALYSIS OF IMAGE STORAGE AND RETRIEVAL IN GRADED MEMORY B Sudarshan1 , R Manjunatha2 1 Research Scholar, Electronics and Communication Engg, Department, Jain University, Bangalore, India 2 Research Guide, Electronics and Communication Engg, Department, Jain University, Bangalore, India Abstract An approach to storing and retrieving static images using multilayer Hopfield neural network is analyzed. Here, the Hopfield network is used as a memory, which stores images in predefined resolution. During the image retrieval, down sampled version of the stored image is provided as the query mage, The memory initially gives out a coarse image. The finer details of the image are synthesized later by using this coarse output image. This coarse output image is fed as the input to the memory again. The output this time will be better than the output that was got initially. The output of the memory becomes better and better as the time progresses. We call this memory a graded memory. Here the work proposes various models of the graded memory using multilayer Hopfield neural network, analyses the effectiveness of this memory with parameters like MSE, RMSE and PSNR. Keywords: Hopfield network, graded memory, image storage, image retrieval. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION There are many ways in which picture images can be stored in memory and retrieved. Simple way is to store the image in normal memory without compressing the image. But, generally, conventional way of storing static images is by using some compression techniques like JPEG, Wavelets etc. This requires entire image to be compressed using any of the above mentioned technique then, coding this compressed data using suitable coding techniques. The paper analyzes a different approach to static image storage and retrieval using a multilayer Hopfield neural network so that this can be used as a graded memory1 . Here, a single multilayer Hopfield neural network acts like a memory by storing multiple images. The stored images can be retrieved by providing the corresponding down sampled image as the input to the neural network. The image thus retrieved may be lossy, i.e., the retrieved image may not exactly match pixel to pixel. The lossy image is sufficient in many situations to arrive at a conclusion. The quality of the image recall is analyzed using parameters like Mean Squared Error (MSE), Root Mean Squared Error (RMSE) and the Peak Signal to Noise ratio (PSNR). Few authors have proposed storing gray scale images[3][4] using Hopfield neural network. The method presented by Giovanni Costantini[4] et al. decomposes the gray scale image into L binary patterns. Each pattern represents one bit in a digital coding of the gray levels. The image is stored independently using a conventional neural binary network with n neurons, where n is the number of pixels. There are L uncoupled neural networks with n2 connections in each level. The main advantage is that L uncoupled neural networks can be implemented in parallel saving considerable amount of time during both training as well as during recall. In this method, if a binary pattern cannot be stored in one sub-network, then the whole image cannot be stored. C. Oh[5] et al. proposed design of associative memory, wherein a large scale image is decomposed into many sub-images & stored in independent neural networks. Similar problem arise in this method also. Overlapping between sub-images is done to overcome these effects. Igor Aizenberg[2] et al. proposed multilayer neural network with multi valued to classify textures. In the proposed work, the multilayer Hopfield network is used as memory and the algorithm presented in[3] is adapted. This algorithm is better than the one used in[4] which stores an image in the neural network having L uncoupled layers without any interaction among the layers. The paper is organized as below. A brief of Hopfield neural network is discussed in Section 2. Section 3 elaborates the actual design of graded memory focusing on image storage and retrieval. Section 4 explains simulation setup and results. Section 5 provides conclusion and future scope of work. 2. MULTILAYER HOPFIELD NEURAL NETWORK Multilayer 2-dimensional Hopfield neural network[6] has only one layer of neurons. Each neuron has an input, an output and also performs computation. All neurons in the layer have bidirectional interconnections. The state equation of the network is given by π’…π‘Όπ’Šπ’‹ 𝒅𝒕 = βˆ’π‘Όπ’Šπ’‹ + π‘Ύπ’Šπ’‹,π’Œπ’ 𝑽 π’Œπ’ + π‘°π’Šπ’‹ π’Œπ’ 1 where, i, k = 0,1,2 …M and j ,l = 0,1,2…N
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 780 MxN is the number of neurons, Uij is the input to the neuron at ith row and jth column.Vkl is the neuron output at ith row and jth column. W =[Wij,kl] is the weight matrix for connections. Input bias Iij is taken as zero for all i, j here. The output Vij is found by applying piecewise-linear saturation function f(x) = 0.5(|x+1|-|x-1|). In this work, to store a gray scale image, 3-dimensional (MxNxL) multilayer Hopfield neural network is considered, where M denotes number of rows, N columns and L, the levels in the grid of 3-dimensional neurons, the current neuron is denoted by C(i,j,p) where i, j & p denote row, column and level respectively. Each neuron is connected to other neurons in the neighborhood given by the following constraint as presented in3 . Nr,s(i,j,p) = { (k,l,q):|k-q|≀r v |k-I β‰₯M-r,|l-j| ≀r v |l-j|β‰₯N-r, |q- p||≀s v |q-p| β‰₯L-s} (2) Each neuron is connected to (2r +1)2 neurons in the nearest neighborhood defined by the above constraint in each of the layers p-s, ..., p-1, p, p+1, ..., p+s, and (2s+1) connections in other layers. Here r β‰₯ s is assumed. Each neuron will have ΞΌ number of connections given by ΞΌ = (2s +1) (2r +1)2 The above constraint defining the neighborhood makes the network to have wraparound connections, meaning neurons lying on a torus with wraparound connections. For the neural network without wrap around connections, i.e., non- torus neural network, the equation (2) reduces to Nr,s(i,j,p) = { (k,l,q):|k-q|≀r, |l-j| ≀r, |q-p||≀s} (3) The state equation for this 3-dimensional Hopfield neural network having L number of 2-dimensional layers is given by π’…π‘Όπ’Šπ’‹π’‘ 𝒅𝒕 = βˆ’π‘Όπ’Šπ’‹π’‘ + π‘Ύπ’Šπ’‹π’‘,π’Œπ’π’’ 𝑽 π’Œπ’π’’ + π‘°π’Šπ’‹π’‘ π‘ͺ(π’Œ,𝒍,𝒒)βˆŠπ‘΅ 𝒓,𝒔(π’Š,𝒋,𝒑) (πŸ’) The image with n pixels and 2L gray levels is decomposed into L binary patterns with n pixels. Each pattern corresponds to a layer of the multilayer Hopfield neural network. Hence, the proposed architecture consists of L layers, each with n neurons; the total number of neurons is nL and the total number of interconnections is ΞΌnL. The number of interconnections grows only linearly with the number of pixels and logarithmically with the number of gray levels. The image is decomposed into binary patterns using binary weighted code. These are then converted to bipolar patterns and these bipolar patterns are used to train the neural network which is discussed in the next section. It is observed that binary patterns coded in reflective gray coding technique did not give better results compared to when binary patterns coded using binary weighted code. Whereas, in[3], binary patterns are coded in reflective gray coding technique. 3. DESIGN OF GRADED MEMORY 3.1 Image Storage To store the gray scale image in a memory, the images shown figure 1 are taken, since storing a 128x128 sized gray scale image requires large number of neurons and connections requiring huge computer resources. Due to computer resource issues related to virtual memory allotment for storing large number of connections, the gray- scale image to be stored is partitioned into many sub-blocks of equal size. For example, 128x128 image can be partitioned into 16 sub-blocks of size 32x32, 64 sub-blocks of 16x16 size or 256 sub-blocks of size 8x8. When an image of size 48x48 is partitioned into 9 sub-blocks of size 16x16 pixels each, the neural network for all these 9 sub-blocks of the image is trained simultaneously. Each of these sub- images are stored in the neural network during training. The method used to design the multilayer Hopfield network is adapted from3 is as given below for reference. The simulation setup includes simulation of training and testing of the multilayer Hopfield Neural network using MATLAB 7.10. The values of delta is set to 500, r and s values are set to 4 with learning rate taken as 1. (a) (b) (c) Fig 1 images used for training the neural network
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 781 Let yijp = f(xijp) Assume Wijp,klq = 1 for all i, j, p = k, l, q. If there are Q images to be stored in the network, then each gray scale image coded in binary weighted code is first decomposed into L binary patterns, these patterns are then converted to bipolar patterns with 0 replaced by -1 and retaining 1 as it is. The ith image yi ∈{-1,+1}MΓ—NΓ—L. So y1, y2 ...yQ are the Q bipolar patterns corresponding to the Q images to be stored. Connection weights Wijp,klq satisfying the following set of constraints are found. The constraints are as below. π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘žπΆ(π‘˜,𝑙,π‘ž)βˆŠπ‘ π‘Ÿ,𝑠(𝑖,𝑗 ,𝑝) 𝑉𝑖𝑗𝑝 (π‘š) π‘‰π‘˜π‘™π‘ž (π‘š) β‰₯ 𝛿 > 0 (5) Where I,k = 1,2,…M, j,l = 1,2,….N, p,q=1,2,..L and m = I,2,..Q and Ξ΄ is the stability factor for the stored images in the network. Connection weights are computed using the following algorithm. Initially, all the weights are set to 0, i.e., Wijp, klq (0) = 0 for all i, j, p k, l, q For every iteration, i.e., t > 0 △𝑖𝑗𝑝 (π‘š) 𝑑 = π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘ž 𝑉𝑖𝑗𝑝 (π‘š) π‘‰π‘˜π‘™π‘ž (π‘š) 𝐢 π‘˜,𝑙,π‘ž βˆŠπ‘ π‘Ÿ,𝑠(𝑖,𝑗 ,𝑝) βˆ’ 𝛿 (6) Then, P(△𝑖𝑗𝑝 𝑑 ) = 0 for △𝑖𝑗𝑝 𝑑 β‰₯0 and P(△𝑖𝑗𝑝 𝑑 ) = 1 for △𝑖𝑗𝑝 𝑑 < 0 are calculated. The connection weights are updated with the following equation. π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘ž 𝑑 + 1 = π‘Šπ‘–π‘—π‘ ,π‘˜π‘™π‘ž 𝑑 + πœ‚ 𝑉𝑖𝑗𝑝 (π‘š) π‘‰π‘˜π‘™π‘ž (π‘š) P △𝑖𝑗𝑝 𝑑 𝐢(π‘˜,𝑙,π‘ž)βˆŠπ‘ π‘Ÿ,𝑠(𝑖,𝑗,𝑝) (7) Where, Ξ· is the learning rate greater than zero. Here the computed W matrix is not symmetric. 3.2 Image Retrieval Once the network is trained to store all the sub-blocks of the entire image meeting the constraints specified in the algorithm, the stored images are retrieved by providing the down sampled version of the partitioned input image. During the retrieval of the complete image, the trained network is fed with down sampled version (test image) of the partitioned images one after the other. For each down sampled version of the input partition image that is fed to the network, the recalled image is initially a coarse output image, this coarse output is fed as the input to the network in the 2nd pass and it is observed that the output obtained in the 2nd pass is better than that obtained in the first pass. In the third pass, the output image obtained in 2nd pass is fed as the input image and the third pass output is noted. This is repeated till the output image of some ath pass is satisfactory. This is repeated for each partitioned image. After noting all the recalled images, these are combined to get the total image. The recalled combined image is compared against the stored image and the performance of the network is measured using the parameters MSE, RMSE and PSNR. The results are presented in section 4. 4. SIMULATION AND RESULTS Matlab code is written to simulate multilayer Hopfield neural network using the algorithm presented in section 3.1 and 3.2. The three images shown in figure 1 are used to test the performance of the graded memory. The graded memory stores 9 images of size 16x16 during the training and during the retrieval, don sampled version of these images are given as test images and the results are noted. Table 1 shows image retrieval when the image shown in fig. 1 (a) of size 48x48 is partitioned into 9 images and stored in the graded memory. Similarly, the tables 3 and 4 show the image retrieval results obtained when the images shown in fig. 1(b) and (c) are partitioned and stored . Table 2 shows the consolidated image quality in terms of PSNR in dB when the multilayer Hopfield neural network is connected in fully connected, torus and non torus fashion Figures 2-4 show the graph showing the image retrieval quality in terms of PSNR in dB for images shown in fig 1 Table 1 Image retrieval when network stores 9 images in different configuration of the network Training image Test Image Fully Connected Torus connection Non Torus connection Output for test image 1st pass 2nd pass 3rd pass 4th pass
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 782 5th pass 6th pass 7th pass 8th pass 9th pass 10th pass Table 2 PSNR(dB) values obtained when images are retrieved from graded memory, each row indicates the number of the iteration. Barbara Lena Baboon FC T NT FC T NT FC T NT 18.6 17.0 5 15.2 7 14. 8 13.8 5 12.2 7 29.6 3 23.8 7 18.4 422.9 7 22.0 4 17.4 8 17. 21 15.7 5 12.6 2 100 38.1 4 23.2 424.6 5 25.0 5 19.8 19. 97 18.2 4 13.8 6 100 24.4 126.2 4 26.4 1 19.9 8 33. 91 20.0 1 14.9 2 26.0 545.6 5 40.6 9 20.4 5 100 21.4 7 15.8 5 26.0 9100 46.3 7 20.8 9 25.1 3 17.5 26.1 946.3 7 20.8 2 100 20.3 7 26.5 46.5 3 20.9 4 22.0 7 26.8 821.3 9 22.1 27.0 922.0 2 22.1 27.2 322.3 3 27.2 9 where FC- Fully Connected network T - Torus network NT - Non Torus network Fig 2 Graph showing PSNR variation with respect to type of network used for image shown in fig. 1. (a) Table 3 Image retrieval when network stores 9 images in different configuration of the network Training image Test Image Fully Connected Torus connection Non Torus connection Output for test image 1st pass 2nd pass 3rd pass 4th pass 5th pass 6th pass 7th pass 8th pass Fig 3 Graph showing PSNR variation with respect to type of network used for image shown in fig. 1.(b)
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 783 Table 4 Image retrieval when network stores 9 images in different configuration of the network Training image Test Image Fully Connected Torus connection Non Torus connection Output for test image 1st pass 2nd pass 3rd pass 4th pass 5th pass 6th pass 7th pass 8th pass 9th pass 10th pass Fig 4 Graph showing PSNR variation with respect to type of network used for image shown in fig. 1.(c) 5. CONCLUSION AND FUTURE WORK In this work, the multilayer Hopfield neural network has been used in three configurations i) Fully connected ii) Torus connection and iii) non torus connection. From the simulation results it is observed that multilayer Hopfield neural network can be configured to work as a graded memory in all these three configurations especially in fully connected fashion. It is clear from the results that the fully connected neural network generates the image that exactly match the original image in few passes whereas torus connected network is able to generate image that is enough to arrive at conclusion in few passes though it is not able to generate the original image exactly. The non torus connected network is able to generate the image which of poor quality compared to that obtained in other to cases. We can conclude that Fully connected network is best among the three network configurations used. The only limitation is that the network requires large number of neurons and connection weights. Future work can focus on how to improve the quality of image when the network is connected in non torus fashion. Also, the graded memory currently using the above algorithm is able to store and retrieve up to Nine images successfully, need to look at how to improve this number further. REFERENCES [1] B. Sudarshan, R Manjunatha, Image Storage and Retrieval in Graded Memory, International Journal of Advances in Engineering & Technology (IJAET), Volume 8 Issue 1, Feb. 2015, pp. 2123-2128. [2] Igor Aizenberg, Senior Member, IEEE, Jacob Jackson, and Shane Alexander, Classification of Blurred Textures using Multilayer Neural Network Based on Multi-Valued Neurons, Proc. of International Joint Conference on Neural Networks, San Jose, California, USA, July 31 – August 5, 2011.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 04 | Apr-2015, Available @ http://www.ijret.org 784 [3] Govanni Costantini, Design of Associative memory for Gray-Scale images by multilayer Hopfield Neural networks, Proc. Of the 10th ESEAS international conference on CIRCUITS, Vouliagmeni, Athens, Greece, July 10-12, 2006, pp. 376-379. [4] Giovanni Costantini, Daniele Casali and Renzo Perfetti, Neural associative memory storing gray- scale images, IEEE Trans. Neural Networks, vol14, No. 3, May 2003, pp703-707. [5] C. Oh, S H Zak, Associative memory design using overlapping decompositions and generalized brain- state-in a –box neural networks, Intl. Journal for Neural System. Vol. 13, no. 3, 2003, pp. 139-153. [6] J.J. Hopfield, Neural networks and physical systems with emergent collective computational abilities, Proc. Nat. Acad. Sci., vol. 79, 1982, pp. 2554-2558. BIOGRAPHIES Mr. B Sudarshan is working as Assistant Professor at KS Institute of technology, Bangalore, India. He is currently pursuing PhD from Jain university, Bangalore India. He has more than 12 years of industrial experience in India and United states of America. His area of research includes image processing, artificial intelligence. Dr. Manjunath R is well known scientist in India and abroad. He has got PhD from Bangalore university, India. He has 3 patents to his credit and published more than 100 papers in international journals. His research areas include DSP, artificial intelligence, image processing.