Literature Review on
Content Based Image
Retrieval (CBIR)
2015 July MCS3108 Image Processing and Vision
Name : U. V Vandebona
Index No : 13440722
Registration No: 2013/MCS/072
Literature Review on Content Based Image Retrieval (CBIR)
Page 1
A B S T R A C T
The purpose of this study is to explore on the field of content based image retrieval, which comes under
image processing and vision domain. This paper further discusses the research work carried out in this arena
specifically more focusing on the question, how this image retrieval technique would impact on the computer
vision and its future.
Keywords: Content Based Image Retrieval (CBIR), Computer Vision, Reverse Image Search
INTRODUCTION
The term “Content Based Image Retrieval” was coined by Toshikazu Kato in 1992 on his research
article “Database architecture for content-based image retrieval”. His experiments were on about
automatic retrieval of desired images from a large collection of image database, based on the image
features such like color and shape (Kato 1992).
Content based image retrieval or in shorten CBIR, is an application of computer vision techniques
to image retrieval. In the earlier days, when it comes to image retrieval, it was only concept based.
Which means using of metadata such as keywords, tags, or descriptions associated with the image giving
a concept, giving a descriptive meaning to the image (Khutwad and Vaidya 2013). But we cannot
guarantee that, for every image there exist associated text annotations or complete text annotations. For
example images captured from surveillance cameras. So looking for content is a good option to fill that
gap. In this context, the term "content" refer to colors, shapes, textures, or any other image feature
information that can be derived from the image itself. The main drawback of traditional concept based
approach is to create that kind of a text descriptive database is time consuming as it need to do
manually and may not capture the keywords desired to describe the image. As CBIR is an automated
approach, the effect of the human errors is really less.
ARCHITECTURE
A typical CBIR system contains four parts in its process as depict in the figure 1.
1. Creating the image data collection
2. Build feature database by automatically extracting features of the images in image data
collection.
3. Search on a required image using feature database
4. Arrange the order of retrieved results
Search
In most CBIR systems, there are two ways to search for an image. Which method to use is depend on the
application domain.
Literature Review on Content Based Image Retrieval (CBIR)
Page 2
• Query by Example
Query by example (QBE) is a query technique that involves providing the CBIR system with an
example image or part of an image that it will then base its search upon. Also search with
multiple sample images or search with a sketched image can be taken. Result images should all
share common elements with the provided sample image. This is also called as reverse image
search and Google image search is a popular example for this technique. Commonly used reverse
image search algorithms include:
• Scale-invariant feature transform - to extract local features of an image
• Maximally stable extremal regions
• Vocabulary Tree
• Text Semantics
Apart from the QBE, images can be retrieved by providing text semantics. For example if we
query by providing the text “elephant with a flower”, the retrieved images should contain an
elephant and a flower. This type of open-ended task is very difficult for computers to perform as
there need to be some training to match features of the semantics. This method needs some form
of human feedback to optimize the resulting images. Human interaction can progressively refine
the search results by marking images in the results as "relevant", "not relevant", or "neutral" to the
search query, then repeating the search with the new information.
Figure 1 - General Architecture of a CBIR System
Literature Review on Content Based Image Retrieval (CBIR)
Page 3
THE “CONTENT” COMPARISON
The most common method for comparing two images in CBIR is using an image distance measure.
It compares the similarity of two images in various dimensions such as color, texture and shape; the visual
features what we described in the next section. For example a distance of value 0 signifies an exact
match with the query, with respect to the dimensions that were considered. Search results then can be
sorted based on their distance to the queried image. Many techniques to measure image distance what
we called as similarity models, have been developed and can be used for fulfill this requirement. The
distance formulas used by many researchers, for image retrieval, include Histogram Euclidean Distance,
Histogram Intersection Distance, Histogram Manhattan Distance and Histogram Quadratic Distance
(Singha and Hemachandran 2012). The evaluation of results can be done in terms of precision and recall.
THE “CONTENT” - VISUAL FEATURES
Comparing same two images may be an easy task. But if those same two images have different
scales, rotations or different transformations, then it would be challenging. It would make more
challenging if the object in the image itself has different transformations than to the other. To solve this
problem, in CBIR, a description of the required content in terms of visual features of an image is used.
Features described can be either of general purpose or domain specific. General features include low
level features such like color and texture, and middle level features such like shape etc., whereas domain
specific features are those used in special applications such as biometrics.
Color
This method has advantages of speed retrieval, low demand of memory space and not sensitive
with the image changes of the size and rotation. Therefore this type of CBIRs being widely used. Color
based general purpose image retrieval systems roughly fall into three categories depending on the
feature extraction approach used.
1. Histogram Based
2. Color Layout Based
3. Region Based
Histogram-based search methods are investigated in two different color spaces RGB and HSV.
The first order (mean), the second order (variance) and the third order (skewness) color moments have
been proved to be efficient and effective in representing color distributions of images (Khutwad and
Vaidya 2013). Computing distance measures based on color similarity is achieved by computing a color
histogram for each image that identifies the proportion of pixels within an image holding specific values.
Many research results suggested that by extending the global color feature to a local one, can
obtain better resultant image retrieval. So a good approach is to divide the whole image into sub blocks
and extract color features from each of the sub blocks. A variation of this approach is the quad tree-
based color layout approach where the entire image is split into a quad tree structure and each tree
branch has its own histogram to describe its color content.
Literature Review on Content Based Image Retrieval (CBIR)
Page 4
Even though color layout based approach is conceptually simple, the computation and storage
mechanism is expensive. So a more sophisticated approach is to segment the image into regions with
salient color features by color-set back projection and then to store the position and color-set feature of
each region (Kaur and Banga 2011).
Texture
This method looks for visual patterns in images and how they are spatially defined. Textures are
represented by textons which are then placed into a number of sets, depending on how many textures
are detected in the image. These sets not only define the texture, but also where in the image the texture
is located. Texture based general purpose image retrieval systems usually adopt texture statistic features
and structure features by transforming the special domain into frequency domain (Kodituwakku and
Selvarajah 2011). This method uses following methods to classify textures.
1. Co-occurrence matrix
2. Laws texture energy
3. Wavelet Transform and Gabor Transform (Singh and Minu 2013)
4. Orthogonal Transforms
Shape
Shapes will often be determined first applying segmentation or edge detection to an image.
Edges convey essential visual information about images. The edge descriptor captures the five categories
of spatial distribution of edges that include vertical, horizontal, 45 degree diagonal, 135 degree
diagonal, and isotropic. This model expects the input as query by example and any combination of
features can be selected for retrieval.
Most of the shape descriptors are not been able to address varieties of shape variations in
nature. Shapes of natural objects can be from different angles and can be rotated, scaled, skewed,
stretched, defected and can be noise affected, etc. It is generally recognized that an effective shape
representation should be rotation, translation and scaling invariant. A shape representation should also
be invariant or robust to affine and perspective transform to address the skew, stretching, and different
views of objects. Generally, there are two groups of shape descriptors;
1. Contour-based shape descriptors
2. Region based shape descriptors.
The Contour shape descriptors only employ shape boundary information and capture shape
boundary features. Region-based shape descriptors make use of all the pixel information across the
shape region (Kaur and Banga 2011).
SUMMARY AND DISCUSSION
What features and representations should be used in image retrieval is depend on the
application domain. By combining the content based image retrieval techniques with the concept based
image retrieval techniques, the overall image retrieving performance can make increased.
Literature Review on Content Based Image Retrieval (CBIR)
Page 5
REFERENCE
1. Kato, Toshikazu. "Database architecture for content-based image retrieval." Proceedings of SPIE Image
Storage and Retrieval Systems. 1992.
2. Kaur, Simardeep, and V K Banga. "Content Based Image Retrieval." International Conference on Advances
in Electrical and Electronics Engineering, 2011.
3. Khutwad, Harshada Anand, and Ravindra Jinadatta Vaidya. "Content Based Image Retrieval."
International Journal of Image Processing and Vision Sciences (ISSN Print: 2278 – 1110) Vol 2, no. 1
(2013).
4. Kodituwakku, Saluka Ranasinghe, and S Selvarajah. "Analysis and Comparison of Texture Features for
Content Based Image Retrieval." International Journal of Latest Trends in Computing (E-ISSN: 2045-5364)
Vol 2, no. 1 (March 2011).
5. Singh, Garima, and Priyanka Bansal Minu. "Content Based Image Retrieval." International Journal of
Innovative Research and Studies (ISSN: 2319-9725) Vol 2, no. 7 (July 2013).
6. Singha, Manimala, and K Hemachandran. "Content Based Image Retrieval using Color and Texture." Signal
& Image Processing : An International Journal (SIPIJ) Vol 3, no. 1 (2012).
Concept Based
Image Retrieval
Content Based Image Retrieval - Low Level Features
Color Texture Shape
Histogr
am
Color
Layout Regi
on
Wavelet
Transform and
Gabor
Transform
Contour-
based
shape
descriptors
Region-
based
shape
descriptors
Use Metadata
RGB,
HSV
Local color
features
Seg
ment
atio
n
Texture statistic
features &
structure
features
Shape
boundary
information
Regional
pixel
information
Disadvanta
ges
− Every image do
not have
complete
metadata
− Time consuming
manual labor to
create the
feature database
Doesn’t
conside
r the
local
color
informa
tion
Computation
and storage
mechanism is
expensive
than region
based
method
Variances in
textons can lead
confusion for
search.
Not been able to address
accurately varieties of
shape variations
Advantages Speed
− Speed
− Low demand for memory
space
− Not sensitive for image
transformations
Performance Performance

More Related Content

PPTX
Deep learning based object detection
PPT
image enhancement
PPT
Image enhancement ppt nal2
PPTX
Noise filtering
PPTX
Image steganography
PDF
Content Based Image Retrieval
PPTX
Content Based Image Retrieval
PDF
Image compression
Deep learning based object detection
image enhancement
Image enhancement ppt nal2
Noise filtering
Image steganography
Content Based Image Retrieval
Content Based Image Retrieval
Image compression

What's hot (20)

PPTX
IMAGE SEGMENTATION TECHNIQUES
PPTX
Dip unit-i-ppt academic year(2016-17)
PPTX
Machine Learning - Convolutional Neural Network
PPTX
Chapter 9 morphological image processing
PPT
Content based image retrieval(cbir)
PDF
Image Forgery In Cyber Crime
PPTX
Transform coding
PPTX
mean_filter
PPTX
Reflex and model based agents
PPTX
Content based image retrieval
PPTX
Real Time Object Dectection using machine learning
PPTX
Psuedo color
PPTX
Object detection with deep learning
PPTX
Introduction to Image Compression
PDF
Image Steganography Project Report
PPTX
Image enhancement techniques
PDF
Digital image processing
PPTX
Point processing
PPTX
Chapter 8 image compression
PDF
03 image transform
IMAGE SEGMENTATION TECHNIQUES
Dip unit-i-ppt academic year(2016-17)
Machine Learning - Convolutional Neural Network
Chapter 9 morphological image processing
Content based image retrieval(cbir)
Image Forgery In Cyber Crime
Transform coding
mean_filter
Reflex and model based agents
Content based image retrieval
Real Time Object Dectection using machine learning
Psuedo color
Object detection with deep learning
Introduction to Image Compression
Image Steganography Project Report
Image enhancement techniques
Digital image processing
Point processing
Chapter 8 image compression
03 image transform
Ad

Viewers also liked (17)

PPTX
Multimedia content based retrieval in digital libraries
PPTX
Content Based Image Retrieval
KEY
Content-based Image Retrieval
PPTX
Image retrieval
PDF
Content based image retrieval (cbir) using
PPTX
Cbir ‐ features
DOC
PPTX
Content Based Image Retrieval
PPTX
CBIR For Medical Imaging...
PDF
PPTX
Cbir final ppt
PPTX
Content Based Image and Video Retrieval Algorithm
PPTX
Need for Software Engineering
PPTX
Pattern recognition voice biometrics
PPTX
Content based image retrieval using clustering Algorithm(CBIR)
PPTX
PDF
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Multimedia content based retrieval in digital libraries
Content Based Image Retrieval
Content-based Image Retrieval
Image retrieval
Content based image retrieval (cbir) using
Cbir ‐ features
Content Based Image Retrieval
CBIR For Medical Imaging...
Cbir final ppt
Content Based Image and Video Retrieval Algorithm
Need for Software Engineering
Pattern recognition voice biometrics
Content based image retrieval using clustering Algorithm(CBIR)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Ad

Similar to Literature Review on Content Based Image Retrieval (20)

PDF
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
PDF
A Survey on Content Based Image Retrieval System
PDF
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
PDF
IRJET- Image based Information Retrieval
PDF
Gi3411661169
PDF
Volume 2-issue-6-2077-2080
PDF
Volume 2-issue-6-2077-2080
PDF
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
PDF
Et35839844
PDF
Efficient CBIR Using Color Histogram Processing
PDF
A Survey on Techniques Used for Content Based Image Retrieval
PDF
Content Based Image Retrieval : Classification Using Neural Networks
PDF
IRJET- Content Based Image Retrieval (CBIR)
PDF
A Comparative Study of Content Based Image Retrieval Trends and Approaches
PDF
Content-Based Image Retrieval Features: A Survey
PDF
Content-Based Image Retrieval by Multi-Featrus Extraction and K-Means Clustering
PPT
Mayank Raj - 4th Year Project on CBIR (Content Based Image Retrieval)
PDF
Content Based Image Retrieval: A Review
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
A Survey on Content Based Image Retrieval System
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
IRJET- Image based Information Retrieval
Gi3411661169
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
Et35839844
Efficient CBIR Using Color Histogram Processing
A Survey on Techniques Used for Content Based Image Retrieval
Content Based Image Retrieval : Classification Using Neural Networks
IRJET- Content Based Image Retrieval (CBIR)
A Comparative Study of Content Based Image Retrieval Trends and Approaches
Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval by Multi-Featrus Extraction and K-Means Clustering
Mayank Raj - 4th Year Project on CBIR (Content Based Image Retrieval)
Content Based Image Retrieval: A Review

More from Upekha Vandebona (20)

PPTX
Software Engineering Ethics
PPTX
Characteristics of Software
PPTX
Introduction to Software Engineering
PPTX
Porter Forces and eBusiness Models
PPTX
Porter Forces and eBusiness Strategies
PPTX
Revenue Models for e-Business on The Web
PPTX
Michael Porter’s Five Forces
PPTX
eCommerce Business Strategies
PPTX
Supply Chain Management, Customer Relationship Management and Knowledge Manag...
PPTX
eBusiness Roadmap
PPTX
eBusiness Environment
PPTX
Direct to Customer Interaction through eBusiness
PPTX
eBusiness Benefits and Issues
PPTX
Orientation of eBusiness Applications
PPTX
Professional and Ethical, Issues and Responsibilities
PPTX
Privacy and Civil Liberties
PPTX
Organizational Context - Processes
PPTX
Professional Communication in Computing - Writing
PPTX
Professional Communication in Computing
PPTX
Virtual Valipilla - Air Gesture Based Tool for Practicing Writing
Software Engineering Ethics
Characteristics of Software
Introduction to Software Engineering
Porter Forces and eBusiness Models
Porter Forces and eBusiness Strategies
Revenue Models for e-Business on The Web
Michael Porter’s Five Forces
eCommerce Business Strategies
Supply Chain Management, Customer Relationship Management and Knowledge Manag...
eBusiness Roadmap
eBusiness Environment
Direct to Customer Interaction through eBusiness
eBusiness Benefits and Issues
Orientation of eBusiness Applications
Professional and Ethical, Issues and Responsibilities
Privacy and Civil Liberties
Organizational Context - Processes
Professional Communication in Computing - Writing
Professional Communication in Computing
Virtual Valipilla - Air Gesture Based Tool for Practicing Writing

Recently uploaded (20)

PPTX
Diploma pharmaceutics notes..helps diploma students
PDF
anganwadi services for the b.sc nursing and GNM
PPTX
Thinking Routines and Learning Engagements.pptx
PPTX
Power Point PR B.Inggris 12 Ed. 2019.pptx
PDF
Nurlina - Urban Planner Portfolio (english ver)
PPTX
Key-Features-of-the-SHS-Program-v4-Slides (3) PPT2.pptx
PPTX
UNIT_2-__LIPIDS[1].pptx.................
PDF
Compact First Student's Book Cambridge Official
DOCX
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
PDF
Farming Based Livelihood Systems English Notes
PDF
Disorder of Endocrine system (1).pdfyyhyyyy
PDF
CAT 2024 VARC One - Shot Revision Marathon by Shabana.pptx.pdf
PDF
Fun with Grammar (Communicative Activities for the Azar Grammar Series)
PPTX
Theoretical for class.pptxgshdhddhdhdhgd
PPTX
Neurology of Systemic disease all systems
PPT
hemostasis and its significance, physiology
PDF
Solved Past paper of Pediatric Health Nursing PHN BS Nursing 5th Semester
PPT
hsl powerpoint resource goyloveh feb 07.ppt
PDF
Diabetes Mellitus , types , clinical picture, investigation and managment
PDF
Physical education and sports and CWSN notes
Diploma pharmaceutics notes..helps diploma students
anganwadi services for the b.sc nursing and GNM
Thinking Routines and Learning Engagements.pptx
Power Point PR B.Inggris 12 Ed. 2019.pptx
Nurlina - Urban Planner Portfolio (english ver)
Key-Features-of-the-SHS-Program-v4-Slides (3) PPT2.pptx
UNIT_2-__LIPIDS[1].pptx.................
Compact First Student's Book Cambridge Official
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
Farming Based Livelihood Systems English Notes
Disorder of Endocrine system (1).pdfyyhyyyy
CAT 2024 VARC One - Shot Revision Marathon by Shabana.pptx.pdf
Fun with Grammar (Communicative Activities for the Azar Grammar Series)
Theoretical for class.pptxgshdhddhdhdhgd
Neurology of Systemic disease all systems
hemostasis and its significance, physiology
Solved Past paper of Pediatric Health Nursing PHN BS Nursing 5th Semester
hsl powerpoint resource goyloveh feb 07.ppt
Diabetes Mellitus , types , clinical picture, investigation and managment
Physical education and sports and CWSN notes

Literature Review on Content Based Image Retrieval

  • 1. Literature Review on Content Based Image Retrieval (CBIR) 2015 July MCS3108 Image Processing and Vision Name : U. V Vandebona Index No : 13440722 Registration No: 2013/MCS/072
  • 2. Literature Review on Content Based Image Retrieval (CBIR) Page 1 A B S T R A C T The purpose of this study is to explore on the field of content based image retrieval, which comes under image processing and vision domain. This paper further discusses the research work carried out in this arena specifically more focusing on the question, how this image retrieval technique would impact on the computer vision and its future. Keywords: Content Based Image Retrieval (CBIR), Computer Vision, Reverse Image Search INTRODUCTION The term “Content Based Image Retrieval” was coined by Toshikazu Kato in 1992 on his research article “Database architecture for content-based image retrieval”. His experiments were on about automatic retrieval of desired images from a large collection of image database, based on the image features such like color and shape (Kato 1992). Content based image retrieval or in shorten CBIR, is an application of computer vision techniques to image retrieval. In the earlier days, when it comes to image retrieval, it was only concept based. Which means using of metadata such as keywords, tags, or descriptions associated with the image giving a concept, giving a descriptive meaning to the image (Khutwad and Vaidya 2013). But we cannot guarantee that, for every image there exist associated text annotations or complete text annotations. For example images captured from surveillance cameras. So looking for content is a good option to fill that gap. In this context, the term "content" refer to colors, shapes, textures, or any other image feature information that can be derived from the image itself. The main drawback of traditional concept based approach is to create that kind of a text descriptive database is time consuming as it need to do manually and may not capture the keywords desired to describe the image. As CBIR is an automated approach, the effect of the human errors is really less. ARCHITECTURE A typical CBIR system contains four parts in its process as depict in the figure 1. 1. Creating the image data collection 2. Build feature database by automatically extracting features of the images in image data collection. 3. Search on a required image using feature database 4. Arrange the order of retrieved results Search In most CBIR systems, there are two ways to search for an image. Which method to use is depend on the application domain.
  • 3. Literature Review on Content Based Image Retrieval (CBIR) Page 2 • Query by Example Query by example (QBE) is a query technique that involves providing the CBIR system with an example image or part of an image that it will then base its search upon. Also search with multiple sample images or search with a sketched image can be taken. Result images should all share common elements with the provided sample image. This is also called as reverse image search and Google image search is a popular example for this technique. Commonly used reverse image search algorithms include: • Scale-invariant feature transform - to extract local features of an image • Maximally stable extremal regions • Vocabulary Tree • Text Semantics Apart from the QBE, images can be retrieved by providing text semantics. For example if we query by providing the text “elephant with a flower”, the retrieved images should contain an elephant and a flower. This type of open-ended task is very difficult for computers to perform as there need to be some training to match features of the semantics. This method needs some form of human feedback to optimize the resulting images. Human interaction can progressively refine the search results by marking images in the results as "relevant", "not relevant", or "neutral" to the search query, then repeating the search with the new information. Figure 1 - General Architecture of a CBIR System
  • 4. Literature Review on Content Based Image Retrieval (CBIR) Page 3 THE “CONTENT” COMPARISON The most common method for comparing two images in CBIR is using an image distance measure. It compares the similarity of two images in various dimensions such as color, texture and shape; the visual features what we described in the next section. For example a distance of value 0 signifies an exact match with the query, with respect to the dimensions that were considered. Search results then can be sorted based on their distance to the queried image. Many techniques to measure image distance what we called as similarity models, have been developed and can be used for fulfill this requirement. The distance formulas used by many researchers, for image retrieval, include Histogram Euclidean Distance, Histogram Intersection Distance, Histogram Manhattan Distance and Histogram Quadratic Distance (Singha and Hemachandran 2012). The evaluation of results can be done in terms of precision and recall. THE “CONTENT” - VISUAL FEATURES Comparing same two images may be an easy task. But if those same two images have different scales, rotations or different transformations, then it would be challenging. It would make more challenging if the object in the image itself has different transformations than to the other. To solve this problem, in CBIR, a description of the required content in terms of visual features of an image is used. Features described can be either of general purpose or domain specific. General features include low level features such like color and texture, and middle level features such like shape etc., whereas domain specific features are those used in special applications such as biometrics. Color This method has advantages of speed retrieval, low demand of memory space and not sensitive with the image changes of the size and rotation. Therefore this type of CBIRs being widely used. Color based general purpose image retrieval systems roughly fall into three categories depending on the feature extraction approach used. 1. Histogram Based 2. Color Layout Based 3. Region Based Histogram-based search methods are investigated in two different color spaces RGB and HSV. The first order (mean), the second order (variance) and the third order (skewness) color moments have been proved to be efficient and effective in representing color distributions of images (Khutwad and Vaidya 2013). Computing distance measures based on color similarity is achieved by computing a color histogram for each image that identifies the proportion of pixels within an image holding specific values. Many research results suggested that by extending the global color feature to a local one, can obtain better resultant image retrieval. So a good approach is to divide the whole image into sub blocks and extract color features from each of the sub blocks. A variation of this approach is the quad tree- based color layout approach where the entire image is split into a quad tree structure and each tree branch has its own histogram to describe its color content.
  • 5. Literature Review on Content Based Image Retrieval (CBIR) Page 4 Even though color layout based approach is conceptually simple, the computation and storage mechanism is expensive. So a more sophisticated approach is to segment the image into regions with salient color features by color-set back projection and then to store the position and color-set feature of each region (Kaur and Banga 2011). Texture This method looks for visual patterns in images and how they are spatially defined. Textures are represented by textons which are then placed into a number of sets, depending on how many textures are detected in the image. These sets not only define the texture, but also where in the image the texture is located. Texture based general purpose image retrieval systems usually adopt texture statistic features and structure features by transforming the special domain into frequency domain (Kodituwakku and Selvarajah 2011). This method uses following methods to classify textures. 1. Co-occurrence matrix 2. Laws texture energy 3. Wavelet Transform and Gabor Transform (Singh and Minu 2013) 4. Orthogonal Transforms Shape Shapes will often be determined first applying segmentation or edge detection to an image. Edges convey essential visual information about images. The edge descriptor captures the five categories of spatial distribution of edges that include vertical, horizontal, 45 degree diagonal, 135 degree diagonal, and isotropic. This model expects the input as query by example and any combination of features can be selected for retrieval. Most of the shape descriptors are not been able to address varieties of shape variations in nature. Shapes of natural objects can be from different angles and can be rotated, scaled, skewed, stretched, defected and can be noise affected, etc. It is generally recognized that an effective shape representation should be rotation, translation and scaling invariant. A shape representation should also be invariant or robust to affine and perspective transform to address the skew, stretching, and different views of objects. Generally, there are two groups of shape descriptors; 1. Contour-based shape descriptors 2. Region based shape descriptors. The Contour shape descriptors only employ shape boundary information and capture shape boundary features. Region-based shape descriptors make use of all the pixel information across the shape region (Kaur and Banga 2011). SUMMARY AND DISCUSSION What features and representations should be used in image retrieval is depend on the application domain. By combining the content based image retrieval techniques with the concept based image retrieval techniques, the overall image retrieving performance can make increased.
  • 6. Literature Review on Content Based Image Retrieval (CBIR) Page 5 REFERENCE 1. Kato, Toshikazu. "Database architecture for content-based image retrieval." Proceedings of SPIE Image Storage and Retrieval Systems. 1992. 2. Kaur, Simardeep, and V K Banga. "Content Based Image Retrieval." International Conference on Advances in Electrical and Electronics Engineering, 2011. 3. Khutwad, Harshada Anand, and Ravindra Jinadatta Vaidya. "Content Based Image Retrieval." International Journal of Image Processing and Vision Sciences (ISSN Print: 2278 – 1110) Vol 2, no. 1 (2013). 4. Kodituwakku, Saluka Ranasinghe, and S Selvarajah. "Analysis and Comparison of Texture Features for Content Based Image Retrieval." International Journal of Latest Trends in Computing (E-ISSN: 2045-5364) Vol 2, no. 1 (March 2011). 5. Singh, Garima, and Priyanka Bansal Minu. "Content Based Image Retrieval." International Journal of Innovative Research and Studies (ISSN: 2319-9725) Vol 2, no. 7 (July 2013). 6. Singha, Manimala, and K Hemachandran. "Content Based Image Retrieval using Color and Texture." Signal & Image Processing : An International Journal (SIPIJ) Vol 3, no. 1 (2012). Concept Based Image Retrieval Content Based Image Retrieval - Low Level Features Color Texture Shape Histogr am Color Layout Regi on Wavelet Transform and Gabor Transform Contour- based shape descriptors Region- based shape descriptors Use Metadata RGB, HSV Local color features Seg ment atio n Texture statistic features & structure features Shape boundary information Regional pixel information Disadvanta ges − Every image do not have complete metadata − Time consuming manual labor to create the feature database Doesn’t conside r the local color informa tion Computation and storage mechanism is expensive than region based method Variances in textons can lead confusion for search. Not been able to address accurately varieties of shape variations Advantages Speed − Speed − Low demand for memory space − Not sensitive for image transformations Performance Performance