1 / 20

Introduction

Introduction. Multimedia initial focus multimedia communications , multimedia authoring and presentation digital multimedia data: text, image, video & audio Goal: efficient and effective storage and retrieval of multimedia information

andreae
Download Presentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction • Multimedia initial focus • multimedia communications, multimedia authoring and presentation • digital multimedia data: text, image, video & audio • Goal: efficient and effectivestorage and retrieval of multimedia information • DBMSs cannot handle multimedia data effectively • differences between the characteristics of alphanumeric data and multimedia data • Required: new multimedia indexing & retrieval techniques Multimedia Database Management Systems (MMDBMSs) • overview of multimedia indexing and retrieval systems (MIRSs). • capabilities and common applications of MIRSs

  2. Outline - Introduction • Definitions • Need for MIRS

  3. Definitions • Media Types & Multimedia • Databases & DBMSs • Text Document Information Retrieval • Multimedia Indexing & Retrieval • Feature Extraction, Content Representation & Indexing

  4. Definitions - Media • Media:types of information or types of information representation • alphanumeric data, images, audio, and video • classify media:based on physical formats and media relationships with time • based on whether or not there are time dimensions • two classes of media • static • dynamic (or time continuous)

  5. Classes of Media • Static media • do not have a time dimension • their contents and meanings do not depend on the presentation time • alphanumeric data, graphics, and still images • Dynamic media • have time dimensions • their meanings and correctness depend on the rate at which they are presented • animation, audio, and video • intrinsic unit intervals or rates (eg. 25 frames per second ) • continuous media, isochronous (等時 ) media

  6. Def. - Multimedia • a collection of media types used together • at least one media type is not alphanumeric data • Multimedia data: computer-readable representation of multiple media types • Multimedia information: information conveyed by multiple media types • used interchangeably • Multimedia, media item and object: any autonomous entity in an MIRS that can be queried, retrieved, and presented

  7. Def. - Databases, DBMSs, Text Document Information Retrieval • Databases:a collection or repository of data or media items • DBMSs: entire system • Text Document Information Retrieval • Automated information retrieval (IR): manage the huge amount of scientific literature (1940s) • main function: store and manage a large number of text documents, relevant to user queries can be retrieved quickly • IR is also called text-based retrieval

  8. Def. - Multimedia Indexing & Retrieval • Multimedia Indexing • Content-based retrieval :retrieval based on actual media features such as color and shape, instead of text annotation of the media item • based on similarity instead of an exact match • MIRS: system providing multimedia information retrieval using a combination of DBMS, IR, and content-based retrieval techniques • multimedia DBMS (MMDBMS). :A fully fledged MIRS

  9. Def. - Feature Extraction, Content Representation & Indexing • Feature Extraction/content representation • What are the main features or contents in a MM item • automatic or semiautomatic process • also called indexing • Index: data structure or the organization of extracted features for efficient search and retrieval.

  10. Need for MIRS • more and more multimedia data is being captured and stored • efficient and effective indexing and retrieval system is required • multimedia data has special characteristics and requirements • different from alphanumeric data • DBMS issues • IR techniques are not adequate to handle multimedia data effectively • Integration!

  11. Proliferation of Multimedia Data • an explosion of multimedia information • Not only is an increasing amount of data being stored, but also the types of data its characteristics are different from alphanumeric data • Multimedia data is very data intensive • 10-minute video: 1.5 GB of storage without compression • Audio and video have a temporal dimension and they must be played out at a fixed rate to achieve the desired effect • Digital audio, image, and video are represented in a series individual sample values and lack obvious semantic structure for computers to automatically recognize the contents • multimedia applications require simultaneous presentation of multiple media types in a spatially and temporally coordinated way • meaning of multimedia data is sometimes fuzzy and subjective • Multimedia data is information rich

  12. DBMSs and Their Role in Handling Multimedia Data • relational database management systems (RDBMSs): organized in tables or relations • structured query language (SQL) is used to create such tables and to insert and retrieve information • create table STUDENT (      stu# integer,      name char(20),      address char(100) ); • insert into STUDENT values (10, "Lew, Tom", "2 Main St., Churchill,Australia"); • selectnamefromSTUDENTwherestu#=32

  13. BLOB • BLOB: support large variable fields in a RDBMS, a concept called binary large objects (BLOBs) • a large bit string of variable length • create table STUDENT (      stu# integer,      name char(20),      address char(100)picture BLOB); • a RDBMS does not know the contents or semantics of a BLOB

  14. OODBMSs and Multimedia Data • object-oriented database management systems (OODBMSs) • combine database capabilities (such as store and search) and object-oriented features (encapsulation, inheritance, and object identity) • combine object-oriented features with a relational database • create type IMAGE (private      size integer,      resolution integer,      content float[],public    ...); • create table STUDENT (      stu# integer,      name char(20),      address char(100)picture IMAGE);

  15. Capabilities to handle content-based multimedia retrieval • Tools, to automatically, or semiautomatically extract contents and features contained in multimedia data • Multidimensional indexing structures, to handle multimedia feature vectors • Similarity metrics, for multimedia retrieval instead of exact match • Storage subsystems, redesigned to cope with the requirements of large size and high bandwidth and meet real time requirements • The user interface, designed to allow flexible queries in different media types and provide multimedia presentations

  16. IR Systems and Their Roles in Multimedia Retrieval • IR techniques are important • a large number of text documents in many organizations • text can be used to annotate other media • limitations • annotation is commonly a manual process and time consuming • annotation is incomplete and subjective • cannot handle queries in forms other than text • features such as image texture and object shapes are difficult to describe using text

  17. Integrated Approach to Multimedia Information Indexing and Retrieval • Parts of multimedia data are structured • creation date and author of a multimedia document, … • can be handled with DBMS techniques • IR techniques for text annotation • an integrated approach combining DBMSs, IR, and specific techniques for handling multimedia data

  18. An Overview of the MIRS Information items in the database are preprocessed to extract features semantic contents and are indexed based on these features and semantics many issues to be addressed!

  19. Expected Capabilities • Metadata-Based Queries: formal attributes of database items (name/attributes) used in queries • Annotation-Based Queries:text description of the contents of database items (keywords, free-text) • Queries Based on Data Patterns or Features: Data patterns - statistic information about multimedia data (loudness, color distribution, and texture description) • Query by Example:multimedia objects such as images, a sketches, and sound pieces • Application-Specific Queries:such as the size of of an object and the aging process of a person

  20. Common Applications of MIRS • Medicine • Security • police • Education • Scanned pictures • The press • interview • Entertainment • Video clips • Trademark registration

More Related