CH 11 Multimedia IR: Models and Languages

Slides:



Advertisements
Similar presentations
Alexander Gelbukh Special Topics in Computer Science Advanced Topics in Information Retrieval Lecture 5 (book chapter 11): Multimedia.
Advertisements

Lecture-7/ T. Nouf Almujally
Management Information Systems, Sixth Edition
ISP 433/533 Week 2 IR Models.
CS1001 Lecture 26. Overview Artificial Intelligence Artificial Intelligence Database Systems Database Systems.
Image Search Presented by: Samantha Mahindrakar Diti Gandhi.
Visual Web Information Extraction With Lixto Robert Baumgartner Sergio Flesca Georg Gottlob.
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
File Systems and Databases
Information Retrieval Concerned with the: Representation of Storage of Organization of, and Access to Information items.
Geographic Information Systems
©Silberschatz, Korth and Sudarshan1.1Database System Concepts Chapter 1: Introduction Purpose of Database Systems View of Data Data Models Data Definition.
ICS (072)Database Systems Background Review 1 Database Systems Background Review Dr. Muhammad Shafique.
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 14 The Second Component: The Database.
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
8/28/97Information Organization and Retrieval Files and Databases University of California, Berkeley School of Information Management and Systems SIMS.
Dr. Kalpakis CMSC 461, Database Management Systems Introduction.
1 Chapter 2 Database Environment. 2 Chapter 2 - Objectives u Purpose of three-level database architecture. u Contents of external, conceptual, and internal.
Introduction to Database Concepts
CH 14 Multimedia IR. Multimedia IR system The architecture of a Multimedia IR system depends on two main factors –The peculiar characteristics of multimedia.
Week 1 Lecture MSCD 600 Database Architecture Samuel ConnSamuel Conn, Asst. Professor Suggestions for using the Lecture Slides.
Chapter 5 Lecture 2. Principles of Information Systems2 Objectives Understand Data definition language (DDL) and data dictionary Learn about popular DBMSs.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Database Architecture Introduction to Databases. The Nature of Data Un-structured Semi-structured Structured.
Chapter 7 Web Content Mining Xxxxxx. Introduction Web-content mining techniques are used to discover useful information from content on the web – textual.
Building Search Portals With SP2013 Search. 2 SharePoint 2013 Search  Introduction  Changes in the Architecture  Result Sources  Query Rules/Result.
Database System Concepts and Architecture
Management Information Systems By Effy Oz & Andy Jones
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
2. Database System Concepts and Architecture
Architecture for a Database System
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Query Processing In Multimedia Databases Dheeraj Kumar Mekala Devarasetty Bhanu Kiran.
Dr. Mohamed Osman Hegazi 1 Database Systems Concepts Database Systems Concepts Course Outlines: Introduction to Databases and DBMS. Database System Concepts.
Professor Michael J. Losacco CIS 1110 – Using Computers Database Management Chapter 9.
MULTIMEDIA DATABASES -Define data -Define databases.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
ICS (072)Database Systems: An Introduction & Review 1 ICS 424 Advanced Database Systems Dr. Muhammad Shafique.
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Query Processing. 2 Basic Concepts Query Processing – activities involved in retrieving and manipulating data from the database: SQL query translation.
IS 325 Notes for Wednesday August 28, Data is the Core of the Enterprise.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition Copyright © 2004 Pearson Education, Inc. Slide 2-1 Data Models Data Model: A set.
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
2005/12/021 Fast Image Retrieval Using Low Frequency DCT Coefficients Dept. of Computer Engineering Tatung University Presenter: Yo-Ping Huang ( 黃有評 )
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
Object storage and object interoperability
Query by Image and Video Content: The QBIC System M. Flickner et al. IEEE Computer Special Issue on Content-Based Retrieval Vol. 28, No. 9, September 1995.
BIT 3193 MULTIMEDIA DATABASE CHAPTER 4 : QUERING MULTIMEDIA DATABASES.
1 10 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 10 Designing Databases.
Data Models. 2 The Importance of Data Models Data models –Relatively simple representations, usually graphical, of complex real-world data structures.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Database System Concepts, 5th Ed. ©Silberschatz, Korth and Sudarshan See for conditions on re-usewww.db-book.com Chapter 1: Introduction.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Geographic Information Systems GIS Data Databases.
Databases (CS507) CHAPTER 2.
Introduction Multimedia initial focus
Data and Applications Security Developments and Directions
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Multimedia Information Retrieval
Chapter 2 Database Environment Pearson Education © 2009.
Chapter 2 Database Environment.
Database Systems Instructor Name: Lecture-3.
The ultimate in data organization
Information Retrieval and Web Design
Chapter 2 Database Environment Pearson Education © 2009.
Presentation transcript:

CH 11 Multimedia IR: Models and Languages Presented by: Mohammed Al-Rashidi Supervised by: Dr. Mourad Ykhlef

Multimedia IR system The architecture of a Multimedia IR system depends on two main factors The peculiar characteristics of multimedia data The kinds of operations to be performed on such data

Multimedia IR system Support variety of data Different kinds of media Text, images (both still and moving), graphs, and sound Mix of structured and unstructured data Metadata Semi-structured data Data whose structure may not match, or only partially match, the structure prescribed by the data schema The system must typically extract some features from the multimedia objects

Multimedia IR system Data retrieval Exploiting data attributes and the content of multimedia objects Basic steps Query specification Fuzzy predicates (Find all images similar to a car) Content-based predicates (Find all objects containing an apple) Object attributes (Find all red images) Structural predicates (Find all multimedia containing a video clip).

Multimedia IR system Combine DBMS and IR technology 2. Query processing and optimization Query is parsed and compiled into an internal form 3. Query answer 4. Query iteration Combine DBMS and IR technology DBMS: data modeling capabilities IR system: similarity-based query capabilities

Data modeling Main tasks A data model should be defined by which the user can specify the data to be stored into the system Support conventional and multimedia data types Provide methods to analyze, retrieve, and query such data Provide a model for the internal representation of multimedia data

Object-oriented DBMS Provide rich data model Class Drawback More suitable for modeling both multimedia data types and their semantic relationships Class Attributes +operations Inheritance Drawback The performances of storage techniques, query processing, and transaction management is not comparable to that of relational DBMSs Highly non-standard

Object-relational DBMS Extend the relational model Represent complex data types Maintain the performance and the simplicity of relational DBMSs and related query languages Define abstract data types Allows one to define ad hoc data types for multimedia data

Internal representation Using attributes is not sufficient Feature Information extracted from objects Multimedia object is represented as a set of features Features can be assigned manually, automatically, or using a hybrid approach

Internal representation Values of some specific features are assigned to a object by comparing the object with some previously classified objects Feature extraction cannot be precise A weight is usually assigned to each feature value representing the uncertainty of assigning such a value to that feature 80% sure that a shape is a square

SQL3 Support extensible type system Collection data types Provide constructs to define user-dependent abstract data types, in an object-oriented like manner Collection data types Sets, multisets, and lists The elements of a collection must have compatible types

MULTOS MULTimedia Office Server Client/server Support filing and retrieval of multimedia objects Each document is described by a logical structure, a layout structure, and a conceptual structure Documents having similar conceptual structures are grouped into conceptual types

Conceptual structure of the type Generic_Letter spring component type Document Place Date Receiver+ Sender Address Name City Street Country Letter_body Conceptual structure of the type Generic_Letter

Product_Presentation Document Place Date Receiver+ Sender Address Name City Street Country Company_Logo Image Product_Presentation Text Product_Description Product_Cose Signature Letter_body Complete conceptual structure of the type Business_Product_Letter

Query languages Relational/object-oriented database system Exact match of the values of attributes Multimedia IR system Similarity-based approach Considers the structure and the content of the objects Content-based query Retrieve multimedia objects depending on their globe content

Query languages In designing a multimedia query language, three main aspects require attention How the user enters their request to the system Which conditions on multimedia objects can be specified in the user request How uncertainty, proximity, and weights impact the design of the query language

Request specification Interfaces Browsing and navigation Specifying the conditions the objects of interest must satisfy, by means of queries Queries can be specified in two different ways Using a specific query language Query by example Using actual data (object example)

Search Using Sketch in QBIC Sketch entry Results of search

Search by Color in QBIC Color selection 15% yellow and 13% blue Results of search

Search by User Drawn Pattern in QBIC Results of search

Conditions on multimedia data 1. Attribute predicates Concern the attributes for which an exact value is supplied for each object Exact-match retrieval 2. Structural predicates Concern the structure of multimedia objects Can be answered by metadata and information about the database schema “Find all multimedia objects containing at least one image and a video clip”

Conditions on multimedia data 3. Semantic predicates Concern the semantic content of the required data, depending on the features that have been extracted and stored for each multimedia object “Find all the red houses” Exact match cannot be applied

Thanks Any questions