SlideShare uma empresa Scribd logo
1 de 6
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

Image segmentation techniques
Image segmentation techniquesImage segmentation techniques
Image segmentation techniquesgmidhubala
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation pptGichelle Amon
 
Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)Moe Moe Myint
 
IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESVicky Kumar
 
Image enhancement techniques
Image enhancement techniques Image enhancement techniques
Image enhancement techniques Arshad khan
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentationramya marichamy
 
Lecture 8 (Stereo imaging) (Digital Image Processing)
Lecture 8 (Stereo imaging) (Digital Image Processing)Lecture 8 (Stereo imaging) (Digital Image Processing)
Lecture 8 (Stereo imaging) (Digital Image Processing)VARUN KUMAR
 
Image segmentation
Image segmentationImage segmentation
Image segmentationkhyati gupta
 
Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)John Williams
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extractionRushin Shah
 
WEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURES
WEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURESWEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURES
WEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURESShakas Technologies
 
Digital image processing
Digital image processingDigital image processing
Digital image processingAstha Jain
 

Mais procurados (20)

Computer Vision
Computer VisionComputer Vision
Computer Vision
 
Image segmentation techniques
Image segmentation techniquesImage segmentation techniques
Image segmentation techniques
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 
Image Forgery Detection
Image Forgery DetectionImage Forgery Detection
Image Forgery Detection
 
Image Restoration
Image RestorationImage Restoration
Image Restoration
 
Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)
 
IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUES
 
Image enhancement techniques
Image enhancement techniques Image enhancement techniques
Image enhancement techniques
 
Segmentation
SegmentationSegmentation
Segmentation
 
Object detection
Object detectionObject detection
Object detection
 
Region based segmentation
Region based segmentationRegion based segmentation
Region based segmentation
 
Lecture 8 (Stereo imaging) (Digital Image Processing)
Lecture 8 (Stereo imaging) (Digital Image Processing)Lecture 8 (Stereo imaging) (Digital Image Processing)
Lecture 8 (Stereo imaging) (Digital Image Processing)
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
point operations in image processing
point operations in image processingpoint operations in image processing
point operations in image processing
 
Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)Image processing9 segmentation(pointslinesedges)
Image processing9 segmentation(pointslinesedges)
 
Image feature extraction
Image feature extractionImage feature extraction
Image feature extraction
 
Image restoration and reconstruction
Image restoration and reconstructionImage restoration and reconstruction
Image restoration and reconstruction
 
WEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURES
WEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURESWEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURES
WEB IMAGE RE-RANKING USING QUERY-SPECIFIC SEMANTIC SIGNATURES
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
M.sc.iii sem digital image processing unit ii
M.sc.iii sem digital image processing  unit iiM.sc.iii sem digital image processing  unit ii
M.sc.iii sem digital image processing unit ii
 

Destaque

Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMazin Alwaaly
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image RetrievalPrem kumar
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) usingijcsity
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image RetrievalAman Patel
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...Isha Sharma
 
Cbir final ppt
Cbir final pptCbir final ppt
Cbir final pptrinki nag
 
Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmAkshit Bum
 
Need for Software Engineering
Need for Software EngineeringNeed for Software Engineering
Need for Software EngineeringUpekha Vandebona
 
Pattern recognition voice biometrics
Pattern recognition voice biometricsPattern recognition voice biometrics
Pattern recognition voice biometricsMazin Alwaaly
 
Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)Raja Sekar
 
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)Universitat Politècnica de Catalunya
 

Destaque (16)

Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image Retrieval
 
Image retrieval
Image retrievalImage retrieval
Image retrieval
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
 
Cbir ‐ features
Cbir ‐ featuresCbir ‐ features
Cbir ‐ features
 
Ga
GaGa
Ga
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...
 
CBIR
CBIRCBIR
CBIR
 
Cbir final ppt
Cbir final pptCbir final ppt
Cbir final ppt
 
Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval Algorithm
 
Need for Software Engineering
Need for Software EngineeringNeed for Software Engineering
Need for Software Engineering
 
Pattern recognition voice biometrics
Pattern recognition voice biometricsPattern recognition voice biometrics
Pattern recognition voice biometrics
 
Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)
 
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
Content-Based Image Retrieval (D2L6 Insight@DCU Machine Learning Workshop 2017)
 

Semelhante a Literature Review on Content Based Image Retrieval

A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...IRJET Journal
 
IRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET Journal
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYcscpconf
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a surveycsandit
 
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query ImagesGlobal Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query ImagesIJERA Editor
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemYogeshIJTSRD
 
A Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various CombinationsA Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various CombinationsIRJET Journal
 
A Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesA Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesCSCJournals
 
An Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective ViewAn Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective Viewijtsrd
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471IJRAT
 
Robust and Radial Image Comparison Using Reverse Image Search
Robust and Radial Image Comparison Using Reverse Image  Search Robust and Radial Image Comparison Using Reverse Image  Search
Robust and Radial Image Comparison Using Reverse Image Search IJMER
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...IRJET Journal
 
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 FeedbackIJMIT JOURNAL
 
Iaetsd efficient retrieval of face image from
Iaetsd efficient retrieval of face image fromIaetsd efficient retrieval of face image from
Iaetsd efficient retrieval of face image fromIaetsd Iaetsd
 
Color and texture based image retrieval a proposed
Color and texture based image retrieval a proposedColor and texture based image retrieval a proposed
Color and texture based image retrieval a proposedeSAT Publishing House
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrievaleSAT Journals
 
Content based image retrieval project
Content based image retrieval projectContent based image retrieval project
Content based image retrieval projectaliaKhan71
 
Content based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesContent based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesIJERA Editor
 

Semelhante a Literature Review on Content Based Image Retrieval (20)

A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...A Novel Method for Content Based Image Retrieval using Local Features and SVM...
A Novel Method for Content Based Image Retrieval using Local Features and SVM...
 
IRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information Retrieval
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a survey
 
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query ImagesGlobal Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
 
Sub1547
Sub1547Sub1547
Sub1547
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval System
 
A Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various CombinationsA Study on Image Retrieval Features and Techniques with Various Combinations
A Study on Image Retrieval Features and Techniques with Various Combinations
 
A Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and ApproachesA Comparative Study of Content Based Image Retrieval Trends and Approaches
A Comparative Study of Content Based Image Retrieval Trends and Approaches
 
An Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective ViewAn Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective View
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471
 
Robust and Radial Image Comparison Using Reverse Image Search
Robust and Radial Image Comparison Using Reverse Image  Search Robust and Radial Image Comparison Using Reverse Image  Search
Robust and Radial Image Comparison Using Reverse Image Search
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
 
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
 
Iaetsd efficient retrieval of face image from
Iaetsd efficient retrieval of face image fromIaetsd efficient retrieval of face image from
Iaetsd efficient retrieval of face image from
 
Color and texture based image retrieval a proposed
Color and texture based image retrieval a proposedColor and texture based image retrieval a proposed
Color and texture based image retrieval a proposed
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
 
Content based image retrieval project
Content based image retrieval projectContent based image retrieval project
Content based image retrieval project
 
Content based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesContent based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image Databases
 

Mais de Upekha Vandebona

Software Engineering Ethics
Software Engineering EthicsSoftware Engineering Ethics
Software Engineering EthicsUpekha Vandebona
 
Characteristics of Software
Characteristics of SoftwareCharacteristics of Software
Characteristics of SoftwareUpekha Vandebona
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software EngineeringUpekha Vandebona
 
Porter Forces and eBusiness Models
Porter Forces and  eBusiness ModelsPorter Forces and  eBusiness Models
Porter Forces and eBusiness ModelsUpekha Vandebona
 
Porter Forces and eBusiness Strategies
Porter Forces and  eBusiness StrategiesPorter Forces and  eBusiness Strategies
Porter Forces and eBusiness StrategiesUpekha Vandebona
 
Revenue Models for e-Business on The Web
Revenue Models for e-Business on The WebRevenue Models for e-Business on The Web
Revenue Models for e-Business on The WebUpekha Vandebona
 
Michael Porter’s Five Forces
Michael Porter’s Five ForcesMichael Porter’s Five Forces
Michael Porter’s Five ForcesUpekha Vandebona
 
eCommerce Business Strategies
eCommerce Business StrategieseCommerce Business Strategies
eCommerce Business StrategiesUpekha Vandebona
 
Supply Chain Management, Customer Relationship Management and Knowledge Manag...
Supply Chain Management, Customer Relationship Management and Knowledge Manag...Supply Chain Management, Customer Relationship Management and Knowledge Manag...
Supply Chain Management, Customer Relationship Management and Knowledge Manag...Upekha Vandebona
 
Direct to Customer Interaction through eBusiness
Direct to Customer Interaction through eBusinessDirect to Customer Interaction through eBusiness
Direct to Customer Interaction through eBusinessUpekha Vandebona
 
eBusiness Benefits and Issues
eBusiness Benefits and IssueseBusiness Benefits and Issues
eBusiness Benefits and IssuesUpekha Vandebona
 
Orientation of eBusiness Applications
Orientation of eBusiness ApplicationsOrientation of eBusiness Applications
Orientation of eBusiness ApplicationsUpekha Vandebona
 
Professional and Ethical, Issues and Responsibilities
Professional and Ethical, Issues and ResponsibilitiesProfessional and Ethical, Issues and Responsibilities
Professional and Ethical, Issues and ResponsibilitiesUpekha Vandebona
 
Privacy and Civil Liberties
Privacy and Civil LibertiesPrivacy and Civil Liberties
Privacy and Civil LibertiesUpekha Vandebona
 
Organizational Context - Processes
Organizational Context - ProcessesOrganizational Context - Processes
Organizational Context - ProcessesUpekha Vandebona
 
Professional Communication in Computing - Writing
Professional Communication in Computing - WritingProfessional Communication in Computing - Writing
Professional Communication in Computing - WritingUpekha Vandebona
 
Professional Communication in Computing
Professional Communication in ComputingProfessional Communication in Computing
Professional Communication in ComputingUpekha Vandebona
 
Virtual Valipilla - Air Gesture Based Tool for Practicing Writing
Virtual Valipilla - Air Gesture Based Tool for Practicing WritingVirtual Valipilla - Air Gesture Based Tool for Practicing Writing
Virtual Valipilla - Air Gesture Based Tool for Practicing WritingUpekha Vandebona
 

Mais de Upekha Vandebona (20)

Software Engineering Ethics
Software Engineering EthicsSoftware Engineering Ethics
Software Engineering Ethics
 
Characteristics of Software
Characteristics of SoftwareCharacteristics of Software
Characteristics of Software
 
Introduction to Software Engineering
Introduction to Software EngineeringIntroduction to Software Engineering
Introduction to Software Engineering
 
Porter Forces and eBusiness Models
Porter Forces and  eBusiness ModelsPorter Forces and  eBusiness Models
Porter Forces and eBusiness Models
 
Porter Forces and eBusiness Strategies
Porter Forces and  eBusiness StrategiesPorter Forces and  eBusiness Strategies
Porter Forces and eBusiness Strategies
 
Revenue Models for e-Business on The Web
Revenue Models for e-Business on The WebRevenue Models for e-Business on The Web
Revenue Models for e-Business on The Web
 
Michael Porter’s Five Forces
Michael Porter’s Five ForcesMichael Porter’s Five Forces
Michael Porter’s Five Forces
 
eCommerce Business Strategies
eCommerce Business StrategieseCommerce Business Strategies
eCommerce Business Strategies
 
Supply Chain Management, Customer Relationship Management and Knowledge Manag...
Supply Chain Management, Customer Relationship Management and Knowledge Manag...Supply Chain Management, Customer Relationship Management and Knowledge Manag...
Supply Chain Management, Customer Relationship Management and Knowledge Manag...
 
eBusiness Roadmap
eBusiness RoadmapeBusiness Roadmap
eBusiness Roadmap
 
eBusiness Environment
eBusiness EnvironmenteBusiness Environment
eBusiness Environment
 
Direct to Customer Interaction through eBusiness
Direct to Customer Interaction through eBusinessDirect to Customer Interaction through eBusiness
Direct to Customer Interaction through eBusiness
 
eBusiness Benefits and Issues
eBusiness Benefits and IssueseBusiness Benefits and Issues
eBusiness Benefits and Issues
 
Orientation of eBusiness Applications
Orientation of eBusiness ApplicationsOrientation of eBusiness Applications
Orientation of eBusiness Applications
 
Professional and Ethical, Issues and Responsibilities
Professional and Ethical, Issues and ResponsibilitiesProfessional and Ethical, Issues and Responsibilities
Professional and Ethical, Issues and Responsibilities
 
Privacy and Civil Liberties
Privacy and Civil LibertiesPrivacy and Civil Liberties
Privacy and Civil Liberties
 
Organizational Context - Processes
Organizational Context - ProcessesOrganizational Context - Processes
Organizational Context - Processes
 
Professional Communication in Computing - Writing
Professional Communication in Computing - WritingProfessional Communication in Computing - Writing
Professional Communication in Computing - Writing
 
Professional Communication in Computing
Professional Communication in ComputingProfessional Communication in Computing
Professional Communication in Computing
 
Virtual Valipilla - Air Gesture Based Tool for Practicing Writing
Virtual Valipilla - Air Gesture Based Tool for Practicing WritingVirtual Valipilla - Air Gesture Based Tool for Practicing Writing
Virtual Valipilla - Air Gesture Based Tool for Practicing Writing
 

Último

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 

Último (20)

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 

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