SlideShare a Scribd company logo
1 of 6
Download to read offline
Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416
www.ijera.com 411|P a g e
Towards Better Retrievals in Content -Based Image Retrieval
System
Kumar Vaibhava
, Vikas Pratap Singhb
and C.Patvardhanc
a
Amity School of Engineering & Technology, Amity University Rajasthan, Jaipur-303007, India
b
Department of Electrical Engineering, Indian Institute of Technology Jodhpur, Jodhpur-342011, India.
c
Department of Electrical Engineering, Dayalbagh Educational Institute, Dayalbagh, Agra-282005, India
Abstract-This paper presents a Content-Based Image Retrieval (CBIR) System called DEICBIR-2. The system
retrieves images similar to a given query image by searching in the provided image database.Standard MPEG-7
image descriptors are used to find the relevant images which are similar to thegiven query image. Direct use of
the MPEG-7 descriptors for creating the image database and retrieval on the basis of nearest neighbor does not
yield accurate retrievals. To further improve the retrieval results, B-splines are used for ensuring smooth and
continuous edges of the images in the edge-based descriptors. Relevance feedback is also implemented with
user intervention. These additional features improve the retrieval performance of DEICBIR-2 significantly.
Computational performance on a set of query images is presented and the performance of the proposed system is
much superior to the performance of DEICBIR[9] on the same database and on the same set of query images.
Index Terms—Content-based image retrieval, splines, All MPEG-7 Descriptors, Edge Histogram Descriptor,
Color Layout Descriptor and Color Edge and Directivity Descriptor (CEDD), NMRR (Normalized Modified
Retrieval Rate).
I. INTRODUCTION
THE volume of image data has grown
tremendously in recent years due to increasing
popularity of imaging devices such as digital
cameras, the prevalence of low-cost high-capacity
storage devices, and the increasing proliferation of
image data over the internet and wireless networks.
This is reflected in many applications including
online image libraries, e-commerce, biomedicine,
military and education among others. This motivates
the development of efficient image indexing and
retrieval systems and algorithms. Traditional image
retrieval systems use textual descriptors such as
keywords to annotate images. This is, however,
exhausting as well as subjective. They involve
significant amount of human labor in manual
annotations of large-scale image databases. In view
of this, Content-Based Image Retrieval (CBIR)
systems have been developed to address these
shortcomings. CBIR attempts to retrieve a set of
desired images from the database using visual
features such as color, texture, shape and spatial
relationships that are present in the images. The
process of feature extraction and image indexing can
be fully automated, hence alleviating the difficulty of
human annotation in text-based retrieval systems [1].
Many research and commercial CBIR systems have
been developed, including QBIC [2], MARS [3],
Virage [4], Photobook [5], VisualSEEk [6],
PicToSeek [7], and PicHunter [8]. Despite these
efforts, the retrieval performance of current CBIR
systems remains relatively unsatisfactory. This is
mainly due to the semantic gap between the low-level
visual features (color, texture, shape) and the high-
level human perception. In view of this, an
interactive mechanism called relevance feedback
(RF) has been introduced to bridge this gap [3].
Under this framework, the users are integrated into
the systems by providing their evaluations on the
relevance of the retrieved images, providing
improved retrievals.
The remaining of the paper is organized as
follows. In section 2, preprocessing of images using
Splines and the concept of Averaged Normalized
Modified Retrieval Rank (ANMRR) used for
performance evaluation of CBIR systems are
described. Section 3 discusses the basic steps of
DEICBIR 2 for image retrieval. Experimental results
of the effectiveness of the present retrieval system are
given in Section 4. Section 5 shows the comparison
of DEICBIR 2 with DEICBIR [9]. Concluding
remarks are given in Section 6.
II. PREPROCESSING AND PERFORMANCE
EVALUATION
In this section, the preprocessing of images
using Splines and the measurement used for
performance evaluation of CBIR systems are
described.
2.1 Splines
RESEARCH ARTICLE OPEN ACCESS
Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416
www.ijera.com 412|P a g e
Splines are piecewise functions (often
polynomials) with pieces that are smoothly connected
together.Sothere are several basis (synthesis)
functions instead of one. These pieces may or may
not overlap. Figure 1illustrates that B-splines are a
family of synthesis functions.
Fig.1. Illustration of smooth connection of piecewise
functions (polynomials). Piecewise functions are in
the three left most figures and the union of those is in
the right most.
B-spline of degree n is denoted by βn
(x).
They are piecewise polynomials of degree n, globally
symmetric and they are Cn-1
.Expressions are
β0
x =
1, x < 1/2
1
2
, x = 1/2
0, x > 1/2
βn
x = β0
∗ β0
∗ … … .∗ β0
x
(n+1) times
or
𝛽 𝑛
𝑥 =
(−1) 𝑘
(𝑛 + 1)
𝑛 + 1 − 𝑘 ! 𝑘!
(
𝑛 + 1
2
+ 𝑥 − 𝑘) 𝑛
𝑛+1
𝑘=0
with
(x)n
= max 0, x n
, n > 0
A cubic B-spline is one of the most popular
and is employed in this work. The advantage of
employing cubic B-spline is that the edges are
guaranteed to be smooth and continuous, thus
providing better descriptors and hence retrievals.
β3
x = β0
∗ β0
∗ β0
∗ β0
x
=
2
3
−
1
2
x 2
2 − x , 0 ≤ 0 < 1
1
6
(2 − x )3
, 1 ≤ x < 2
0, 2 ≤ |x|
Fig. 2. A cubic B-spline
Βn(x) converges to a Gaussian of infinite variance.
2.2 Performance Evaluation
The objective Averaged Normalized
Modified Retrieval Rank (ANMRR) [10] is
employed to evaluate the performance of the image
retrieval system that uses the proposed descriptors in
the retrieval procedure.
The average rank AVR(q) for query q is:
𝐴𝑉𝑅 𝑞 =
𝑅𝑎𝑛𝑘 (𝑘)
𝑁𝐺 (𝑞)
𝑁𝐺(𝑞)
𝑘=1
where
 NG(q) is the number of ground truth images
for query q. A ground truth is defined
as a set of visually similar images.
 K= min (XNG * NG(q), 2*GTM).
 GTM = max (NG).
 If NG(q) > 50 then XNG = 2 else XNG = 4.
 Rank(k) is the retrieval rank of the ground
truth image.
Consider a query. Assume that as a result of the
retrieval, the kth ground truth image for this query q
is found at a position R. If this image is in the first K
retrievals then Rank (k)= R else Rank(k)=(K+1).
The modified retrieval rank is:
MRR (q) =AVR (q) - 0.5* [1+ NG (q)]
Note that MRR is 0 in case of perfect
retrieval. The normalized modified retrieval rank is
computed as follows:
𝑁𝑀𝑅𝑅 𝑞 =
𝑀𝑅𝑅 (𝑞)
1.25 ∗ 𝐾 − 0.5 ∗ [1 + 𝑁𝐺 𝑞 ]
Finally the average of NMRR over all
queries is defined as:
Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416
www.ijera.com 413|P a g e
𝐴𝑁𝑀𝑅𝑅 =
1
𝑄
𝑁𝑀𝑅𝑅 (𝑞)
𝑄
𝑞=1
where Q is the total number of queries.
The ANMRR is always in the range of 0 to 1
and the smaller the value of this measure, the better
the matching quality of the query. ANMRR is the
evaluation criterion used in all of the MPEG-7 color
core experiments. Evidence shows that the ANMRR
measure approximately coincides linearly with the
results of subjective evaluation of search engine
retrieval accuracy [10].
III. THE PROPOSED SYSTEM (DEICBIR 2)
The basic steps of DEICBIR 2 are as
follows:
 Calculate the Scalable Color, Color Layout and
Edge Histogram Descriptors of all the images of
the database.
 Calculate All MPEG-7 Descriptor of all the
images of the database by combining the
Scalable Color, Color Layout and Edge
Histogram Descriptors.
 Calculate the distance of the query image
supplied by the user with all the images of the
database using Euclidian distance measure and
give the closest 100 images as results.
 Let the user mark relevant images according to
his/her perception within the results obtained.
 Calculate the average of the descriptors of all
these relevant images and form a new modified
descriptor.
 Supplied this new descriptor as a query
descriptor. Calculate the new retrievals and
provide the improved set of results.
The flow diagram of DEICBIR 2 is shown in figure 3
below.
Fig. 3. Flow diagram of DEICBIR 2.
IV. EXPERIMENTAL RESULTS
In the experiment, standard MPEG-7
Descriptors are used and retrieved the images which
are relevant to the given query image. A Corel Image
Library consisting of 10,000 images is taken.
Initially the system is tested for the database
of 1000 images for 15 query images for All MPEG-7
Descriptors, Edge Histogram Descriptor, Color
Layout Descriptor and Color Edge and Directivity
Descriptor (CEDD) and calculates the average
NMRR (Normalized Modified Retrieval Rate), an
index for the image retrieval (lies between 0 and 1,
where 0 is best and 1 is worst).
Then databases of 2000, 5000 and 10000 images are
taken and the same experiment is performed for 15
query images for All MPEG-7 Descriptors, Edge
Histogram Descriptor, Color Layout Descriptor and
Color Edge and Directivity Descriptor (CEDD) and
the average NMRR (Normalized Modified Retrieval
Rate) is calculated.
Then the results are compared with the
results of DEICBIR system [9].
The experimental results for all size of
databases show that the proposed approach greatly
improves the results of previous experiments. By
analyzing the results, it can be seen that although for
Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416
www.ijera.com 414|P a g e
small size of database, the Edge Histogram
Descriptor gives the best results but as the database
size grows, All MPEG-7 descriptor gives best result.
Next, the minute irregularities at edges of
images are removed using splines technique and the
results are calculated for the database of 5000 and
10000 images for various descriptors. By this
correction, it is found that the results are further
improved. The best improvement is obtained for All
MPEG-7 descriptors. Now, attempts are made to find
the results of these corrections for DEICBIR system
[9], so that comparison between its results with the
results obtained can be done.
Further, from the experiment, it is found that
one particular descriptor is good for one particular
type of image, but it may not work so good for some
different type of image. As a result, there is a need of
user involvement in the image retrieval. This has led
to the concept of relevance feedback.
Table 1 shows the ANMRR for the database size of
1000, 2000, 5000 and 10,000 images for All MPEG-7
Descriptors, Edge Histogram Descriptor, Color
Layout Descriptor and Color Edge and Directivity
Descriptor (CEDD) obtained with DEICBIR 2. These
results are gross results without incorporating
relevance feedback.
Table 1. ANMRR for the database size of 1000,
2000, 5000 and 10,000 images.
This is shown graphically as follows:
Fig.4. Graphical representation of ANMRR for the
database size of 1000, 2000, 5000 and 10,000
images.
From the graph, it is clear that the initially
best result is obtained by Edge Descriptors for small
size of database but as the database size increases, the
best result is obtained by All MPEG-7
Descriptors.So, in the subsequent experiment, All
MPEG-7 Descriptor is used by DEICBIR 2.
V. COMPARISON WITH DEICBIR
Table 2 below represents the feature-wise
comparison of DEICBIR [9] and the proposed
system.
Item DEICBIR DEICBIR 2
Descriptor Quantized
Gradient
Descriptors
All MPEG-7
Descriptor
Distance
Measure
Euclidian Euclidian
Relevance
Feedback
Averaging the
calculated feature
values of QGD
features
Averaging the
calculated
feature values of
the MPEG-7
features
Table 2. Feature-wise comparison of DEICBIR and
DEICBIR 2.
Table 3 below represents the statistical
comparison of DEICBIR [9] and the proposed system
for splines images without and with relevance
feedback.
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
0.4
ANMRR for All
MPEG-7
Descriptors
ANMRR for
Edge Descriptor
ANMRR for
Color Layout
Descriptor
ANMRR for
CEDD
Descriptor
S.N
o.
Without
Splines
Databa
se Size
1000
Databa
se Size
2000
Databa
se Size
5000
Databa
se Size
10000
1
ANMRR
for All
MPEG-7
Descriptors 0.1432 0.1753 0.1968 0.2157
2
ANMRR
for Edge
Descriptor 0.1312 0.1562 0.1936 0.2347
3
ANMRR
for Color
Layout
Descriptor 0.2495 0.2657 0.2989 0.3342
4
ANMRR
for CEDD
Descriptor 0.2308 0.2823 0.3321 0.3541
Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416
www.ijera.com 415|P a g e
S.No.
Database
Size
ANMRR of
DEICBIR
ANMRR of
DEICBIR 2
ANMRR of
DEICBIR
for Splines
Images
ANMRR of
DEICBIR 2
for Splines
Images
ANMRR of
DEICBIR
for Splines
Images with
Feedback
ANMRR of
DEICBIR 2
for Splines
Images with
Feedback
1
Database
Size 1000 0.2136 0.1312
0.1641 0.0847 0.1219 0.0100
2
Database
Size 2000 0.253 0.1562
0.1811 0.1087 0.1412 0.0104
3
Database
Size 5000 0.3178 0.1936
0.2514 0.1454 0.1612 0.0307
4
Database
Size 10000 ------- 0.2157
---------- 0.1728 -------------- 0.0843
Table 3. Comparison with DEICBIR [9] for database size of 1000, 2000, 5000 images.
Thus, from the table above, it is seen that the
DEICBIR 2, which uses All MPEG-7 Descriptor
provides improved results. From the table above,
considerable improvement in the results can also be
seen by applying splines corrections in images for the
proposed system and DEICBIR [9] both. Also, it can
be seen that the results are further improved with the
introduction of relevance feedback.
This is shown graphically as follows:
Fig. 5. Graphical representation of comparison with DEICBIR [9].
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
Database Size
1000
Database Size
2000
Database Size
5000
ANMRR of DEICBIR
ANMRR of DEICBIR 2
ANMRR of DEICBIR for Splines
Images
ANMRR of DEICBIR 2 for
Splines Images
ANMRR of DEICBIR for Splines
Images with Feedback
ANMRR of DEICBIR 2 for
Splines Images with Feedback
Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416
www.ijera.com 416|P a g e
The graph depicts the considerable
improvement is the retrieval performance of images
using the present system as compared to DEICBIR.
The results are obtained for the same 15 query
images as taken by DEICBIR [9].
Figure 6 shows screen-shot of retrieval results.
Fig. 6. Screen-shop of DEICBIR 2 for top 100
retrieval results.
VI. CONCLUSIONS
The paper presents a new content based
image retrieval system, which is using a new image
descriptor i.e. All MPEG-7 Descriptor which is a
combination of ScalableColor, ColorLayout and
EdgeHistogram. It shows the improvement in the
retrieval performance of the previous systems, as the
descriptor used by the present system is using global
colors, spatial information of colors as well as border
and line information of images more efficiently.
Further by applying splines correction to images, the
results are further improved. Also it is realized that
no image retrieval system can be perfect without the
user intervention, which has led to the concept of
relevance feedback.
REFERENCES
[1] Kim-Hui Yapand Kui Wu, ―A Soft
Relevance Framework in Content-Based
Image Retrieval Systems,‖ IEEE
Transactions on Circuits and Systems for
Video Technology, vol. 15, no. 12, december
2005.
[2] M. Flickher, H. Sawhney,W. Niblack, J.
Ashley, Q. Huang, B. Dom, M. Gorkani, J.
afner,D. Lee, D. Petkovic, D. Steele, and
P.Yanker, ―Query by image and video
content: the QBIC system,‖ IEEE Computer,
vol. 28, no. 9, pp. 23–32, Sep. 1995.
[3] Y. Rui, T. S. Huang, and S. Mehrotra,
―Content-based image retrieval with
relevance feedback in MARS,‖ in Proc.
IEEE Int. Conf. Image Processing,
Washington, DC, 1997, pp. 815–818.
[4] G. Amarnath and J. Ramesh, ―Visual
information retrieval,‖ Commun. ACM, vol.
40, no. 5, pp. 70–79, May 1997.
[5] A. Pentland, R. Picard, and S. Sclaroff,
―Photobook: content-based manipulation of
image databases,‖ Int. J. Comput. Vis., vol.
18, no. 3, pp. 233–254, June 1996.
[6] J. R. Smith and S. F. Chang, ―VisualSEEk:
A fully automated content based image
query system,‖ in Proc. ACM Multimedia,
Nov. 1996, pp. 87–98.
[7] T. Gevers and A. W. M. Smeulders,
―PicToSeek: combining color and shape
invariant features for image retrieval,‖ IEEE
Trans. Image Process., vol. 9, no. 1, pp.
102–119, Jan. 2000.
[8] I. J. Cox, M. L. Miller, T. P.Minka, T. V.
Papathomas, and P. N. Yianilos, ―The
Bayesian image retrieval system, PicHunter:
theory, implementation, and psychophysical
experiments,‖ IEEE Trans. Image Process.,
vol. 9, no. 1, pp. 20–37, Jan. 2000.
[9] C. V. Lakshmi, (Ms) R Jain, C. Patvardhan,
―Content Based Image Retrieval using
Quantized Gradient Descriptors‖, Proc.
IE(I) Journal-CP vol. 90,May 2009.
[10] B. S. Manjunath, J.-R. Ohm, V. V.
Vasudevan and A. Yamada, Color and
texture descriptors, IEEE Trans. Circuits
Syst. Vid. Technol. 11(6) (2001) 703-715.
[11] Text of ISO/IEC 15 938-3 Multimedia
Content Description Interface— Part 3:
Visual. Final Committee Draft,
ISO/IEC/JTC1/SC29/ WG11, Doc. N4062,
Mar. 2001.

More Related Content

What's hot

An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...CSCJournals
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATUREScscpconf
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...eSAT Journals
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...IRJET Journal
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueINFOGAIN PUBLICATION
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networksijma
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET Journal
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodseSAT Journals
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationeSAT Publishing House
 
Image search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectorsImage search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectorscsandit
 
A survey on full reference image quality assessment
A survey on full reference image quality assessmentA survey on full reference image quality assessment
A survey on full reference image quality assessmenteSAT Publishing House
 
A survey on full reference image quality assessment algorithms
A survey on full reference image quality assessment algorithmsA survey on full reference image quality assessment algorithms
A survey on full reference image quality assessment algorithmseSAT Journals
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationCSCJournals
 
Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...
Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...
Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...CSCJournals
 

What's hot (17)

An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
 
G04302058063
G04302058063G04302058063
G04302058063
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networks
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methods
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
 
Image search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectorsImage search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectors
 
A survey on full reference image quality assessment
A survey on full reference image quality assessmentA survey on full reference image quality assessment
A survey on full reference image quality assessment
 
A survey on full reference image quality assessment algorithms
A survey on full reference image quality assessment algorithmsA survey on full reference image quality assessment algorithms
A survey on full reference image quality assessment algorithms
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
 
Seminarpaper
SeminarpaperSeminarpaper
Seminarpaper
 
Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...
Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...
Performance Comparison of Image Retrieval Using Fractional Coefficients of Tr...
 

Viewers also liked (20)

Bd044339344
Bd044339344Bd044339344
Bd044339344
 
C044021013
C044021013C044021013
C044021013
 
Bu044442447
Bu044442447Bu044442447
Bu044442447
 
Bx044461467
Bx044461467Bx044461467
Bx044461467
 
Az044319323
Az044319323Az044319323
Az044319323
 
C044041723
C044041723C044041723
C044041723
 
B044040916
B044040916B044040916
B044040916
 
B44080512
B44080512B44080512
B44080512
 
Bs044430435
Bs044430435Bs044430435
Bs044430435
 
Bi044369376
Bi044369376Bi044369376
Bi044369376
 
Study Effective of Wind Load on Behavior of ShearWall in Frame Structure
Study Effective of Wind Load on Behavior of ShearWall in Frame StructureStudy Effective of Wind Load on Behavior of ShearWall in Frame Structure
Study Effective of Wind Load on Behavior of ShearWall in Frame Structure
 
Closed Loop Speed Control of a BLDC Motor Drive Using Adaptive Fuzzy Tuned PI...
Closed Loop Speed Control of a BLDC Motor Drive Using Adaptive Fuzzy Tuned PI...Closed Loop Speed Control of a BLDC Motor Drive Using Adaptive Fuzzy Tuned PI...
Closed Loop Speed Control of a BLDC Motor Drive Using Adaptive Fuzzy Tuned PI...
 
J045035767
J045035767J045035767
J045035767
 
I045065054
I045065054I045065054
I045065054
 
Training Centro de Ensino
Training Centro de EnsinoTraining Centro de Ensino
Training Centro de Ensino
 
Pres trabajos duti2013
Pres trabajos duti2013Pres trabajos duti2013
Pres trabajos duti2013
 
DECRET 89/2009, de 9 de juny, pel qual es regula l'acreditació de competèncie...
DECRET 89/2009, de 9 de juny, pel qual es regula l'acreditació de competèncie...DECRET 89/2009, de 9 de juny, pel qual es regula l'acreditació de competèncie...
DECRET 89/2009, de 9 de juny, pel qual es regula l'acreditació de competèncie...
 
Calma
CalmaCalma
Calma
 
Elegancia Profesional
Elegancia ProfesionalElegancia Profesional
Elegancia Profesional
 
interACC1Ó 2009
interACC1Ó 2009interACC1Ó 2009
interACC1Ó 2009
 

Similar to Bp044411416

Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...
Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...
Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...Waqas Tariq
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGA SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGIRJET Journal
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...IRJET Journal
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMIJEEE
 
IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES
IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES
IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES cscpconf
 
A Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various CombinationsA Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various CombinationsIRJET Journal
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET Journal
 
Retrieval of Monuments Images Through ACO Optimization Approach
Retrieval of Monuments Images Through ACO Optimization ApproachRetrieval of Monuments Images Through ACO Optimization Approach
Retrieval of Monuments Images Through ACO Optimization ApproachIRJET Journal
 
Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...IJECEIAES
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemIOSR Journals
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionaryijwscjournal
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionaryijwscjournal
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval IRJET Journal
 
Amalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andAmalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andeSAT Publishing House
 
Super Resolution with OCR Optimization
Super Resolution with OCR OptimizationSuper Resolution with OCR Optimization
Super Resolution with OCR OptimizationniveditJain
 
Image detective efficient image retrieval system
Image detective    efficient image retrieval systemImage detective    efficient image retrieval system
Image detective efficient image retrieval systemeSAT Journals
 
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...csandit
 
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...cscpconf
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHEScscpconf
 

Similar to Bp044411416 (20)

Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...
Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...
Extended Performance Appraise of Image Retrieval Using the Feature Vector as ...
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGA SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVM
 
IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES
IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES
IMAGE QUALITY ASSESSMENT- A SURVEY OF RECENT APPROACHES
 
A Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various CombinationsA Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various Combinations
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)
 
Retrieval of Monuments Images Through ACO Optimization Approach
Retrieval of Monuments Images Through ACO Optimization ApproachRetrieval of Monuments Images Through ACO Optimization Approach
Retrieval of Monuments Images Through ACO Optimization Approach
 
Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval System
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionary
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionary
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval A Survey on Techniques Used for Content Based Image Retrieval
A Survey on Techniques Used for Content Based Image Retrieval
 
Amalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andAmalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, and
 
Super Resolution with OCR Optimization
Super Resolution with OCR OptimizationSuper Resolution with OCR Optimization
Super Resolution with OCR Optimization
 
Image detective efficient image retrieval system
Image detective    efficient image retrieval systemImage detective    efficient image retrieval system
Image detective efficient image retrieval system
 
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
 
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
 

Recently uploaded

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 

Bp044411416

  • 1. Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416 www.ijera.com 411|P a g e Towards Better Retrievals in Content -Based Image Retrieval System Kumar Vaibhava , Vikas Pratap Singhb and C.Patvardhanc a Amity School of Engineering & Technology, Amity University Rajasthan, Jaipur-303007, India b Department of Electrical Engineering, Indian Institute of Technology Jodhpur, Jodhpur-342011, India. c Department of Electrical Engineering, Dayalbagh Educational Institute, Dayalbagh, Agra-282005, India Abstract-This paper presents a Content-Based Image Retrieval (CBIR) System called DEICBIR-2. The system retrieves images similar to a given query image by searching in the provided image database.Standard MPEG-7 image descriptors are used to find the relevant images which are similar to thegiven query image. Direct use of the MPEG-7 descriptors for creating the image database and retrieval on the basis of nearest neighbor does not yield accurate retrievals. To further improve the retrieval results, B-splines are used for ensuring smooth and continuous edges of the images in the edge-based descriptors. Relevance feedback is also implemented with user intervention. These additional features improve the retrieval performance of DEICBIR-2 significantly. Computational performance on a set of query images is presented and the performance of the proposed system is much superior to the performance of DEICBIR[9] on the same database and on the same set of query images. Index Terms—Content-based image retrieval, splines, All MPEG-7 Descriptors, Edge Histogram Descriptor, Color Layout Descriptor and Color Edge and Directivity Descriptor (CEDD), NMRR (Normalized Modified Retrieval Rate). I. INTRODUCTION THE volume of image data has grown tremendously in recent years due to increasing popularity of imaging devices such as digital cameras, the prevalence of low-cost high-capacity storage devices, and the increasing proliferation of image data over the internet and wireless networks. This is reflected in many applications including online image libraries, e-commerce, biomedicine, military and education among others. This motivates the development of efficient image indexing and retrieval systems and algorithms. Traditional image retrieval systems use textual descriptors such as keywords to annotate images. This is, however, exhausting as well as subjective. They involve significant amount of human labor in manual annotations of large-scale image databases. In view of this, Content-Based Image Retrieval (CBIR) systems have been developed to address these shortcomings. CBIR attempts to retrieve a set of desired images from the database using visual features such as color, texture, shape and spatial relationships that are present in the images. The process of feature extraction and image indexing can be fully automated, hence alleviating the difficulty of human annotation in text-based retrieval systems [1]. Many research and commercial CBIR systems have been developed, including QBIC [2], MARS [3], Virage [4], Photobook [5], VisualSEEk [6], PicToSeek [7], and PicHunter [8]. Despite these efforts, the retrieval performance of current CBIR systems remains relatively unsatisfactory. This is mainly due to the semantic gap between the low-level visual features (color, texture, shape) and the high- level human perception. In view of this, an interactive mechanism called relevance feedback (RF) has been introduced to bridge this gap [3]. Under this framework, the users are integrated into the systems by providing their evaluations on the relevance of the retrieved images, providing improved retrievals. The remaining of the paper is organized as follows. In section 2, preprocessing of images using Splines and the concept of Averaged Normalized Modified Retrieval Rank (ANMRR) used for performance evaluation of CBIR systems are described. Section 3 discusses the basic steps of DEICBIR 2 for image retrieval. Experimental results of the effectiveness of the present retrieval system are given in Section 4. Section 5 shows the comparison of DEICBIR 2 with DEICBIR [9]. Concluding remarks are given in Section 6. II. PREPROCESSING AND PERFORMANCE EVALUATION In this section, the preprocessing of images using Splines and the measurement used for performance evaluation of CBIR systems are described. 2.1 Splines RESEARCH ARTICLE OPEN ACCESS
  • 2. Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416 www.ijera.com 412|P a g e Splines are piecewise functions (often polynomials) with pieces that are smoothly connected together.Sothere are several basis (synthesis) functions instead of one. These pieces may or may not overlap. Figure 1illustrates that B-splines are a family of synthesis functions. Fig.1. Illustration of smooth connection of piecewise functions (polynomials). Piecewise functions are in the three left most figures and the union of those is in the right most. B-spline of degree n is denoted by βn (x). They are piecewise polynomials of degree n, globally symmetric and they are Cn-1 .Expressions are β0 x = 1, x < 1/2 1 2 , x = 1/2 0, x > 1/2 βn x = β0 ∗ β0 ∗ … … .∗ β0 x (n+1) times or 𝛽 𝑛 𝑥 = (−1) 𝑘 (𝑛 + 1) 𝑛 + 1 − 𝑘 ! 𝑘! ( 𝑛 + 1 2 + 𝑥 − 𝑘) 𝑛 𝑛+1 𝑘=0 with (x)n = max 0, x n , n > 0 A cubic B-spline is one of the most popular and is employed in this work. The advantage of employing cubic B-spline is that the edges are guaranteed to be smooth and continuous, thus providing better descriptors and hence retrievals. β3 x = β0 ∗ β0 ∗ β0 ∗ β0 x = 2 3 − 1 2 x 2 2 − x , 0 ≤ 0 < 1 1 6 (2 − x )3 , 1 ≤ x < 2 0, 2 ≤ |x| Fig. 2. A cubic B-spline Βn(x) converges to a Gaussian of infinite variance. 2.2 Performance Evaluation The objective Averaged Normalized Modified Retrieval Rank (ANMRR) [10] is employed to evaluate the performance of the image retrieval system that uses the proposed descriptors in the retrieval procedure. The average rank AVR(q) for query q is: 𝐴𝑉𝑅 𝑞 = 𝑅𝑎𝑛𝑘 (𝑘) 𝑁𝐺 (𝑞) 𝑁𝐺(𝑞) 𝑘=1 where  NG(q) is the number of ground truth images for query q. A ground truth is defined as a set of visually similar images.  K= min (XNG * NG(q), 2*GTM).  GTM = max (NG).  If NG(q) > 50 then XNG = 2 else XNG = 4.  Rank(k) is the retrieval rank of the ground truth image. Consider a query. Assume that as a result of the retrieval, the kth ground truth image for this query q is found at a position R. If this image is in the first K retrievals then Rank (k)= R else Rank(k)=(K+1). The modified retrieval rank is: MRR (q) =AVR (q) - 0.5* [1+ NG (q)] Note that MRR is 0 in case of perfect retrieval. The normalized modified retrieval rank is computed as follows: 𝑁𝑀𝑅𝑅 𝑞 = 𝑀𝑅𝑅 (𝑞) 1.25 ∗ 𝐾 − 0.5 ∗ [1 + 𝑁𝐺 𝑞 ] Finally the average of NMRR over all queries is defined as:
  • 3. Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416 www.ijera.com 413|P a g e 𝐴𝑁𝑀𝑅𝑅 = 1 𝑄 𝑁𝑀𝑅𝑅 (𝑞) 𝑄 𝑞=1 where Q is the total number of queries. The ANMRR is always in the range of 0 to 1 and the smaller the value of this measure, the better the matching quality of the query. ANMRR is the evaluation criterion used in all of the MPEG-7 color core experiments. Evidence shows that the ANMRR measure approximately coincides linearly with the results of subjective evaluation of search engine retrieval accuracy [10]. III. THE PROPOSED SYSTEM (DEICBIR 2) The basic steps of DEICBIR 2 are as follows:  Calculate the Scalable Color, Color Layout and Edge Histogram Descriptors of all the images of the database.  Calculate All MPEG-7 Descriptor of all the images of the database by combining the Scalable Color, Color Layout and Edge Histogram Descriptors.  Calculate the distance of the query image supplied by the user with all the images of the database using Euclidian distance measure and give the closest 100 images as results.  Let the user mark relevant images according to his/her perception within the results obtained.  Calculate the average of the descriptors of all these relevant images and form a new modified descriptor.  Supplied this new descriptor as a query descriptor. Calculate the new retrievals and provide the improved set of results. The flow diagram of DEICBIR 2 is shown in figure 3 below. Fig. 3. Flow diagram of DEICBIR 2. IV. EXPERIMENTAL RESULTS In the experiment, standard MPEG-7 Descriptors are used and retrieved the images which are relevant to the given query image. A Corel Image Library consisting of 10,000 images is taken. Initially the system is tested for the database of 1000 images for 15 query images for All MPEG-7 Descriptors, Edge Histogram Descriptor, Color Layout Descriptor and Color Edge and Directivity Descriptor (CEDD) and calculates the average NMRR (Normalized Modified Retrieval Rate), an index for the image retrieval (lies between 0 and 1, where 0 is best and 1 is worst). Then databases of 2000, 5000 and 10000 images are taken and the same experiment is performed for 15 query images for All MPEG-7 Descriptors, Edge Histogram Descriptor, Color Layout Descriptor and Color Edge and Directivity Descriptor (CEDD) and the average NMRR (Normalized Modified Retrieval Rate) is calculated. Then the results are compared with the results of DEICBIR system [9]. The experimental results for all size of databases show that the proposed approach greatly improves the results of previous experiments. By analyzing the results, it can be seen that although for
  • 4. Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416 www.ijera.com 414|P a g e small size of database, the Edge Histogram Descriptor gives the best results but as the database size grows, All MPEG-7 descriptor gives best result. Next, the minute irregularities at edges of images are removed using splines technique and the results are calculated for the database of 5000 and 10000 images for various descriptors. By this correction, it is found that the results are further improved. The best improvement is obtained for All MPEG-7 descriptors. Now, attempts are made to find the results of these corrections for DEICBIR system [9], so that comparison between its results with the results obtained can be done. Further, from the experiment, it is found that one particular descriptor is good for one particular type of image, but it may not work so good for some different type of image. As a result, there is a need of user involvement in the image retrieval. This has led to the concept of relevance feedback. Table 1 shows the ANMRR for the database size of 1000, 2000, 5000 and 10,000 images for All MPEG-7 Descriptors, Edge Histogram Descriptor, Color Layout Descriptor and Color Edge and Directivity Descriptor (CEDD) obtained with DEICBIR 2. These results are gross results without incorporating relevance feedback. Table 1. ANMRR for the database size of 1000, 2000, 5000 and 10,000 images. This is shown graphically as follows: Fig.4. Graphical representation of ANMRR for the database size of 1000, 2000, 5000 and 10,000 images. From the graph, it is clear that the initially best result is obtained by Edge Descriptors for small size of database but as the database size increases, the best result is obtained by All MPEG-7 Descriptors.So, in the subsequent experiment, All MPEG-7 Descriptor is used by DEICBIR 2. V. COMPARISON WITH DEICBIR Table 2 below represents the feature-wise comparison of DEICBIR [9] and the proposed system. Item DEICBIR DEICBIR 2 Descriptor Quantized Gradient Descriptors All MPEG-7 Descriptor Distance Measure Euclidian Euclidian Relevance Feedback Averaging the calculated feature values of QGD features Averaging the calculated feature values of the MPEG-7 features Table 2. Feature-wise comparison of DEICBIR and DEICBIR 2. Table 3 below represents the statistical comparison of DEICBIR [9] and the proposed system for splines images without and with relevance feedback. 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 ANMRR for All MPEG-7 Descriptors ANMRR for Edge Descriptor ANMRR for Color Layout Descriptor ANMRR for CEDD Descriptor S.N o. Without Splines Databa se Size 1000 Databa se Size 2000 Databa se Size 5000 Databa se Size 10000 1 ANMRR for All MPEG-7 Descriptors 0.1432 0.1753 0.1968 0.2157 2 ANMRR for Edge Descriptor 0.1312 0.1562 0.1936 0.2347 3 ANMRR for Color Layout Descriptor 0.2495 0.2657 0.2989 0.3342 4 ANMRR for CEDD Descriptor 0.2308 0.2823 0.3321 0.3541
  • 5. Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416 www.ijera.com 415|P a g e S.No. Database Size ANMRR of DEICBIR ANMRR of DEICBIR 2 ANMRR of DEICBIR for Splines Images ANMRR of DEICBIR 2 for Splines Images ANMRR of DEICBIR for Splines Images with Feedback ANMRR of DEICBIR 2 for Splines Images with Feedback 1 Database Size 1000 0.2136 0.1312 0.1641 0.0847 0.1219 0.0100 2 Database Size 2000 0.253 0.1562 0.1811 0.1087 0.1412 0.0104 3 Database Size 5000 0.3178 0.1936 0.2514 0.1454 0.1612 0.0307 4 Database Size 10000 ------- 0.2157 ---------- 0.1728 -------------- 0.0843 Table 3. Comparison with DEICBIR [9] for database size of 1000, 2000, 5000 images. Thus, from the table above, it is seen that the DEICBIR 2, which uses All MPEG-7 Descriptor provides improved results. From the table above, considerable improvement in the results can also be seen by applying splines corrections in images for the proposed system and DEICBIR [9] both. Also, it can be seen that the results are further improved with the introduction of relevance feedback. This is shown graphically as follows: Fig. 5. Graphical representation of comparison with DEICBIR [9]. 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 Database Size 1000 Database Size 2000 Database Size 5000 ANMRR of DEICBIR ANMRR of DEICBIR 2 ANMRR of DEICBIR for Splines Images ANMRR of DEICBIR 2 for Splines Images ANMRR of DEICBIR for Splines Images with Feedback ANMRR of DEICBIR 2 for Splines Images with Feedback
  • 6. Kumar Vaibhavet al Int. Journal of Engineering Research and Applicationswww.ijera.com ISSN : 2248-9622, Vol. 4, Issue 4( Version 1), April 2014, pp.411-416 www.ijera.com 416|P a g e The graph depicts the considerable improvement is the retrieval performance of images using the present system as compared to DEICBIR. The results are obtained for the same 15 query images as taken by DEICBIR [9]. Figure 6 shows screen-shot of retrieval results. Fig. 6. Screen-shop of DEICBIR 2 for top 100 retrieval results. VI. CONCLUSIONS The paper presents a new content based image retrieval system, which is using a new image descriptor i.e. All MPEG-7 Descriptor which is a combination of ScalableColor, ColorLayout and EdgeHistogram. It shows the improvement in the retrieval performance of the previous systems, as the descriptor used by the present system is using global colors, spatial information of colors as well as border and line information of images more efficiently. Further by applying splines correction to images, the results are further improved. Also it is realized that no image retrieval system can be perfect without the user intervention, which has led to the concept of relevance feedback. REFERENCES [1] Kim-Hui Yapand Kui Wu, ―A Soft Relevance Framework in Content-Based Image Retrieval Systems,‖ IEEE Transactions on Circuits and Systems for Video Technology, vol. 15, no. 12, december 2005. [2] M. Flickher, H. Sawhney,W. Niblack, J. Ashley, Q. Huang, B. Dom, M. Gorkani, J. afner,D. Lee, D. Petkovic, D. Steele, and P.Yanker, ―Query by image and video content: the QBIC system,‖ IEEE Computer, vol. 28, no. 9, pp. 23–32, Sep. 1995. [3] Y. Rui, T. S. Huang, and S. Mehrotra, ―Content-based image retrieval with relevance feedback in MARS,‖ in Proc. IEEE Int. Conf. Image Processing, Washington, DC, 1997, pp. 815–818. [4] G. Amarnath and J. Ramesh, ―Visual information retrieval,‖ Commun. ACM, vol. 40, no. 5, pp. 70–79, May 1997. [5] A. Pentland, R. Picard, and S. Sclaroff, ―Photobook: content-based manipulation of image databases,‖ Int. J. Comput. Vis., vol. 18, no. 3, pp. 233–254, June 1996. [6] J. R. Smith and S. F. Chang, ―VisualSEEk: A fully automated content based image query system,‖ in Proc. ACM Multimedia, Nov. 1996, pp. 87–98. [7] T. Gevers and A. W. M. Smeulders, ―PicToSeek: combining color and shape invariant features for image retrieval,‖ IEEE Trans. Image Process., vol. 9, no. 1, pp. 102–119, Jan. 2000. [8] I. J. Cox, M. L. Miller, T. P.Minka, T. V. Papathomas, and P. N. Yianilos, ―The Bayesian image retrieval system, PicHunter: theory, implementation, and psychophysical experiments,‖ IEEE Trans. Image Process., vol. 9, no. 1, pp. 20–37, Jan. 2000. [9] C. V. Lakshmi, (Ms) R Jain, C. Patvardhan, ―Content Based Image Retrieval using Quantized Gradient Descriptors‖, Proc. IE(I) Journal-CP vol. 90,May 2009. [10] B. S. Manjunath, J.-R. Ohm, V. V. Vasudevan and A. Yamada, Color and texture descriptors, IEEE Trans. Circuits Syst. Vid. Technol. 11(6) (2001) 703-715. [11] Text of ISO/IEC 15 938-3 Multimedia Content Description Interface— Part 3: Visual. Final Committee Draft, ISO/IEC/JTC1/SC29/ WG11, Doc. N4062, Mar. 2001.