SlideShare a Scribd company logo
Natarajan Meghanathan, et al. (Eds): SIPM, FCST, ITCA, WSE, ACSIT, CS & IT 06, pp. 277–284, 2012.
© CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2327
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE
FEATURES
Nishant Singh1
, Shiv Ram Dubey2
, Pushkar Dixit3
, Jay Prakash Gupta4
Dept. of Computer Engg. and Applications, GLA University, Mathura, India
1
singhnishant88@gmail.com, 2
shivram1987@gmail.com,
3
pushkardixit1987@gmail.com, 4
jayprakash619@gmail.com
ABSTRACT
In Content Based Image Retrieval (CBIR) some problem such as recognizing the similar
images, the need for databases, the semantic gap, and retrieving the desired images from huge
collections are the keys to improve. CBIR system analyzes the image content for indexing,
management, extraction and retrieval via low-level features such as color, texture and shape.
To achieve higher semantic performance, recent system seeks to combine the low-level features
of images with high-level features that conation perceptual information for human beings.
Performance improvements of indexing and retrieval play an important role for providing
advanced CBIR services. To overcome these above problems, a new query-by-image technique
using combination of multiple features is proposed. The proposed technique efficiently sifts
through the dataset of images to retrieve semantically similar images.
KEYWORDS
Content Based Image Retrieval, Feature Extraction, Similarity Matching & Image Retrieval.
1. INTRODUCTION
“A Picture is Worth One Thousand Words”. It is one of the famous proverbs. The meaning of this
proverb is that pictures can replace words, which means images play a much more important role
than the text, the information which is contained in the image even the words cannot described
them. CBIR system analyses image contents via the low-level features for indexing and retrieval,
such as color, shape and texture. In order to achieve higher semantic performance, these systems
seek to fuse low-level features with high-level features that contain perceptual information of
human beings [1]. There are two main steps in CBIR – (i) Feature Extraction (ii) Matching the
features of database images with the query image [2]. Carson et al. [3] have retrieved the images
from large database using the basic CBIR technique. They have transformed the image from raw
pixel data to small set of coherent region based on color and texture space. The one main
drawback in their approach was the shape feature. The images which are similar in terms of shape
are not retrieved. Rui et al. [4] has given a CBIR system that uses many visual features like
Shape, Texture and Color. They have, however, ignored two main characteristics: (1) the
semantic gap between the high level and low level features, and (2) description of human
perception of visual content.
In the development of a real time CBIR system, feature evaluation time and query response time
should be effective and optimized. A better performance can be obtained if feature-dimensionality
and space complexity of the algorithms are optimized. In this paper, a three phase methodology is
278 Computer Science & Information Technology ( CS & IT )
proposed for the extraction of semantic information from visual data. In the first phase database
of images with its calculated feature are created. In the second phase, images related to the query
image given by the user are retrieved by applying individual feature process. In the third phase,
we retrieve the images by combining all the features which results in a set of images which are
semantically more similar to the query image. The accuracy for an image retrieval method is very
difficult to define because it is very subjective and user dependent. Even if there is exactly same
input given to the user, different human beings may probably have different views about the
similarity of the images. So, it is very important that a retrieval system adapts to different user
requirements. Many systems have been developed to improve the accuracy and efficiency of
image retrieval systems. All the approaches aim to refine the features and to improve the
similarity matching [5].
The rest of the paper is organized as follows. In section II, we give the solution for the problem of
semantic–based image retrieval and the details of our proposed system are described. Section III,
is devoted to the experiments and results discussion and finally, section IV concludes the paper.
2. PROPOSED METHOD
The proposed method for image retrieval is composed of three phases. In first phase, database of
images with its calculated feature are created. In second phase, images related to the query image
are retrieved by applying individual feature process. In third phase, we retrieve the images by
combining all the features of the images which are retrieved in second phase and get the final
results in a form of images which are semantically similar to the query image.
2.1. Preparing the Database (phase 1)
In this phase, we store the images in the database with the features extracted from it. Figure 1
illustrates the preparation of the feature database. We extract color, texture and shape feature and
store these entire calculated feature with its corresponding images in the database.
Figure 1. Preparing the database
2.1.1. Color Features
Color Histogram is an often used feature to extract color information of an image and is
frequently used in CBIR system, which contains frequency of each color. A color histogram is
basically a distribution of colors in any digital image. We extract color histogram in RGB and
HSV color spaces. For multi-spectral images, in which each pixel represents an arbitrary number
of measurements, the color histogram in general is N-dimensional, with N being the number of
measurements taken. We reduce the number of bins by quantization for being the computationally
efficient.
2.1.2. Texture Features
In this paper we have used Tamura texture feature (i.e. coarseness, contrast and directionality)
[6],
Input images Feature
extraction
Store images with its
extracted features
Computer Science & Information Technology ( CS & IT ) 279
Coarseness
Coarseness is the information of the size of texture elements. The value of the coarseness will be
lower in the smoother areas and vice versa. In general, coarseness is the measurement of
roughness in the image. Coarseness can be computed by the following algorithm
1. For every pixel (n0, n1) in an image we calculate the average over neighbourhood pixels. The
size of the neighbourhood is the powers of two, e.g.:1*1, 2*2, 4*4... 32*32.
2 22 21 1 1( , ) ( 2 , 2 )0 1 0 11 12
k k
k kC n n I n i n j
k k i j
− −= − + − +∑ ∑
= =
(1)
2. For every pixel (n0, n1), we calculate the differences between the non overlapping
neighbourhoods on opposite sides of the pixel in vertical and horizontal direction.
1 1( , ) | ( , 2 ) ( , 2 ) |0 1 0 1 0 1
v k kD n n C n n C n nk k k
− −= + − − (2)
1 1( , ) | ( 2 , ) ( 2 , ) |0 1 0 1 0 1
h k kD n n C n n C n n
k k k
− −= + − − (3)
3. At each pixel (n0, n1) we select the size which is leading to the highest difference value.
( , ) arg(max max ( , ))0 1 0 11...5 ,
dA n n D n n
k d h v k
=
= =
(4)
4. In last we take the average to find the coarseness value of the image.
( , )0 11 0 12
1 10 1 0
n n A n n
Fcrs
nn n n
= ∑ ∑
=
(5)
Contrast
Contrast represents the quality of picture in an image. It can be influenced by the four factors - (1)
Sharpness in various edges, (2) Repetition of regular patterns, (3) Dynamic range of gray-levels,
and (4) Polarization of the distribution. In this paper, the contrast of an image is calculated by the
following equation
4
Fcon x
σ
α
= with 4
4
4
µ
α
σ
= (6)
Where, µ4 is the 4th
moment of the mean µ, σ2
is the variance of the gray values in an image, and x
is a constant calculated as 0.25 from the empirical observations.
0 11 4( ( , ) )4 0 11 10 1 0 1
n n
X n n
n n n n
µ µ= −∑ ∑
= =
(7)
Directionality
Directionality is the presence of orientation in the texture of an image. Two textures differing
only in the orientation are considered as same directionality. In the semantic image retrieval, the
280 Computer Science & Information Technology ( CS & IT )
use of directionality is of great significance. The directionality of the horizontal derivatives ∆H
and vertical derivatives ∆V are determined by the convolution of the image X(n0,n1) with the 3 ×
3 operators shown in Figure 2a and 2b respectively. Directionality for every pixel (n0, n1) is
calculated by the following equation
( , )1 0 1tan
2 ( , )0 1
v n n
h n n
π
θ
∆−= +
∆
(8)
(a) (b)
Figure 2. Operators used for the convolution in (a) Horizontal Derivative and (b) Vertical Derivative
2.1.3. Shape Features
In this paper, we have used Zernike [7] moment to demonstrate shape feature. We first apply
Scale Invariant feature Transform (SIFT) [8] method to all images and then apply shape feature to
avoid any scaling effect and to produce better results. Zernike is useful information of shape that
can be used effectively in the image retrieval because they have used moment which is invariant
to the translation and rotation.
2.2. Image Retrieval by using each Feature individually (phase 2)
First we calculate the feature of query image and stored it in some variable so that we use variable
for further access rather than calculating the feature of query image many times. The procedure
for the image retrieval by considering each feature separately is depicted in Figure 3. In this step,
we extract most similar images to the input image from the reduced feature database considering
color, texture and shape feature individually using similarity matching. We consider each feature
individually such that we have all the images which are similar to input images on the basis of
either color, texture or shape that are required to be able to perform semantic retrieval.
Figure 3. Image retrieval by using each feature individually
-1 0 1
-1 0 1
-1 0 1
-1 -1 -1
0 0 0
1 1 1
Input Image
Feature Extraction
Reduced Database
Feature Extraction
Similarity Matching
Output Images
Computer Science & Information Technology ( CS & IT ) 281
2.3. Image Retrieval by using all the Features simultaneously (phase 3)
In this step, we retrieve the images using similarity matching on those images which are similar to
the input image either by color, texture or shape considering all the features simultaneously. We
combine all the features to obtain a single feature vector for the input image and for each image
which are returned in the phase 2. By doing this we are able to retrieve all those images which are
similar in all respect to the input image and provide a scope of semantic retrieval. The approach
to combine the features is shown in Figure 4. If we use phase 3 without using phase 2 then there
is a possibility that some images will not come in the result which are semantically similar due to
the dimensionality of the combined feature. The problem of dimensionality occurs due to lack of
proper normalization of all the features.
Figure 4. Image retrieval by combining all the features
3. EXPERIMENTAL RESULT
In order to validate the proposed approach for the semantic image retrieval by considering
multiple features, we have used a database of 2135 images having various types of images. The
query image can be selected either from the dataset or from the outside.
Figure 5. Example of a query image from inside the database
Figure 5 shows the query image from inside the database for which we have to retrieve the most
similar images semantically. The information in the image is the presence of sky above the
mountain with sea which is semantic information. Figure 6(a) shows the most similar images for
the queried image by considering standard CBIR system. In this figure, there are ten images
which are semantically similar to the input image. Figure 6(b) shows the result of retrieval
process when all the features are combined. This result includes 19 images that are similar to the
input image semantically.
Combined FeatureCombined Feature
Similarity Matching
Final Retrieved Images
Output Images of Phase 2 Query image
282 Computer Science & Information Technology ( CS & IT )
(a) (b)
Figure 6. Image retrieval on the basis of (a) standard CBIR and (b) proposed method
(a) (b)
Figure 7. (a) Example of a query image from outside the database, and (b) Image retrieval by our proposed
method
Figure 7(a) shows the query image from outside the database for which we have to retrieve the
most similar images semantically. The information in the image is the presence of flower which is
look like tree which is semantic information. Figure 7(b) shows the most similar images for the
queried image by our proposed method. In this figure, there are eighteen images which are
semantically similar to the input image. Figure 8(a-b) shows the recall and precision while
considering different number of images retrieved. Precision and recall is the quantitative
measurement of performance. For the proposed method the precision and recall is higher than any
of individual feature as shown in Figure 8(a-b). Figure 8(c) compares the recall with the precision
while number of images is different. Our proposed approach greatly improves the precision-recall
performance of the image retrieval system. Table 1 shows a comparison of precision among
CBIR and our proposed approach. Our introduced method shows fairly more accurate result and
outperforms the existing image retrieval methods.
Computer Science & Information Technology ( CS & IT ) 283
5 10 15 20 25 30
0
0.1
0.2
0.3
0.4
0.5
Recall
Number of images
proposed
Color
texture
Shape
5 10 15 20 25 30
0
0.5
1
1.5
Number of images
Precision
proposed
color
texture
shape
0 0.1 0.2 0.3 0.4 0.5 0.6
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
Recall
Precision
Proposed
Color
Texture
Shape
Figure 8. (a) Recall versus number of images, (b) Precision versus number of images, and (c) Precision
versus Recall
Table 1. Precision computed at different number of retrieved images for various systems.
4. CONCLUSIONS AND FUTURE WORK
A semantic image retrieval approach using multiple features is proposed and experimentally
evaluated in this paper. We have used color, texture and shape features to improve the
performance of content based image retrieval semantically. The presented work operates in three
phases, in the first phase, a feature database is created, in the second phase we retrieve images by
using each feature individually and in third phase we retrieve images by using all the features
simultaneously. Our experimental results suggest that the proposed approach matches those
images which are more semantically similar with the query image and it is able to improve the
precision and recall of the image retrieval system. The work done in proposed CBIR system can
be used fully in the new version of the system based on the key-frames extracted from the video
sequences. These algorithms can benefit very much from the combination of features extracted
from different content. Considerable improvements can thus still be expected from such multi
modal features.
Method
Number of retrieved images
5 10 15 20 25 30
Proposed .79 .79 .87 .78 .70 .79
CBIR .35 .35 .33 .32 .31 .30
284 Computer Science & Information Technology ( CS & IT )
REFERENCES
[1] N. Singhai and S. Shandilya, “A Survey On: Content Based Image Retrieval Systems,” IJCA, vol. 4,
no. 2, pp. 22-26, 2010.
[2] W. Xiaoling and M. Hongyan, “Enhancing Color histogram for Image Retrieval,” In International
Workshop on Information Security and Application, 2009, pp. 622-625.
[3] C. Carson, S. Belongie, H. Greenspan, “Region-Based Image Querying,” Workshop on Content-
Based Access of Image and Video Libraries, 1997, pp. 42-49.
[4] Y. Rui, T. Huang and S. Mehrotra, “Relevance feedback techniques in interactive content-based
image retrieval,” In Proc. Storage and Retrieval of Image and Video Databases, 1998.
[5] C. Zhang and T. Chen, An Active Learning Framework for Content Based Information Retrieval,
Carnegie Mellon University Pittsburgh, Pennsylvania, USA
[6] H. Tamura, S. Mori and T. Yamawaki, “Textural features corresponding to visual perception,” IEEE
Trans on Systems, Man and Cybernetics, vol. 8, no. 6, pp. 460–472, 1978.
[7] G. R. Amayeh, A. Erol, G. Bebis and M. Nicolescu, “Accurate and efficient computation of high
order zernike moments,” In ISVC, 2005, Lake Tahoe, NV, USA, pp. 462-469.
[8] H. Zhou, Y. Yuan and C. Shi, “Object tracking using SIFT features and mean shift,” Computer Vision
and Image Understanding, vol. 113, no. 3, pp. 345-352, 2009.
Ad

More Related Content

What's hot (19)

20120140502012
2012014050201220120140502012
20120140502012
IAEME Publication
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital images
Rupesh Ambatwad
 
Digital image forgery detection
Digital image forgery detectionDigital image forgery detection
Digital image forgery detection
AB Rizvi
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainCopy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
SondosFadl
 
F43053237
F43053237F43053237
F43053237
IJERA Editor
 
Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator
cscpconf
 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIR
Zahra Mansoori
 
A proposed accelerated image copy-move forgery detection-vcip2014
A proposed accelerated image copy-move forgery detection-vcip2014A proposed accelerated image copy-move forgery detection-vcip2014
A proposed accelerated image copy-move forgery detection-vcip2014
SondosFadl
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Zahra Mansoori
 
B01460713
B01460713B01460713
B01460713
IOSR Journals
 
FAN search for image copy-move forgery-amalta 2014
 FAN search for image copy-move forgery-amalta 2014 FAN search for image copy-move forgery-amalta 2014
FAN search for image copy-move forgery-amalta 2014
SondosFadl
 
Watershed
WatershedWatershed
Watershed
Amnaakhaan
 
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
 
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
CSCJournals
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
RCC Institute of Information Technology
 
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
CSCJournals
 
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
CSCJournals
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
IAEME Publication
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital images
Rupesh Ambatwad
 
Digital image forgery detection
Digital image forgery detectionDigital image forgery detection
Digital image forgery detection
AB Rizvi
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainCopy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
SondosFadl
 
Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator
cscpconf
 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIR
Zahra Mansoori
 
A proposed accelerated image copy-move forgery detection-vcip2014
A proposed accelerated image copy-move forgery detection-vcip2014A proposed accelerated image copy-move forgery detection-vcip2014
A proposed accelerated image copy-move forgery detection-vcip2014
SondosFadl
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Zahra Mansoori
 
FAN search for image copy-move forgery-amalta 2014
 FAN search for image copy-move forgery-amalta 2014 FAN search for image copy-move forgery-amalta 2014
FAN search for image copy-move forgery-amalta 2014
SondosFadl
 
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
 
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
CSCJournals
 
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
CSCJournals
 
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
Content Based Image Retrieval using Color Boosted Salient Points and Shape fe...
CSCJournals
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
IAEME Publication
 

Similar to SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES (20)

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
eSAT Publishing House
 
Fc4301935938
Fc4301935938Fc4301935938
Fc4301935938
IJERA Editor
 
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
sipij
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
IJLT EMAS
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
IJET - International Journal of Engineering and Techniques
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
acijjournal
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
acijjournal
 
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
IOSR Journals
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
IJERA Editor
 
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackAn Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
IJMIT JOURNAL
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weather
ijsrd.com
 
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
cscpconf
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
ijcsity
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
cscpconf
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
CSCJournals
 
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
ijma
 
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfA_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
BijayNag1
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
IRJET Journal
 
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
researchinventy
 
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalIjaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
INFOGAIN PUBLICATION
 
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
eSAT Publishing House
 
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
sipij
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
IJLT EMAS
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
acijjournal
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
acijjournal
 
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
IOSR Journals
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
IJERA Editor
 
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackAn Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
IJMIT JOURNAL
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weather
ijsrd.com
 
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
cscpconf
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
ijcsity
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
cscpconf
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
CSCJournals
 
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
ijma
 
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfA_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
BijayNag1
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
IRJET Journal
 
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
researchinventy
 
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalIjaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
INFOGAIN PUBLICATION
 
Ad

More from cscpconf (20)

ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
ANALYSIS OF LAND SURFACE DEFORMATION GRADIENT BY DINSAR
cscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
cscpconf
 
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
MOVING FROM WATERFALL TO AGILE PROCESS IN SOFTWARE ENGINEERING CAPSTONE PROJE...
cscpconf
 
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIESPROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
PROMOTING STUDENT ENGAGEMENT USING SOCIAL MEDIA TECHNOLOGIES
cscpconf
 
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGICA SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
A SURVEY ON QUESTION ANSWERING SYSTEMS: THE ADVANCES OF FUZZY LOGIC
cscpconf
 
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
DYNAMIC PHONE WARPING – A METHOD TO MEASURE THE DISTANCE BETWEEN PRONUNCIATIONS
cscpconf
 
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
INTELLIGENT ELECTRONIC ASSESSMENT FOR SUBJECTIVE EXAMS
cscpconf
 
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTICTWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
TWO DISCRETE BINARY VERSIONS OF AFRICAN BUFFALO OPTIMIZATION METAHEURISTIC
cscpconf
 
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAINDETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
DETECTION OF ALGORITHMICALLY GENERATED MALICIOUS DOMAIN
cscpconf
 
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
GLOBAL MUSIC ASSET ASSURANCE DIGITAL CURRENCY: A DRM SOLUTION FOR STREAMING C...
cscpconf
 
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEMIMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
IMPORTANCE OF VERB SUFFIX MAPPING IN DISCOURSE TRANSLATION SYSTEM
cscpconf
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
cscpconf
 
AUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEWAUTOMATED PENETRATION TESTING: AN OVERVIEW
AUTOMATED PENETRATION TESTING: AN OVERVIEW
cscpconf
 
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORKCLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
CLASSIFICATION OF ALZHEIMER USING fMRI DATA AND BRAIN NETWORK
cscpconf
 
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
VALIDATION METHOD OF FUZZY ASSOCIATION RULES BASED ON FUZZY FORMAL CONCEPT AN...
cscpconf
 
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATAPROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
PROBABILITY BASED CLUSTER EXPANSION OVERSAMPLING TECHNIQUE FOR IMBALANCED DATA
cscpconf
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
cscpconf
 
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
SOCIAL MEDIA ANALYTICS FOR SENTIMENT ANALYSIS AND EVENT DETECTION IN SMART CI...
cscpconf
 
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGESOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
SOCIAL NETWORK HATE SPEECH DETECTION FOR AMHARIC LANGUAGE
cscpconf
 
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXTGENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
GENERAL REGRESSION NEURAL NETWORK BASED POS TAGGING FOR NEPALI TEXT
cscpconf
 
Ad

Recently uploaded (20)

TriStar Gold Corporate Presentation May 2025
TriStar Gold Corporate Presentation May 2025TriStar Gold Corporate Presentation May 2025
TriStar Gold Corporate Presentation May 2025
Adnet Communications
 
The Impact of the Abhay Bhutada Foundation in Education
The Impact of the Abhay Bhutada Foundation in EducationThe Impact of the Abhay Bhutada Foundation in Education
The Impact of the Abhay Bhutada Foundation in Education
Harsh Mishra
 
ACAL- insurance lebanese Report 2016.pdf
ACAL- insurance lebanese Report 2016.pdfACAL- insurance lebanese Report 2016.pdf
ACAL- insurance lebanese Report 2016.pdf
zkh10452
 
Money Matters_ Transforming Your Financial Relationship.pdf
Money Matters_ Transforming Your Financial Relationship.pdfMoney Matters_ Transforming Your Financial Relationship.pdf
Money Matters_ Transforming Your Financial Relationship.pdf
pckhetal
 
How To Recover Stolen Funds From Online Trading Investment Scam
How To Recover Stolen Funds From Online Trading Investment ScamHow To Recover Stolen Funds From Online Trading Investment Scam
How To Recover Stolen Funds From Online Trading Investment Scam
raymondwilliam1022
 
Understanding Cryptocurrency Guide For Beginners (2025).pdf
Understanding Cryptocurrency Guide For Beginners (2025).pdfUnderstanding Cryptocurrency Guide For Beginners (2025).pdf
Understanding Cryptocurrency Guide For Beginners (2025).pdf
SERP Navigator
 
Lecture-1-Chap.-17-00000000000000000000000000.pdf
Lecture-1-Chap.-17-00000000000000000000000000.pdfLecture-1-Chap.-17-00000000000000000000000000.pdf
Lecture-1-Chap.-17-00000000000000000000000000.pdf
TNguyn808979
 
Digitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdf
Digitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdfDigitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdf
Digitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdf
Jasper Colin
 
WAND.pdfvq d ix and8dba d8nd qnd8duf es qid
WAND.pdfvq d ix and8dba d8nd qnd8duf es qidWAND.pdfvq d ix and8dba d8nd qnd8duf es qid
WAND.pdfvq d ix and8dba d8nd qnd8duf es qid
jeremysegundob
 
George Mankiw Principle of Economics Chapter 26
George Mankiw Principle of Economics Chapter 26George Mankiw Principle of Economics Chapter 26
George Mankiw Principle of Economics Chapter 26
DyandraRenata
 
Chapter of corporate finance of capital budegting
Chapter of corporate finance of capital budegtingChapter of corporate finance of capital budegting
Chapter of corporate finance of capital budegting
vanshsharma541544
 
Trusted Forex Broker Reviews for Smarter Trading
Trusted Forex Broker Reviews for Smarter TradingTrusted Forex Broker Reviews for Smarter Trading
Trusted Forex Broker Reviews for Smarter Trading
Broker Reviewfx
 
Depreciation of equipment's ____-__ .ppt
Depreciation of equipment's ____-__ .pptDepreciation of equipment's ____-__ .ppt
Depreciation of equipment's ____-__ .ppt
bluehhh07
 
Decoding What Project Financial Management Is.pdf
Decoding What Project Financial Management Is.pdfDecoding What Project Financial Management Is.pdf
Decoding What Project Financial Management Is.pdf
Enterprise Wired
 
Hormones (mid terms) by yhbybhnybhunudr rida.pptx
Hormones (mid terms) by yhbybhnybhunudr rida.pptxHormones (mid terms) by yhbybhnybhunudr rida.pptx
Hormones (mid terms) by yhbybhnybhunudr rida.pptx
yousafmuzammil19
 
Lec 3 Blockchain Digital Signature 2022f.pdf
Lec 3 Blockchain Digital Signature 2022f.pdfLec 3 Blockchain Digital Signature 2022f.pdf
Lec 3 Blockchain Digital Signature 2022f.pdf
junaidkhalid631
 
Adrien Matray - An Economist Specializing In Finance
Adrien Matray - An Economist Specializing In FinanceAdrien Matray - An Economist Specializing In Finance
Adrien Matray - An Economist Specializing In Finance
Adrien Matray
 
M&A and corporate Restructuring strategy.pdf
M&A and corporate Restructuring strategy.pdfM&A and corporate Restructuring strategy.pdf
M&A and corporate Restructuring strategy.pdf
benjamin77330preteux
 
Blanchard_macro7e_accessible_fullppt_05.pptx
Blanchard_macro7e_accessible_fullppt_05.pptxBlanchard_macro7e_accessible_fullppt_05.pptx
Blanchard_macro7e_accessible_fullppt_05.pptx
examssua
 
Strategic Resources May 2025 Corporate Presentation
Strategic Resources May 2025 Corporate PresentationStrategic Resources May 2025 Corporate Presentation
Strategic Resources May 2025 Corporate Presentation
Adnet Communications
 
TriStar Gold Corporate Presentation May 2025
TriStar Gold Corporate Presentation May 2025TriStar Gold Corporate Presentation May 2025
TriStar Gold Corporate Presentation May 2025
Adnet Communications
 
The Impact of the Abhay Bhutada Foundation in Education
The Impact of the Abhay Bhutada Foundation in EducationThe Impact of the Abhay Bhutada Foundation in Education
The Impact of the Abhay Bhutada Foundation in Education
Harsh Mishra
 
ACAL- insurance lebanese Report 2016.pdf
ACAL- insurance lebanese Report 2016.pdfACAL- insurance lebanese Report 2016.pdf
ACAL- insurance lebanese Report 2016.pdf
zkh10452
 
Money Matters_ Transforming Your Financial Relationship.pdf
Money Matters_ Transforming Your Financial Relationship.pdfMoney Matters_ Transforming Your Financial Relationship.pdf
Money Matters_ Transforming Your Financial Relationship.pdf
pckhetal
 
How To Recover Stolen Funds From Online Trading Investment Scam
How To Recover Stolen Funds From Online Trading Investment ScamHow To Recover Stolen Funds From Online Trading Investment Scam
How To Recover Stolen Funds From Online Trading Investment Scam
raymondwilliam1022
 
Understanding Cryptocurrency Guide For Beginners (2025).pdf
Understanding Cryptocurrency Guide For Beginners (2025).pdfUnderstanding Cryptocurrency Guide For Beginners (2025).pdf
Understanding Cryptocurrency Guide For Beginners (2025).pdf
SERP Navigator
 
Lecture-1-Chap.-17-00000000000000000000000000.pdf
Lecture-1-Chap.-17-00000000000000000000000000.pdfLecture-1-Chap.-17-00000000000000000000000000.pdf
Lecture-1-Chap.-17-00000000000000000000000000.pdf
TNguyn808979
 
Digitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdf
Digitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdfDigitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdf
Digitizing Dollars- Redefining B2B Payments with Stablecoin Strategy.pdf
Jasper Colin
 
WAND.pdfvq d ix and8dba d8nd qnd8duf es qid
WAND.pdfvq d ix and8dba d8nd qnd8duf es qidWAND.pdfvq d ix and8dba d8nd qnd8duf es qid
WAND.pdfvq d ix and8dba d8nd qnd8duf es qid
jeremysegundob
 
George Mankiw Principle of Economics Chapter 26
George Mankiw Principle of Economics Chapter 26George Mankiw Principle of Economics Chapter 26
George Mankiw Principle of Economics Chapter 26
DyandraRenata
 
Chapter of corporate finance of capital budegting
Chapter of corporate finance of capital budegtingChapter of corporate finance of capital budegting
Chapter of corporate finance of capital budegting
vanshsharma541544
 
Trusted Forex Broker Reviews for Smarter Trading
Trusted Forex Broker Reviews for Smarter TradingTrusted Forex Broker Reviews for Smarter Trading
Trusted Forex Broker Reviews for Smarter Trading
Broker Reviewfx
 
Depreciation of equipment's ____-__ .ppt
Depreciation of equipment's ____-__ .pptDepreciation of equipment's ____-__ .ppt
Depreciation of equipment's ____-__ .ppt
bluehhh07
 
Decoding What Project Financial Management Is.pdf
Decoding What Project Financial Management Is.pdfDecoding What Project Financial Management Is.pdf
Decoding What Project Financial Management Is.pdf
Enterprise Wired
 
Hormones (mid terms) by yhbybhnybhunudr rida.pptx
Hormones (mid terms) by yhbybhnybhunudr rida.pptxHormones (mid terms) by yhbybhnybhunudr rida.pptx
Hormones (mid terms) by yhbybhnybhunudr rida.pptx
yousafmuzammil19
 
Lec 3 Blockchain Digital Signature 2022f.pdf
Lec 3 Blockchain Digital Signature 2022f.pdfLec 3 Blockchain Digital Signature 2022f.pdf
Lec 3 Blockchain Digital Signature 2022f.pdf
junaidkhalid631
 
Adrien Matray - An Economist Specializing In Finance
Adrien Matray - An Economist Specializing In FinanceAdrien Matray - An Economist Specializing In Finance
Adrien Matray - An Economist Specializing In Finance
Adrien Matray
 
M&A and corporate Restructuring strategy.pdf
M&A and corporate Restructuring strategy.pdfM&A and corporate Restructuring strategy.pdf
M&A and corporate Restructuring strategy.pdf
benjamin77330preteux
 
Blanchard_macro7e_accessible_fullppt_05.pptx
Blanchard_macro7e_accessible_fullppt_05.pptxBlanchard_macro7e_accessible_fullppt_05.pptx
Blanchard_macro7e_accessible_fullppt_05.pptx
examssua
 
Strategic Resources May 2025 Corporate Presentation
Strategic Resources May 2025 Corporate PresentationStrategic Resources May 2025 Corporate Presentation
Strategic Resources May 2025 Corporate Presentation
Adnet Communications
 

SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES

  • 1. Natarajan Meghanathan, et al. (Eds): SIPM, FCST, ITCA, WSE, ACSIT, CS & IT 06, pp. 277–284, 2012. © CS & IT-CSCP 2012 DOI : 10.5121/csit.2012.2327 SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES Nishant Singh1 , Shiv Ram Dubey2 , Pushkar Dixit3 , Jay Prakash Gupta4 Dept. of Computer Engg. and Applications, GLA University, Mathura, India 1 [email protected], 2 [email protected], 3 [email protected], 4 [email protected] ABSTRACT In Content Based Image Retrieval (CBIR) some problem such as recognizing the similar images, the need for databases, the semantic gap, and retrieving the desired images from huge collections are the keys to improve. CBIR system analyzes the image content for indexing, management, extraction and retrieval via low-level features such as color, texture and shape. To achieve higher semantic performance, recent system seeks to combine the low-level features of images with high-level features that conation perceptual information for human beings. Performance improvements of indexing and retrieval play an important role for providing advanced CBIR services. To overcome these above problems, a new query-by-image technique using combination of multiple features is proposed. The proposed technique efficiently sifts through the dataset of images to retrieve semantically similar images. KEYWORDS Content Based Image Retrieval, Feature Extraction, Similarity Matching & Image Retrieval. 1. INTRODUCTION “A Picture is Worth One Thousand Words”. It is one of the famous proverbs. The meaning of this proverb is that pictures can replace words, which means images play a much more important role than the text, the information which is contained in the image even the words cannot described them. CBIR system analyses image contents via the low-level features for indexing and retrieval, such as color, shape and texture. In order to achieve higher semantic performance, these systems seek to fuse low-level features with high-level features that contain perceptual information of human beings [1]. There are two main steps in CBIR – (i) Feature Extraction (ii) Matching the features of database images with the query image [2]. Carson et al. [3] have retrieved the images from large database using the basic CBIR technique. They have transformed the image from raw pixel data to small set of coherent region based on color and texture space. The one main drawback in their approach was the shape feature. The images which are similar in terms of shape are not retrieved. Rui et al. [4] has given a CBIR system that uses many visual features like Shape, Texture and Color. They have, however, ignored two main characteristics: (1) the semantic gap between the high level and low level features, and (2) description of human perception of visual content. In the development of a real time CBIR system, feature evaluation time and query response time should be effective and optimized. A better performance can be obtained if feature-dimensionality and space complexity of the algorithms are optimized. In this paper, a three phase methodology is
  • 2. 278 Computer Science & Information Technology ( CS & IT ) proposed for the extraction of semantic information from visual data. In the first phase database of images with its calculated feature are created. In the second phase, images related to the query image given by the user are retrieved by applying individual feature process. In the third phase, we retrieve the images by combining all the features which results in a set of images which are semantically more similar to the query image. The accuracy for an image retrieval method is very difficult to define because it is very subjective and user dependent. Even if there is exactly same input given to the user, different human beings may probably have different views about the similarity of the images. So, it is very important that a retrieval system adapts to different user requirements. Many systems have been developed to improve the accuracy and efficiency of image retrieval systems. All the approaches aim to refine the features and to improve the similarity matching [5]. The rest of the paper is organized as follows. In section II, we give the solution for the problem of semantic–based image retrieval and the details of our proposed system are described. Section III, is devoted to the experiments and results discussion and finally, section IV concludes the paper. 2. PROPOSED METHOD The proposed method for image retrieval is composed of three phases. In first phase, database of images with its calculated feature are created. In second phase, images related to the query image are retrieved by applying individual feature process. In third phase, we retrieve the images by combining all the features of the images which are retrieved in second phase and get the final results in a form of images which are semantically similar to the query image. 2.1. Preparing the Database (phase 1) In this phase, we store the images in the database with the features extracted from it. Figure 1 illustrates the preparation of the feature database. We extract color, texture and shape feature and store these entire calculated feature with its corresponding images in the database. Figure 1. Preparing the database 2.1.1. Color Features Color Histogram is an often used feature to extract color information of an image and is frequently used in CBIR system, which contains frequency of each color. A color histogram is basically a distribution of colors in any digital image. We extract color histogram in RGB and HSV color spaces. For multi-spectral images, in which each pixel represents an arbitrary number of measurements, the color histogram in general is N-dimensional, with N being the number of measurements taken. We reduce the number of bins by quantization for being the computationally efficient. 2.1.2. Texture Features In this paper we have used Tamura texture feature (i.e. coarseness, contrast and directionality) [6], Input images Feature extraction Store images with its extracted features
  • 3. Computer Science & Information Technology ( CS & IT ) 279 Coarseness Coarseness is the information of the size of texture elements. The value of the coarseness will be lower in the smoother areas and vice versa. In general, coarseness is the measurement of roughness in the image. Coarseness can be computed by the following algorithm 1. For every pixel (n0, n1) in an image we calculate the average over neighbourhood pixels. The size of the neighbourhood is the powers of two, e.g.:1*1, 2*2, 4*4... 32*32. 2 22 21 1 1( , ) ( 2 , 2 )0 1 0 11 12 k k k kC n n I n i n j k k i j − −= − + − +∑ ∑ = = (1) 2. For every pixel (n0, n1), we calculate the differences between the non overlapping neighbourhoods on opposite sides of the pixel in vertical and horizontal direction. 1 1( , ) | ( , 2 ) ( , 2 ) |0 1 0 1 0 1 v k kD n n C n n C n nk k k − −= + − − (2) 1 1( , ) | ( 2 , ) ( 2 , ) |0 1 0 1 0 1 h k kD n n C n n C n n k k k − −= + − − (3) 3. At each pixel (n0, n1) we select the size which is leading to the highest difference value. ( , ) arg(max max ( , ))0 1 0 11...5 , dA n n D n n k d h v k = = = (4) 4. In last we take the average to find the coarseness value of the image. ( , )0 11 0 12 1 10 1 0 n n A n n Fcrs nn n n = ∑ ∑ = (5) Contrast Contrast represents the quality of picture in an image. It can be influenced by the four factors - (1) Sharpness in various edges, (2) Repetition of regular patterns, (3) Dynamic range of gray-levels, and (4) Polarization of the distribution. In this paper, the contrast of an image is calculated by the following equation 4 Fcon x σ α = with 4 4 4 µ α σ = (6) Where, µ4 is the 4th moment of the mean µ, σ2 is the variance of the gray values in an image, and x is a constant calculated as 0.25 from the empirical observations. 0 11 4( ( , ) )4 0 11 10 1 0 1 n n X n n n n n n µ µ= −∑ ∑ = = (7) Directionality Directionality is the presence of orientation in the texture of an image. Two textures differing only in the orientation are considered as same directionality. In the semantic image retrieval, the
  • 4. 280 Computer Science & Information Technology ( CS & IT ) use of directionality is of great significance. The directionality of the horizontal derivatives ∆H and vertical derivatives ∆V are determined by the convolution of the image X(n0,n1) with the 3 × 3 operators shown in Figure 2a and 2b respectively. Directionality for every pixel (n0, n1) is calculated by the following equation ( , )1 0 1tan 2 ( , )0 1 v n n h n n π θ ∆−= + ∆ (8) (a) (b) Figure 2. Operators used for the convolution in (a) Horizontal Derivative and (b) Vertical Derivative 2.1.3. Shape Features In this paper, we have used Zernike [7] moment to demonstrate shape feature. We first apply Scale Invariant feature Transform (SIFT) [8] method to all images and then apply shape feature to avoid any scaling effect and to produce better results. Zernike is useful information of shape that can be used effectively in the image retrieval because they have used moment which is invariant to the translation and rotation. 2.2. Image Retrieval by using each Feature individually (phase 2) First we calculate the feature of query image and stored it in some variable so that we use variable for further access rather than calculating the feature of query image many times. The procedure for the image retrieval by considering each feature separately is depicted in Figure 3. In this step, we extract most similar images to the input image from the reduced feature database considering color, texture and shape feature individually using similarity matching. We consider each feature individually such that we have all the images which are similar to input images on the basis of either color, texture or shape that are required to be able to perform semantic retrieval. Figure 3. Image retrieval by using each feature individually -1 0 1 -1 0 1 -1 0 1 -1 -1 -1 0 0 0 1 1 1 Input Image Feature Extraction Reduced Database Feature Extraction Similarity Matching Output Images
  • 5. Computer Science & Information Technology ( CS & IT ) 281 2.3. Image Retrieval by using all the Features simultaneously (phase 3) In this step, we retrieve the images using similarity matching on those images which are similar to the input image either by color, texture or shape considering all the features simultaneously. We combine all the features to obtain a single feature vector for the input image and for each image which are returned in the phase 2. By doing this we are able to retrieve all those images which are similar in all respect to the input image and provide a scope of semantic retrieval. The approach to combine the features is shown in Figure 4. If we use phase 3 without using phase 2 then there is a possibility that some images will not come in the result which are semantically similar due to the dimensionality of the combined feature. The problem of dimensionality occurs due to lack of proper normalization of all the features. Figure 4. Image retrieval by combining all the features 3. EXPERIMENTAL RESULT In order to validate the proposed approach for the semantic image retrieval by considering multiple features, we have used a database of 2135 images having various types of images. The query image can be selected either from the dataset or from the outside. Figure 5. Example of a query image from inside the database Figure 5 shows the query image from inside the database for which we have to retrieve the most similar images semantically. The information in the image is the presence of sky above the mountain with sea which is semantic information. Figure 6(a) shows the most similar images for the queried image by considering standard CBIR system. In this figure, there are ten images which are semantically similar to the input image. Figure 6(b) shows the result of retrieval process when all the features are combined. This result includes 19 images that are similar to the input image semantically. Combined FeatureCombined Feature Similarity Matching Final Retrieved Images Output Images of Phase 2 Query image
  • 6. 282 Computer Science & Information Technology ( CS & IT ) (a) (b) Figure 6. Image retrieval on the basis of (a) standard CBIR and (b) proposed method (a) (b) Figure 7. (a) Example of a query image from outside the database, and (b) Image retrieval by our proposed method Figure 7(a) shows the query image from outside the database for which we have to retrieve the most similar images semantically. The information in the image is the presence of flower which is look like tree which is semantic information. Figure 7(b) shows the most similar images for the queried image by our proposed method. In this figure, there are eighteen images which are semantically similar to the input image. Figure 8(a-b) shows the recall and precision while considering different number of images retrieved. Precision and recall is the quantitative measurement of performance. For the proposed method the precision and recall is higher than any of individual feature as shown in Figure 8(a-b). Figure 8(c) compares the recall with the precision while number of images is different. Our proposed approach greatly improves the precision-recall performance of the image retrieval system. Table 1 shows a comparison of precision among CBIR and our proposed approach. Our introduced method shows fairly more accurate result and outperforms the existing image retrieval methods.
  • 7. Computer Science & Information Technology ( CS & IT ) 283 5 10 15 20 25 30 0 0.1 0.2 0.3 0.4 0.5 Recall Number of images proposed Color texture Shape 5 10 15 20 25 30 0 0.5 1 1.5 Number of images Precision proposed color texture shape 0 0.1 0.2 0.3 0.4 0.5 0.6 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Recall Precision Proposed Color Texture Shape Figure 8. (a) Recall versus number of images, (b) Precision versus number of images, and (c) Precision versus Recall Table 1. Precision computed at different number of retrieved images for various systems. 4. CONCLUSIONS AND FUTURE WORK A semantic image retrieval approach using multiple features is proposed and experimentally evaluated in this paper. We have used color, texture and shape features to improve the performance of content based image retrieval semantically. The presented work operates in three phases, in the first phase, a feature database is created, in the second phase we retrieve images by using each feature individually and in third phase we retrieve images by using all the features simultaneously. Our experimental results suggest that the proposed approach matches those images which are more semantically similar with the query image and it is able to improve the precision and recall of the image retrieval system. The work done in proposed CBIR system can be used fully in the new version of the system based on the key-frames extracted from the video sequences. These algorithms can benefit very much from the combination of features extracted from different content. Considerable improvements can thus still be expected from such multi modal features. Method Number of retrieved images 5 10 15 20 25 30 Proposed .79 .79 .87 .78 .70 .79 CBIR .35 .35 .33 .32 .31 .30
  • 8. 284 Computer Science & Information Technology ( CS & IT ) REFERENCES [1] N. Singhai and S. Shandilya, “A Survey On: Content Based Image Retrieval Systems,” IJCA, vol. 4, no. 2, pp. 22-26, 2010. [2] W. Xiaoling and M. Hongyan, “Enhancing Color histogram for Image Retrieval,” In International Workshop on Information Security and Application, 2009, pp. 622-625. [3] C. Carson, S. Belongie, H. Greenspan, “Region-Based Image Querying,” Workshop on Content- Based Access of Image and Video Libraries, 1997, pp. 42-49. [4] Y. Rui, T. Huang and S. Mehrotra, “Relevance feedback techniques in interactive content-based image retrieval,” In Proc. Storage and Retrieval of Image and Video Databases, 1998. [5] C. Zhang and T. Chen, An Active Learning Framework for Content Based Information Retrieval, Carnegie Mellon University Pittsburgh, Pennsylvania, USA [6] H. Tamura, S. Mori and T. Yamawaki, “Textural features corresponding to visual perception,” IEEE Trans on Systems, Man and Cybernetics, vol. 8, no. 6, pp. 460–472, 1978. [7] G. R. Amayeh, A. Erol, G. Bebis and M. Nicolescu, “Accurate and efficient computation of high order zernike moments,” In ISVC, 2005, Lake Tahoe, NV, USA, pp. 462-469. [8] H. Zhou, Y. Yuan and C. Shi, “Object tracking using SIFT features and mean shift,” Computer Vision and Image Understanding, vol. 113, no. 3, pp. 345-352, 2009.