SlideShare a Scribd company logo
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 84 | P a g e
Global Descriptor Attributes Based Content Based Image
Retrieval of Query Images
Jaykrishna Joshi*, Dattatray Bade**
*(Department of Electronics and Telecommunication, Mumbai University, Mumbai-421 601)
** (Department of Electronics and Telecommunication, Mumbai University, Mumbai-400 037)
ABSTRACT
The need for efficient content-based image retrieval system has increased hugely. Efficient and effective
retrieval techniques of images are desired because of the explosive growth of digital images. Content based
image retrieval (CBIR) is a promising approach because of its automatic indexing retrieval based on their
semantic features and visual appearance. In this proposed system we investigate method for describing the
contents of images which characterizes images by global descriptor attributes, where global features are
extracted to make system more efficient by using color features which are color expectancy, color variance,
skewness and texture feature correlation.
Keywords - Content based image retrieval (CBIR), Retrieval, Query Image, Global Descriptor Attributes and
Color Histogram
I. INTRODUCTION
With the advances in computer technologies and
the advent of the World Wide Web, there has been an
explosion in the amount and complexity of digital
data being generated, stored, transmitted, analyzed,
and accessed. Much of this information is multimedia
in nature, including digital images, video, audio,
graphics, and text data[1]. In order to make use of
this vast amount of data, efficient and effective
techniques to retrieve multimedia information based
on its content need to be developed. Among the
various media types, images are of prime importance.
An image retrieval system is a computer system
for browsing, searching and retrieving images from a
large database of digital images. Most traditional and
common methods of image retrieval utilize some
method of adding metadata such as captioning,
keywords, or descriptions to the images so that
retrieval can be performed over the annotation words.
The reason behind research on multimedia systems
and content-based image retrieval (CBIR) is the fact
that multimedia databases deal with text, audio, video
and image data which could provide enormous
amount of information and which has affected life
style of human for the better.
CBIR is the application of computer vision to the
image retrieval problem, that is, the problem of
searching for digital images in large databases[2].
Content-based image retrieval also known as query
by image content (QBIC) and content-based visual
information retrieval (CBVIR). "Content-based"
means that the search will analyze the actual contents
of the image. The term 'content' in this context might
refer colors, shapes, textures, or any other
information that can be derived from the image itself.
There are some types of feature used for Image
retrieval such as color retrieval, textual retrieval,
shape retrieval and so on. Figure 1 show diagram
fundamental of content-based image retrieval system.
Figure.1 Block Diagram of Basic Content Based
Image Retrieval System
II. CONTENT-BASED IMAGE
RETRIEVAL (CBIR)
Content-based image retrieval (CBIR) has
become one of the most active research areas in the
past few years. Thus, many visual feature
representations have been explored and many CBIR
systems have been built. However, there are several
problems and challenges need to be consider in
attempt to apply CBIR systems. Firstly, the gap
between high-level semantic concept and low-level
visual features is great. In the CBIR context, an
image is represented by a set of low-level visual
features which are the features have no direct
correlation with high-level semantic concept[3].
Human prefer to retrieve images according to the
RESEARCH ARTICLE OPEN ACCESS
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 85 | P a g e
“semantic” or “concept” of an image. But, CBIR
depends on the absolute distance of image features to
retrieve similar images Thereby, appear the gap
between high-level concepts and low-level features
which is the major difficulty that hinders further
development of CBIR systems. In other sentence, the
semantic gap problem is the lack of coincidence
between the image representation and the human
interpretation for an image.
There are many existing feature selection
techniques such as distribution based approaches,
Kullback-Leibler divergence (K-LD), boosting
manner, discriminant analysis (DA) method and
others. However, these feature selection techniques
remains a challenging problem for image retrieval. In
recent year, there are a lot of discriminant analysis
method had been proposed and used as a feature
selection method to improve relevance feedback.
These methods included multiple discriminant
analysis (MDA), biased discriminant analysis (BDA),
kernel-biased discriminant analysis (KBDA) and
nonparametric discriminant analysis (NDA). The
goal of discriminant analysis is to find a weight
matrix such that the distances between the two scatter
class matrixes are maximized.
However, these methods have their own
drawback that must be solved to improve the
performance of CBIR[4]. Basic single Gaussian
assumption which proposed by MDA and BDA
usually doesn‟t hold, since the few training samples
are always scattered in the high dimensional feature
space, and their effectiveness will be suffer.
Moreover, single Gaussian distribution means all
positive samples should be similar with similar view
angle and similar illumination, which are not the case
for CBIR. To overcome the problem of single
Gaussian distribution assumption, KBDA had been
introduced. But, this kernel based method has two
major drawbacks which is regularization approach is
often unstable and it is rely on parameter tuning.
Then, NDA had been proposed to solve the problem
in MDA, BDA and also KBDA. This approach can
only barely match the accuracy performance of
KBDA. As a conclusion, many feature selection
methods can not satisfy the requirements in CBIR
even though there are many method has been apply in
content-based image retrieval[5].
III. METHODOLOGY
The term Content-based image retrieval [CBIR]
describes the process of retrieving desired images
from a large collection on the basis of features (such
as colour, texture and shape) that can be
automatically extracted from the images
themselves.Content-based image retrieval, also
known as query by image content and content-based
visual information retrieval is the application of
computer vision to the image retrieval problem, that
is, the problem of searching for digital images in
large databases. „CONTENT BASED‟ means that the
search makes use of the contents of the images
themselves, rather than relying on human-input
metadata such as captions or keywords. The
surrounding world is composed of images.
There are different models for color image
representation. In the seventeen century Sir Isaac
Newton showed that a beam of sunlight passing
through a glass prism comes into view as a rainbow
of colors. Therefore, he first understood that white
light is composed of many colors[6]. Typically, the
computer screen can display 2^8 or 256 different
shades of gray. For color images this makes 2^ (3x8)
= 16,777,216 different colors. Clerk Maxwell showed
in the late nineteen century that every color image
cough be created using three images – Red, green and
Blue image. A mix of these three images can produce
every color. This model, named RGB model, is
primarily used in image representation. The RGB
image could be presented as a triple(R, G, B) where
usually R, G, and B take values in the range [0, 255].
Another color model is YIQ model (lamination (Y),
phase (I), quadrature phase (Q)). It is the base for the
color television standard. Images are presented in
computers as a matrix of pixels. They have finite
area. If we decrease the pixel dimension the pixel
brightness will become close to the real brightness. A
content-based image retrieval system (CBIR) is a
piece of software that implements CBIR. In CBIR,
each image that is stored in the database has its
features extracted and compared to the features of the
query image[7].
Searching and browsing image collections have
become important and active research fields in the
last decade. There are two approaches to image
retrieval: Text-Based approach and Content- Based
approach. Querying by image content is one of most
promising search techniques where users try to find
relevant images based on the given query image.
Color, texture, and shape are the low level features
that are usually preferred in content-based image
retrieval (CBIR) systems. Among these methods,
color histogram is the simplest, yet an effective visual
feature commonly used in color image retrieval[8].
The aim of query-by-color is to find images, whose
color features are similar to the color features of
query image. Although color histograms are
commonly used in computer vision and have the
computational advantages, it is a fact that they are
also very sensitive to small illumination changes and
quantization errors. In proposed method, firstly we
investigate two methods for describing the contents
of the images where first one characterizes images by
global descriptor attributes. Feature vectors based on
color and texture features are called Global
Descriptor Attributes[9].
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 86 | P a g e
IV. DESIGN STEPS
Step-1: Feature Extraction:
First step in the proposed method is to extract the
image features to a distinguishable extinguishable
extent. Feature extraction is most critical stage. The
end result of feature extraction is a set of features
called feature vector; which constitutes the
representation of image (features such as color,
shape, texture etc. are used to describe the content of
image).
Global Descriptor Attributes:
1. Color
Color is the most extensively used visual content
for image retrieval. Color feature is one of the most
significant features of image retrieval. Its three-
dimensional values make its discrimination
potentiality superior to the single dimensional gray
values of images.
Extraction of color feature is done using
i. Color moment and
ii. Color Histogram
i. Color moment
Sticker and Orengo who propose the method of
color moment consider that the color information
focus on the low-level color moment of the image,
and they mainly do statistics for the first order,
second-order and third-order moment of each color
component. For image retrieval, the color moment is
a simple and effective representative method of color
features. Such color moment as first-order (mean)
and second (variance) and third-order (Skewness), is
proved to be very effective in presenting color
distribution of images. The three color moments are
defined with formulas as follows:
a) Color Expectancy: It is defined as the
average color.
Color Expectancy
b) Color Variance: It is defined as the
dispersion of color values from average.
Color
Variance
c) Color Skewness: It is defined as symmetry
of color distribution on the whole image.
Color
Skewness
Where N represents number of pixels in an image &
in an i  j matrix represents the pixel value.
ii. Color Histogram:
An image histogram is a chart that shows the
distribution of intensities in an indexed or intensity
image. The CCH of an image indicates the frequency
of occurrence of every color in an image. The
approach more frequently adopted for CBIR systems
is based on the conventional color histogram (CCH),
which contains occurrences of each color obtained
counting all image pixel shaving that color.
2. Texture:
Texture is that innate property of all surfaces that
describes visual patters, and that contain important
information about the structural arrangement of the
surface and its relationship to the surrounding
environment. Texture is another important property
of images. Various texture representations have been
investigated in pattern recognition and computer
vision.
Step-2: Normalization:
If the image energy varies with position,
matching using cross correlation can fail. For
example, the correlation between the feature and an
exactly matching region in the image may be less
than the correlation between the feature and a bright
spot. The range of correlation is dependent on the
size of the feature. Normalization is performed so
that all images have a fixed dimension in order to
allow comparisons.
Step-3: Inputting Query Image:
To retrieve images, users provide the retrieval
system with example images or sketched figures
(Query image). The system then changes these
examples into its internal representation of feature
vectors.
Step-4: Matching:
The similarities /distances between the Global
Descriptor Attributes (GDA)of the query example or
sketch and those of the images in the database are
then calculated. This step involves matching these
Global Descriptor Attributes (GDA) to yield result
that are visually similar. If the Euclidean distance
between the query image and the images in the
database is small enough the corresponding image in
the database is considered as the match to the Query
image. Formula for Euclidean distance is given
below
Where
ED= Euclidean Distances
= Visual features of image query
= Visual features of images in database
i = Feature in which i start with i=1
Step-5: Simulation:
Instead of exact matching, content-based image
retrieval calculates visual similarities between a
query image and images in a database. Accordingly,
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 87 | P a g e
the retrieval result is not a single image but a list of
images ranked by their similarities with the query
image. Many similarity measures have been
developed for image retrieval based on empirical
estimates of the distribution of features in recent
years. Different similarity/distance measures will
affect retrieval performances of an image retrieval
system significantly. In the proposed method this step
involves sorting the images based on their Euclidean
distance values and ranking them in ascending order.
After this calculate the Match Percentile (MP) by
using the formula
Match Percentile (MP) =
Where N= number of images in the database, R =
Rank of the image
Step-6: Applying Conventional Color
Histogram(CCH):
The CCH is constructed by counting the
number of pixels of each color. Histogram based
search method is investigated in RGB color space
only on filtered databases. A higher successful rate is
retrieving target image is obtained.
peppers.png dog.png guitar.png flower.png Gantrycrane
seq nos  1 2 3 4 5
balloon.png fabric.png pepper_1.png pepper_2.png pepper_3.png
seq nos  6 7 8 9 10
Figure 2: Results
Peppers.png Pepper_1.png Pepper_2.png Pepper_3.png Fabric.png
Figure 3: Top Five Sorted Images
V. RESULTS
The first image is the query image Peppers.png.
The eighth image which is Pepper_1 is rotated (180
degree) image of the query image. The ninth and the
tenth image Pepper_2 and Pepper_3 respectively are
developed by doing some changes in illumination and
brightness to the query image. These images are
included in the database to show and represent the
accuracy of the proposed algorithm.
Next step involves sorting of images in
descending order and extracting top five relevant
images (with respect to the given query image) from
the database based on their Average match percentile
value as shown in Figure 3.
Table.3 Histogram Error of top 5 sorted images
Rank Image name AMP Histogram
error
1 Peppers.png 1.0000 0
2 Pepper_1.png 0.8929 0.0425
3 Pepper_2.png 0.8810 0.0469
4 Pepper_3.png 0.8095 0.0451
5 Fabric.png 0.7857 0.0547
The Table.3 shows the top five extracted similar
images which are sorted with respect to the average
match percentile value. After applying CCH on the
five extracted images, histogram error is calculated
between the query image and the top five images. As
seen in the Table.3 above, the histogram error is zero
for the Peppers.png image which is the query image.
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 88 | P a g e
A histogram error of zero indicates a perfect match.
Thus the retrieved image is same as the query image.
VI. CONCLUSION
The need to find a desired image from a
collection is shared by many professional groups,
including journalists, design engineers and art
historians. While the requirements of image users can
vary considerably, it can be useful to characterize
image queries into three levels of abstraction:
primitive features such as color or texture, logical
features such as the identity of objects shown and
abstract attributes such as the significance of the
scenes depicted. While CBIR systems currently
operate effectively only at the lowest of these levels,
most users demand higher levels of retrieval. Due to
the use of global descriptor values to extract images
the process of retrieval method is much faster than
the conventional approach of retrieval of images.
REFERENCES
[1] “Content-Based Microscopic Image
Retrieval System for Multi-Image Queries”,
Akakin.H.C., Gurcan. M.N, IEEE
Transactions on Information Technology in
Biomedicine, Volume:16, Issue:4 DOI: 10.
1109/TITB.2012.2185829, 2012.
[2] “Generalized Biased Discriminant Analysis
for Content-Based Image Retrieval”, Lining
Zhang, Lipo Wang , Weisi Lin, IEEE
Transactions on Systems, Man and
Cybernetics, Part B: Cybernetics, Volume:
42 , Issue: 1 , DOI: 10.1109/TSMCB.2011.
2165335, 2012.
[3] “Content Based Image Retrieval Using
Unclean Positive Examples”, Jun Zhang ,
Lei Ye, IEEE Transactions on Image
Processing, Volume: 18 , Issue: 10 , DOI:
10.1109/TIP.2009.2026669,2009.
[4] “Interactive content-based texture image
retrieval”, Patil. P.B., Kokare. M.B., 2nd
International IEEE Conference on Computer
and Communication Technology,2011, DOI:
10.1109/ICCCT.2011.6075199.
[5] “Content-Based Image Retrieval for Blood
Cells”, Zare, M.R., Ainon, R.N. , Woo
Chaw.Seng Third Asia International IEEE
Conference on Modelling & Simulation,
2009, DOI:10.1109/AMS.2009.103.
[6] “Image Retrieval Based on Fuzzy Color
Histogram”, Kai-xing Wu, Qiang Xu
International IEEE Conference on Intelligent
Information Hiding and Multimedia Signal
Processing(IIHMSP),2008,DOI:10.1109/IIH
-MSP.2008.57.
[7] “A color based fuzzy algorithm for CBIR”,
Rahmani, M.K.I. , Ansari. M.A, 4th
International Conference on The Next
Generation Information Technology
Confluenc, 2013. DOI:10.1049/cp.2013.23
42.
[8] “Comparative Study on Content-Based
Image Retrieval (CBIR)”,Khan.S.M.H.,
Hussain.A.,Alshaikhli.I.F.T., International
IEEE Conference on Advanced Computer
Science Applications and Technologies
(ACSAT),2012,
DOI:10.1109/ACSAT.2012.40.
[9] “A survey of methods for colour image
indexing and retrieval in image databases”,
R. Schettini, G. Ciocca, S Zuffi, Color
Imaging Science: Exploiting Digital Media,
(R. Luo, L. MacDonald eds.), J. Wiley,
2001.

More Related Content

PDF
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
IRJET Journal
 
PDF
Content based image retrieval project
aliaKhan71
 
PDF
Applications of spatial features in cbir a survey
csandit
 
PDF
Precision face image retrieval by extracting the face features and comparing ...
prjpublications
 
PDF
H018124360
IOSR Journals
 
PDF
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
IRJET Journal
 
PDF
K018217680
IOSR Journals
 
PDF
A Comparative Study of Content Based Image Retrieval Trends and Approaches
CSCJournals
 
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
IRJET Journal
 
Content based image retrieval project
aliaKhan71
 
Applications of spatial features in cbir a survey
csandit
 
Precision face image retrieval by extracting the face features and comparing ...
prjpublications
 
H018124360
IOSR Journals
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
IRJET Journal
 
K018217680
IOSR Journals
 
A Comparative Study of Content Based Image Retrieval Trends and Approaches
CSCJournals
 

What's hot (19)

PPTX
Content Based Image and Video Retrieval Algorithm
Akshit Bum
 
PDF
International Journal of Engineering Research and Development
IJERD Editor
 
PPTX
CBIR
Durga Kinge
 
PDF
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
csandit
 
PDF
Low level features for image retrieval based
caijjournal
 
PDF
Feature extraction techniques on cbir a review
IAEME Publication
 
PDF
Paper id 25201471
IJRAT
 
PDF
Literature Review on Content Based Image Retrieval
Upekha Vandebona
 
PDF
Volume 2-issue-6-1974-1978
Editor IJARCET
 
PDF
Ts2 c topic (1)
Harini Vemula
 
PPTX
CBIR For Medical Imaging...
Isha Sharma
 
PPTX
Content Based Image Retrieval
Prem kumar
 
PDF
IRJET- Image based Information Retrieval
IRJET Journal
 
PDF
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
IJMIT JOURNAL
 
PDF
Optimizing content based image retrieval in p2 p systems
eSAT Publishing House
 
PDF
Content based image retrieval (cbir) using
ijcsity
 
PDF
Content based Image Retrieval from Forensic Image Databases
IJERA Editor
 
PDF
Et35839844
IJERA Editor
 
Content Based Image and Video Retrieval Algorithm
Akshit Bum
 
International Journal of Engineering Research and Development
IJERD Editor
 
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
csandit
 
Low level features for image retrieval based
caijjournal
 
Feature extraction techniques on cbir a review
IAEME Publication
 
Paper id 25201471
IJRAT
 
Literature Review on Content Based Image Retrieval
Upekha Vandebona
 
Volume 2-issue-6-1974-1978
Editor IJARCET
 
Ts2 c topic (1)
Harini Vemula
 
CBIR For Medical Imaging...
Isha Sharma
 
Content Based Image Retrieval
Prem kumar
 
IRJET- Image based Information Retrieval
IRJET Journal
 
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
IJMIT JOURNAL
 
Optimizing content based image retrieval in p2 p systems
eSAT Publishing House
 
Content based image retrieval (cbir) using
ijcsity
 
Content based Image Retrieval from Forensic Image Databases
IJERA Editor
 
Et35839844
IJERA Editor
 
Ad

Viewers also liked (15)

PDF
Numerical simulation of Pressure Drop through a Compact Helical geometry
IJERA Editor
 
PDF
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
brawijaya university
 
PPTX
Advocating against the privatization of education: the Chilean experience
PERIGlobal
 
PDF
A Real Time Video Colorization Method with Gabor Feature Space
IJERA Editor
 
PDF
Talent of the month
Moataz Atva
 
PDF
Deshiroj Te Pendohem Por
guestef339
 
PPT
Comercio
jbasualdo
 
DOC
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
deetta567
 
PDF
A503010103
IJERA Editor
 
PDF
Reti09 Nielsen Netratings(2)
michela_apolloni
 
PDF
Decade20081231
Takayuki Onishi
 
PDF
F53022933
IJERA Editor
 
PDF
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
Misha de Sterke
 
PPTX
PP Iwan Fals
AfifKurniawan7
 
PDF
CONTENTMARKETING
Misha de Sterke
 
Numerical simulation of Pressure Drop through a Compact Helical geometry
IJERA Editor
 
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
brawijaya university
 
Advocating against the privatization of education: the Chilean experience
PERIGlobal
 
A Real Time Video Colorization Method with Gabor Feature Space
IJERA Editor
 
Talent of the month
Moataz Atva
 
Deshiroj Te Pendohem Por
guestef339
 
Comercio
jbasualdo
 
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
deetta567
 
A503010103
IJERA Editor
 
Reti09 Nielsen Netratings(2)
michela_apolloni
 
Decade20081231
Takayuki Onishi
 
F53022933
IJERA Editor
 
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
Misha de Sterke
 
PP Iwan Fals
AfifKurniawan7
 
CONTENTMARKETING
Misha de Sterke
 
Ad

Similar to Global Descriptor Attributes Based Content Based Image Retrieval of Query Images (20)

PDF
A Survey on Content Based Image Retrieval System
YogeshIJTSRD
 
PDF
Content Based Image Retrieval : Classification Using Neural Networks
ijma
 
PDF
Efficient CBIR Using Color Histogram Processing
sipij
 
PDF
Volume 2-issue-6-2077-2080
Editor IJARCET
 
PDF
Volume 2-issue-6-2077-2080
Editor IJARCET
 
PDF
A Survey on Techniques Used for Content Based Image Retrieval
IRJET Journal
 
PDF
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
INFOGAIN PUBLICATION
 
PDF
Gi3411661169
IJERA Editor
 
PDF
A Survey on Image retrieval techniques with feature extraction
IRJET Journal
 
PPT
Content based image retrieval(cbir)
paddu123
 
PDF
IRJET- Content Based Image Retrieval (CBIR)
IRJET Journal
 
PDF
Content-Based Image Retrieval by Multi-Featrus Extraction and K-Means Clustering
EECJOURNAL
 
PDF
Features Analysis in CBIR Systems
Editor IJCATR
 
PDF
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
IRJET Journal
 
PDF
Survey on content based image retrieval techniques
eSAT Publishing House
 
PDF
Content Based Image Retrieval
ijtsrd
 
PDF
26 3 jul17 22may 6664 8052-1-ed edit septian
IAESIJEECS
 
PPTX
Content Based Image Retrieval
SOURAV KAR
 
PDF
Ijarcet vol-2-issue-3-1078-1080
Editor IJARCET
 
A Survey on Content Based Image Retrieval System
YogeshIJTSRD
 
Content Based Image Retrieval : Classification Using Neural Networks
ijma
 
Efficient CBIR Using Color Histogram Processing
sipij
 
Volume 2-issue-6-2077-2080
Editor IJARCET
 
Volume 2-issue-6-2077-2080
Editor IJARCET
 
A Survey on Techniques Used for Content Based Image Retrieval
IRJET Journal
 
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
INFOGAIN PUBLICATION
 
Gi3411661169
IJERA Editor
 
A Survey on Image retrieval techniques with feature extraction
IRJET Journal
 
Content based image retrieval(cbir)
paddu123
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET Journal
 
Content-Based Image Retrieval by Multi-Featrus Extraction and K-Means Clustering
EECJOURNAL
 
Features Analysis in CBIR Systems
Editor IJCATR
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
IRJET Journal
 
Survey on content based image retrieval techniques
eSAT Publishing House
 
Content Based Image Retrieval
ijtsrd
 
26 3 jul17 22may 6664 8052-1-ed edit septian
IAESIJEECS
 
Content Based Image Retrieval
SOURAV KAR
 
Ijarcet vol-2-issue-3-1078-1080
Editor IJARCET
 

Recently uploaded (20)

PDF
Top 10 read articles In Managing Information Technology.pdf
IJMIT JOURNAL
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
PDF
Introduction to Data Science: data science process
ShivarkarSandip
 
PDF
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PPTX
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PDF
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PPTX
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
PPTX
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
PDF
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PDF
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
Top 10 read articles In Managing Information Technology.pdf
IJMIT JOURNAL
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Traditional Exams vs Continuous Assessment in Boarding Schools.pdf
The Asian School
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
Introduction to Data Science: data science process
ShivarkarSandip
 
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
database slide on modern techniques for optimizing database queries.pptx
aky52024
 
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 

Global Descriptor Attributes Based Content Based Image Retrieval of Query Images

  • 1. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 84 | P a g e Global Descriptor Attributes Based Content Based Image Retrieval of Query Images Jaykrishna Joshi*, Dattatray Bade** *(Department of Electronics and Telecommunication, Mumbai University, Mumbai-421 601) ** (Department of Electronics and Telecommunication, Mumbai University, Mumbai-400 037) ABSTRACT The need for efficient content-based image retrieval system has increased hugely. Efficient and effective retrieval techniques of images are desired because of the explosive growth of digital images. Content based image retrieval (CBIR) is a promising approach because of its automatic indexing retrieval based on their semantic features and visual appearance. In this proposed system we investigate method for describing the contents of images which characterizes images by global descriptor attributes, where global features are extracted to make system more efficient by using color features which are color expectancy, color variance, skewness and texture feature correlation. Keywords - Content based image retrieval (CBIR), Retrieval, Query Image, Global Descriptor Attributes and Color Histogram I. INTRODUCTION With the advances in computer technologies and the advent of the World Wide Web, there has been an explosion in the amount and complexity of digital data being generated, stored, transmitted, analyzed, and accessed. Much of this information is multimedia in nature, including digital images, video, audio, graphics, and text data[1]. In order to make use of this vast amount of data, efficient and effective techniques to retrieve multimedia information based on its content need to be developed. Among the various media types, images are of prime importance. An image retrieval system is a computer system for browsing, searching and retrieving images from a large database of digital images. Most traditional and common methods of image retrieval utilize some method of adding metadata such as captioning, keywords, or descriptions to the images so that retrieval can be performed over the annotation words. The reason behind research on multimedia systems and content-based image retrieval (CBIR) is the fact that multimedia databases deal with text, audio, video and image data which could provide enormous amount of information and which has affected life style of human for the better. CBIR is the application of computer vision to the image retrieval problem, that is, the problem of searching for digital images in large databases[2]. Content-based image retrieval also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR). "Content-based" means that the search will analyze the actual contents of the image. The term 'content' in this context might refer colors, shapes, textures, or any other information that can be derived from the image itself. There are some types of feature used for Image retrieval such as color retrieval, textual retrieval, shape retrieval and so on. Figure 1 show diagram fundamental of content-based image retrieval system. Figure.1 Block Diagram of Basic Content Based Image Retrieval System II. CONTENT-BASED IMAGE RETRIEVAL (CBIR) Content-based image retrieval (CBIR) has become one of the most active research areas in the past few years. Thus, many visual feature representations have been explored and many CBIR systems have been built. However, there are several problems and challenges need to be consider in attempt to apply CBIR systems. Firstly, the gap between high-level semantic concept and low-level visual features is great. In the CBIR context, an image is represented by a set of low-level visual features which are the features have no direct correlation with high-level semantic concept[3]. Human prefer to retrieve images according to the RESEARCH ARTICLE OPEN ACCESS
  • 2. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 85 | P a g e “semantic” or “concept” of an image. But, CBIR depends on the absolute distance of image features to retrieve similar images Thereby, appear the gap between high-level concepts and low-level features which is the major difficulty that hinders further development of CBIR systems. In other sentence, the semantic gap problem is the lack of coincidence between the image representation and the human interpretation for an image. There are many existing feature selection techniques such as distribution based approaches, Kullback-Leibler divergence (K-LD), boosting manner, discriminant analysis (DA) method and others. However, these feature selection techniques remains a challenging problem for image retrieval. In recent year, there are a lot of discriminant analysis method had been proposed and used as a feature selection method to improve relevance feedback. These methods included multiple discriminant analysis (MDA), biased discriminant analysis (BDA), kernel-biased discriminant analysis (KBDA) and nonparametric discriminant analysis (NDA). The goal of discriminant analysis is to find a weight matrix such that the distances between the two scatter class matrixes are maximized. However, these methods have their own drawback that must be solved to improve the performance of CBIR[4]. Basic single Gaussian assumption which proposed by MDA and BDA usually doesn‟t hold, since the few training samples are always scattered in the high dimensional feature space, and their effectiveness will be suffer. Moreover, single Gaussian distribution means all positive samples should be similar with similar view angle and similar illumination, which are not the case for CBIR. To overcome the problem of single Gaussian distribution assumption, KBDA had been introduced. But, this kernel based method has two major drawbacks which is regularization approach is often unstable and it is rely on parameter tuning. Then, NDA had been proposed to solve the problem in MDA, BDA and also KBDA. This approach can only barely match the accuracy performance of KBDA. As a conclusion, many feature selection methods can not satisfy the requirements in CBIR even though there are many method has been apply in content-based image retrieval[5]. III. METHODOLOGY The term Content-based image retrieval [CBIR] describes the process of retrieving desired images from a large collection on the basis of features (such as colour, texture and shape) that can be automatically extracted from the images themselves.Content-based image retrieval, also known as query by image content and content-based visual information retrieval is the application of computer vision to the image retrieval problem, that is, the problem of searching for digital images in large databases. „CONTENT BASED‟ means that the search makes use of the contents of the images themselves, rather than relying on human-input metadata such as captions or keywords. The surrounding world is composed of images. There are different models for color image representation. In the seventeen century Sir Isaac Newton showed that a beam of sunlight passing through a glass prism comes into view as a rainbow of colors. Therefore, he first understood that white light is composed of many colors[6]. Typically, the computer screen can display 2^8 or 256 different shades of gray. For color images this makes 2^ (3x8) = 16,777,216 different colors. Clerk Maxwell showed in the late nineteen century that every color image cough be created using three images – Red, green and Blue image. A mix of these three images can produce every color. This model, named RGB model, is primarily used in image representation. The RGB image could be presented as a triple(R, G, B) where usually R, G, and B take values in the range [0, 255]. Another color model is YIQ model (lamination (Y), phase (I), quadrature phase (Q)). It is the base for the color television standard. Images are presented in computers as a matrix of pixels. They have finite area. If we decrease the pixel dimension the pixel brightness will become close to the real brightness. A content-based image retrieval system (CBIR) is a piece of software that implements CBIR. In CBIR, each image that is stored in the database has its features extracted and compared to the features of the query image[7]. Searching and browsing image collections have become important and active research fields in the last decade. There are two approaches to image retrieval: Text-Based approach and Content- Based approach. Querying by image content is one of most promising search techniques where users try to find relevant images based on the given query image. Color, texture, and shape are the low level features that are usually preferred in content-based image retrieval (CBIR) systems. Among these methods, color histogram is the simplest, yet an effective visual feature commonly used in color image retrieval[8]. The aim of query-by-color is to find images, whose color features are similar to the color features of query image. Although color histograms are commonly used in computer vision and have the computational advantages, it is a fact that they are also very sensitive to small illumination changes and quantization errors. In proposed method, firstly we investigate two methods for describing the contents of the images where first one characterizes images by global descriptor attributes. Feature vectors based on color and texture features are called Global Descriptor Attributes[9].
  • 3. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 86 | P a g e IV. DESIGN STEPS Step-1: Feature Extraction: First step in the proposed method is to extract the image features to a distinguishable extinguishable extent. Feature extraction is most critical stage. The end result of feature extraction is a set of features called feature vector; which constitutes the representation of image (features such as color, shape, texture etc. are used to describe the content of image). Global Descriptor Attributes: 1. Color Color is the most extensively used visual content for image retrieval. Color feature is one of the most significant features of image retrieval. Its three- dimensional values make its discrimination potentiality superior to the single dimensional gray values of images. Extraction of color feature is done using i. Color moment and ii. Color Histogram i. Color moment Sticker and Orengo who propose the method of color moment consider that the color information focus on the low-level color moment of the image, and they mainly do statistics for the first order, second-order and third-order moment of each color component. For image retrieval, the color moment is a simple and effective representative method of color features. Such color moment as first-order (mean) and second (variance) and third-order (Skewness), is proved to be very effective in presenting color distribution of images. The three color moments are defined with formulas as follows: a) Color Expectancy: It is defined as the average color. Color Expectancy b) Color Variance: It is defined as the dispersion of color values from average. Color Variance c) Color Skewness: It is defined as symmetry of color distribution on the whole image. Color Skewness Where N represents number of pixels in an image & in an i  j matrix represents the pixel value. ii. Color Histogram: An image histogram is a chart that shows the distribution of intensities in an indexed or intensity image. The CCH of an image indicates the frequency of occurrence of every color in an image. The approach more frequently adopted for CBIR systems is based on the conventional color histogram (CCH), which contains occurrences of each color obtained counting all image pixel shaving that color. 2. Texture: Texture is that innate property of all surfaces that describes visual patters, and that contain important information about the structural arrangement of the surface and its relationship to the surrounding environment. Texture is another important property of images. Various texture representations have been investigated in pattern recognition and computer vision. Step-2: Normalization: If the image energy varies with position, matching using cross correlation can fail. For example, the correlation between the feature and an exactly matching region in the image may be less than the correlation between the feature and a bright spot. The range of correlation is dependent on the size of the feature. Normalization is performed so that all images have a fixed dimension in order to allow comparisons. Step-3: Inputting Query Image: To retrieve images, users provide the retrieval system with example images or sketched figures (Query image). The system then changes these examples into its internal representation of feature vectors. Step-4: Matching: The similarities /distances between the Global Descriptor Attributes (GDA)of the query example or sketch and those of the images in the database are then calculated. This step involves matching these Global Descriptor Attributes (GDA) to yield result that are visually similar. If the Euclidean distance between the query image and the images in the database is small enough the corresponding image in the database is considered as the match to the Query image. Formula for Euclidean distance is given below Where ED= Euclidean Distances = Visual features of image query = Visual features of images in database i = Feature in which i start with i=1 Step-5: Simulation: Instead of exact matching, content-based image retrieval calculates visual similarities between a query image and images in a database. Accordingly,
  • 4. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 87 | P a g e the retrieval result is not a single image but a list of images ranked by their similarities with the query image. Many similarity measures have been developed for image retrieval based on empirical estimates of the distribution of features in recent years. Different similarity/distance measures will affect retrieval performances of an image retrieval system significantly. In the proposed method this step involves sorting the images based on their Euclidean distance values and ranking them in ascending order. After this calculate the Match Percentile (MP) by using the formula Match Percentile (MP) = Where N= number of images in the database, R = Rank of the image Step-6: Applying Conventional Color Histogram(CCH): The CCH is constructed by counting the number of pixels of each color. Histogram based search method is investigated in RGB color space only on filtered databases. A higher successful rate is retrieving target image is obtained. peppers.png dog.png guitar.png flower.png Gantrycrane seq nos  1 2 3 4 5 balloon.png fabric.png pepper_1.png pepper_2.png pepper_3.png seq nos  6 7 8 9 10 Figure 2: Results Peppers.png Pepper_1.png Pepper_2.png Pepper_3.png Fabric.png Figure 3: Top Five Sorted Images V. RESULTS The first image is the query image Peppers.png. The eighth image which is Pepper_1 is rotated (180 degree) image of the query image. The ninth and the tenth image Pepper_2 and Pepper_3 respectively are developed by doing some changes in illumination and brightness to the query image. These images are included in the database to show and represent the accuracy of the proposed algorithm. Next step involves sorting of images in descending order and extracting top five relevant images (with respect to the given query image) from the database based on their Average match percentile value as shown in Figure 3. Table.3 Histogram Error of top 5 sorted images Rank Image name AMP Histogram error 1 Peppers.png 1.0000 0 2 Pepper_1.png 0.8929 0.0425 3 Pepper_2.png 0.8810 0.0469 4 Pepper_3.png 0.8095 0.0451 5 Fabric.png 0.7857 0.0547 The Table.3 shows the top five extracted similar images which are sorted with respect to the average match percentile value. After applying CCH on the five extracted images, histogram error is calculated between the query image and the top five images. As seen in the Table.3 above, the histogram error is zero for the Peppers.png image which is the query image.
  • 5. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 88 | P a g e A histogram error of zero indicates a perfect match. Thus the retrieved image is same as the query image. VI. CONCLUSION The need to find a desired image from a collection is shared by many professional groups, including journalists, design engineers and art historians. While the requirements of image users can vary considerably, it can be useful to characterize image queries into three levels of abstraction: primitive features such as color or texture, logical features such as the identity of objects shown and abstract attributes such as the significance of the scenes depicted. While CBIR systems currently operate effectively only at the lowest of these levels, most users demand higher levels of retrieval. Due to the use of global descriptor values to extract images the process of retrieval method is much faster than the conventional approach of retrieval of images. REFERENCES [1] “Content-Based Microscopic Image Retrieval System for Multi-Image Queries”, Akakin.H.C., Gurcan. M.N, IEEE Transactions on Information Technology in Biomedicine, Volume:16, Issue:4 DOI: 10. 1109/TITB.2012.2185829, 2012. [2] “Generalized Biased Discriminant Analysis for Content-Based Image Retrieval”, Lining Zhang, Lipo Wang , Weisi Lin, IEEE Transactions on Systems, Man and Cybernetics, Part B: Cybernetics, Volume: 42 , Issue: 1 , DOI: 10.1109/TSMCB.2011. 2165335, 2012. [3] “Content Based Image Retrieval Using Unclean Positive Examples”, Jun Zhang , Lei Ye, IEEE Transactions on Image Processing, Volume: 18 , Issue: 10 , DOI: 10.1109/TIP.2009.2026669,2009. [4] “Interactive content-based texture image retrieval”, Patil. P.B., Kokare. M.B., 2nd International IEEE Conference on Computer and Communication Technology,2011, DOI: 10.1109/ICCCT.2011.6075199. [5] “Content-Based Image Retrieval for Blood Cells”, Zare, M.R., Ainon, R.N. , Woo Chaw.Seng Third Asia International IEEE Conference on Modelling & Simulation, 2009, DOI:10.1109/AMS.2009.103. [6] “Image Retrieval Based on Fuzzy Color Histogram”, Kai-xing Wu, Qiang Xu International IEEE Conference on Intelligent Information Hiding and Multimedia Signal Processing(IIHMSP),2008,DOI:10.1109/IIH -MSP.2008.57. [7] “A color based fuzzy algorithm for CBIR”, Rahmani, M.K.I. , Ansari. M.A, 4th International Conference on The Next Generation Information Technology Confluenc, 2013. DOI:10.1049/cp.2013.23 42. [8] “Comparative Study on Content-Based Image Retrieval (CBIR)”,Khan.S.M.H., Hussain.A.,Alshaikhli.I.F.T., International IEEE Conference on Advanced Computer Science Applications and Technologies (ACSAT),2012, DOI:10.1109/ACSAT.2012.40. [9] “A survey of methods for colour image indexing and retrieval in image databases”, R. Schettini, G. Ciocca, S Zuffi, Color Imaging Science: Exploiting Digital Media, (R. Luo, L. MacDonald eds.), J. Wiley, 2001.