CHAPTER 8 Multimedia Information Retrieval

Size: px
Start display at page:

Download "CHAPTER 8 Multimedia Information Retrieval"

Transcription

1 CHAPTER 8 Multimedia Information Retrieval Introduction Text has been the predominant medium for the communication of information. With the availability of better computing capabilities such as availability of disk space, memory space, display resolution and better processing power the other media such as image, audio and video etc. are also gaining importance. There are many fields of work that require access to non-textual information. For example, medical professionals need access to medical images, architects to building plans, ornithologists to bird calls, estate agents to property photographs, car engineers and buyers need photographs and sound of car engines, and so on. This gave rise to another kind of systems that have been developed to handle information contained in more than one medium, known as multimedia information systems. In the other sections we are already aware that the text information retrieval has been already established well. However, multimedia information retrieval is less established. For having good understanding about the multimedia information retrieval it is very necessary to understand the basics of text retrieval, Audio and music information retrieval, image and video information retrieval. In this unit we will discuss the definition, approaches and applications of each one of the above Multimedia information retrieval Multimedia information retrieval system is associated with storage, indexing, search, and delivery of multimedia data such as images, videos, sounds, 3D graphics, or their combination. By definition, it includes works on, for example, extracting descriptive features from images, reducing high dimensional indexes into low-dimensional ones, defining new similarity metrics, efficient delivery of the retrieved data, and so forth. Systems that provide all or part of the above functionalities are multimedia retrieval systems. The Google image search engine is a typical example of such a system. A video-on-demand site that allows people to search movies by their titles is another example. Multimedia information has some specific characteristics that make it distinct from textual information; thus multimedia information retrieval systems differ from conventional text retrieval systems. A good multimedia information retrieval system should have the capability to store, retrieve and present heterogeneous data

2 ranging from text to audio, still and moving images, and digital video. The architecture of a multimedia information retrieval system depends on the characteristics of the multimedia data and the kind of operations to be performed on such data. Multimedia information retrieval encompasses different subareas: i) Content representation and multimedia object representation. ii) Feature extraction iii) Query formulation to map high-level semantic concepts into low level features iv) Query-by-example v) Relevance feedback and interactive queries vi) Efficient feature indexing and cataloguing vii) Integrated searching and browsing viii) Techniques of searching multimedia based on their contents In short we can say, multimedia information retrieval is retrieval of text, image, video, and sound data related to the user and their ranking according to some similarity degree. The better the similarity degree there will be more likelihood of user finding the relevant answers Text information retrieval Text information retrieval is now very well established and developed. It basically involves answering user queries based on a keyword index. In a typical session, a user frames his query in the form of some keywords in a search bar. The Keywords received through the search bar are processed using various techniques of spellcheck, tokenization and applying logical operators. The processed query is matched with the already created index of documents present in the information system. The result of this matching is displayed to the user specifying the location of documents. Finally the user selects relevant document and if dissatisfied, reframes the query. In other modules text information retrieval has been discussed in detail.

3 9.3. Audio and music information retrieval Audio and music information retrieval have become prominent areas of research over the past few years. The most easy and commonly used medium of communication is speech. Although tools have been developed for capturing and storing the audio information, due to its sequential nature it becomes very challenging to retrieve a particular piece of audio from a long recorded audio. Another problem is of losing the context of the retrieved audio. The conventional text retrieval techniques may be applied to voice retrieval easily if we could generate the transcripts of the spoken audio documents. Advances in speech recognition have made it possible to automatically generate good quality speech transcripts. A perfect automatic speech recognition (ASR) system that can efficiently transcribe spoken audio document would be an ideal solution. Hidden Markov Models (HMM) form the backbone of ASR systems. An HMM is a statistical representation of a speech event like a word. Model parameters are trained on a large corpus of labeled speech data. Once a trained set of HMMs is generated, query speech can be matched to find the most likely model sequence (the recognized words). However, even good quality transcript lacks punctuation, paragraphs, and all the elements that provide structure. Although the retrieval based in speech transcript seems to be very close to text retrieval, in practice it is not so. Out-of-vocabulary words, such as proper nouns cannot be recognized by many ASR systems. Another problem is that the whole process is very time consuming and expensive as the audio documents usually have large sized file. Similarly, music information retrieval is also another area of research in multimedia information retrieval. This is very less developed field as it does not contain any specific words per se transcript generation in not possible in musical information. Music information consists of seven facets: i) Pitch: a quality of sound that is related to the frequency ii) Tempo: information concerning the duration of a musical event iii) Harmony: related to the attribute of music iv) Timbre: an related to tone v) Editing: related to the performance instructions as fingering, ornamentation, articulations and so on. vi) Text: related to the lyrics, symphonies and so on.

4 vii) Bibliography: information about the composer, performer, title of the piece, publisher etc. A query based music retrieval system relies on similarity matching between the query and the stored music. The user is provided with an interface where the users submits query by playing the music or humming a tune. Then the received query is transformed into digital format and matched with the available recordings in the database and the most relevant strings are returned to the user. Some other advanced approaches involve matching the different attributes discussed above, such as comparing the edit distances, matching the pitch contours, matching the time contours that represent the rhythm information. In other approaches, text based retrieval techniques are used for music retrieval such as, providing search by the name of the artist, title of the song, file types, popularity ratings and by keywords. Audio retrieval research faces many challenges because of two distinct qualities of audio data: audio data is aurally based instead of visually based, and audio data is time-dependent. Also the presentation of retrieved results is also a challenge, as the audio data is time-dependent a user when supplied with 20 clips and simultaneously played would be of no use to the searcher. There are some efforts going on for finding define how to browse and navigate through databases of audio Image information retrieval Among the audio, video and image, image information retrieval is the best developed technology. Since before modern civilization images are being used as a major medium for communication. With over a decade of research and development, image information retrieval has had time to grow and mature. However, image processing and retrieval activities began in the 1980s, and became active area of research interest since the creation of the web in the early 1990s. Several commercial image data management systems provide retrieval based on metadata and text keywords or assigned descriptors. These metadata and descriptors are manually provided by the human indexers by describing the various attributes of the image. The process of describing images by human indexers is very expensive and time-consuming process, and yet is highly subjective. The attributes may that can be used for retrieval are: i) A combination of colour, texture, shape and so on

5 ii) iii) iv) A specific arrangement of objects in the image Depiction of a particular event Presence of one or more persons or objects v) Presence of a specific location vi) Emotions attached to an event or a person, and so on. All these attributes are researched under the category of context based image retrieval (CBIR) Two different types of interfaces are used for querying images: i) Browsing and navigation interface: here the user is allowed to browse a collection and navigate through a structured collection of images in order of retrieve the desired images(s). ii) Query interface: in most cases a query by example approach is followed whereby the user can specify an image from a collection, which is used as a query to search the database. The problem of this approach is that the system should have a selection of sample objects, with associated attributes, which can be used for querying the database. Some interfaces offer options for selection from a palette or sketch input. Similarity between a query image and the image objects in the collection is computed and images that fully or partially match the query are retrieved. Other approaches involve, answering the query based on colour histogram. Colour histogram shows the proportion of pixels of each colour within the image. A colour histogram is computed for each image in the database and stored internally as vector of values which are easier for matching algorithms to match with the query. This approach solves queries like find all images whose most frequently used colour is similar to this image Video Information Retrieval Video data retrieval shares some properties with image data retrieval, due to the commonality of their visual nature. However, the video information is timedependent like audio information, which means the video information changes as

6 the time changes; also usually video is associated with synchronized audio track the image and audio retrieval techniques are applied on video retrieval too. Videos are usually made up of a number of distinct scenes each of which can be further broken down to individual shots depicting a single view, conversation or action. Video retrieval systems are still in early stage of research and development. There are some popular approaches being followed in video retrieval. Application of text retrieval techniques combined with content-based image retrieval techniques (CBIR) is the best solution. Another one is by indexing of video metadata, colour histograms, texture analysis, video segmentation (breaking the video into small segments, usually where the camera shot changes), pattern recognition. In another approach, if closed-captioning signals exists for a video, the keywords are extracted from the text of the closed captioning, using well understood text manipulation techniques. If the closed-captioning does not exist the keywords are extracted from the audio stream. Another strategy involves use of keyframes. Keyframes are frames whose images represent a semantic unit of the stream, such as a scene. After extracting the keyframes, image retrieval techniques could be applied to support queries on keyframes. Summary: In this module we tried to understand the answers to the following questions: What is multimedia information retrieval? What is text, image, audio and video information retrieval? What are the various approaches being followed for the retrieval of the above? What are the areas of application of multimedia information retrieval? Multimedia offers a richer experience than plain text, and other details which were otherwise not possible to express in text only format. Finally we understood the various aspects and properties of image, text, audio, music, and video information representations. The concept of multimedia information retrieval and types of media that forms multimedia. Though the text is most prevalent format for information the underlying technology and developments in infrastructure are making other forms more visible. The approaches being used for developing multimedia information retrieval systems are also discussed.

7 Glossary: CBIR: Content based image retrieval Hidden Markov Models: An HMM is a statistical representation of a speech event like a word. Model parameters are trained on a large corpus of labeled speech data. Multimedia Information retrieval: Using more than one medium of expression or communication. Multimedia: Storage, indexing, search, and delivery of multimedia data such as images, videos, sounds, 3D graphics, or their combination. By definition, it includes works on, for example, extracting descriptive features from images, reducing highdimensional indexes into low-dimensional ones, defining new similarity metrics, efficient delivery of the retrieved data, and so forth. Systems that provide all or part of the above functionalities are multimedia retrieval systems. References I. Chaudhary, G.G. Introduction to modern information retrieval, 2 nd ed. London, Facet Publishing, 2004 II. Downie, J. S., Music Information retrieval. In Cronin, B. (ed.) ARIST, 37, Information Today, III. IV. Eakins, J. P. and Graham, M.E., Context-based image retrieval: a report to the JISC technology application programme, Eakins, J. p., Techniques for image retrieval, Library and Information Briefings, 85, south bank University, V. Faloutsos, C., Multimedia IR: indexing and searching. In Baeza-, R. and Ribeiro-Neto, B., Modern information retrieval, ACM Press, VI. Gudivada, V. N. and Raghavan, V. V., Modeling and retrieving images by content. Information processing & management, 33(4), , 1997.

8 VII. Khosrow-Pour, Mehdi(ed.), Dictionary of information science and technology, Hershey, Idea Group Reference, 2006 VIII. Lancaster, F.W., Indexing and abstracting theory and practice, 3 rd ed. London, Facet Publishing, IX. Rasmussen, E., Libraries and bibliographic systems. In Baeza-Yates, R. and Ribeiro-Neto, B., Modern information retrieval, ACM Press, X. Tang, Nelson, and Jonathan Furner. "Multimedia Information Retrieval Systems: An Overview.", 1999.

INFORMATION RETRIEVAL SYSTEM: CONCEPT AND SCOPE

INFORMATION RETRIEVAL SYSTEM: CONCEPT AND SCOPE 15 : CONCEPT AND SCOPE 15.1 INTRODUCTION Information is communicated or received knowledge concerning a particular fact or circumstance. Retrieval refers to searching through stored information to find

More information

3 Publishing Technique

3 Publishing Technique Publishing Tool 32 3 Publishing Technique As discussed in Chapter 2, annotations can be extracted from audio, text, and visual features. The extraction of text features from the audio layer is the approach

More information

Multimedia Database Systems. Retrieval by Content

Multimedia Database Systems. Retrieval by Content Multimedia Database Systems Retrieval by Content MIR Motivation Large volumes of data world-wide are not only based on text: Satellite images (oil spill), deep space images (NASA) Medical images (X-rays,

More information

Lesson 11. Media Retrieval. Information Retrieval. Image Retrieval. Video Retrieval. Audio Retrieval

Lesson 11. Media Retrieval. Information Retrieval. Image Retrieval. Video Retrieval. Audio Retrieval Lesson 11 Media Retrieval Information Retrieval Image Retrieval Video Retrieval Audio Retrieval Information Retrieval Retrieval = Query + Search Informational Retrieval: Get required information from database/web

More information

LATIHAN Identify the use of multimedia in various fields.

LATIHAN Identify the use of multimedia in various fields. LATIHAN 4.1 1. Define multimedia. Multimedia is the presentation of information by using a combination of text, audio, graphic, video and animation. Multimedia has played an important role in other fields,

More information

Multimedia Databases. Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig

Multimedia Databases. Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig Multimedia Databases Wolf-Tilo Balke Younès Ghammad Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de Previous Lecture Audio Retrieval - Query by Humming

More information

AUTOMATIC VIDEO INDEXING

AUTOMATIC VIDEO INDEXING AUTOMATIC VIDEO INDEXING Itxaso Bustos Maite Frutos TABLE OF CONTENTS Introduction Methods Key-frame extraction Automatic visual indexing Shot boundary detection Video OCR Index in motion Image processing

More information

Multimedia Databases. 9 Video Retrieval. 9.1 Hidden Markov Model. 9.1 Hidden Markov Model. 9.1 Evaluation. 9.1 HMM Example 12/18/2009

Multimedia Databases. 9 Video Retrieval. 9.1 Hidden Markov Model. 9.1 Hidden Markov Model. 9.1 Evaluation. 9.1 HMM Example 12/18/2009 9 Video Retrieval Multimedia Databases 9 Video Retrieval 9.1 Hidden Markov Models (continued from last lecture) 9.2 Introduction into Video Retrieval Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme

More information

Hello, I am from the State University of Library Studies and Information Technologies, Bulgaria

Hello, I am from the State University of Library Studies and Information Technologies, Bulgaria Hello, My name is Svetla Boytcheva, I am from the State University of Library Studies and Information Technologies, Bulgaria I am goingto present you work in progress for a research project aiming development

More information

Efficient Indexing and Searching Framework for Unstructured Data

Efficient Indexing and Searching Framework for Unstructured Data Efficient Indexing and Searching Framework for Unstructured Data Kyar Nyo Aye, Ni Lar Thein University of Computer Studies, Yangon kyarnyoaye@gmail.com, nilarthein@gmail.com ABSTRACT The proliferation

More information

CSI 4107 Image Information Retrieval

CSI 4107 Image Information Retrieval CSI 4107 Image Information Retrieval This slides are inspired by a tutorial on Medical Image Retrieval by Henning Müller and Thomas Deselaers, 2005-2006 1 Outline Introduction Content-based image retrieval

More information

Multimedia Information Retrieval The case of video

Multimedia Information Retrieval The case of video Multimedia Information Retrieval The case of video Outline Overview Problems Solutions Trends and Directions Multimedia Information Retrieval Motivation With the explosive growth of digital media data,

More information

Searching Video Collections:Part I

Searching Video Collections:Part I Searching Video Collections:Part I Introduction to Multimedia Information Retrieval Multimedia Representation Visual Features (Still Images and Image Sequences) Color Texture Shape Edges Objects, Motion

More information

Search Engines. Information Retrieval in Practice

Search Engines. Information Retrieval in Practice Search Engines Information Retrieval in Practice All slides Addison Wesley, 2008 Beyond Bag of Words Bag of Words a document is considered to be an unordered collection of words with no relationships Extending

More information

9/8/2016. Characteristics of multimedia Various media types

9/8/2016. Characteristics of multimedia Various media types Chapter 1 Introduction to Multimedia Networking CLO1: Define fundamentals of multimedia networking Upon completion of this chapter students should be able to define: 1- Multimedia 2- Multimedia types and

More information

MPEG-7. Multimedia Content Description Standard

MPEG-7. Multimedia Content Description Standard MPEG-7 Multimedia Content Description Standard Abstract The purpose of this presentation is to provide a better understanding of the objectives & components of the MPEG-7, "Multimedia Content Description

More information

Contend Based Multimedia Retrieval

Contend Based Multimedia Retrieval Contend Based Multimedia Retrieval CBIR Query Types Semantic Gap Features Segmentation High dimension IBMS QBIC GIFT, MRML Blobworld CLUE SIMPLIcity CBMR Multimedia Automatic Video Analysis 1 CBIR Contend

More information

Introduction to Information Retrieval. Lecture Outline

Introduction to Information Retrieval. Lecture Outline Introduction to Information Retrieval Lecture 1 CS 410/510 Information Retrieval on the Internet Lecture Outline IR systems Overview IR systems vs. DBMS Types, facets of interest User tasks Document representations

More information

MPEG-7 Audio: Tools for Semantic Audio Description and Processing

MPEG-7 Audio: Tools for Semantic Audio Description and Processing MPEG-7 Audio: Tools for Semantic Audio Description and Processing Jürgen Herre for Integrated Circuits (FhG-IIS) Erlangen, Germany Jürgen Herre, hrr@iis.fhg.de Page 1 Overview Why semantic description

More information

Workshop W14 - Audio Gets Smart: Semantic Audio Analysis & Metadata Standards

Workshop W14 - Audio Gets Smart: Semantic Audio Analysis & Metadata Standards Workshop W14 - Audio Gets Smart: Semantic Audio Analysis & Metadata Standards Jürgen Herre for Integrated Circuits (FhG-IIS) Erlangen, Germany Jürgen Herre, hrr@iis.fhg.de Page 1 Overview Extracting meaning

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

More information

SEARCH TECHNIQUES: BASIC AND ADVANCED

SEARCH TECHNIQUES: BASIC AND ADVANCED 17 SEARCH TECHNIQUES: BASIC AND ADVANCED 17.1 INTRODUCTION Searching is the activity of looking thoroughly in order to find something. In library and information science, searching refers to looking through

More information

A Survey on Content Based Image Retrieval

A Survey on Content Based Image Retrieval A Survey on Content Based Image Retrieval Aniket Mirji 1, Danish Sudan 2, Rushabh Kagwade 3, Savita Lohiya 4 U.G. Students of Department of Information Technology, SIES GST, Mumbai, Maharashtra, India

More information

Modern Information Retrieval

Modern Information Retrieval Modern Information Retrieval Ricardo Baeza-Yates Berthier Ribeiro-Neto ACM Press NewYork Harlow, England London New York Boston. San Francisco. Toronto. Sydney Singapore Hong Kong Tokyo Seoul Taipei. New

More information

Welcome Back to Fundamental of Multimedia (MR412) Fall, ZHU Yongxin, Winson

Welcome Back to Fundamental of Multimedia (MR412) Fall, ZHU Yongxin, Winson Welcome Back to Fundamental of Multimedia (MR412) Fall, 2012 ZHU Yongxin, Winson zhuyongxin@sjtu.edu.cn Content-Based Retrieval in Digital Libraries 18.1 How Should We Retrieve Images? 18.2 C-BIRD : A

More information

A Brief Overview of Audio Information Retrieval. Unjung Nam CCRMA Stanford University

A Brief Overview of Audio Information Retrieval. Unjung Nam CCRMA Stanford University A Brief Overview of Audio Information Retrieval Unjung Nam CCRMA Stanford University 1 Outline What is AIR? Motivation Related Field of Research Elements of AIR Experiments and discussion Music Classification

More information

Rough Feature Selection for CBIR. Outline

Rough Feature Selection for CBIR. Outline Rough Feature Selection for CBIR Instructor:Dr. Wojciech Ziarko presenter :Aifen Ye 19th Nov., 2008 Outline Motivation Rough Feature Selection Image Retrieval Image Retrieval with Rough Feature Selection

More information

Extending Image Retrieval Systems with a Thesaurus for Shapes

Extending Image Retrieval Systems with a Thesaurus for Shapes Extending Image Retrieval Systems with a Thesaurus for Shapes Master Thesis Lars-Jacob Hove Institute for Information and Media Sciences University of Bergen Lars.Hove@student.uib.no October 12 th, 2004

More information

CHAPTER 7 MUSIC INFORMATION RETRIEVAL

CHAPTER 7 MUSIC INFORMATION RETRIEVAL 163 CHAPTER 7 MUSIC INFORMATION RETRIEVAL Using the music and non-music components extracted, as described in chapters 5 and 6, we can design an effective Music Information Retrieval system. In this era

More information

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO

INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO INTERNATIONAL ORGANISATION FOR STANDARDISATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND AUDIO ISO/IEC JTC1/SC29/WG11/ N2461 MPEG 98 October1998/Atlantic

More information

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A.

Knowledge Retrieval. Franz J. Kurfess. Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Knowledge Retrieval Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Acknowledgements This lecture series has been sponsored by the European

More information

PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR

PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR ABSTRACT Tajman sandhu (Research scholar) Department of Information Technology Chandigarh Engineering College, Landran, Punjab, India yuvi_taj@yahoo.com

More information

Enterprise Multimedia Integration and Search

Enterprise Multimedia Integration and Search Enterprise Multimedia Integration and Search José-Manuel López-Cobo 1 and Katharina Siorpaes 1,2 1 playence, Austria, 2 STI Innsbruck, University of Innsbruck, Austria {ozelin.lopez, katharina.siorpaes}@playence.com

More information

!!!!!! Portfolio Summary!! for more information July, C o n c e r t T e c h n o l o g y

!!!!!! Portfolio Summary!! for more information  July, C o n c e r t T e c h n o l o g y Portfolio Summary July, 2014 for more information www.concerttechnology.com bizdev@concerttechnology.com C o n c e r t T e c h n o l o g y Overview The screenplay project covers emerging trends in social

More information

TECHNOLOGIES USED IN MULTIMEDIA SYSTEMS AND THEIR APPLICATIONS

TECHNOLOGIES USED IN MULTIMEDIA SYSTEMS AND THEIR APPLICATIONS TECHNOLOGIES USED IN MULTIMEDIA SYSTEMS AND THEIR APPLICATIONS Prepared for Mr. John Williams English 214 07 Technical Report Writing by Mohammed Al- Hajjaj 212417 Electrical Engineering Department Abstract

More information

Accessibility Guidelines

Accessibility Guidelines Accessibility s Table 1: Accessibility s The guidelines in this section should be followed throughout the course, including in word processing documents, spreadsheets, presentations, (portable document

More information

Information Retrieval and Web Search

Information Retrieval and Web Search Information Retrieval and Web Search Course overview Instructor: Rada Mihalcea What is this course about? Processing Indexing Retrieving textual data (or audio, video, geo-spatial,, data) Fits in four

More information

Machine Learning Practice and Theory

Machine Learning Practice and Theory Machine Learning Practice and Theory Day 9 - Feature Extraction Govind Gopakumar IIT Kanpur 1 Prelude 2 Announcements Programming Tutorial on Ensemble methods, PCA up Lecture slides for usage of Neural

More information

Chapter 27 Introduction to Information Retrieval and Web Search

Chapter 27 Introduction to Information Retrieval and Web Search Chapter 27 Introduction to Information Retrieval and Web Search Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 27 Outline Information Retrieval (IR) Concepts Retrieval

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

MULTIMEDIA DATABASES OVERVIEW

MULTIMEDIA DATABASES OVERVIEW MULTIMEDIA DATABASES OVERVIEW Recent developments in information systems technologies have resulted in computerizing many applications in various business areas. Data has become a critical resource in

More information

Content-Based Multimedia Information Retrieval

Content-Based Multimedia Information Retrieval Content-Based Multimedia Information Retrieval Ishwar K. Sethi Intelligent Information Engineering Laboratory Oakland University Rochester, MI 48309 Email: isethi@oakland.edu URL: www.cse.secs.oakland.edu/isethi

More information

Confidence Measures: how much we can trust our speech recognizers

Confidence Measures: how much we can trust our speech recognizers Confidence Measures: how much we can trust our speech recognizers Prof. Hui Jiang Department of Computer Science York University, Toronto, Ontario, Canada Email: hj@cs.yorku.ca Outline Speech recognition

More information

VIDEO SEARCHING AND BROWSING USING VIEWFINDER

VIDEO SEARCHING AND BROWSING USING VIEWFINDER VIDEO SEARCHING AND BROWSING USING VIEWFINDER By Dan E. Albertson Dr. Javed Mostafa John Fieber Ph. D. Student Associate Professor Ph. D. Candidate Information Science Information Science Information Science

More information

New Media Production week 3

New Media Production week 3 New Media Production week 3 Multimedia ponpong@gmail.com What is Multimedia? Multimedia = Multi + Media Multi = Many, Multiple Media = Distribution tool & information presentation text, graphic, voice,

More information

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA Journal of Computer Science, 9 (5): 534-542, 2013 ISSN 1549-3636 2013 doi:10.3844/jcssp.2013.534.542 Published Online 9 (5) 2013 (http://www.thescipub.com/jcs.toc) MATRIX BASED INDEXING TECHNIQUE FOR VIDEO

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 SKETCH BASED IMAGE RETRIEVAL Prof. S. B. Ambhore¹, Priyank Shah², Mahendra Desarda³,

More information

Semantic Video Indexing

Semantic Video Indexing Semantic Video Indexing T-61.6030 Multimedia Retrieval Stevan Keraudy stevan.keraudy@tkk.fi Helsinki University of Technology March 14, 2008 What is it? Query by keyword or tag is common Semantic Video

More information

Multi-modal Information Retrieval experiences from Context-Aware Image Management, CAIM

Multi-modal Information Retrieval experiences from Context-Aware Image Management, CAIM Multi-modal Information Retrieval experiences from Context-Aware Image Management, CAIM Joan Nordbotten Dept. Of Information and Media Science University of Bergen, Norway 1 Outline Multi-modal Information

More information

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A

Tips on DVD Authoring and DVD Duplication M A X E L L P R O F E S S I O N A L M E D I A Tips on DVD Authoring and DVD Duplication DVD Authoring - Introduction The postproduction business has certainly come a long way in the past decade or so. This includes the duplication/authoring aspect

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

The LICHEN Framework: A new toolbox for the exploitation of corpora

The LICHEN Framework: A new toolbox for the exploitation of corpora The LICHEN Framework: A new toolbox for the exploitation of corpora Lisa Lena Opas-Hänninen, Tapio Seppänen, Ilkka Juuso and Matti Hosio (University of Oulu, Finland) Background cultural inheritance is

More information

Advanced techniques for management of personal digital music libraries

Advanced techniques for management of personal digital music libraries Advanced techniques for management of personal digital music libraries Jukka Rauhala TKK, Laboratory of Acoustics and Audio signal processing Jukka.Rauhala@acoustics.hut.fi Abstract In this paper, advanced

More information

Visual Information Retrieval: The Next Frontier in Search

Visual Information Retrieval: The Next Frontier in Search Visual Information Retrieval: The Next Frontier in Search Ramesh Jain Abstract: The first ten years of search techniques for WWW have been concerned with text documents. The nature of data on WWW and in

More information

Comp 336/436 - Markup Languages. Fall Semester Week 2. Dr Nick Hayward

Comp 336/436 - Markup Languages. Fall Semester Week 2. Dr Nick Hayward Comp 336/436 - Markup Languages Fall Semester 2017 - Week 2 Dr Nick Hayward Digitisation - textual considerations comparable concerns with music in textual digitisation density of data is still a concern

More information

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Name of Product: Marketplace Simulations Date: September 20, 2017 Contact information:

More information

Why study Computer Vision?

Why study Computer Vision? Why study Computer Vision? Images and movies are everywhere Fast-growing collection of useful applications building representations of the 3D world from pictures automated surveillance (who s doing what)

More information

Best Practices Outline for Deep Dish Television

Best Practices Outline for Deep Dish Television Best Practices Outline for Deep Dish Television Tape management 1) Click Save tabs and rewind completely after capture. 2) Label tapes with Deep Dish ; videographer s name; content description; date of

More information

Key differentiating technologies for mobile search

Key differentiating technologies for mobile search Key differentiating technologies for mobile search Orange Labs Michel PLU, ORANGE Labs - Research & Development Exploring the Future of Mobile Search Workshop, GHENT Some key differentiating technologies

More information

Session 1: Development Updates

Session 1: Development Updates PERSIDANGAN KEBANGSAAN MENGENAI MASYARAKAT BERMAKLUMAT NATIONAL SUMMIT ON INFORMATION SOCIETY (NASIS) 7 8 SEPTEMBER 2005 INTERNATIONAL CONVENTION CENTER, BRUNEI DARUSSALAM Date of issue: 7 th September

More information

International Journal of Advance Foundation and Research in Science & Engineering (IJAFRSE) Volume 1, Issue 2, July 2014.

International Journal of Advance Foundation and Research in Science & Engineering (IJAFRSE) Volume 1, Issue 2, July 2014. A B S T R A C T International Journal of Advance Foundation and Research in Science & Engineering (IJAFRSE) Information Retrieval Models and Searching Methodologies: Survey Balwinder Saini*,Vikram Singh,Satish

More information

Desktop Publishing. Desirable Features. Key Stages 1 & 2. Pupils should: Level. Level 2. Level 3. Level 4. Level 5

Desktop Publishing. Desirable Features. Key Stages 1 & 2. Pupils should: Level. Level 2. Level 3. Level 4. Level 5 Desktop Publishing 1 find, select and import text or a familiar image into appropriate software with some help from the teacher; and create a simple phrase or sentence to accompany the image. find and

More information

INDEXING AND RETRIEVAL OF MUSIC DOCUMENTS THROUGH PATTERN ANALYSIS AND DATA FUSION TECHNIQUES

INDEXING AND RETRIEVAL OF MUSIC DOCUMENTS THROUGH PATTERN ANALYSIS AND DATA FUSION TECHNIQUES INDEXING AND RETRIEVAL OF MUSIC DOCUMENTS THROUGH PATTERN ANALYSIS AND DATA FUSION TECHNIQUES Giovanna Neve University of Padova Department of Information Engineering Nicola Orio University of Padova Department

More information

Overview MULTIMEDIA INFORMATION RETRIEVAL. Search Engines. Information Retrieval. Explanation. Van Rijsbergen

Overview MULTIMEDIA INFORMATION RETRIEVAL. Search Engines. Information Retrieval. Explanation. Van Rijsbergen MULTIMEDIA INFORMATION RETRIEVAL Arjen P. de Vries arjen@acm.org Overview Information Retrieval Text Retrieval Multimedia Retrieval Recent Developments Research Topics Centrum voor Wiskunde en Informatica

More information

International Journal of Modern Trends in Engineering and Research e-issn No.: , Date: 2-4 July, 2015

International Journal of Modern Trends in Engineering and Research   e-issn No.: , Date: 2-4 July, 2015 International Journal of Modern Trends in Engineering and Research www.ijmter.com e-issn No.:2349-9745, Date: 2-4 July, 2015 QUERY BY EXAMPLE BASED VIDEO RETRIEVAL SYSTEM Miss B. S. Lalwani Computer engineering,

More information

Image Similarity Measurements Using Hmok- Simrank

Image Similarity Measurements Using Hmok- Simrank Image Similarity Measurements Using Hmok- Simrank A.Vijay Department of computer science and Engineering Selvam College of Technology, Namakkal, Tamilnadu,india. k.jayarajan M.E (Ph.D) Assistant Professor,

More information

Chapter 2 - Concepts and Definitions

Chapter 2 - Concepts and Definitions Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 2 - Concepts and Definitions Introduction and Requirements Database

More information

Enhancing applications with Cognitive APIs IBM Corporation

Enhancing applications with Cognitive APIs IBM Corporation Enhancing applications with Cognitive APIs After you complete this section, you should understand: The Watson Developer Cloud offerings and APIs The benefits of commonly used Cognitive services 2 Watson

More information

WHAT YOU SEE IS (ALMOST) WHAT YOU HEAR: DESIGN PRINCIPLES FOR USER INTERFACES FOR ACCESSING SPEECH ARCHIVES

WHAT YOU SEE IS (ALMOST) WHAT YOU HEAR: DESIGN PRINCIPLES FOR USER INTERFACES FOR ACCESSING SPEECH ARCHIVES ISCA Archive http://www.isca-speech.org/archive 5 th International Conference on Spoken Language Processing (ICSLP 98) Sydney, Australia November 30 - December 4, 1998 WHAT YOU SEE IS (ALMOST) WHAT YOU

More information

AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS

AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS AUTOMATIC VISUAL CONCEPT DETECTION IN VIDEOS Nilam B. Lonkar 1, Dinesh B. Hanchate 2 Student of Computer Engineering, Pune University VPKBIET, Baramati, India Computer Engineering, Pune University VPKBIET,

More information

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES

CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 188 CHAPTER 6 PROPOSED HYBRID MEDICAL IMAGE RETRIEVAL SYSTEM USING SEMANTIC AND VISUAL FEATURES 6.1 INTRODUCTION Image representation schemes designed for image retrieval systems are categorized into two

More information

Table of Checkpoints for User Agent Accessibility Guidelines 1.0

Table of Checkpoints for User Agent Accessibility Guidelines 1.0 Table of Checkpoints for User Agent Accessibility Guidelines 1.0 3 October 2002 This version: http://www.w3.org/wai/ua/wd-uaag10-20021003/uaag10-chktable This document is an appendix to: http://www.w3.org/wai/ua/wd-uaag10-20021003/

More information

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed?

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed? LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY 2013 1. Can the moderator review some work before it is completed? The moderator is unable to see the candidate work in MAPS until it has been submitted to OCR

More information

The Stanford/Technicolor/Fraunhofer HHI Video Semantic Indexing System

The Stanford/Technicolor/Fraunhofer HHI Video Semantic Indexing System The Stanford/Technicolor/Fraunhofer HHI Video Semantic Indexing System Our first participation on the TRECVID workshop A. F. de Araujo 1, F. Silveira 2, H. Lakshman 3, J. Zepeda 2, A. Sheth 2, P. Perez

More information

A Digital Library Framework for Reusing e-learning Video Documents

A Digital Library Framework for Reusing e-learning Video Documents A Digital Library Framework for Reusing e-learning Video Documents Paolo Bolettieri, Fabrizio Falchi, Claudio Gennaro, and Fausto Rabitti ISTI-CNR, via G. Moruzzi 1, 56124 Pisa, Italy paolo.bolettieri,fabrizio.falchi,claudio.gennaro,

More information

Improving Content Based Image Retrieval Systems with a Thesaurus for Shapes

Improving Content Based Image Retrieval Systems with a Thesaurus for Shapes Improving Content Based Image Retrieval Systems with a Thesaurus for Shapes Master s Thesis Lars-Jacob Hove Institute for Information and Media Sciences University of Bergen Lars.Hove@student.uib.no April

More information

Multimodal Transcription Software Programmes

Multimodal Transcription Software Programmes CAPD / CUROP 1 Multimodal Transcription Software Programmes ANVIL Anvil ChronoViz CLAN ELAN EXMARaLDA Praat Transana ANVIL describes itself as a video annotation tool. It allows for information to be coded

More information

Search Framework for a Large Digital Records Archive DLF SPRING 2007 April 23-25, 25, 2007 Dyung Le & Quyen Nguyen ERA Systems Engineering National Ar

Search Framework for a Large Digital Records Archive DLF SPRING 2007 April 23-25, 25, 2007 Dyung Le & Quyen Nguyen ERA Systems Engineering National Ar Search Framework for a Large Digital Records Archive DLF SPRING 2007 April 23-25, 25, 2007 Dyung Le & Quyen Nguyen ERA Systems Engineering National Archives & Records Administration Agenda ERA Overview

More information

Introduzione alle Biblioteche Digitali Audio/Video

Introduzione alle Biblioteche Digitali Audio/Video Introduzione alle Biblioteche Digitali Audio/Video Biblioteche Digitali 1 Gestione del video Perchè è importante poter gestire biblioteche digitali di audiovisivi Caratteristiche specifiche dell audio/video

More information

State of the Art and Trends in Search Engine Technology. Gerhard Weikum

State of the Art and Trends in Search Engine Technology. Gerhard Weikum State of the Art and Trends in Search Engine Technology Gerhard Weikum (weikum@mpi-inf.mpg.de) Commercial Search Engines Web search Google, Yahoo, MSN simple queries, chaotic data, many results key is

More information

BUILDING CORPORA OF TRANSCRIBED SPEECH FROM OPEN ACCESS SOURCES

BUILDING CORPORA OF TRANSCRIBED SPEECH FROM OPEN ACCESS SOURCES BUILDING CORPORA OF TRANSCRIBED SPEECH FROM OPEN ACCESS SOURCES O.O. Iakushkin a, G.A. Fedoseev, A.S. Shaleva, O.S. Sedova Saint Petersburg State University, 7/9 Universitetskaya nab., St. Petersburg,

More information

Working with Apple Loops

Working with Apple Loops 7 Working with Apple Loops So you want to create a complete song, but you don t know how to play every instrument? An Apple Loop is a short piece of music that you can add to your song. It can be either

More information

Flash Domain 2: Identifying Rich Media Design Elements

Flash Domain 2: Identifying Rich Media Design Elements Flash Domain 2: Identifying Rich Media Design Elements Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Identify general and Flash-specific

More information

Spoken Document Retrieval (SDR) for Broadcast News in Indian Languages

Spoken Document Retrieval (SDR) for Broadcast News in Indian Languages Spoken Document Retrieval (SDR) for Broadcast News in Indian Languages Chirag Shah Dept. of CSE IIT Madras Chennai - 600036 Tamilnadu, India. chirag@speech.iitm.ernet.in A. Nayeemulla Khan Dept. of CSE

More information

An Efficient Methodology for Image Rich Information Retrieval

An Efficient Methodology for Image Rich Information Retrieval An Efficient Methodology for Image Rich Information Retrieval 56 Ashwini Jaid, 2 Komal Savant, 3 Sonali Varma, 4 Pushpa Jat, 5 Prof. Sushama Shinde,2,3,4 Computer Department, Siddhant College of Engineering,

More information

Session 2 A virtual Observatory for TerraSAR-X data

Session 2 A virtual Observatory for TerraSAR-X data Session 2 A virtual Observatory for TerraSAR-X data 2nd User Community Workshop Darmstadt, 10-11 May 2012 Presenter: Mihai Datcu and Daniela Espinoza Molina (DLR) This presentation contains contributions

More information

Video Representation. Video Analysis

Video Representation. Video Analysis BROWSING AND RETRIEVING VIDEO CONTENT IN A UNIFIED FRAMEWORK Yong Rui, Thomas S. Huang and Sharad Mehrotra Beckman Institute for Advanced Science and Technology University of Illinois at Urbana-Champaign

More information

Semantic Image Retrieval Based on Ontology and SPARQL Query

Semantic Image Retrieval Based on Ontology and SPARQL Query Semantic Image Retrieval Based on Ontology and SPARQL Query N. Magesh Assistant Professor, Dept of Computer Science and Engineering, Institute of Road and Transport Technology, Erode-638 316. Dr. P. Thangaraj

More information

SYSTEM PROFILES IN CONTENT-BASED INDEXING AND RETRIEVAL

SYSTEM PROFILES IN CONTENT-BASED INDEXING AND RETRIEVAL 1 SYSTEM PROFILES IN CONTENT-BASED INDEXING AND RETRIEVAL Esin Guldogan esin.guldogan@tut.fi 2 Outline Personal Media Management Text-Based Retrieval Metadata Retrieval Content-Based Retrieval System Profiling

More information

A SURVEY OF IMAGE MINING TECHNIQUES AND APPLICATIONS

A SURVEY OF IMAGE MINING TECHNIQUES AND APPLICATIONS A SURVEY OF IMAGE MINING TECHNIQUES AND APPLICATIONS R. Vijayalatha Research Scholar, Manonmaniam Sundaranar University, Tirunelveli (India) ABSTRACT In the area of Data Mining, Image Mining technology

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 2013 ISSN: Semi Automatic Annotation Exploitation Similarity of Pics in i Personal Photo Albums P. Subashree Kasi Thangam 1 and R. Rosy Angel 2 1 Assistant Professor, Department of Computer Science Engineering College,

More information

Web site with recorded speech for visually impaired

Web site with recorded speech for visually impaired Web site with recorded speech for visually impaired Kenji Inoue 1, Toshihiko Tsujimoto 1, and Hirotake Nakashima 2 1 Graduate School of Information Science and Technology, 2 Department of Media Science,

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

Adaptive Medical Information Delivery Combining User, Task and Situation Models Adaptive Medical Information Delivery Combining User, Task and Situation s Luis Francisco-Revilla and Frank M. Shipman III Department of Computer Science Texas A&M University College Station, TX 77843-3112,

More information

Lecture Video Indexing and Retrieval Using Topic Keywords

Lecture Video Indexing and Retrieval Using Topic Keywords Lecture Video Indexing and Retrieval Using Topic Keywords B. J. Sandesh, Saurabha Jirgi, S. Vidya, Prakash Eljer, Gowri Srinivasa International Science Index, Computer and Information Engineering waset.org/publication/10007915

More information

Chapter 19: Multimedia

Chapter 19: Multimedia Ref. Page Slide 1/16 Learning Objectives In this chapter you will learn about: Multimedia Multimedia computer system Main components of multimedia and their associated technologies Common multimedia applications

More information

Summary of Bird and Simons Best Practices

Summary of Bird and Simons Best Practices Summary of Bird and Simons Best Practices 6.1. CONTENT (1) COVERAGE Coverage addresses the comprehensiveness of the language documentation and the comprehensiveness of one s documentation of one s methodology.

More information

CIMWOS: A MULTIMEDIA ARCHIVING AND INDEXING SYSTEM

CIMWOS: A MULTIMEDIA ARCHIVING AND INDEXING SYSTEM CIMWOS: A MULTIMEDIA ARCHIVING AND INDEXING SYSTEM Nick Hatzigeorgiu, Nikolaos Sidiropoulos and Harris Papageorgiu Institute for Language and Speech Processing Epidavrou & Artemidos 6, 151 25 Maroussi,

More information

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. VI (Nov Dec. 2014), PP 29-33 Analysis of Image and Video Using Color, Texture and Shape Features

More information

A Digital Talking Storybook

A Digital Talking Storybook Using ICT Levels 2, 3 & 4 A Digital Talking Storybook Desirable Features: Presenting Music and Sound Assessment Focus Film and Animation Express Evaluate Exhibit Level 2 Level 3 Level 4 Part 1 Part 2 Part

More information

Glossary. ASCII: Standard binary codes to represent occidental characters in one byte.

Glossary. ASCII: Standard binary codes to represent occidental characters in one byte. Glossary ASCII: Standard binary codes to represent occidental characters in one byte. Ad hoc retrieval: standard retrieval task in which the user specifies his information need through a query which initiates

More information