A Survey on Image Retrieval Methods

A Survey on Image Retrieval Methods

A Survey on Image Retrieval Methods A. Malcom Marshall1 and Dr.S.Gunasekaran2 1M.E-Computer Science and Engineering CIET-Coimbatore [email protected] 2Prof and Head- Computer Science and Engineering CIET-Coimbatore [email protected] ABSTRACT The Image retrieval plays a key role in day-to-days world. This work is a review of various references of various image retrieval methods. This paper starts with discussing the working conditions of text based image retrieval then the content-based retrieval: patterns of use, levels, the role of semantics, and the semantic gap. We briefly discuss about various techniques of content based image retrieval such as retrieval by color, shape and the texture and the various algorithms involved in content based image retrieval. Then the semantic based image retrieval aspects are discussed using local content descriptors the regions are segmented and retrieved the semantic regions of image. Keywords: Image retrieval, color descriptor, Segmentation 1 INTRODUCTION synonyms and other terms that previous users have tried in searches that led to related images. Image retrieval (IR) has become an important Keywords can also be obtained from captions, research area in computer vision where digital but these are less reliable. Content-based image image collections are rapidly being created and retrieval research has produced a number of made available to multitudes of users through search engines. The commercial image the World Wide Web. Tremendous increment in providers, for the most part, are not using these the collections of images from art museums, techniques. The main reason is that most CBIR medical institutes, and environmental agencies, systems require an example image and then to name a few. In the commercial sector, retrieve similar images from their databases. companies have been formed that are making Real users do not have example images; they large collections of photographic images of real- start with an idea, not an image. Some CBIR world scenes available to users who want them systems allow users to draw the sketch of the for illustrations in books, articles, images which they wanted. Such systems advertisements, and other media meant for the require the users to have their objectives in mind public at large. Incredibly, the indexing of these first and therefore can only be applied in some images is all being done manually–a human specific domains, like trademark matching, and indexer selects and inputs a set of keywords for purchase of painting. Thus the recognition of each image. Each keyword can be augmented generic classes of objects and concepts is by terms from a thesaurus that supplies essential to provide automated indexing of a) Text Based Image Retrieval images for CBIR. However, the task is not easy. b) Content Based Image Retrieval Computer programs can extract features from c) Sketch Based Image Retrieval an image, but there is no simple one-to-one mapping between features and objects. Earlier d) Query based Image Retrieval CBIR systems rely on global image features, e) Semantic Based Image Retrieval such as color histogram and texture statistics. f) Annotation based image retrieval Global features cannot capture object properties, so local features are favored for The Various Literature regarding the above object class recognition. For the same reason, topics is represented in pictorial format Figure higher-level image features are preferred to 2.1. This work mainly focus on Semantic based lower-level ones. Similar image elements, like image retrieval. pixels, patches, and lines can be grouped 3. Text Based Image Retrieval together to form higher-level units, which are The text based image retrieval utilizes the more likely to correspond to objects or object method of adding the metadata, such as parts. Different types of features can be keywords, captioning or descriptions to the combined to improve the feature discriminability. images. The retrieval employed over the For example, using color and texture to identify annotation words and it makes the annotation trees is more reliable than using color or texture complex and time consuming and also requires alone. The context information is also helpful for huge labors to manually annotate the images. detecting objects. A boat candidate region more The semantic content is not considered in TBIR. likely corresponds to a boat if it is inside a blue Dinakaran.D et al [11] proposed an effective and region. While improving the ability of our system efficient hybrid image retrieval system by by designing higher-level image features and searching text with both text and image based combining individual ones, to be prepared to query. The textual and visual content descriptors apply more and more features since a limited are generated from the text query and image number of features cannot satisfying the query. The descriptors are converted into a requirement of recognizing many different vector format. Similarly textual and visual objects in ordinary photographic images. descriptors are calculated and converted into vector representation for the images stored in 2. IMAGE RETRIEVAL METHODS the database. The vector, generated by the user query is then matched with the vectors stored in An image retrieval system is one of the the database. The text and content-based significant research area which can be used for methods return two independent lists of images browsing, searching and retrieving images from with different weights. These two lists must be a large database of digital images. Most combined in a meaningful way to give the user a traditional and common methods of image combined image list. retrieval system utilize some method of Clough et al [8] proposed the cross adding metadata such as captioning, keywords, language information retrieval system through or descriptions to the images so that retrieval which the images are captioned and the where can be performed over the annotation words. In the given textual query is preprocessed such as this work, the image retrieval classified mainly in the normalization, removal of stop words and three types. word stemming are used and a document ranking scheme used where captions containing earliest use of the term content-based image all query terms are ranked and Tobbias [33] retrieval in the literature seems to have been proposed the FIRE system which combines both described the experiments into automatic the CBIR and Textual based retrieval. An retrieval of images from a database by color and interactive image retrieval techniques using user shape feature. The term has since been widely term feedback for a text-based approach to used to describe the process of retrieving collect terms from all the fields which leads to desired images from a large collection on the more confusion and causes more possibilities to basis of features (such as color, texture and produce unrelated terms. Instead of collecting shape) that can be automatically extracted from the terms from the image database, collected the images themselves and the features used only from retrieved image sets for the given user for retrieval can be either primitive or semantic, query. The filename, the alternate tag and but the extraction process must be caption fields other than the user input query predominantly automatic. Retrieval of images by terms, have more probability for getting relevant manually-assigned keywords is definitely not terms to narrow the search. CBIR as the term is generally understood – even 4. Content Based Image Retrieval if the keywords describe image content. CBIR differs from classical information retrieval in that Content (QBIC) and content-based image databases are essentially unstructured, visual information retrieval (CBVIR) is the since digitized images consist purely of arrays of application of computer vision techniques to pixel intensities, with no inherent meaning. the image retrieval problem, that is, the problem Liu et.al. [35] Stated CBIR of searching for digital images in techniques can already address many of users‘ large databases . requirements at level 1, and will be capable of Content-based means that the making a significant contribution at level 2 if search analyzes the contents of the image current research ideas can be successfully rather than the metadata such as keywords, exploited. They are however most unlikely to tags, or descriptions associated with the image. make any impact at level 3 in the foreseeable The term "content" in this context might refer to future. Provides an in-depth review of CBIR colors, shapes, textures, or any other technology, explaining the principles behind information that can be derived from the image techniques for color, texture, shape and spatial itself. CBIR is desirable because most web- indexing and retrieval in some detail and also based image search engines rely purely on stated the issues involved in video metadata and this produces a lot of garbage in segmentation, motion detection and retrieval the results. Also having humans manually enter techniques for compressed images. They keywords for images in a large database can be identify a number of key unanswered research inefficient, expensive and may not capture every questions, including the development of more keyword that describes the image. Thus a robust and compact image content features, system that can filter images based on their more accurate modeling of human perceptions content would provide better indexing and return of image similarity, the identification of more more accurate results The images are retrieved efficient physical storage and indexing only through the Texture, Color, Shape in techniques, and the development of methods of content based image retrieval. Smeulders et al recognizing objects within images. [2] in which the collection of literatures states the 3.1 Semantic Gap attributes, involving a significant amount of high- Smeulders et al [2] and the Ying Liu level reasoning about the purpose of the objects [35] and Nikhil et al [26] pointed out the or scenes depicted.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    15 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us