International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
DOI : 10.5121/ijmit.2011.3202 9
An Unsupervised Cluster-based Image Retrieval
Algorithm using Relevance Feedback
Jayant Mishra1
, Anubhav Sharma2
and Kapil Chaturvedi3
1
Department of Computer Application, UIT, RGPV, Bhopal
rgtu.jayant@gmail.com
2
Department of Computer Science, RITS, Bhopal
ac.anubhav@gmail.com
1
Department of Computer Application, UIT, RGPV, Bhopal
kplchaturvedi@yahoo.com
ABSTRACT
Content-based image retrieval (CBIR) systems utilize low level query image feature as identifying similarity
between a query image and the image database. Image contents are plays significant role for image
retrieval. There are three fundamental bases for content-based image retrieval, i.e. visual feature
extraction, multidimensional indexing, and retrieval system design. Each image has three contents such as:
color, texture and shape features. Color and texture both plays important image visual features used in
Content-Based Image Retrieval to improve results. Color histogram and texture features have potential to
retrieve similar images on the basis of their properties. As the feature extracted from a query is low level, it
is extremely difficult for user to provide an appropriate example in based query. To overcome these
problems and reach higher accuracy in CBIR system, providing user with relevance feedback is famous for
provide promising solution.
KEYWORDS
Content-based image retrieval, Color Histogram, Relevance Feedback, k-means.
1. INTRODUCTION
Content-based image retrieval [1,18] has been an active research area in recent years. There has
been an experimental increase in the amount of non-text based data being generated from various
sources. In particular, images have been gaining popularity as an alternative and some time more
viable option for information storage [6]. Through the increase in storage and transmission
abilities more visual information is being made available on-line. These need to search and well
manage large volumes of Multimedia information [3]. However, while this presents a wealth of
information, it also causes a great problem in retrieving appropriate and relevant information
from databases.
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
10
Fig. 1 General model of CBIR
CBIR extracts low-level features which is Inbuilt in the images to present the contents of
images.Each image has features such as categories into three main classes: color [2, 11], texture
[9, 11] and shape [2, 10] features. This has resulted in a growing interest, and great active
research, into the extraction of relevant information from non text-based database. One of the
most common data in multimedia systems is image. Therefore, the capability of managing
images, allocating their quick and efficient indexing and retrieval are repeatedly followed in
multimedia database management systems. Researchers have been focusing on different ways of
retrieving information from database or objects based on their contents. Especially, content-based
image retrieval (CBIR) systems have attracted significant research and commercial interest. In
field of medicals, academic world, government and huge collections of images are being
produced. Many of these groups are the product of digitizing existing collections of analogue
photographs, diagrams, drawings, paintings, and prints.
Color is most common feature of an image such as used in Content-Based Image Retrieval [2, 9,
13]. These features are able to identify objects [10] and retrieve similar images on the basis of
their contents. These methods do work very efficient in object recognition and Web searching
[14].An efficient query reformulation is necessary for finding the relevant images from the
database. Relevance feedback (RF) is an interactive process which filters the retrieval results to a
particular query by utilizing the user’s feedback on previously retrieved images [5, 8].
II. Feature Extraction
Feature (content) extraction is the basis of content-based image retrieval. In sense, features may
include both visual features (color, texture, shape) and text-based features (key words,
annotations).
Color
Color feature is one of the most reliable and easier visual features used in image retrieval. It is
robust to background complication and is independent of image size and orientation [3].A lot of
techniques available for retrieving images on the basis of color similarity from image database
[1]. Each image included to the collection is analyzed to compute a color histogram which shows
the proportion of pixels of each color within the image. The color histogram for each image is
then stored in the database. Color, texture and shape information have been the primitive image
descriptors in content based image retrieval systems [7].
Feature
Extraction
Query
Image
Image
Collection
Feature
Database
Similarity
Measure
Match
Result
Feature
Query
Feature
Extraction
Relevance
Feedback
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
11
Texture
Textures are characterized by differences in brightness with high frequencies in the image
spectrum. They are useful in distinguishing between areas of images with similar color similar
color (such as sky and sea, or water, grass). A variety of methods has been used for measuring
texture similarity; the best- established depend on comparing values of what are well-known as
second-order statistics estimated from query and stored images. Essentially, these estimate the
relative brightness of picked pairs of pixels from each image. From these it is possible to
measures the image texture such as contrast, coarseness, directionality and regularity [16] or
periodicity, directionality and randomness [11].
Shape
Shape is an essential feature for perceptual object recognition and classification of images in
content-based image retrieval. Shape representation is significant concern both in object
recognition and classification. That means an image has to be segmented before extracting most
shape features. The shape representation typically is divided into two categories; boundary-based
and region-based. Fourier descriptors are a representative for the boundary-based method while
moment invariants are characteristic of the region-based method [20].
III. Related Work
Color is common and important feature in image retrieval system. Color comparison between two
images would however be time consuming and difficult problem to overcome this problem they
introduced a method of reducing the amount of information. One way of doing this is by
quantizing the color distribution into color histograms [12]. Using color histogram easier way for
color distribution or they used histogram divide in to different classes for matching.
K-means algorithm is one of the most widely used clustering algorithms in spatial clustering
analysis [17]. It is easy and efficient. But is also having limitations: It is sensitive to the
initialization. It doesn’t perform well in global searching and is easy to get into local optimization
and the improved K-means is based on the classical method to make the process of optimization
more dependent [4, 15].
Many of image retrieval applications are based on color feature and shape feature [3].Estimating
local texture based on pixels of the intensity image and a fuzzy index to point out the presence of
major colors [11]. It is based on the texture co-occurrence matrix.
K-means clustering for the classification of feature set obtained from the histogram refinement
method [4]. Histogram refinement provides a set of features for proposed for Content Based
Image Retrieval (CBIR) [2]. They used global histograms for image retrieval, because of their
effectiveness and insensibility to minor changes, are broadly used for content based image
retrieval.
IV. Proposed Work
Each image has three features Color, Shape and Texture. For fast and improve Image retrieval
performance we are using color feature extraction. Using color feature extraction firstly we
converted color image into grey level, this is containing values from 0 to 255.
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
12
Figure1. Block diagram of algorithm.
Algorithm:
1. Input as RGB Image.
2. RGB image convert into gray image or Intensity Image:
Intensity or gray image contains values from 0 to 255.
3. Gray Image converts into histogram bins sets
For i = 64 to 256
{
h(i) = g(xi,yi);
{
Distance = pdist(h(i));
Clust_distance = linkage [B, ‘centroid’];
%%measure Distance between clusters
Clust = cluster (c,’maxclust’,2);
%%Let (clust = = 1) be the coherent and (clust = = 2)
Incoherent cluster.
1
I = (R + G + B)
3
RGB
Image
Convert
into
Intensity
Image
Find
Clusters for
each
Bins-sets
Classify
Clusters as
coherent and
incoherent in
each Bins-set
Split into 4
Bins-sets
For each bins-sets
Calculate
1) Numbers of bins
coherent and incoherent
Basis
2) Avg Value of coherent
and incoherent pixels of
cluster
3) Percentage of coherent
and incoherent Pixels
cluster
For each coherent cluster
from every bins set calculate:
1) Size of Median in cluster
2) Size of smallest in cluster
3) Standard deviation of
Coherent pixels cluster
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
13
If (clust = = 1)
Call Calculate_num (n);
Call Calculate_Percent (Per,n);
Call Calculate_Avg (a,n);
Call Calculate_Median_bin(m,n);
Call Calculate_Smallest_bin(s,n);
Call Calculate_Std(t,n);
Else If (clust = = 2)
Call Calculate_num (n);
Call Calculate_Per(Per,n);
Call Calculate_Avg(a,n);
Else
“No cluster found”
End
6. Retrieval using query.
V. Result and Analysis
In this part, several tests are performing in order to analysis the performance of histograms and
here we used coral image database. To test the proposed method. Firstly RGB image converted to
intensity image. Then the image were split into bins sets and the features described in section IV
were calculated which is based on coherent and incoherent pixels. Followed these feature set;
images were grouped in similar clusters using k-means clustering method. Histogram refining
method more refines the histogram by dividing the pixels in a given container into a number of
classes based on color coherence vectors. Several features are calculated using Matlab[19] for
each of the cluster and these features are further classified using the k-means clustering method.
Table1. Example of parameter values for Incoherent pixels.

Binset (Xi) (CXi ) (µXi) (Yi) (CYi) (µYi)
1 52 1 51262 48 61 747
2 53 1 52065 47 127 364
3 51 1 50382 49 191 251
4 47 1 46207 53 255 204
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
14
We denoted Percentage of Coherent pixels (Xi), Number of Incoherent pixels clusters (CXi),
Average of Incoherent pixels cluster (µXi), Percentage of Incoherent pixels (Yi), Number of
Incoherent pixels clusters (CYi), Average of Incoherent pixels cluster (µYi).After calculation of
above features, we consider some additional features based on coherent bins cluster only. At this
stage, incoherent Pixels cluster is ignored. These features are preferred.
Similarly, we have additional parameter values related with the coherent bins in clusters including
size of median bins in cluster in each bin (MXi), size of smallest bins in cluster in each bin (SXi)
and standard deviation of coherent bins in clusters (DXi). for each of the largest, median and
smallest bin cluster value.
Table2. Additional features among the coherent Pixels cluster.
Two of them are based on the size of the Cluster. These intensity values median, standard
deviation, mean, variance, various sizes of objects are considered as appropriate features for
retrieval.
(a)Query Image
(b)Retrieval Result
Binset1 Binset2 Binset3 Binset4
(MXi) 324 161 91 76
(SXi) 0 0 2 0
(DXi) 4227700 913210 541820 386960
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
15
VI. Conclusion
This algorithm is based on color and texture features of static image. The intensity values median,
standard deviation and various sizes of the intensity values are considered as appropriate features
for retrieval. The proposed technique present very little amount of memory for features storage
and a prominent rate of computation and give good results in terms of accuracy. We have shown
that k-means clustering is fairly useful for appropriate image retrieval queries. The K-means
clustering algorithms to group the images content into different clusters based on the color feature
and k-means clustering algorithms have been often used in the pattern recognition. Animated
images performance behaviour is different based on this method.
ACKNOWLEDGEMENTS
First and foremost, I would like to express my sincere thanks to my guide Prof. Nishchol Mishra his wisdom and
abundance of encouragements from the very early stage of this research as well as giving me constant support
throughout the work and I also give special thanks to Prof. Sanjeev Sharma Head, SOIT, RGPV for his great support
and motivating me to complete my work. I would also like to give special thanks to my friends. If anyone is to be
acknowledged first, they are my family member’s for their inseparable support and prayers My Papa, Mommy and
Both Sister’s. I express my deep sense of gratitude to them for their support and continuous encouragement.
References
[1]. Bing Wang et al.”A Semantic Description For Content-Based Image Retrieval” College Of Mathematics And
Computer Science, Hebei University, Baoding 071002, China -2008.
[2]. Youngeum An et al. “Classification of Feature Set Using K-Means Clustering From Histogram Refinement
Method” (Korea Electronics Technology Institute, South Korea)- –2008.
[3]Waqas Rasheed et al. ”Sum of Values of Local Histograms for Image retrieval” - Chosun University, Gwangju,
South Korea-2008.
[4]. Tapas Kanungo et al. “An Efficient K-Means Clustering Algorithm: Analysis AND Implementation” Senior
Member, Ieee-2002.
[5]. Samar Zutshi et al. “Proto-Reduct Fusion BASED Relevance Feedback IN Cbir”, (Monash University)–-2009.
[6].James Z. Wang et al.``SIMPLIcity: Semantics-sensitive Integrated Matching for Picture LIbraries,'' IEEE Trans. on
Pattern Analysis and Machine Intelligence- 2001.
[7]. P. S. Hiremath et al.-“Content Based Image Retrieval based on Color, Texture and Shape features using Image and
its complement” -Dept. of P.G. Studies and Research in Computer Science, Gulbarga University,Gulbarga, Karnataka,
India-2007.
[8]. P. Suman Karthik et al. “Analysis Of Relevance Feedback In Content Based Image Retrieval” Center For Visual
Information Technology International Institute Of Information Technology Gachibowli, Hyderabad-India, -2006.
[9]. Zhi-Gang Fan et al “Local Patterns Constrained Image Histograms For Image Retrieval” Advanced R&D Center
Of Sharp Electronics (Shanghai) China -2008.
[10]. Tang li et al. “Developing a Shape-and-Composition CBIR Thesaurus for the Traditional Chinese Landscape”
University of Maryland College of Information Science College Park, MD, United States Library Student Journal, July
2007
[11]. Sanjoy Kumar Saha et al. “CBIR Using Perception Based Texture And Colour Measures”CSE Department; CST
Department Jadavpur Univ., India; B.E. College, Unit ISI, Kolkata, India - -2003.
International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011
16
[12]. Greg Pass Ramin Zabih et al. “Histogram Refinement for Content-Based Image Retrieval” Computer Science
Department Cornell University-1996.
[13]. Mohamad Obeid’ Bruno et al. ”Image Indexing & Retrieval Using Intermediate features”
Equipe MIRE ENIC, Telecom Lille , Cite Scientifique, Rue G. Marconi, 59658 Villeneuve d’Ascq France-2000.
[14]. M.S. Lew et al. “Content-Based Multimedia Information Retrieval: State Of The Art And Challenges” ACM
Transactions On Multimedia Computing- 2006.
[15]. Zhe Zhang et al. “Improved K-means Clustering Algorithm”-(College of Automation, Northwestern Polytechnic
University, Xi’an 710072) -2008.
[16]. Tamura et al. “Texture Feautres Corresponding to Visual Perception”- IEEE Trans on system, Man and cyber 8-
460-472-1978.
[17]. Prof. Dr. K. Sakthivel et al. “Performance Enhancement In Image Retrieval Using Modified K-Means Clustering
Algorithm”- Journal of Mathematics and Technology, Rangasamy College of Technology, Tiruchengode, Tamilnadu
ISSN: 2078-0257, February, 2010.
[18]. Morteza Analoui et al.” Content-based Image Retrieval Using Artificial Immune System (AIS) Clustering
Algorithms”-proceeding of the international Multi conference of Engineers and computer Scientists 2011 VolI, IMECS
– India 2011.
[19]. Www.mathworks.com, MATLAB and Simulink for Technical Computing , 2008.
Authors
1. Jayant Mishra, Asst. Prof. UIT, RGPV, Bhopal. He has obtained M. Tech. Degree
in Computer Application & Technology branch from School Of Information
technology, RGPV, Bhopal in 2009. He is also done MCA from Technocrats
Institute of Technolgy, Bhopal in 2007. He has worked as Asst. Prof. In Department
of Computer Science, Acropolis Institute Research & Technology- Bhopal, Since
Dec 2009 to March 2011. He’s working as Asst. Prof. in UIT, Rajiv Gandhi
Technical University, Bhopal (M.P.) Since March 2011. His one international
Journal has been published in Dec’2009. His research area of interests are Multi
Media Data mining & Digital Image Processing.
2. Anubhav Sharma. He has obtained BE from JIT Borawan (M.P.)in 2007. He’s
perusing M. Tech. (final sem) Degree in Computer Science branch from RITS-
RGPV, Bhopal in 2011. His research area of interests is Digital Image Processing.
3. Prof. Kapil Chaturvedi. He has obtained MCA from SATI (Degree), Vidisha
(M.P) in 2008. He’s perusing Ph.D. from RGTU Bhopal. He has worked as lecturer
In Department of Computer Applications, SATI (Degree), Vidisha (M.P.) Since Aug
2008 to March 2011 He’s Working as Assistant Professor in Department of
Computer Applications, UIT, Rajiv Gandhi Technical University, Bhopal (M.P.)
Since March 2011. My Area of Interest is Data Mining & Digital Image Processing.
.

More Related Content

PDF
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
PPT
Evaluation of Texture in CBIR
PDF
26 3 jul17 22may 6664 8052-1-ed edit septian
PDF
A comparative study on content based image retrieval methods
PDF
Content Based Image Retrieval : Classification Using Neural Networks
PDF
Research Inventy : International Journal of Engineering and Science
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Evaluation of Texture in CBIR
26 3 jul17 22may 6664 8052-1-ed edit septian
A comparative study on content based image retrieval methods
Content Based Image Retrieval : Classification Using Neural Networks
Research Inventy : International Journal of Engineering and Science

What's hot (20)

PDF
Ac03401600163.
PDF
Analysis of combined approaches of CBIR systems by clustering at varying prec...
PDF
C1104011322
PDF
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
PDF
C1803011419
PDF
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
PDF
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
PDF
I017417176
PDF
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
PDF
A Review of Feature Extraction Techniques for CBIR based on SVM
PDF
Content based image retrieval based on shape with texture features
PDF
MMFO: modified moth flame optimization algorithm for region based RGB color i...
PDF
Week06 bme429-cbir
PDF
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
PDF
Content Based Image Retrieval Using Dominant Color and Texture Features
PDF
E1803012329
PDF
Wavelet-Based Color Histogram on Content-Based Image Retrieval
PDF
Fc4301935938
PDF
5 ashwin kumar_finalpaper--41-46
PDF
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Ac03401600163.
Analysis of combined approaches of CBIR systems by clustering at varying prec...
C1104011322
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
C1803011419
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
I017417176
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
A Review of Feature Extraction Techniques for CBIR based on SVM
Content based image retrieval based on shape with texture features
MMFO: modified moth flame optimization algorithm for region based RGB color i...
Week06 bme429-cbir
Content Based Image Retrieval Approach Based on Top-Hat Transform And Modifie...
Content Based Image Retrieval Using Dominant Color and Texture Features
E1803012329
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Fc4301935938
5 ashwin kumar_finalpaper--41-46
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Ad

Similar to An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback (20)

PDF
Gi3411661169
PDF
Et35839844
PDF
IRJET- Image based Information Retrieval
PDF
Color vs texture feature extraction and matching in visual content retrieval ...
PDF
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
PDF
62 328-337
PDF
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
PDF
Multimedia Big Data Management Processing And Analysis
PDF
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
PDF
A Hybrid Approach for Content Based Image Retrieval System
PDF
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
PDF
IRJET- A Survey on Different Image Retrieval Techniques
PDF
Volume 2-issue-6-2077-2080
PDF
Volume 2-issue-6-2077-2080
PDF
Literature Review on Content Based Image Retrieval
PDF
Content based Image Retrieval from Forensic Image Databases
PDF
An Automatic Color Feature Vector Classification Based on Clustering Method
PDF
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
PDF
Volume 2-issue-6-1974-1978
PDF
Volume 2-issue-6-1974-1978
Gi3411661169
Et35839844
IRJET- Image based Information Retrieval
Color vs texture feature extraction and matching in visual content retrieval ...
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
62 328-337
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
Multimedia Big Data Management Processing And Analysis
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
A Hybrid Approach for Content Based Image Retrieval System
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
IRJET- A Survey on Different Image Retrieval Techniques
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
Literature Review on Content Based Image Retrieval
Content based Image Retrieval from Forensic Image Databases
An Automatic Color Feature Vector Classification Based on Clustering Method
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
Ad

More from IJMIT JOURNAL (20)

PDF
AN ANALYSIS OF CONSUMER INTEREST LEVEL DATA FOR ONLINE HEALTH INFORMATION IN ...
DOCX
Paper Submission-6th International Conference on Software Engineering and Man...
PDF
ANALYZING THE OPPORTUNITIES OF DIGITAL MARKETING IN BANGLADESH TO PROVIDE AN ...
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PDF
ASSESSING THE ADOPTION OF E-GOVERNMENT USING TAM MODEL: CASE OF EGYPT
PDF
Top 10 read articles In Managing Information Technology.pdf
PDF
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
PDF
MULTIMODAL COURSE DESIGN AND IMPLEMENTATION USING LEML AND LMS FOR INSTRUCTIO...
PDF
INCLUSIVE ENTREPRENEURSHIP IN HANDLING COMPETING INSTITUTIONAL LOGICS FOR DHI...
DOCX
CALL FOR PAPERS-6th International Conference on Networks & IOT (NeTIOT 2025)
PDF
ENHANCING CHINESE-ENGLISH TRANSLATION IN AI CHATBOTS: A COMPARATIVE EVALUATIO...
PDF
Submit Your Papers-International Journal of Managing Information Technology (...
PDF
Submit Your Papers-12th International Conference on Computer Science and Info...
PDF
EFFECTIVELY CONNECT ACQUIRED TECHNOLOGY TO INNOVATION OVER A LONG PERIOD
PDF
BIGML 2025 : 6th International conference on Big Data, Machine learning and A...
PDF
NOVEL R & D CAPABILITIES AS A RESPONSE TO ESG RISKS- LESSONS FROM AMAZON’S FU...
PDF
Call For Papers-WJCI Indexed Journal International Journal of Managing Infor...
PDF
Predictive Modelling of Air Quality Index (AQI) Across Diverse Cities and Sta...
PDF
CALL FOR PAPERS-12th International Conference on Computer Science and Informa...
PDF
Synthetic Brain Images: Bridging the Gap in Brain Mapping With Generative Adv...
AN ANALYSIS OF CONSUMER INTEREST LEVEL DATA FOR ONLINE HEALTH INFORMATION IN ...
Paper Submission-6th International Conference on Software Engineering and Man...
ANALYZING THE OPPORTUNITIES OF DIGITAL MARKETING IN BANGLADESH TO PROVIDE AN ...
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
ASSESSING THE ADOPTION OF E-GOVERNMENT USING TAM MODEL: CASE OF EGYPT
Top 10 read articles In Managing Information Technology.pdf
DEEP LEARNING APPROACH FOR EVENT MONITORING SYSTEM
MULTIMODAL COURSE DESIGN AND IMPLEMENTATION USING LEML AND LMS FOR INSTRUCTIO...
INCLUSIVE ENTREPRENEURSHIP IN HANDLING COMPETING INSTITUTIONAL LOGICS FOR DHI...
CALL FOR PAPERS-6th International Conference on Networks & IOT (NeTIOT 2025)
ENHANCING CHINESE-ENGLISH TRANSLATION IN AI CHATBOTS: A COMPARATIVE EVALUATIO...
Submit Your Papers-International Journal of Managing Information Technology (...
Submit Your Papers-12th International Conference on Computer Science and Info...
EFFECTIVELY CONNECT ACQUIRED TECHNOLOGY TO INNOVATION OVER A LONG PERIOD
BIGML 2025 : 6th International conference on Big Data, Machine learning and A...
NOVEL R & D CAPABILITIES AS A RESPONSE TO ESG RISKS- LESSONS FROM AMAZON’S FU...
Call For Papers-WJCI Indexed Journal International Journal of Managing Infor...
Predictive Modelling of Air Quality Index (AQI) Across Diverse Cities and Sta...
CALL FOR PAPERS-12th International Conference on Computer Science and Informa...
Synthetic Brain Images: Bridging the Gap in Brain Mapping With Generative Adv...

Recently uploaded (20)

PDF
CRP102_SAGALASSOS_Final_Projects_2025.pdf
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PPTX
Education and Perspectives of Education.pptx
PPTX
DRUGS USED FOR HORMONAL DISORDER, SUPPLIMENTATION, CONTRACEPTION, & MEDICAL T...
PDF
1.Salivary gland disease.pdf 3.Bleeding and Clotting Disorders.pdf important
PPTX
Macbeth play - analysis .pptx english lit
PDF
Race Reva University – Shaping Future Leaders in Artificial Intelligence
PPTX
Climate Change and Its Global Impact.pptx
PPTX
Core Concepts of Personalized Learning and Virtual Learning Environments
PDF
English Textual Question & Ans (12th Class).pdf
PDF
Farming Based Livelihood Systems English Notes
PPTX
Module on health assessment of CHN. pptx
PDF
Civil Department's presentation Your score increases as you pick a category
PDF
Journal of Dental Science - UDMY (2021).pdf
PPTX
What’s under the hood: Parsing standardized learning content for AI
PDF
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
PDF
HVAC Specification 2024 according to central public works department
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
Climate and Adaptation MCQs class 7 from chatgpt
CRP102_SAGALASSOS_Final_Projects_2025.pdf
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
Education and Perspectives of Education.pptx
DRUGS USED FOR HORMONAL DISORDER, SUPPLIMENTATION, CONTRACEPTION, & MEDICAL T...
1.Salivary gland disease.pdf 3.Bleeding and Clotting Disorders.pdf important
Macbeth play - analysis .pptx english lit
Race Reva University – Shaping Future Leaders in Artificial Intelligence
Climate Change and Its Global Impact.pptx
Core Concepts of Personalized Learning and Virtual Learning Environments
English Textual Question & Ans (12th Class).pdf
Farming Based Livelihood Systems English Notes
Module on health assessment of CHN. pptx
Civil Department's presentation Your score increases as you pick a category
Journal of Dental Science - UDMY (2021).pdf
What’s under the hood: Parsing standardized learning content for AI
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
HVAC Specification 2024 according to central public works department
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Climate and Adaptation MCQs class 7 from chatgpt

An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback

  • 1. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 DOI : 10.5121/ijmit.2011.3202 9 An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback Jayant Mishra1 , Anubhav Sharma2 and Kapil Chaturvedi3 1 Department of Computer Application, UIT, RGPV, Bhopal [email protected] 2 Department of Computer Science, RITS, Bhopal [email protected] 1 Department of Computer Application, UIT, RGPV, Bhopal [email protected] ABSTRACT Content-based image retrieval (CBIR) systems utilize low level query image feature as identifying similarity between a query image and the image database. Image contents are plays significant role for image retrieval. There are three fundamental bases for content-based image retrieval, i.e. visual feature extraction, multidimensional indexing, and retrieval system design. Each image has three contents such as: color, texture and shape features. Color and texture both plays important image visual features used in Content-Based Image Retrieval to improve results. Color histogram and texture features have potential to retrieve similar images on the basis of their properties. As the feature extracted from a query is low level, it is extremely difficult for user to provide an appropriate example in based query. To overcome these problems and reach higher accuracy in CBIR system, providing user with relevance feedback is famous for provide promising solution. KEYWORDS Content-based image retrieval, Color Histogram, Relevance Feedback, k-means. 1. INTRODUCTION Content-based image retrieval [1,18] has been an active research area in recent years. There has been an experimental increase in the amount of non-text based data being generated from various sources. In particular, images have been gaining popularity as an alternative and some time more viable option for information storage [6]. Through the increase in storage and transmission abilities more visual information is being made available on-line. These need to search and well manage large volumes of Multimedia information [3]. However, while this presents a wealth of information, it also causes a great problem in retrieving appropriate and relevant information from databases.
  • 2. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 10 Fig. 1 General model of CBIR CBIR extracts low-level features which is Inbuilt in the images to present the contents of images.Each image has features such as categories into three main classes: color [2, 11], texture [9, 11] and shape [2, 10] features. This has resulted in a growing interest, and great active research, into the extraction of relevant information from non text-based database. One of the most common data in multimedia systems is image. Therefore, the capability of managing images, allocating their quick and efficient indexing and retrieval are repeatedly followed in multimedia database management systems. Researchers have been focusing on different ways of retrieving information from database or objects based on their contents. Especially, content-based image retrieval (CBIR) systems have attracted significant research and commercial interest. In field of medicals, academic world, government and huge collections of images are being produced. Many of these groups are the product of digitizing existing collections of analogue photographs, diagrams, drawings, paintings, and prints. Color is most common feature of an image such as used in Content-Based Image Retrieval [2, 9, 13]. These features are able to identify objects [10] and retrieve similar images on the basis of their contents. These methods do work very efficient in object recognition and Web searching [14].An efficient query reformulation is necessary for finding the relevant images from the database. Relevance feedback (RF) is an interactive process which filters the retrieval results to a particular query by utilizing the user’s feedback on previously retrieved images [5, 8]. II. Feature Extraction Feature (content) extraction is the basis of content-based image retrieval. In sense, features may include both visual features (color, texture, shape) and text-based features (key words, annotations). Color Color feature is one of the most reliable and easier visual features used in image retrieval. It is robust to background complication and is independent of image size and orientation [3].A lot of techniques available for retrieving images on the basis of color similarity from image database [1]. Each image included to the collection is analyzed to compute a color histogram which shows the proportion of pixels of each color within the image. The color histogram for each image is then stored in the database. Color, texture and shape information have been the primitive image descriptors in content based image retrieval systems [7]. Feature Extraction Query Image Image Collection Feature Database Similarity Measure Match Result Feature Query Feature Extraction Relevance Feedback
  • 3. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 11 Texture Textures are characterized by differences in brightness with high frequencies in the image spectrum. They are useful in distinguishing between areas of images with similar color similar color (such as sky and sea, or water, grass). A variety of methods has been used for measuring texture similarity; the best- established depend on comparing values of what are well-known as second-order statistics estimated from query and stored images. Essentially, these estimate the relative brightness of picked pairs of pixels from each image. From these it is possible to measures the image texture such as contrast, coarseness, directionality and regularity [16] or periodicity, directionality and randomness [11]. Shape Shape is an essential feature for perceptual object recognition and classification of images in content-based image retrieval. Shape representation is significant concern both in object recognition and classification. That means an image has to be segmented before extracting most shape features. The shape representation typically is divided into two categories; boundary-based and region-based. Fourier descriptors are a representative for the boundary-based method while moment invariants are characteristic of the region-based method [20]. III. Related Work Color is common and important feature in image retrieval system. Color comparison between two images would however be time consuming and difficult problem to overcome this problem they introduced a method of reducing the amount of information. One way of doing this is by quantizing the color distribution into color histograms [12]. Using color histogram easier way for color distribution or they used histogram divide in to different classes for matching. K-means algorithm is one of the most widely used clustering algorithms in spatial clustering analysis [17]. It is easy and efficient. But is also having limitations: It is sensitive to the initialization. It doesn’t perform well in global searching and is easy to get into local optimization and the improved K-means is based on the classical method to make the process of optimization more dependent [4, 15]. Many of image retrieval applications are based on color feature and shape feature [3].Estimating local texture based on pixels of the intensity image and a fuzzy index to point out the presence of major colors [11]. It is based on the texture co-occurrence matrix. K-means clustering for the classification of feature set obtained from the histogram refinement method [4]. Histogram refinement provides a set of features for proposed for Content Based Image Retrieval (CBIR) [2]. They used global histograms for image retrieval, because of their effectiveness and insensibility to minor changes, are broadly used for content based image retrieval. IV. Proposed Work Each image has three features Color, Shape and Texture. For fast and improve Image retrieval performance we are using color feature extraction. Using color feature extraction firstly we converted color image into grey level, this is containing values from 0 to 255.
  • 4. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 12 Figure1. Block diagram of algorithm. Algorithm: 1. Input as RGB Image. 2. RGB image convert into gray image or Intensity Image: Intensity or gray image contains values from 0 to 255. 3. Gray Image converts into histogram bins sets For i = 64 to 256 { h(i) = g(xi,yi); { Distance = pdist(h(i)); Clust_distance = linkage [B, ‘centroid’]; %%measure Distance between clusters Clust = cluster (c,’maxclust’,2); %%Let (clust = = 1) be the coherent and (clust = = 2) Incoherent cluster. 1 I = (R + G + B) 3 RGB Image Convert into Intensity Image Find Clusters for each Bins-sets Classify Clusters as coherent and incoherent in each Bins-set Split into 4 Bins-sets For each bins-sets Calculate 1) Numbers of bins coherent and incoherent Basis 2) Avg Value of coherent and incoherent pixels of cluster 3) Percentage of coherent and incoherent Pixels cluster For each coherent cluster from every bins set calculate: 1) Size of Median in cluster 2) Size of smallest in cluster 3) Standard deviation of Coherent pixels cluster
  • 5. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 13 If (clust = = 1) Call Calculate_num (n); Call Calculate_Percent (Per,n); Call Calculate_Avg (a,n); Call Calculate_Median_bin(m,n); Call Calculate_Smallest_bin(s,n); Call Calculate_Std(t,n); Else If (clust = = 2) Call Calculate_num (n); Call Calculate_Per(Per,n); Call Calculate_Avg(a,n); Else “No cluster found” End 6. Retrieval using query. V. Result and Analysis In this part, several tests are performing in order to analysis the performance of histograms and here we used coral image database. To test the proposed method. Firstly RGB image converted to intensity image. Then the image were split into bins sets and the features described in section IV were calculated which is based on coherent and incoherent pixels. Followed these feature set; images were grouped in similar clusters using k-means clustering method. Histogram refining method more refines the histogram by dividing the pixels in a given container into a number of classes based on color coherence vectors. Several features are calculated using Matlab[19] for each of the cluster and these features are further classified using the k-means clustering method. Table1. Example of parameter values for Incoherent pixels. Binset (Xi) (CXi ) (µXi) (Yi) (CYi) (µYi) 1 52 1 51262 48 61 747 2 53 1 52065 47 127 364 3 51 1 50382 49 191 251 4 47 1 46207 53 255 204
  • 6. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 14 We denoted Percentage of Coherent pixels (Xi), Number of Incoherent pixels clusters (CXi), Average of Incoherent pixels cluster (µXi), Percentage of Incoherent pixels (Yi), Number of Incoherent pixels clusters (CYi), Average of Incoherent pixels cluster (µYi).After calculation of above features, we consider some additional features based on coherent bins cluster only. At this stage, incoherent Pixels cluster is ignored. These features are preferred. Similarly, we have additional parameter values related with the coherent bins in clusters including size of median bins in cluster in each bin (MXi), size of smallest bins in cluster in each bin (SXi) and standard deviation of coherent bins in clusters (DXi). for each of the largest, median and smallest bin cluster value. Table2. Additional features among the coherent Pixels cluster. Two of them are based on the size of the Cluster. These intensity values median, standard deviation, mean, variance, various sizes of objects are considered as appropriate features for retrieval. (a)Query Image (b)Retrieval Result Binset1 Binset2 Binset3 Binset4 (MXi) 324 161 91 76 (SXi) 0 0 2 0 (DXi) 4227700 913210 541820 386960
  • 7. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 15 VI. Conclusion This algorithm is based on color and texture features of static image. The intensity values median, standard deviation and various sizes of the intensity values are considered as appropriate features for retrieval. The proposed technique present very little amount of memory for features storage and a prominent rate of computation and give good results in terms of accuracy. We have shown that k-means clustering is fairly useful for appropriate image retrieval queries. The K-means clustering algorithms to group the images content into different clusters based on the color feature and k-means clustering algorithms have been often used in the pattern recognition. Animated images performance behaviour is different based on this method. ACKNOWLEDGEMENTS First and foremost, I would like to express my sincere thanks to my guide Prof. Nishchol Mishra his wisdom and abundance of encouragements from the very early stage of this research as well as giving me constant support throughout the work and I also give special thanks to Prof. Sanjeev Sharma Head, SOIT, RGPV for his great support and motivating me to complete my work. I would also like to give special thanks to my friends. If anyone is to be acknowledged first, they are my family member’s for their inseparable support and prayers My Papa, Mommy and Both Sister’s. I express my deep sense of gratitude to them for their support and continuous encouragement. References [1]. Bing Wang et al.”A Semantic Description For Content-Based Image Retrieval” College Of Mathematics And Computer Science, Hebei University, Baoding 071002, China -2008. [2]. Youngeum An et al. “Classification of Feature Set Using K-Means Clustering From Histogram Refinement Method” (Korea Electronics Technology Institute, South Korea)- –2008. [3]Waqas Rasheed et al. ”Sum of Values of Local Histograms for Image retrieval” - Chosun University, Gwangju, South Korea-2008. [4]. Tapas Kanungo et al. “An Efficient K-Means Clustering Algorithm: Analysis AND Implementation” Senior Member, Ieee-2002. [5]. Samar Zutshi et al. “Proto-Reduct Fusion BASED Relevance Feedback IN Cbir”, (Monash University)–-2009. [6].James Z. Wang et al.``SIMPLIcity: Semantics-sensitive Integrated Matching for Picture LIbraries,'' IEEE Trans. on Pattern Analysis and Machine Intelligence- 2001. [7]. P. S. Hiremath et al.-“Content Based Image Retrieval based on Color, Texture and Shape features using Image and its complement” -Dept. of P.G. Studies and Research in Computer Science, Gulbarga University,Gulbarga, Karnataka, India-2007. [8]. P. Suman Karthik et al. “Analysis Of Relevance Feedback In Content Based Image Retrieval” Center For Visual Information Technology International Institute Of Information Technology Gachibowli, Hyderabad-India, -2006. [9]. Zhi-Gang Fan et al “Local Patterns Constrained Image Histograms For Image Retrieval” Advanced R&D Center Of Sharp Electronics (Shanghai) China -2008. [10]. Tang li et al. “Developing a Shape-and-Composition CBIR Thesaurus for the Traditional Chinese Landscape” University of Maryland College of Information Science College Park, MD, United States Library Student Journal, July 2007 [11]. Sanjoy Kumar Saha et al. “CBIR Using Perception Based Texture And Colour Measures”CSE Department; CST Department Jadavpur Univ., India; B.E. College, Unit ISI, Kolkata, India - -2003.
  • 8. International Journal of Managing Information Technology (IJMIT) Vol.3, No.2, May 2011 16 [12]. Greg Pass Ramin Zabih et al. “Histogram Refinement for Content-Based Image Retrieval” Computer Science Department Cornell University-1996. [13]. Mohamad Obeid’ Bruno et al. ”Image Indexing & Retrieval Using Intermediate features” Equipe MIRE ENIC, Telecom Lille , Cite Scientifique, Rue G. Marconi, 59658 Villeneuve d’Ascq France-2000. [14]. M.S. Lew et al. “Content-Based Multimedia Information Retrieval: State Of The Art And Challenges” ACM Transactions On Multimedia Computing- 2006. [15]. Zhe Zhang et al. “Improved K-means Clustering Algorithm”-(College of Automation, Northwestern Polytechnic University, Xi’an 710072) -2008. [16]. Tamura et al. “Texture Feautres Corresponding to Visual Perception”- IEEE Trans on system, Man and cyber 8- 460-472-1978. [17]. Prof. Dr. K. Sakthivel et al. “Performance Enhancement In Image Retrieval Using Modified K-Means Clustering Algorithm”- Journal of Mathematics and Technology, Rangasamy College of Technology, Tiruchengode, Tamilnadu ISSN: 2078-0257, February, 2010. [18]. Morteza Analoui et al.” Content-based Image Retrieval Using Artificial Immune System (AIS) Clustering Algorithms”-proceeding of the international Multi conference of Engineers and computer Scientists 2011 VolI, IMECS – India 2011. [19]. Www.mathworks.com, MATLAB and Simulink for Technical Computing , 2008. Authors 1. Jayant Mishra, Asst. Prof. UIT, RGPV, Bhopal. He has obtained M. Tech. Degree in Computer Application & Technology branch from School Of Information technology, RGPV, Bhopal in 2009. He is also done MCA from Technocrats Institute of Technolgy, Bhopal in 2007. He has worked as Asst. Prof. In Department of Computer Science, Acropolis Institute Research & Technology- Bhopal, Since Dec 2009 to March 2011. He’s working as Asst. Prof. in UIT, Rajiv Gandhi Technical University, Bhopal (M.P.) Since March 2011. His one international Journal has been published in Dec’2009. His research area of interests are Multi Media Data mining & Digital Image Processing. 2. Anubhav Sharma. He has obtained BE from JIT Borawan (M.P.)in 2007. He’s perusing M. Tech. (final sem) Degree in Computer Science branch from RITS- RGPV, Bhopal in 2011. His research area of interests is Digital Image Processing. 3. Prof. Kapil Chaturvedi. He has obtained MCA from SATI (Degree), Vidisha (M.P) in 2008. He’s perusing Ph.D. from RGTU Bhopal. He has worked as lecturer In Department of Computer Applications, SATI (Degree), Vidisha (M.P.) Since Aug 2008 to March 2011 He’s Working as Assistant Professor in Department of Computer Applications, UIT, Rajiv Gandhi Technical University, Bhopal (M.P.) Since March 2011. My Area of Interest is Data Mining & Digital Image Processing. .