MPEG-7 Based Music Metadata Extensions for Traditional Greek Music Retrieval

Size: px
Start display at page:

Download "MPEG-7 Based Music Metadata Extensions for Traditional Greek Music Retrieval"

Transcription

1 MPEG-7 Based Music Metadata Extensions for Traditional Greek Music Retrieval Sofia Tsekeridou 1, Athina Kokonozi 2, Kostas Stavroglou 2, and Christodoulos Chamzas 2 1 Athens Information Technology, Building B7, 19.5 km Markopoulo Ave., Peania, Athens, Greece sots@ait.edu.gr 2 Cultural and Educational Technology Institute, 58 Tsimiski Str., Xanthi, Greece {athinako, kstavrog, chamzas}@ceti.gr Abstract. The paper presents definition extensions to MPEG-7 metadata ones, mainly related to audio descriptors, introduced to efficiently describe traditional Greek music data features in order to further enable efficient music retrieval. A number of advanced content-based retrieval scenarios have been defined such as query by music rhythm, query by example and humming based on newly introduced music features, query by traditional Greek music genre, chroma-based query. MPEG-7 DDL extensions and appropriate traditional greek music genre dictionary entries are deemed necessary for accounting for the specificities of the music data under question and for attaining efficiency in music information retrieval. The reported work has been undertaken within the framework of an R&D project targeting an advanced music portal offering a number of content-based music retrieval services, namely POLYMNIA[12]. 1 Introduction The significant research efforts and the advent, in our everyday life, of advanced technologies for capturing, management, storage, transmission and use of multimediacontenthasledtoakeeninterestofmajor business actors in enabling next generation multimedia services. To allow for intelligence and automation in the manipulation of content and services throughout their entire life-cycle, metadata descriptions are crucial [4]. This is also justified by the extensive work performed within standardisation bodies to define appropriate metadata descriptions, such as the MPEG-7 standard [5,2,1], that introduces generic multimedia content descriptions, both low-level and high-level (semantic) ones, the MusicXML standard [11], Dublin Core, etc. Metadata description models as well as metadata repositories should be easily extended to accommodate the real needs of emerging applications. The current work is focused on music information extraction, description and retrieval. In this application domain, a number of methods and systems have been proposed for novel music feature extraction and efficient retrieval. In [10], B. Gunsel et al. (Eds.): MRCS 2006, LNCS 4105, pp , c Springer-Verlag Berlin Heidelberg 2006

2 MPEG-7 Based Music Metadata Extensions 427 an analysis is presented of current solution limitations in music information retrieval, after an extensive state-of-the-art study. The main problems are found to exist due to the singularities of the music data itself, related with human perception and music recognition. Feature extraction algorithms do not account for the peculiarities of all kinds of music data, with traditional music being the most difficult to handle. This paper is based on joint work, undertaken under the POLYMNIA project, that led to the introduction of novel features for the estimation of music melody, meter and tempo, applicable to traditional greek music [13,14]. Although there has been an extensive work on music information analysis and retrieval methodologies, the use of metadata descriptions in such systems to allow for their future large scale usage within a Semantic Web context is still limited, with few attempts stemming from EU funded R&D Projects. It is evident however, that support for standardised metadata descriptions is beneficial for future promising system deployments. Since though, every content type and application is imposing its own constraints in metadata descriptions as well, it is also evident that the introduction of extended metadata descriptions to account for novel music features conveying traditional music characteristics is inevitable. This paper proposes MPEG-7 audio extensions, based on MPEG-7 DDL[6], to describe novel audio related features, used subsequently in music information retrieval. It is known that the MPEG-7 Audio Part has limited support for musical features mainly focusing on Melody descriptions. If one considers the variety of music kinds, especially in traditional music, it is evident that in such specific application domains, retrieval efficiency is attained if the specificities of the musical data are accounted for via the feature extraction and classification algorithms. Such novel features though that efficiently index specific music data require proper standardised-based description for efficient manipulation of music information. Thus, the current paper aims at introducing extensions in standardised descriptions to account for the description of novel musical features that enable advanced music information retrieval scenarios on traditional Greek music data. Such metadata extensions can be considered application and music type specific, although based on the MPEG-7 standard, and thus they can only be used within the specific system. However, the approach clearly illustrates application specific MPEG-7 usage and music type extensions that could contribute to standardised application specific extensions. Furthermore, by sharing the metadata extensions schema with other MPEG-7 based systems, interoperability can be achieved. In the sequel, we initially present the end-to-end music information retrieval system that enables a number of advanced music information retrieval scenarios, always referring to traditional greek music. We emphasize the need for efficient metadata generation and archiving, showcasing limitations found in relational databases for storage of XML data, and exhibiting the advantages of XML native databases. Finally, the introduced MPEG-7 metadata extensions are presented in more detail to efficiently describe novel musical features used in the considered retrieval scenarios and music content types.

3 428 S. Tsekeridou et al. 2 Music Analysis, Archiving and Retrieval System Within the POLYMNIA project and the activities related to content-based traditional greek music information retrieval, a number of music information retrieval scenarios have been specified, which include: Beat, tempo and rhythm tracking, Query by rhythm Timbral-based Similarity Retrieval, Query by example Music Genre Classification The feature extraction and classification, as well as assumptions made for the application domain and specific music content types are reported in [13,14]. The overall system architecture to enable the above mentioned scenarios is presented in Figure 1. The system is composed of two sub-systems: the music Music Authoring & Processing System (feature extraction, metadata generation) Music Data Retrieval System Feature Extraction Chroma, Rhythmic, Melodic Features MPEG -7 Metadata Engine Valid MPEG -7 metadata XUpdate XML -RPC Functionalities : Insertions, Updates Extended MPEG -7 Schema Registration exist Native XML DB Reference Mechanisms XQuery XML -RPC Functionalities : Retrieval Music Data Retrieval XSLT Portal web interface: (1) Query selection and submission (2) Results presentation DB of Music Data and Extracts Fig. 1. Music analysis and retrieval system architecture - exist DB content analysis, processing and metadata generation system, the main aim of which is to adequately process or update new or already existing music data in order to extract the newly defined features for the specified scenarios and music content type, and the music information retrieval system targeted at the end-user searching for music content. Both systems are based in the efficient use of standardised MPEG-7 metadata descriptions and defined extensions. The central component in the end-to-end system is the database that stores metadata descriptions and references the repository of original music content and extracts. At the beginning of this work, due to the significant evolution of relational databases that reached maturity in XML data management, the first metadata archiving approach has been the commercial relational database Oracle 10g with XML add-on functionalities (XML DB Manager). The decision has been based on thorough investigation performed at that time in [8,9] and used already in the work of [7]. Furthermore, advances in Oracle XML management allowed immediate registration of the metadata XML schema to the

4 MPEG-7 Based Music Metadata Extensions 429 relational DB, automatically creating a respective table schema (structured mapping), with data constraints applied, that further allowed efficient query and retrieval. This was more efficient than attaining unstructured mapping where entire XML documents are stored in single table rows. During testing, however, since both short-term and long-term analysis of audio signals involves generation of huge sequences of numbers representing a single audio feature, and thus the value of a single MPEG-7 element/descriptor, a limitation of Oracle 10g was found in storing more than 64K string values in a single table row, when structured mapping is used. Since this is the case for many audio descriptors, we started investigating alternate metadata archiving solutions, resulting, based on the progress of native XML DBs, in adopting the open source exist native XML DB solution[15], supporting W3C specifications such as XUpdate (to update metadata instances in the DB), XQuery (to efficiently retrieve information from XML data), XML namespaces, XPath, XML-RPC for the communication of XML data, etc. The efficiency in handling metadata descriptions with this solution has been significantly extended since no XML data management is now required to map XML data to a relational DB. 3 MPEG-7 Based Audio Metadata Extensions In this section, we introduce extensions in MPEG-7 metadata descriptions (mainly audio) to efficiently describe new audio features used within the three scenarios mentioned in the previous section. The feature extraction and classification methods, as well as assumptions made for the application domain and specific content type are reported in [13,14]. In these works it has been found that improved retrieval efficiency is attained by using additional long-term analysis to the conventional short-term audio analysis to extract long-term audio features, such as energy or spectral roll-off, in temporal windows of 300msec, by averaging short term derived such features. Thus, extensions to existing MPEG-7 audio descriptors describing short term features have been defined for the newly introduced long term ones to differentiate between the two definitions. These definitions are shown below, with respect to signal energy, zero crossings rate, spectral centroid, spectral roll-off, spectral flux, which are scalar values per long term window, and MFCC coefficients, derived with two alternate methodologies, and presenting vector values per long term window. The basic MPEG7 type, for the scalar cases, is AudioLLDScalarType, while for the vector case, is AudioLLDVectorType. For the latter case, an extra attribute is defined, to denote the method used to extract MFCCs to be used during retrieval to avoid the case of comparing differently derived MFCCs among the query and the archived data. Such long term audio features are indirectly used in the first scenario for global beat and meter estimation, as well as directly used in the second scenario to enable query by example retrieval. In the following, the namespace mpeg7 refers to MPEG-7 type definitions while the namespace polymnia to introduced extensions.

5 430 S. Tsekeridou et al. <complextype name="energytype"> <complextype name="zerocrossingstype"> <complextype name="spectralcentroidtype"> <complextype name="spectralrollofftype"> <complextype name="spectralfluxtype"> <complextype name="mfcctype"> <complexcontent><extension base="mpeg7:audiolldvectortype"> <attribute name="method" use="required"> <simpletype><restriction base="nmtoken"> <enumeration value="slaney"/> <enumeration value="aj"/> </restriction></simpletype> </attribute></extension></complexcontent> </complextype> An instance extract of the above type definitions is given below. The temporal decomposition of the audio signal refers to the long term analysis in this case. The example cases refer to the scalar valued Energy and the vector valued MFCCs. <mpeg7:temporaldecomposition gap="false" overlap="false"> <mpeg7:audiosegment>... <mpeg7:audiodescriptor xsi:type="energytype"> <mpeg7:seriesofscalar hopsize="pt3n1000f" totalnumofsamples="3443"> <mpeg7:raw> </mpeg7:raw> </mpeg7:seriesofscalar></mpeg7:audiodescriptor>... <mpeg7:audiodescriptor xsi:type="mfcctype" method="slaney"> <mpeg7:seriesofvector hopsize="pt3n1000f" totalnumofsamples="3443" vectorsize="36"> <mpeg7:raw mpeg7:dim=" "> </mpeg7:raw> </mpeg7:seriesofvector></mpeg7:audiodescriptor>... </mpeg7:audiosegment>... </mpeg7:temporaldecomposition> To enable the first scenario, that is query by beat and meter similarity (rhythmic similarity), global estimates of beat and meter values are derived over the

6 MPEG-7 Based Music Metadata Extensions 431 entire music recording as shown in [13,14]. For this reason, the following definition extensions have been introduced. The MPEG-7 MeterType is not altered but refers now to a global audio feature. Analogous definition for the BeatType does not exist in MPEG-7, introduced now. An attribute called certainty in the BeatType definition denotes the certainty with which the algorithm has estimated the global beat value. <complextype name="rhythmtype"> <complexcontent> <extension base="mpeg7:audiodstype"> <sequence> <element name="meter" type="mpeg7:metertype"/> <element name="beat" type="mpeg7-polymnia:globalbeattype"/> </sequence> </extension> </complexcontent> </complextype> <complextype name="globalbeattype"> <simplecontent> <extension base="float"> <attribute name="certainty" type="float" use="required"/> </extension> </simplecontent> </complextype> An instance extract to showcase the use of the above definitions is shown below. The RhythmType since it extends the MPEG-7 AudioDSType can instantiate the MPEG-7 AudioDescriptionScheme abstract element. <mpeg7:audiodescriptionscheme xsi:type="rhythmtype"> <Meter> <mpeg7:numerator>3</mpeg7:numerator> <mpeg7:denominator>4</mpeg7:denominator> </Meter> <Beat certainty=" "> </beat> </mpeg7:audiodescriptionscheme> Retrieval and ranking of results is performed in two stages by examining the beat values of DB entries, having the same meter with the query sample. Similarities are measured by estimating pairwise mean absolute errors in beat values as shown in the following XQuery and Php syntax. $xquery = "for $a in xcollection( db/polymnia ) let $b := ((". $beat."-abs((xs:decimal($a//*:beat) - ". $beat. "))) div ". $beat. ")[1] where xs:decimal($a//*:numerator) eq ".$num." and xs:decimal($a//*:denominator) eq ".$denom." and $b ge ".$certainty." order by abs(data($a//*:beat) - ". $beat. ") ascending Finally, for the third scenario, referring to traditional greek music data, a dictionary of terms for different genres and origins in Greece of such music is

7 432 S. Tsekeridou et al. maintained to define classification scheme entries in MPEG-7 descriptions. Furthermore, the following definition has been introduced, as child element of the MPEG-7 ClassificationType, to additionally associate semantic traditional greek music genre values (as well as numeric identifiers introduced in the respective dictionary) with a feature vector model of 32 global music features and their variations, that uniquely identifies the specific genre class. The attribute representative denotes whether the associated music recording is a representative recording of the specific music genre. In this way, retrieval is more efficiently achieved when comparing the Feature Vector Model of the query sample with only the representative Feature Vector Models of the DB. <complextype name="polymniagenretype"> <complexcontent> <extension base="mpeg7:controlledtermusetype"> <sequence> <element name="featurevectormodel" type="mpeg7:audiolldvectortype"/> </sequence> <attribute name="type" use="optional" default="main"> <simpletype> <restriction base="nmtoken"> <enumeration value="main"/> <enumeration value="secondary"/> </restriction> </simpletype> </attribute> <attribute name="representative" type="boolean" use="required"/> </extension> </complexcontent> </complextype> An instance extract referring to a case of Kalamatiano is shown below. <mpeg7:classification> <mpeg7:genre href="urn:polymnia:cs:contentcs:2005:1.1.4" representative="true"> <mpeg7:name xml:lang="en">kalamatiano</mpeg7:name> <mpeg7:featurevectormodel> </mpeg7:featurevectormodel> </mpeg7:genre> </mpeg7:classification> Retrieval and ranking of results is performed the feature vector model values of DB entries against that of the query sample. Similarities are measured by estimating pairwise mean square errors in feature vectors as shown in the following XQuery and Php syntax. $xquery = "for $a in xcollection( db/subpolymnia ) let $b := tokenize($a//*:genre/*:featurevectormodel, ) let $d := ("; $xquery1 = ""; for ($kl=0;$kl<32;$kl++) { if ($kl==31) { $xquery1.="(($b[". ($kl+1). "] - ". $pattern[$kl].") *

8 MPEG-7 Based Music Metadata Extensions 433 } } ($b[". ($kl+1). "] - ". $pattern[$kl]."))"; } else {$xquery1.="(($b[". ($kl+1). "] - ". $pattern[$kl].") * ($b[". ($kl+1). "] - ". $pattern[$kl].")) + "; 4 Conclusions The paper presents definition extensions to MPEG-7 metadata ones, mainly related to audio descriptors, to account for application specific requirements for traditional Greek music retrieval. The approach may reinforce generalization of the process in case a number of distributed music databases, using MPEG-7 based descriptions, may interoperate to offer the end-user with advanced music content search functionalities within a Semantic Web context. References 1. Manjunath, B.S., Salembier, P., Sikora, T.: Introduction to MPEG7: Multimedia Content Description Language. John Wiley and Sons. (2002) 2. Special Issue on MPEG-7. IEEE Trans. on Circuits and Systems for Video Technology. 11:6 (2001) 3. Special Issue on Multimedia Content Modeling and Personalization. IEEE Multimedia. 10:4 (2003) 4. van Beek, P., Smith, J.R., Ebrahimi, T., Suzuki, T., Askelof, J.: Metadata-driven Multimedia Access. IEEE Signal Processing Magazine. (2003) 5. Martinez, J.M.: Overview of the MPEG-7 Standard. ISO/IEC JTC1/SC29/WG11 N4509. (2001) 6. MPEG Committee, ISO/IEC FCD Information Technology - Multimedia Content Description Interface - Part 2 Description Definition Language. ISO/IEC JTC1/SC29/WG11 N4002. (2001) 7. Tsekeridou, S.: MPEG-7 MDS-based metadata and user profile model for personalized multi-service access in a DTV broadcast environment. IEEE Int. Conf. on Image Processing. (2005) 8. Westermann, U., Klas, W.: An Analysis of XML Database Solutions for the Management of MPEG-7 Media Descriptors. ACM Computing Surveys. 35:4 (2003) Kosch, H.: MPEG-7 and Multimedia Database Systems. SIGMOD Recor. 31:2 (2002) Byrd, D., Crawford, T.: Problems of Music Information retrieval in the Real World. Elsevier Information Processing and Management Journal. 38 (2002) The MusicXML Web site The POLYMNIA Project: Integrated System of Music Tools, Advanced Music Portal Pikrakis, A., Theodoridis, S.: A Novel HMM Approach to Melody Spotting in Raw Audio Recordings. ISMIR. (2005) Pikrakis, A., Antonopoulos, I., Theodoridis, S.: Music meter and tempo tracking from raw polyphonic audio. ISMIR. (2004) 15. The exist DB.

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 Intelligent System for Archiving and Retrieval of Audiovisual Material Based on the MPEG-7 Description Schemes

An Intelligent System for Archiving and Retrieval of Audiovisual Material Based on the MPEG-7 Description Schemes An Intelligent System for Archiving and Retrieval of Audiovisual Material Based on the MPEG-7 Description Schemes GIORGOS AKRIVAS, SPIROS IOANNOU, ELIAS KARAKOULAKIS, KOSTAS KARPOUZIS, YANNIS AVRITHIS

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

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

Interoperable Content-based Access of Multimedia in Digital Libraries

Interoperable Content-based Access of Multimedia in Digital Libraries Interoperable Content-based Access of Multimedia in Digital Libraries John R. Smith IBM T. J. Watson Research Center 30 Saw Mill River Road Hawthorne, NY 10532 USA ABSTRACT Recent academic and commercial

More information

Hermes - A Framework for Location-Based Data Management *

Hermes - A Framework for Location-Based Data Management * Hermes - A Framework for Location-Based Data Management * Nikos Pelekis, Yannis Theodoridis, Spyros Vosinakis, and Themis Panayiotopoulos Dept of Informatics, University of Piraeus, Greece {npelekis, ytheod,

More information

RECOMMENDATION ITU-R BS Procedure for the performance test of automated query-by-humming systems

RECOMMENDATION ITU-R BS Procedure for the performance test of automated query-by-humming systems Rec. ITU-R BS.1693 1 RECOMMENDATION ITU-R BS.1693 Procedure for the performance test of automated query-by-humming systems (Question ITU-R 8/6) (2004) The ITU Radiocommunication Assembly, considering a)

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

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 2: Description definition language

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 2: Description definition language INTERNATIONAL STANDARD ISO/IEC 15938-2 First edition 2002-04-01 Information technology Multimedia content description interface Part 2: Description definition language Technologies de l'information Interface

More information

USING XML AS A MEDIUM FOR DESCRIBING, MODIFYING AND QUERYING AUDIOVISUAL CONTENT STORED IN RELATIONAL DATABASE SYSTEMS

USING XML AS A MEDIUM FOR DESCRIBING, MODIFYING AND QUERYING AUDIOVISUAL CONTENT STORED IN RELATIONAL DATABASE SYSTEMS USING XML AS A MEDIUM FOR DESCRIBING, MODIFYING AND QUERYING AUDIOVISUAL CONTENT STORED IN RELATIONAL DATABASE SYSTEMS Iraklis Varlamis 1, Michalis Vazirgiannis 2, Panagiotis Poulos 3 1,2) Dept of Informatics,

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

Offering Access to Personalized Interactive Video

Offering Access to Personalized Interactive Video Offering Access to Personalized Interactive Video 1 Offering Access to Personalized Interactive Video Giorgos Andreou, Phivos Mylonas, Manolis Wallace and Stefanos Kollias Image, Video and Multimedia Systems

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 5: Multimedia description schemes INTERNATIONAL STANDARD ISO/IEC 15938-5 First edition 2003-05-15 Information technology Multimedia content description interface Part 5: Multimedia description schemes Technologies de l'information Interface

More information

A Scalable Presentation Format for Multichannel Publishing Based on MPEG-21 Digital Items

A Scalable Presentation Format for Multichannel Publishing Based on MPEG-21 Digital Items A Scalable Presentation Format for Multichannel Publishing Based on MPEG-21 Digital Items Davy Van Deursen 1, Frederik De Keukelaere 1, Lode Nachtergaele 2, Johan Feyaerts 3, and Rik Van de Walle 1 1 ELIS,

More information

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework GraphOnto: OWL-Based Management and Multimedia Annotation in the DS-MIRF Framework Panagiotis Polydoros, Chrisa Tsinaraki and Stavros Christodoulakis Lab. Of Distributed Multimedia Information Systems,

More information

Lecture 7: Introduction to Multimedia Content Description. Reji Mathew & Jian Zhang NICTA & CSE UNSW COMP9519 Multimedia Systems S2 2009

Lecture 7: Introduction to Multimedia Content Description. Reji Mathew & Jian Zhang NICTA & CSE UNSW COMP9519 Multimedia Systems S2 2009 Lecture 7: Introduction to Multimedia Content Description Reji Mathew & Jian Zhang NICTA & CSE UNSW COMP9519 Multimedia Systems S2 2009 Outline Why do we need to describe multimedia content? Low level

More information

Scalable Hierarchical Summarization of News Using Fidelity in MPEG-7 Description Scheme

Scalable Hierarchical Summarization of News Using Fidelity in MPEG-7 Description Scheme Scalable Hierarchical Summarization of News Using Fidelity in MPEG-7 Description Scheme Jung-Rim Kim, Seong Soo Chun, Seok-jin Oh, and Sanghoon Sull School of Electrical Engineering, Korea University,

More information

Semantic Web Search Model for Information Retrieval of the Semantic Data *

Semantic Web Search Model for Information Retrieval of the Semantic Data * Semantic Web Search Model for Information Retrieval of the Semantic Data * Okkyung Choi 1, SeokHyun Yoon 1, Myeongeun Oh 1, and Sangyong Han 2 Department of Computer Science & Engineering Chungang University

More information

An Infrastructure for MultiMedia Metadata Management

An Infrastructure for MultiMedia Metadata Management An Infrastructure for MultiMedia Metadata Management Patrizia Asirelli, Massimo Martinelli, Ovidio Salvetti Istituto di Scienza e Tecnologie dell Informazione, CNR, 56124 Pisa, Italy {Patrizia.Asirelli,

More information

USING METADATA TO PROVIDE SCALABLE BROADCAST AND INTERNET CONTENT AND SERVICES

USING METADATA TO PROVIDE SCALABLE BROADCAST AND INTERNET CONTENT AND SERVICES USING METADATA TO PROVIDE SCALABLE BROADCAST AND INTERNET CONTENT AND SERVICES GABRIELLA KAZAI 1,2, MOUNIA LALMAS 1, MARIE-LUCE BOURGUET 1 AND ALAN PEARMAIN 2 Department of Computer Science 1 and Department

More information

AKnowledgeEngineeringApproachfor Complex Violence Identification in Movies

AKnowledgeEngineeringApproachfor Complex Violence Identification in Movies AKnowledgeEngineeringApproachfor Complex Violence Identification in Movies Thanassis Perperis 1 and Sofia Tsekeridou 2 1 University of Athens, Greece a.perperis@di.uoa.gr 2 Athens Information Technology,

More information

Extraction, Description and Application of Multimedia Using MPEG-7

Extraction, Description and Application of Multimedia Using MPEG-7 Extraction, Description and Application of Multimedia Using MPEG-7 Ana B. Benitez Depart. of Electrical Engineering, Columbia University, 1312 Mudd, 500 W 120 th Street, MC 4712, New York, NY 10027, USA

More information

M PEG-7,1,2 which became ISO/IEC 15398

M PEG-7,1,2 which became ISO/IEC 15398 Editor: Peiya Liu Siemens Corporate Research MPEG-7 Overview of MPEG-7 Tools, Part 2 José M. Martínez Polytechnic University of Madrid, Spain M PEG-7,1,2 which became ISO/IEC 15398 standard in Fall 2001,

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 N3751 La Baule, October 2000

More information

Use of XML Schema and XML Query for ENVISAT product data handling

Use of XML Schema and XML Query for ENVISAT product data handling Use of XML Schema and XML Query for ENVISAT product data handling Stéphane Mbaye stephane.mbaye@gael.fr GAEL Consultant Cité Descartes, 8 rue Albert Einstein 77420 Champs-sur-Marne, France Abstract * This

More information

An efficient approach to generic multimedia adaptation

An efficient approach to generic multimedia adaptation University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 An efficient approach to generic multimedia adaptation Joseph Thomas-Kerr

More information

Oracle Database 12c: Use XML DB

Oracle Database 12c: Use XML DB Oracle University Contact Us: 55-800-891-6502 Oracle Database 12c: Use XML DB Duration: 5 Days What you will learn This Oracle Database 12c: Use XML DB training allows you to deep dive into the key features

More information

Towards an Integrated Approach to Music Retrieval

Towards an Integrated Approach to Music Retrieval Towards an Integrated Approach to Music Retrieval Emanuele Di Buccio 1, Ivano Masiero 1, Yosi Mass 2, Massimo Melucci 1, Riccardo Miotto 1, Nicola Orio 1, and Benjamin Sznajder 2 1 Department of Information

More information

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box

Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Adaptive Multimedia Messaging based on MPEG-7 The M 3 -Box Abstract Jörg Heuer José Luis Casas André Kaup {Joerg.Heuer, Jose.Casas, Andre.Kaup}@mchp.siemens.de Siemens Corporate Technology, Information

More information

The ToCAI Description Scheme for Indexing and Retrieval of Multimedia Documents 1

The ToCAI Description Scheme for Indexing and Retrieval of Multimedia Documents 1 The ToCAI Description Scheme for Indexing and Retrieval of Multimedia Documents 1 N. Adami, A. Bugatti, A. Corghi, R. Leonardi, P. Migliorati, Lorenzo A. Rossi, C. Saraceno 2 Department of Electronics

More information

Models for Metadata or Metamodels for Data?

Models for Metadata or Metamodels for Data? Published in Proceedings of 2nd IEEE Metadata Conference, 1997 Models for Metadata or Metamodels for Data? Brigitte Kerhervé Université du Québec à Montréal Département Informatique CP 8888, succursale

More information

Automatic Classification of Audio Data

Automatic Classification of Audio Data Automatic Classification of Audio Data Carlos H. C. Lopes, Jaime D. Valle Jr. & Alessandro L. Koerich IEEE International Conference on Systems, Man and Cybernetics The Hague, The Netherlands October 2004

More information

Towards an MPEG-7 Query Language

Towards an MPEG-7 Query Language Towards an MPEG-7 Query Language Mario Döller, Harald Kosch, Ingo Wolf, and Matthias Gruhne 1 Department of Distributed Information Technology, University Passau 2 Department Platforms for Media Broadband,

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 4: Audio

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 4: Audio INTERNATIONAL STANDARD ISO/IEC 15938-4 First edition 2002-06-15 Information technology Multimedia content description interface Part 4: Audio Technologies de l'information Interface de description du contenu

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

Fast Mode Decision for H.264/AVC Using Mode Prediction

Fast Mode Decision for H.264/AVC Using Mode Prediction Fast Mode Decision for H.264/AVC Using Mode Prediction Song-Hak Ri and Joern Ostermann Institut fuer Informationsverarbeitung, Appelstr 9A, D-30167 Hannover, Germany ri@tnt.uni-hannover.de ostermann@tnt.uni-hannover.de

More information

Designing Heterogeneous FPGAs with Multiple SBs *

Designing Heterogeneous FPGAs with Multiple SBs * Designing Heterogeneous FPGAs with Multiple SBs * K. Siozios, S. Mamagkakis, D. Soudris, and A. Thanailakis VLSI Design and Testing Center, Department of Electrical and Computer Engineering, Democritus

More information

Image retrieval based on bag of images

Image retrieval based on bag of images University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2009 Image retrieval based on bag of images Jun Zhang University of Wollongong

More information

Framework for Supporting Metadata Services

Framework for Supporting Metadata Services Framework for Supporting Services Mitsuaki Tsunakara, Ryoji Kataoka, and Masashi Morimoto Abstract -sharing businesses have been attracting considerable attention recently. These include highspeed search

More information

KDD, SEMMA AND CRISP-DM: A PARALLEL OVERVIEW. Ana Azevedo and M.F. Santos

KDD, SEMMA AND CRISP-DM: A PARALLEL OVERVIEW. Ana Azevedo and M.F. Santos KDD, SEMMA AND CRISP-DM: A PARALLEL OVERVIEW Ana Azevedo and M.F. Santos ABSTRACT In the last years there has been a huge growth and consolidation of the Data Mining field. Some efforts are being done

More information

Guiding System Modelers in Multi View Environments: A Domain Engineering Approach

Guiding System Modelers in Multi View Environments: A Domain Engineering Approach Guiding System Modelers in Multi View Environments: A Domain Engineering Approach Arnon Sturm Department of Information Systems Engineering Ben-Gurion University of the Negev, Beer Sheva 84105, Israel

More information

Overview of the MPEG-7 Standard

Overview of the MPEG-7 Standard 688 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 11, NO. 6, JUNE 2001 Overview of the MPEG-7 Standard Shih-Fu Chang, Senior Member, IEEE, Thomas Sikora, Senior Member, IEEE, and

More information

Introduction to SQL/PLSQL Accelerated Ed 2

Introduction to SQL/PLSQL Accelerated Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Introduction to SQL/PLSQL Accelerated Ed 2 Duration: 5 Days What you will learn This Introduction to SQL/PLSQL Accelerated course

More information

Stylus Studio Case Study: FIXML Working with Complex Message Sets Defined Using XML Schema

Stylus Studio Case Study: FIXML Working with Complex Message Sets Defined Using XML Schema Stylus Studio Case Study: FIXML Working with Complex Message Sets Defined Using XML Schema Introduction The advanced XML Schema handling and presentation capabilities of Stylus Studio have valuable implications

More information

A Query Language for Multimedia Content *

A Query Language for Multimedia Content * A Query Language for Multimedia Content * Jonathan Mamou, Yosi Mass, Michal Shmueli-Scheuer and Benjamin Sznajder IBM Haifa Research Lab Mount Carmel, Haifa 31905 Email: {mamou, yosimass, shmueli, benjams}@il.ibm.com

More information

Robustness of Non-Exact Multi-Channel Equalization in Reverberant Environments

Robustness of Non-Exact Multi-Channel Equalization in Reverberant Environments Robustness of Non-Exact Multi-Channel Equalization in Reverberant Environments Fotios Talantzis and Lazaros C. Polymenakos Athens Information Technology, 19.5 Km Markopoulo Ave., Peania/Athens 19002, Greece

More information

Content Based Image Retrieval Using Curvelet Transform

Content Based Image Retrieval Using Curvelet Transform Content Based Image Retrieval Using Curvelet Transform Ishrat Jahan Sumana, Md. Monirul Islam, Dengsheng Zhang and Guojun Lu Gippsland School of Information Technology, Monash University Churchill, Victoria

More information

Management of Multimedia Semantics Using MPEG-7

Management of Multimedia Semantics Using MPEG-7 MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Management of Multimedia Semantics Using MPEG-7 Uma Srinivasan and Ajay Divakaran TR2004-116 October 2004 Abstract This chapter presents the

More information

Improving Recognition through Object Sub-categorization

Improving Recognition through Object Sub-categorization Improving Recognition through Object Sub-categorization Al Mansur and Yoshinori Kuno Graduate School of Science and Engineering, Saitama University, 255 Shimo-Okubo, Sakura-ku, Saitama-shi, Saitama 338-8570,

More information

ISO/IEC Information technology Multimedia content description interface Part 7: Conformance testing

ISO/IEC Information technology Multimedia content description interface Part 7: Conformance testing This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC 15938-7 First edition 2003-12-01 Information technology Multimedia content description interface Part 7: Conformance

More information

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning Naofumi YOSHIDA In this paper we discuss on multimedia database technologies

More information

Evaluation of Models for Parsing Binary Encoded XML-based Metadata

Evaluation of Models for Parsing Binary Encoded XML-based Metadata Evaluation of Models for Parsing Binary Encoded XML-based Metadata Robbie De Sutter 1, Christian Timmerer 2, Hermann Hellwagner 2, and Rik Van de Walle 1 1 Multimedia Lab Ghent University IBBT, Sint-Pietersnieuwstraat

More information

Semantic Exploitation of Engineering Models: An Application to Oilfield Models

Semantic Exploitation of Engineering Models: An Application to Oilfield Models Semantic Exploitation of Engineering Models: An Application to Oilfield Models Laura Silveira Mastella 1,YamineAït-Ameur 2,Stéphane Jean 2, Michel Perrin 1, and Jean-François Rainaud 3 1 Ecole des Mines

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 15938-12 Second edition 2012-11-01 Information technology Multimedia content description interface Part 12: Query format Technologies de l'information Interface de description

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

Using an Oracle Repository to Accelerate XPath Queries

Using an Oracle Repository to Accelerate XPath Queries Using an Oracle Repository to Accelerate XPath Queries Colm Noonan, Cian Durrigan, and Mark Roantree Interoperable Systems Group, Dublin City University, Dublin 9, Ireland {cnoonan, cdurrigan, mark}@computing.dcu.ie

More information

Increazing interactivity in IPTV using MPEG-21 descriptors

Increazing interactivity in IPTV using MPEG-21 descriptors Increazing interactivity in IPTV using MPEG-21 descriptors Christos-Nikolaos Anagnostopoulos 1, George Tsekouras 1, Damianos Gavalas 1, Daphne Economou 1 and Ioannis Psoroulas 2 1 University of the Aegean,

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

Neural Network based textural labeling of images in multimedia applications

Neural Network based textural labeling of images in multimedia applications Neural Network based textural labeling of images in multimedia applications S.A. Karkanis +, G.D. Magoulas +, and D.A. Karras ++ + University of Athens, Dept. of Informatics, Typa Build., Panepistimiopolis,

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

Statistical Modeling of Huffman Tables Coding

Statistical Modeling of Huffman Tables Coding Statistical Modeling of Huffman Tables Coding S. Battiato 1, C. Bosco 1, A. Bruna 2, G. Di Blasi 1, and G.Gallo 1 1 D.M.I. University of Catania - Viale A. Doria 6, 95125, Catania, Italy {battiato, bosco,

More information

MPEG-21: The 21st Century Multimedia Framework

MPEG-21: The 21st Century Multimedia Framework MPEG-21: The 21st Century Multimedia Framework Jan Bormans, Jean Gelissen, and Andrew Perkis IEEE Signal Processing Magazine, March 2003 Outline Context and motivation of MPEG-21 An overview of MPEG-21

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

ISO/IEC Information technology Multimedia framework (MPEG-21) Part 3: Digital Item Identification

ISO/IEC Information technology Multimedia framework (MPEG-21) Part 3: Digital Item Identification INTERNATIONAL STANDARD ISO/IEC 21000-3 First edition 2003-04-01 Information technology Multimedia framework (MPEG-21) Part 3: Digital Item Identification Technologies de l'information Cadre multimédia

More information

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework

System Modeling and Implementation of MPEG-4. Encoder under Fine-Granular-Scalability Framework System Modeling and Implementation of MPEG-4 Encoder under Fine-Granular-Scalability Framework Final Report Embedded Software Systems Prof. B. L. Evans by Wei Li and Zhenxun Xiao May 8, 2002 Abstract Stream

More information

lnteroperability of Standards to Support Application Integration

lnteroperability of Standards to Support Application Integration lnteroperability of Standards to Support Application Integration Em delahostria Rockwell Automation, USA, em.delahostria@ra.rockwell.com Abstract: One of the key challenges in the design, implementation,

More information

Resource Load Balancing Based on Multi-agent in ServiceBSP Model*

Resource Load Balancing Based on Multi-agent in ServiceBSP Model* Resource Load Balancing Based on Multi-agent in ServiceBSP Model* Yan Jiang 1, Weiqin Tong 1, and Wentao Zhao 2 1 School of Computer Engineering and Science, Shanghai University 2 Image Processing and

More information

MPEG-21 MULTIMEDIA FRAMEWORK

MPEG-21 MULTIMEDIA FRAMEWORK M MPEG-21 MULTIMEDIA FRAMEWORK Christian Timmerer and Hermann Hellwagner Department of Information Technology, Klagenfurt University, Austria Synonym: Multimedia Framework; ISO/IEC 21000. Definition: The

More information

A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS

A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS A Novel Statistical Distortion Model Based on Mixed Laplacian and Uniform Distribution of Mpeg-4 FGS Xie Li and Wenjun Zhang Institute of Image Communication and Information Processing, Shanghai Jiaotong

More information

How MPEG Query Format enables advanced multimedia functionalities

How MPEG Query Format enables advanced multimedia functionalities How MPEG Query Format enables advanced multimedia functionalities Anna Carreras, Ruben Tous, Jaime Delgado Distributed Multimedia Applications Group, Universitat Politècnica de Catalunya, c/jordi Girona,

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

Compression transparent low-level description of audio signals

Compression transparent low-level description of audio signals University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 25 Compression transparent low-level description of audio signals Jason

More information

Collaborative Framework for Testing Web Application Vulnerabilities Using STOWS

Collaborative Framework for Testing Web Application Vulnerabilities Using STOWS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB Nagy M, Over HH, Smith A Joint Research Centre of the European Commission Institute for Energy, Petten, The Netherlands {miklos.nagy@jrc.nl

More information

SMOOTH A Distributed Multimedia Database System

SMOOTH A Distributed Multimedia Database System SMOOTH A Distributed Multimedia Database System Harald Kosch, Alexander Bachlechner, László Böszörményi, Christian Hanin, Christian Hofbauer, Margit Lang, Carmen Riedler, Roland Tusch Institute of Information

More information

For many years, the creation and dissemination

For many years, the creation and dissemination Standards in Industry John R. Smith IBM The MPEG Open Access Application Format Florian Schreiner, Klaus Diepold, and Mohamed Abo El-Fotouh Technische Universität München Taehyun Kim Sungkyunkwan University

More information

Towards a High Integrity XML Link Update in Object-Relational Database

Towards a High Integrity XML Link Update in Object-Relational Database Towards a High Integrity XML Link Update in Object-Relational Database Eric Pardede, J. Wenny Rahayu, and David Taniar Department of Computer Science and Computer Engineering, La Trobe University, undoora

More information

Still Image Objective Segmentation Evaluation using Ground Truth

Still Image Objective Segmentation Evaluation using Ground Truth 5th COST 276 Workshop (2003), pp. 9 14 B. Kovář, J. Přikryl, and M. Vlček (Editors) Still Image Objective Segmentation Evaluation using Ground Truth V. Mezaris, 1,2 I. Kompatsiaris 2 andm.g.strintzis 1,2

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 1: Systems

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 1: Systems INTERNATIONAL STANDARD ISO/IEC 15938-1 First edition 2002-07-01 Information technology Multimedia content description interface Part 1: Systems Technologies de l'information Interface de description du

More information

The Research on the Method of Process-Based Knowledge Catalog and Storage and Its Application in Steel Product R&D

The Research on the Method of Process-Based Knowledge Catalog and Storage and Its Application in Steel Product R&D The Research on the Method of Process-Based Knowledge Catalog and Storage and Its Application in Steel Product R&D Xiaodong Gao 1,2 and Zhiping Fan 1 1 School of Business Administration, Northeastern University,

More information

A Miniature-Based Image Retrieval System

A Miniature-Based Image Retrieval System A Miniature-Based Image Retrieval System Md. Saiful Islam 1 and Md. Haider Ali 2 Institute of Information Technology 1, Dept. of Computer Science and Engineering 2, University of Dhaka 1, 2, Dhaka-1000,

More information

Available online at ScienceDirect. Procedia Technology 17 (2014 )

Available online at  ScienceDirect. Procedia Technology 17 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 17 (2014 ) 528 533 Conference on Electronics, Telecommunications and Computers CETC 2013 Social Network and Device Aware Personalized

More information

XML-OLAP: A Multidimensional Analysis Framework for XML Warehouses

XML-OLAP: A Multidimensional Analysis Framework for XML Warehouses XML-OLAP: A Multidimensional Analysis Framework for XML Warehouses Byung-Kwon Park 1,HyoilHan 2,andIl-YeolSong 2 1 Dong-A University, Busan, Korea bpark@dau.ac.kr 2 Drexel University, Philadelphia, PA

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

Enhancing Interoperability via Generic Multimedia Syntax Translation

Enhancing Interoperability via Generic Multimedia Syntax Translation University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 Enhancing Interoperability via Generic Multimedia Syntax Translation

More information

Comparing Open Source Digital Library Software

Comparing Open Source Digital Library Software Comparing Open Source Digital Library Software George Pyrounakis University of Athens, Greece Mara Nikolaidou Harokopio University of Athens, Greece Topic: Digital Libraries: Design and Development, Open

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

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Foster, H. & Spanoudakis, G. (2012). Taming the cloud: Safety, certification and compliance for software services - Keynote

More information

Implementing the Army Net Centric Data Strategy in a Service Oriented Environment

Implementing the Army Net Centric Data Strategy in a Service Oriented Environment Implementing the Army Net Centric Strategy in a Service Oriented Environment Michelle Dirner Army Net Centric Strategy (ANCDS) Center of Excellence (CoE) Service Team Lead RDECOM CERDEC SED in support

More information

Chapter 13 XML: Extensible Markup Language

Chapter 13 XML: Extensible Markup Language Chapter 13 XML: Extensible Markup Language - Internet applications provide Web interfaces to databases (data sources) - Three-tier architecture Client V Application Programs Webserver V Database Server

More information

AUDIOVISUAL ARCHIVE WITH MPEG-7 VIDEO DESCRIPTION AND XML DATABASE

AUDIOVISUAL ARCHIVE WITH MPEG-7 VIDEO DESCRIPTION AND XML DATABASE AUDIOVISUAL ARCHIVE WITH MPEG-7 VIDEO DESCRIPTION AND XML DATABASE Pedro Almeida, Joaquim Arnaldo Martins, Joaquim Sousa Pinto, Helder Troca Zagalo IEETA Instituto Engenharia Electrónica e Telemática de

More information

Multimedia Data Mining in Digital Libraries: Standards and Features

Multimedia Data Mining in Digital Libraries: Standards and Features Multimedia Data Mining in Digital Libraries: Standards and Features Sanjeevkumar R. Jadhav *, and Praveenkumar Kumbargoudar * Abstract The digital library retrieves, collects, stores and preserves the

More information

The Automatic Musicologist

The Automatic Musicologist The Automatic Musicologist Douglas Turnbull Department of Computer Science and Engineering University of California, San Diego UCSD AI Seminar April 12, 2004 Based on the paper: Fast Recognition of Musical

More information

Semantic Search on Cross-Media Cultural Archives

Semantic Search on Cross-Media Cultural Archives Semantic Search on Cross-Media Cultural Archives Zhixian Yan, François Scharffe, Ying Ding Digital Enterprise Research Institute (DERI) Innsbruck, University of Innsbruck, Austria {firstname.secondname}@deri.org

More information

Sumantra Dutta Roy, Preeti Rao and Rishabh Bhargava

Sumantra Dutta Roy, Preeti Rao and Rishabh Bhargava 1 OPTIMAL PARAMETER ESTIMATION AND PERFORMANCE MODELLING IN MELODIC CONTOUR-BASED QBH SYSTEMS Sumantra Dutta Roy, Preeti Rao and Rishabh Bhargava Department of Electrical Engineering, IIT Bombay, Powai,

More information

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework A Community-Driven Approach to Development of an Ontology-Based Application Management Framework Marut Buranarach, Ye Myat Thein, and Thepchai Supnithi Language and Semantic Technology Laboratory National

More information

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens S. ATHINEOS 1, D. KAROLIDIS 2, P. PRENTAKIS 2, M. SAMARAKOU 2 1 Department

More information

Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding

Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding Jung-Ah Choi and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju, 500-712, Korea

More information

UPDATING MULTIDIMENSIONAL XML DOCUMENTS 1)

UPDATING MULTIDIMENSIONAL XML DOCUMENTS 1) UPDATING MULTIDIMENSIONAL XML DOCUMENTS ) Nikolaos Fousteris, Manolis Gergatsoulis, Yannis Stavrakas Department of Archive and Library Science, Ionian University, Ioannou Theotoki 72, 4900 Corfu, Greece.

More information

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016]

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016] Event Stores (I) Event stores are database management systems implementing the concept of event sourcing. They keep all state changing events for an object together with a timestamp, thereby creating a

More information