Download presentation
Presentation is loading. Please wait.
2
GEETHU P T HAFSA HASSAN HONEY MERRIN SAM SHIBIJA K
3
INTRODUCTION CURRENT SITUATION PROPOSED SOLUTION ALGORITHM USED PURPOSE GLOBAL STRUCTURE AND SUBSYSTEM FUNCTIONAL REQUIREMENTS PERFORMANCE MATRICES FEATURE EXTRACTION USE CASE DIAGRAM DATA FLOW DIAGRAM
4
ADVANTAGES SBIR VS TEXT-BASED IMAGE RETRIEVAL RESEARCH CHALLENGES APPLICATIONS FUTURE GROWTH CONCLUSION
5
The sketch based image retrieval is one of most popular, rising research areas of the digital image processing. Goal of SBIR is to extract visual content like colour, text, or shape. Introduces design based on a free hand sketch Making search more efficient hereby Test results show that the sketch based system allows users an intuitive access to search-tools.
6
In today’s corporate world huge data has to be managed, processed and stored Text based search. Keywords! Is this efficient? Therefore it is to develop a SBIR system, which can retrieve using sketches in frequently used databases. Drawing area to sketch the required image. Matched images to sketch are retrieved.
7
In earlier days, image retrieval from large image database can be done by following ways. Automatic image annotation and retrieval using cross media relevance models Concept based query expansion Query system bridging the semantic gap for large image databases Ontology-based query expansion widget for information retrieval Detecting image purpose in world-wide web documents
8
Relevance feedback is an interactive process that starts with normal CBIR. The user input a query, and then the system extracts the image features and measure the distance with images in the database. An initial retrieval list is then generated. This process can be iterated many times until the user find the desired images.
9
Input Query Feature Extraction Similarity Measure Retrieval Result Find all Images? User’s Feedback Query update Final Retrieval Result
10
In this system an efficient image retrieval algorithm based on CCM (Colour Co-occurrence Matrix) is proposed. The CCM for each pixel of an image is found using the Hue Saturation Value (HSV) of the pixel and then compared with CCM of the images in the database and the images are retrieved
13
Query Image Extract HSV Formulate CCM Query Image Extract HSV Formulate CCM Compare and Match Retrieved Image SBIR using HSV model
14
The goal of this paper is to develop a SBIR search engine, which with free hand sketch content can be retrieved. The most important task is to bridge the gap between the free hand sketch and the picture. Introducing this system into search engines makes corporate world and even other users bit more efficient in retrieval of data effectively.
15
1.GLOBAL STRUCTURE OF A SYSTEM The system was designed for databases containing relatively simple images, but even in such cases large differences can occur among images in file size or resolution. In addition, some images may be noisier, the extent and direction of illumination may vary(fig a) and so the feature vectors cannot be effectively compared. In order to avoid it, a multistep pre-processing mechanism precedes the generation of descriptors.
16
The retrieval has to be robust in contrast of illumination and difference of point of view.
17
Displaying Subsystem Preprocessing Subsystem Feature Vector generating subsystem Retrieval subsystem Database Management subsystem Feature vector image Preprocessed image Result Stock index
18
2. THE PREPROCESSING SUBSYSTEM The system was designed for databases containing relatively simple images, but even in such cases large differences can occur among images in the size or resolution. In addition, some images may be noisier, the extent and direction of illumination may vary, and so the feature vectors cannot be effectively compared. In order to avoid it, a multistep pre-processing mechanism precedes the generation of descriptors.
19
Preprocessing subsystem Input Output Image Processed Image The system is for databases containing simple images
20
1.LOGIN MODULE
22
2. ADMIN MODULE
24
3. USER’S MODULE
26
SBIR is essentially an information retrieval problem. Two of the most popular evaluation measures are the, PRECISION The precision measures the proportion of the total images retrieved which are relevant to the query. precision = number of relevant images retrieved Total retrieved
27
RECALL The recall measure is defined as the fraction of the all relevant images. Recall = Total number of relevant images Number of relevant images retrieved High precision means that less irrelevant images are returned or more relevant images are retrieved. high recall indicates that few relevant images are missed
28
1.COLOUR Colour is the most extensively used visual content for image retrieval. The most common primary colours in computing are red, green and blue (e.g. colours used in a monitor). Usually colours are defined in three dimensional colour spaces. In image retrieval systems, colour histogram is the most commonly used feature representation. The colour histogram describes the proportion of pixels of each colour in an image with simple and computationally effective manner.
29
2.TEXTURE Texture refers to the visual patterns with properties of homogeneity that do not result from the presence of a single colour or intensity. It is that innate property of all surfaces that describes visual patterns such as; clouds, leaves, bricks, fabric, etc. It contains information about the structural arrangement of surfaces and their relationship to the surrounding environment. Texture properties include coarseness, contrast, directionality, regularity and roughness
30
3.SHAPE Shape is an important criterion for matching objects based on their profile and physical structure. Shape does not refer to the shape of an image but to the shape of a particular region that is being sought out. Shape features can represent spatial information that is not represented by colour or texture. It contains all the geometrical information of an object in the image which does not change generally change even when orientation or location of the object are changed.
33
A Use case diagram is a list of steps, typically defining interactions between a role (known in UML as an "actor") and a system, to achieve a goal. The actor can be a human or an external system. The purpose of use case is to present overview of the functionality provided by the system in terms of actors, their goals and any dependencies between those use cases.
34
Admin Data base System Index data base images Load search images to buffer Select algorithm for search Search database for similar images
35
User System Upload/search images Sketch images Retrieve images Query update Data base
36
Indexing and searching Calculate result Display Image UserData base
37
Feature Extraction Image Database Compute similarity Measure Visualization
38
Make convenient to retrieve data or images based on sketches so that even illiterates, who do not know to write text can also make use of system effectively. Introducing this system into search engines makes corporate world and even other users bit more efficient in retrieval of data effectively. Visual features, such as colour, texture, and shape information, of images are extracted automatically Similarities of images are based on the distances between features
39
Image retrieval algorithms roughly belong to two categories: 1.Text-based approaches The text-based approaches associate keywords with each stored image. 2.Content-based methods Here retrieval of images is guided by providing a query image or a sketch generated by a user.
40
In SBIR, each image that is stored in the database has its features extracted and compared to the features of the query image. It involves two steps: 1.FEATURE EXTRACTION The first step in the process is to extract image features to a distinguishable extent. 2.MATCHING The second step involves matching these features to yield a result that is visually similar.
41
WHAT IS THIS IMAGE…?
42
SKY RIVER COCONUT TREES
43
Giraffe Text based image retrieval system Image database CBIR System
44
The implementation of SBIR systems raises several research challenges. Some of these are: Understanding image users’ needs and information- seeking behaviour. Investigating new user interfaces for annotating, browsing, and searching based on image content. New tools for marking/annotating images (and their regions) Matching query and stored images in a way that reflects human similarity judgments Providing compact storage for large image databases Efficiently accessing stored images by content
45
1.MEDICAL APPLICATIONS Three large domains can instantly take advantage of SBIR techniques: Teaching Research Diagnostics 2.BIODIVERSITY INFORMATION SYSTEMS Ideally, Biodiversity Information Systems (BIS) should help researchers to enhance or complete their knowledge and understanding about species and their habitats by combining textual, image content-based, and geographical queries.
46
3. DIGITAL LIBRARIES One example is the digital museum of butterflies aimed at building a digital collection of Taiwanese butterflies. This digital library includes a module responsible for content-based image retrieval based on colour, texture, and patterns.
47
1.WEB ORIENTED To better organize and retrieve the almost unlimited information, web based search engines are highly desired. Such solutions exists for text based information's 2. HIGH DIMENSIONAL INDEXING Most currently existing research prototype systems only handle hundreds or at most thousands of images.
48
The area of SBIR is a hybrid research area that requires knowledge of both computer vision and of database systems. The technology is exciting but immature. Among the objectives of this paper,two main aspects were taken into account. 1.The retrieval process has to be highly interactive. 2.The robustness of the method. Frequently updated shared image database and the regular comparison of system performances would be of great benefit to the SBIR community.
49
The field appears to be generating interesting and valid results, even though it has so far led to few commercial applications. Agencies concerned with technology transfer or dissemination of best practice in fields which could potentially benefit from SBIR.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.