Demonstration of an MPEG-7 Multimedia Data Cartridge

Size: px
Start display at page:

Download "Demonstration of an MPEG-7 Multimedia Data Cartridge"

Transcription

1 Demonstration of an MPEG-7 Multimedia Data Cartridge Mario Döller, Harald Kosch, Bernhard Dörflinger, Alexander Bachlechner, Gisela Blaschke University Klagenfurt Institute of Information Technology 1. INTRODUCTION Multimedia Database Systems (MMDBMS) organize and store multimedia data for content retrieval. The relying multimedia data models, e.g., [9], represent abstractions of media objects for querying, indexing, and so on. However, most currently available implementations reval shortcomings. Either they are limited by one kind of multimedia data supported or by the capacity of their semantic modelling. Despite the upcoming MPEG-7 standard for representing low-level and high-level features of multimedia and respective annotation and use tools (see we are not aware of any MMDBMS product which integrates this standard for the purpose of a more meaningful indexing and querying. In this context, our paper presents a Multimedia Data Cartridge (MDC) for demonstration at ACM Multimedia 2002 that implements an object-relational data model for the core part of the MPEG-7 [6, 5] standard. It is an open and extensible system realized with the Oracle Data Cartridge technology [7]. Oracle offers with that technology a mechanism for extending the capabilities of an Oracle database (e.g., type system, query processing and indexing) for the users needs. Besides the more effective modelling of multimedia content, efficient retrieval was considered. Efficient query processing is guaranteed through new database indexing mechanisms. Innately, most database systems provide only a limited number of integrated access methods such as B-trees. Available multimedia database extension packages (e.g., DataBlades of Informix) rarely handle indexing of d-dimensional data (e.g., feature vectors [3, 8] with d>2) or advanced similarity search functionalities (e.g., k- NN search). These circumstances limit the use of database systems in multimedia. For overcoming this drawback, we introduce an Multimedia Indexing Framework (MIF) relying on the GiST framework [4]. Finally, in order to use the MMDBMS we provide query and presentation interfaces which automatically adapt to their usage environment. 2. DESCRIPTION OF THE SYSTEM The Multimedia Data Cartridge (MDC) currently consists of two parts (see figure 1). At first, the Multimedia Data Model represents the metadata describing the multimedia content relying on MPEG-7 descriptions. For this purpose, the MPEG-7 schema is mapped, with the help of Oracle s extensible type system, to a database schema, i.e., to respective object types and tables (see Appendix 1). The mapping is demonstrated on the MPEG-7 StillRegion- Type and VideoSegment which is a delegate for images and videos (e.g., StillRegion describes complete images or parts of them). Some of that attributes are declared as separate object types, or are defined as basic types and others are specific SYS.XMLType. The decision which type to use depends on the importance for the querying process. For Figure 1: Overview of the Multimedia Data Cartridge (MDC) Architecture instance, the attribute with type TextAnnotationType was chosen to be detailed further, because it is of importance for free-text search. A further important type is Scalable- ColorType which is used for storing feature vectors of color histograms extracted from images described by the StillRegionType. At second, the Multimedia Indexing Framework (MIF) provides an extensible environment for multimedia retrieval. The framework is divided into three modules (see figure 1). The GistService is realized in the external address space and runs as an own process in the Operating System environment. It manages all available access methods and offers currently support for the Generalized Search Trees (GiST [4]). The GistService may also support further access methods not relying on balanced trees (e.g., LPC-files [1]) to support efficient NN-search in high dimensional vector spaces or indexing text annotations with the help of the DependencyStructure DS [6]). The two main components are the Gist- Communicator and the GistHolder. The GistCommunicator is a COM-Object and is used for inter-process communication between the database (the GistWrapper shared library) and the implemented access methods. The GistHolder manages all currently running index trees and the accesses to them. Each index tree is identified through a global and unique ID. The GistWrapper is a shared library and is used by the database to connect to the GistService module. The GistWrapper has two tasks, namely the accessibility of the GistService through database procedures and the transfor-

2 mation of input and output data to make it usable for either the GistService or the database. The Multimedia Index Type is the necessary part in the Oracle address space. The multimedia index type consists of several indextypes, that represents all available access methods and their corresponding operators. Every indextype need an appropriate implementation (object). The object delegates all necessary index methods (e.g., ODCI- IndexInsert, ODCIIndexCreate,...) to their corresponding implementations. In MDC, most methods are forwarded to the GistService. Experimental results (see [2]) have shown effectivity and efficiency. Effectivity is guaranteed through the extension of the index services to multimedia specific operations (e.g., NN-search). Efficiency has been measured by various experiments. Our framework outperforms the Oracle Text Index for exact match queries, e.g., for data entries, 96 dimensions we achieved an average improvement factor of 14. Further information may be obtained from [2]. Figure 2: Distributed Multimedia Environment Indexing, Query and Presentation Interfaces Figure 2 shows how the MDC is embedded into the distributed system s context. Three interfaces, as marked in figure 2 are relevant for this demonstration. (1) We provide plugins for various tools which handle and produce MPEG-7 data, e.g., for Video Publisher and Movie Tool 1. The MP7 documents to be included into the MMDBMS are analyzed and then split up into objects and tables according to our data model. (2) This stored information can then be queried and presented with the help of an adaptive query and presentation interface which is connected through a web server, aware of usage environment descriptions from the clients, to the MMDBMS. It is described below. (3) Finally, we provide an interface which offers a connection to video servers where we are synchronizing the generated MP7 information (describing the query hits) with MP4 streams for enabling stream adaptation during network transfer. Let us detail the second interface. In order to serve multiple client front-ends (e.g., hand-held, PC or Palm user) the database queries are submitted through an Adaptive Query and Presentation Interface. Adaptation means the dynamic adjustement of the interface to the client s terminal capabilities (e.g., Hardware, Software). An screenshot of the Adaptive Query Interface is shown in Appendix 2. Besides the query, also the results (meta-data), and the respective streams are shown and their presentation windows are adapted. The terminal capabilities are described with the help of CC/PP which is a standardized framework developed by W3C, based on the RDF (Resource Description Format). 1 and The use of RDF enables a standard way of exchanging information about the client s capabilities. A CC/PP standard implementation, Dice, was extended and integrated into the client/server environment to adapt the query interfaces to the respective environment requirments. 3. DEMONSTRATION PLAN The intended demonstration at ACM Multimedia 2002 will consists of at least three parts. First we are demonstrating the insertion and deletion functionality of our MMDBMS. We show this for the VideoPublisher PlugIn. Second, we show the adaptive query and presentation interfaces and demonstrate their behaviour for different terminal capabilities. Different query classes are provided, ranging from simple free-text, semantically meaningful querying, (e.g., give me all goals from the team of Germany in this year s world football cup), to combined low- and high level querying (restrict the former query to matches where the German wear their traditional white/black dresses). Efficiency is the next point for demonstration. We first show the available retrieval methods (range queries, NN-search) and presents their output on a sample databases, e.g., search a given image in a 90min movie. Second, we demonstrate the data distribution and the index balance with the amdb tool (see Appendix 3), taken from the University of California, Berkeley. It will be used for creating modified and more efficient indexing methods, optimized for MPEG-7 data. 4. REFERENCES [1] G. Cha, X. Zhu, D. Petkovic, and C. Chung. An Efficient Indexing Method for Nearest Neighbor Searches in High-Dimensional Image Databases. IEEE Transaction on Multimedia, 4(1):76 87, March [2] M. Döller and H. Kosch. Enhancement of Oracle s Indexing Capabilities through GiST-implemented Access Methods. Technical report, TR/ITEC/02/2.09, University Klagenfurt, Austria, April [3] M. Flickner, H.Sawhney, W. Niblack, J. Ashley, Q. Huang, B. Dom, M. Gorkani, J. Hafner, D. Lee, D. Petkovic, D. Steele, and P. Yanker. Query by image and video content: The QBIC system. Computer, 28(9):23 32, Sep [4] Joseph M. Hellerstein, Jeffrey F. Naughton, and Avi Pfeffer. Generalized Search Trees for Database Systems. In 21st International Conference of Very Large Databases VLDB, pages , Zurich, Switzerland, [5] H. Kosch. MPEG-7 and Multimedia Database Systems. Sigmond Records, 31(2), June [6] J.M. Martinez. Overview of the MPEG-7 standard, v5.0. ISO/MPEG N4509, MPEG Requirements Group, December [7] Oracle. Data Cartridge Developer s Guide, December [8] M. A. Stricker and M. Orengo. Similarity of color images. In Storage and Retrieval for Image and Video Databases, SPIE, pages , San Jose, CA, [9] R. Tusch, H. Kosch, and L. Boeszoermenyi. VIDEX: An Integrated Generic Video Indexing Approach. In ACM Multimedia Conference 2000, pages , Los Angeles, USA, November 2000.

3 MediaFormat() Appendix 1: DB-Schema derived from MPEG-7 MDS DSType Header : SYS.XMLType id : Varchar2(4000) timebase : SYS.XMLType timeunit : SYS.XMLType mediatimebase : SYS.XMLType mediatimeunit : SYS.XMLType MovRegTempDecoType VidSegSpatTempDecoType MovRegSpatTempDecoType VidSegTempDecoType dummyattr34 : dummynttype35 dummyattr34 : dummynttype35 VSSpatioTemporalDecomposition() MRSpatioTemporalDecomposition() dummynttype35 dummyattr08 : dummynttype09 VSTemporalDecomposition() dummytype36 MovingRegion : REF MovingRegionType dummynttype09 MovingRegionRef : SYS.XMLType dummytype10 VideoSegment : REF VideoSegmentType VideoSegmentRef : SYS.XMLType StillRegSpatDecType dummyattr18 : dummynttype20 SRSpatialDecomposition() dummynttype20 dummytype21 dummynttype27 dummytype28 GridLayoutDescriptors : SYS.XMLType dummynttype16 StillRegionType dummyattr105 : dummytype85 SpatialLocator : SYS.XMLType SpatialMask : SYS.XMLType MediaTimePoint : SYS.XMLType MediaRelTimePoint : SYS.XMLType MediaRelIncrTimePoint : SYS.XMLType dummyattr23 : dummynttype27 SpatialDecomposition : dummynttype16 Image() StillRegion() dummyattr34 : dummynttype35 MRTemporalDecomposition() dummytype50 Mask : SYS.XMLType AudioDescriptor : SYS.XMLType AudioDescriptionScheme : SYS.XMLType type : SYS.XMLType SemanticBaseType dummynttype49 AbstractionLevel : SYS.XMLType Label : SYS.XMLType Definition : REF TextAnnotationType Property : SYS.XMLType MediaOccurrence : dummynttype49 Relation : dummynttype59 type_name : Varchar2(4000) type_id : Integer dummynttype59 SemanticBase() RelationType type : Varchar2(4000) source : Varchar2(4000) target : Varchar2(4000) directed : Varchar2(5) strength : Float(126) Relation() AgentType Icon : SYS.XMLType dummynttype83 TextAnnotationType VariationType Source : Varchar2(60) Source_ Content : Varchar2(60) Content_ VariationRelationship : SYS.XMLType fidelity : Real priority : Integer timeoffset : SYS.XMLType timescale : Real Variation() dummynttype03 dummynttype05 VariationDescriptionType VariationSet : dummynttype04 Variation : dummynttype05 VariationDescription() dummynttype04 VariationSetType Source : Varchar2(60) Source_ Variation : dummynttype03 VariationSet() VideoSegmentType MultimediaContentType MultimediaContent : Varchar2(60) MultimediaContent_ dummynttype07 ContentEntityType MediaInformationType dummyattr103 : dummytype85 MediaIdentification : REF MediaIdentificationType MediaProfile : dummynttype02 MultimediaContent : dummynttype07 MediaTime : SYS.XMLType MediaInformation() ContentEntity() TemporalMask : SYS.XMLType dummyattr26 : dummynttype24 dummynttype02 Mosaic : SYS.XMLType dummyattr45 : dummynttype46 MediaIdentificationType dummynttype38 Videosegment() Video() EntityIdentifier : SYS.XMLType MediaProfileType AudioDomain : SYS.XMLType VideoDomain : SYS.XMLType dummynttype24 ImageDomain : SYS.XMLType ComponentMediaProfile : dummynttype38 MediaIdentification() MediaFormat : REF MediaFormatType dummytype25 MediaTranscodingHints : SYS.XMLType MediaQuality : SYS.XMLType VisualCodingType MediaInstance : dummynttype01 Format : SYS.XMLType master : Varchar2(5) VisualTimeSeriesDescriptor : SYS.XMLType Pixel : SYS.XMLType MediaProfile() Frame : SYS.XMLType ColorSampling : SYS.XMLType MediaFormatType dummynttype01 AudioCodingType dummynttab46 Format : SYS.XMLType AudioChannels : SYS.XMLType Content : SYS.XMLType Sample : SYS.XMLType Medium : SYS.XMLType MediaInstanceType dummytype47 Emphasis : SYS.XMLType FileFormat : SYS.XMLType SpatialDecomposition : SYS.XMLType Presentation : SYS.XMLType FileSize : Integer TemporalDecomposition : REF VidSegTempDecoType System : SYS.XMLType InstanceIdentifier : SYS.XMLType SpatioTemporalDecomposition : REF VidSegSpatTempDecoType Bandwidth : Float(126) MediaSourceDecomposition : SYS.XMLType BitRate : SYS.XMLType LocationDescription : SYS.XMLType TargetChannelBitRate : Integer MediaInstance() ScalableCoding : SYS.XMLType VisualCoding : VisualCodingType AudioCoding : AudioCodingType SceneCodingFormat : SYS.XMLType GraphicsCodingFormat : SYS.XMLType OtherCodingFormat : SYS.XMLType dummyattr12 : dummynttype13 relevance : Float(126) confidence : Float(126) TextAnnotation() dummynttype13 dummytype14 FreeTextAnnotation : CLOB StructuredAnnotation : SYS.XMLType DependencyStructure : SYS.XMLType KeywordAnnotation : SYS.XMLType AnnotationTable1() MovingRegionType dummyattr106 : dummytype85 SpatioTemporalLocator : SYS.XMLType SpatioTemporalMask : SYS.XMLType dummyattr101 : dummynttype24 dummyattr97 : dummynttype98 MovingRegion() dummynttype98 dummytype99 SpatialDecomposition : SYS.XMLType TemporalDecomposition : REF MovRegTempDecoType SpatioTemporalDecomposition : REF MovRegSpatTempDecoType MediaSourceDecomposition : SYS.XMLType SemanticDescriptionType Semantics : dummynttype60 ConceptCollection : SYS.XMLType SemanticDescription() Semantics() dummynttype60 SemanticBagType dummyattr53 : dummynttype51 Graph : SYS.XMLType SemanticBag() dummynttype51 dummytype52 SemanticBase : REF SemanticBaseType SemanticBaseRef : SYS.XMLType dummytype85 dummynttype84 Semantic : REF SemanticBagType SemanticRef : SYS.XMLType dummynttype112 ColorQuantization dummyattr118 : SYS.XMLType ColorQuantization() SemanticStateType AttributeValuePair : SYS.XMLType SemanticTime : REF SemanticTimeType SemanticPlace : REF SemanticPlaceType SemanticState() EventType dummyattr56 : dummynttab57 SemanticPlace : REF SemanticPlaceType SemanticTime : REF SemanticTimeType Event() dummynttab57 dummytype58 Event : REF EventType EventRef : SYS.XMLType ColorStructureType Value(s) : CLOB colorquant : Integer ColorStructure() DominantColorType ColorSpace : SYS.XMLType ColorQuantization : SYS.XMLType SpatialCoherency : Integer Value : SYS.XMLType DominantColor() ColorSpaceType ColorTransMat : Varchar2(4000) colorreferenceflag : Varchar2(5) type : Varchar2(12) ColorSpace() SemanticTimeType Time : SYS.XMLType SemanticTimeInterval : SYS.XMLType SemanticTime() SemanticPlaceType Place : SYS.XMLType SemanticPlaceInterval : SYS.XMLType SemanticPlace() Legende: Class1 ColorLayoutType YDCCoeff : Integer CbDCCoeff : Integer CrDCCoeff : Integer dummyattr82 : SYS.XMLType ColorLayout() Mpeg7_Document Document : SYS.XMLType DB Typ Name Attribute DB Tabellen Name(n) is of type Objektreferenz Vererbung GoFGoPColorType ScalableColor : REF ScalableColorType aggregation : Varchar2(12) GoFGoPColor() ObjectType dummyattr54 : dummynttab55 Object() dummynttab55 dummytype56 Object : REF ObjectType ObjectRef : SYS.XMLType AgentObjectType Agent : AgentType AgentRef : SYS.XMLType AgentObject() Mpeg7Type timebase : SYS.XMLType timeunit : SYS.XMLType mediatimebase : SYS.XMLType mediatimeunit : SYS.XMLType Description : dummynttype06 DescriptionUnit : SYS.XMLType MetaData : Varchar2(4000) Mpeg7() dummynttype06 CompleteDescriptionType Description : Varchar2(60) Description_ID : Integer ScalableColorType Coeff : CLOB numofcoeff : Integer numofbitplanesdiscarded : Integer ScalableColor()

4 Semantic Query Interface for a client Semantic Query Interface for a stronger client Appendix 2 Input form for the Device Info

5 Appendix 3 Node View Displays bounding predicates (BPs) and items within nodes. Highlights BPs on current traversal path. Split Visualization Shows how BPs or data items are divided with PickSplit( ) Node Contents Provides textual description of node

An MPEG-7 Multimedia Data Cartridge

An MPEG-7 Multimedia Data Cartridge An MPEG-7 Multimedia Data Cartridge Mario Döller a and Harald Kosch a a Institute of Information Technology University Klagenfurt 9020 Klagenfurt, Austria Abstract Broadly used Database Management Systems

More information

MPEG-7 Quick Reference

MPEG-7 Quick Reference MPEG-7 overview: Part 1: Systems architecture Part 2: Description definition language Part 3: Visual Part 4: Audio Part 5: Multimedia description schemes (MDS) Part 6: Reference software Part 7: Conformance

More information

Lecture 3: Multimedia Metadata Standards. Prof. Shih-Fu Chang. EE 6850, Fall Sept. 18, 2002

Lecture 3: Multimedia Metadata Standards. Prof. Shih-Fu Chang. EE 6850, Fall Sept. 18, 2002 Lecture 3: Multimedia Metadata Standards Prof. Shih-Fu Chang EE 6850, Fall 2002 Sept. 18, 2002 Course URL: http://www.ee.columbia.edu/~sfchang/course/vis/ EE 6850, F'02, Chang, Columbia U 1 References

More information

Integration of OWL Ontologies in MPEG-7 and TV-Anytime compliant Semantic Indexing

Integration of OWL Ontologies in MPEG-7 and TV-Anytime compliant Semantic Indexing Integration of OWL Ontologies in MPEG-7 and TV-Anytime compliant Semantic Indexing Chrisa Tsinaraki TUC/MUSIC Technical University of Crete Campus 73100 Kounoupidiana, Crete, Greece +30-28210-37404 chrisa@ced.tuc.gr

More information

Coupling OWL with MPEG-7 and TV-Anytime for Domain-specific Multimedia Information Integration and Retrieval

Coupling OWL with MPEG-7 and TV-Anytime for Domain-specific Multimedia Information Integration and Retrieval Coupling OWL with MPEG-7 and TV-Anytime for Domain-specific Multimedia Information Integration and Retrieval Chrisa Tsinaraki, Panagiotis Polydoros, Nektarios Moumoutzis, Stavros Christodoulakis MUSIC-TUC

More information

8 Description of a Single Multimedia Document

8 Description of a Single Multimedia Document 8 Description of a Single Multimedia Document Ana B. Benitez 1, José M.Martinez 2, Hawley Rising 3 and Philippe Salembier 4 1 Columbia University, New York, USA, 2 Universidad Politècnica de Madrid, Madrid,

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

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

Color Representation in MPEG-7

Color Representation in MPEG-7 Color Representation in MPEG-7 MPEG-7 distinguishes: Color Space and Color Quantization, Descriptive Elements: dominant, scalable, (histogram based, counting of pixels that fulfill criteria), color-structure,

More information

Using the MPEG-7 Audio-Visual Description Profile for 3D Video Content Description

Using the MPEG-7 Audio-Visual Description Profile for 3D Video Content Description Using the MPEG-7 Audio-Visual Description Profile for 3D Video Content Description Nicholas Vretos, Nikos Nikolaidis, Ioannis Pitas Computer Science Department, Aristotle University of Thessaloniki, Thessaloniki,

More information

TR 032 PRACTICAL GUIDELINES FOR THE USE OF AVDP (AUDIO-VISUAL DESCRIPTION PROFILE) SUPPLEMENTARY INFORMATION FOR USING ISO/IEC Part 9/AMD-1

TR 032 PRACTICAL GUIDELINES FOR THE USE OF AVDP (AUDIO-VISUAL DESCRIPTION PROFILE) SUPPLEMENTARY INFORMATION FOR USING ISO/IEC Part 9/AMD-1 PRACTICAL GUIDELINES FOR THE USE OF AVDP (AUDIO-VISUAL DESCRIPTION PROFILE) SUPPLEMENTARY INFORMATION FOR USING ISO/IEC 15938 Part 9/AMD-1 Status: Version 18 Geneva January 2015 * Page intentionally left

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

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

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

An Ontology-Driven Framework for the Management of Semantic Metadata describing Audiovisual Information

An Ontology-Driven Framework for the Management of Semantic Metadata describing Audiovisual Information An Ontology-Driven Framework for the Management of Semantic Metadata describing Audiovisual Information Chrisa Tsinaraki, Eleni Fatourou, Stavros Christodoulakis MUSIC/TUC, Technical University of Crete

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

Semantic web technologies for video surveillance metadata. Chris Poppe, Gaëtan Martens, Pieterjan De Potter, Rik Van de Walle

Semantic web technologies for video surveillance metadata. Chris Poppe, Gaëtan Martens, Pieterjan De Potter, Rik Van de Walle biblio.ugent.be The UGent Institutional Repository is the electronic archiving and dissemination platform for all UGent research publications. Ghent University has implemented a mandate stipulating that

More information

Video Search and Retrieval Overview of MPEG-7 Multimedia Content Description Interface

Video Search and Retrieval Overview of MPEG-7 Multimedia Content Description Interface Video Search and Retrieval Overview of MPEG-7 Multimedia Content Description Interface Frederic Dufaux LTCI - UMR 5141 - CNRS TELECOM ParisTech frederic.dufaux@telecom-paristech.fr SI350, May 31, 2013

More information

Image Querying. Ilaria Bartolini DEIS - University of Bologna, Italy

Image Querying. Ilaria Bartolini DEIS - University of Bologna, Italy Image Querying Ilaria Bartolini DEIS - University of Bologna, Italy i.bartolini@unibo.it http://www-db.deis.unibo.it/~ibartolini SYNONYMS Image query processing DEFINITION Image querying refers to the

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

Multimedia Modeling Using MPEG-7 for Authoring Multimedia Integration

Multimedia Modeling Using MPEG-7 for Authoring Multimedia Integration Multimedia Modeling Using MPEG-7 for Authoring Multimedia Integration Tien Tran-Thuong, Cécile Roisin To cite this version: Tien Tran-Thuong, Cécile Roisin. Multimedia Modeling Using MPEG-7 for Authoring

More information

Structure-Based Similarity Search with Graph Histograms

Structure-Based Similarity Search with Graph Histograms Structure-Based Similarity Search with Graph Histograms Apostolos N. Papadopoulos and Yannis Manolopoulos Data Engineering Lab. Department of Informatics, Aristotle University Thessaloniki 5006, Greece

More information

Mapping MPEG-7 to CIDOC/CRM (Extended)

Mapping MPEG-7 to CIDOC/CRM (Extended) Mapping MPEG-7 to CIDOC/CRM (Extended) Anastasia Angelopoulou, Chrisa Tsinaraki, Stavros Christodoulakis TUC/MUSIC, Technical University of Crete, University Campus, Kounoupidiana, 73100 Chania, Crete,

More information

OPTIMIZATION OF MINING HISTOGRAMIC SIGNS DETECTION AND RECOGNITION SYSTEM

OPTIMIZATION OF MINING HISTOGRAMIC SIGNS DETECTION AND RECOGNITION SYSTEM International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 10, Oct 2015, pp. 34-41, Article ID: IJCET_06_10_004 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=6&itype=10

More information

Holistic Correlation of Color Models, Color Features and Distance Metrics on Content-Based Image Retrieval

Holistic Correlation of Color Models, Color Features and Distance Metrics on Content-Based Image Retrieval Holistic Correlation of Color Models, Color Features and Distance Metrics on Content-Based Image Retrieval Swapnil Saurav 1, Prajakta Belsare 2, Siddhartha Sarkar 3 1Researcher, Abhidheya Labs and Knowledge

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

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /MMSP.2014.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /MMSP.2014. Pitas, I., Papachristou, K., Nikolaidis, N., Liuni, M., Benaroya, L., Peeters, G.,... Gerke, S. (2015). 2D/3D AudioVisual content analysis & description. In 2014 IEEE 16th International Workshop on Multimedia

More information

Video Streaming Over the Internet

Video Streaming Over the Internet Video Streaming Over the Internet 1. Research Team Project Leader: Graduate Students: Prof. Leana Golubchik, Computer Science Department Bassem Abdouni, Adam W.-J. Lee 2. Statement of Project Goals Quality

More information

An MPEG-7 Scheme for Semantic Content Modelling and. Filtering of Digital Video

An MPEG-7 Scheme for Semantic Content Modelling and. Filtering of Digital Video An MPEG-7 Scheme for Semantic Content Modelling and Filtering of Digital Video MARIOS C. ANGELIDES * and HARRY AGIUS Brunel University, School of Information Systems, Computing and Mathematics, St John

More information

TEMPORAL AND SPATIAL SEMANTIC MODELS FOR MULTIMEDIA PRESENTATIONS ABSTRACT

TEMPORAL AND SPATIAL SEMANTIC MODELS FOR MULTIMEDIA PRESENTATIONS ABSTRACT TEMPORAL AND SPATIAL SEMANTIC MODELS FOR MULTIMEDIA PRESENTATIONS Shu-Ching Chen and R. L. Kashyap School of Electrical and Computer Engineering Purdue University, West Lafayette, IN 47907-285, U.S.A.

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

As multimedia content has proliferated

As multimedia content has proliferated Content Repurposing Using and MPEG-21 for Personalizing Video As multimedia content has proliferated over the past several years, users have begun to expect that content be easily accessed according to

More information

Navidgator - Similarity Based Browsing for Image & Video Databases

Navidgator - Similarity Based Browsing for Image & Video Databases Navidgator - Similarity Based Browsing for Image & Video Databases Damian Borth, Christian Schulze, Adrian Ulges, and Thomas M. Breuel University of Kaiserslautern, German Research Center for Artificial

More information

Caliph & Emir: Semantics in Multimedia Retrieval and Annotation. Mathias Lux (Know-Center Graz, Austria

Caliph & Emir: Semantics in Multimedia Retrieval and Annotation. Mathias Lux (Know-Center Graz, Austria Caliph & Emir: Semantics in Multimedia Retrieval and Annotation Mathias Lux (Know-Center Graz, Austria mlux@know-center.at) Michael Granitzer (Know-Center Graz, Austria mgrani@know-center.at) Werner Klieber

More information

Oracle Database 10g Extensibility Framework:

Oracle Database 10g Extensibility Framework: Oracle Database 10g Extensibility Framework: Building, Deploying, and Managing Data Cartridges Geoff Lee Principal Product Manager, Oracle Corporation Geoff.Lee@oracle.com Agenda Overview Oracle Database

More information

CSE 544 Principles of Database Management Systems. Magdalena Balazinska Winter 2009 Lecture 6 - Storage and Indexing

CSE 544 Principles of Database Management Systems. Magdalena Balazinska Winter 2009 Lecture 6 - Storage and Indexing CSE 544 Principles of Database Management Systems Magdalena Balazinska Winter 2009 Lecture 6 - Storage and Indexing References Generalized Search Trees for Database Systems. J. M. Hellerstein, J. F. Naughton

More information

Mapping, Indexing & Querying of MPEG-7 Descriptors in RDBMS with IXMDB

Mapping, Indexing & Querying of MPEG-7 Descriptors in RDBMS with IXMDB Mapping, Indexing & Querying of MPEG-7 Descriptors in RDBMS with IXMDB Yang Chu, Liang-Tien Chia and Sourav S. Bhowmick Center for Multimedia and Network Technology, School of Computer Engineering, Nanyang

More information

Processing a multimedia join through the method of nearest neighbor search

Processing a multimedia join through the method of nearest neighbor search Information Processing Letters 82 (2002) 269 276 Processing a multimedia join through the method of nearest neighbor search Harald Kosch a,, Solomon Atnafu b a Institute of Information Technology, University

More information

Enquiring MPEG-7 based multimedia ontologies

Enquiring MPEG-7 based multimedia ontologies Multimed Tools Appl (2010) 46:331 370 DOI 10.1007/s11042-009-0387-4 Enquiring MPEG-7 based multimedia ontologies Stamatia Dasiopoulou Vassilis Tzouvaras Ioannis Kompatsiaris Michael G. Strintzis Published

More information

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Special Issue, March 18,   ISSN USABILITY OF MAPREDUCE NEURAL NETWORK FRAMEWORK IN IMAGE RECOGNITION 1 Dr. Sitalakshmi Venkatraman 2 Dr. Siddhivinayak Kulkarni 1 Department of Information Technology, Melbourne Polytechnic, Prahran, Australia

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

2 Data Reduction Techniques The granularity of reducible information is one of the main criteria for classifying the reduction techniques. While the t

2 Data Reduction Techniques The granularity of reducible information is one of the main criteria for classifying the reduction techniques. While the t Data Reduction - an Adaptation Technique for Mobile Environments A. Heuer, A. Lubinski Computer Science Dept., University of Rostock, Germany Keywords. Reduction. Mobile Database Systems, Data Abstract.

More information

COMPARISON OF SOME CONTENT-BASED IMAGE RETRIEVAL SYSTEMS WITH ROCK TEXTURE IMAGES

COMPARISON OF SOME CONTENT-BASED IMAGE RETRIEVAL SYSTEMS WITH ROCK TEXTURE IMAGES COMPARISON OF SOME CONTENT-BASED IMAGE RETRIEVAL SYSTEMS WITH ROCK TEXTURE IMAGES Leena Lepistö 1, Iivari Kunttu 1, Jorma Autio 2, and Ari Visa 1 1 Tampere University of Technology, Institute of Signal

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

ISSN 2319-8885 Vol.03,Issue.35 November-2014, Pages:6974-6978 www.ijsetr.com A Caching Scheme in Location Based Application SANDI WINN AYE 1, ZAR ZAR WINT 2 1 Dept of Information and Communication Technology,

More information

Multimedia Technologies for E-Business Systems and Processes

Multimedia Technologies for E-Business Systems and Processes Multimedia Technologies for E-Business Systems and Processes László Böszörményi Hermann Hellwagner Harald Kosch Institut für Informationstechnologie Universität Klagenfurt {laszlo,hellwagn,harald}@itec.uni-klu.ac.at

More information

Image Retrieval by Example: Techniques and Demonstrations

Image Retrieval by Example: Techniques and Demonstrations Image Retrieval by Example: Techniques and Demonstrations Elena Stringa, Paul Meylemans 1 and João G.M. Gonçalves Joint Research Centre, 21020 Ispra (VA), ITALY 1 Euratom Safeguards Office, LUXEMBOURG

More information

IBM Research Report. Video Summarization and Personalization for Pervasive Mobile Devices

IBM Research Report. Video Summarization and Personalization for Pervasive Mobile Devices RC22233 (W0111-018) November 5, 2001 Electrical Engineering IBM Research Report Video Summarization and Personalization for Pervasive Mobile Devices Belle L. Tseng, Ching-Yung Lin, John R. Smith IBM Research

More information

2 Line-Angle-Ratio Statistics Experiments on various types of images showed us that one of the strongest spatial features of an image is its line segm

2 Line-Angle-Ratio Statistics Experiments on various types of images showed us that one of the strongest spatial features of an image is its line segm Using Texture in Image Similarity and Retrieval Selim Aksoy and Robert M. Haralick Intelligent Systems Laboratory Department of Electrical Engineering University of Washington Seattle, WA 9895-25 faksoy,haralickg@isl.ee.washington.edu

More information

A Hybrid Approach to Multimedia Database Systems through Integration of Semantics and Media-based Search

A Hybrid Approach to Multimedia Database Systems through Integration of Semantics and Media-based Search A Hybrid Approach to Multimedia Database Systems through Integration of Semantics and Media-based Search Wen-Syan Li K. Sel~uk Candan* Kyoji Hirata Yoshinori Hara C&C Research Laboratories NEC USA, Inc.

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

SM3+: An XML Database Solution for the Management of MPEG-7 Descriptions

SM3+: An XML Database Solution for the Management of MPEG-7 Descriptions SM3+: An XML Database Solution for the Management of MPEG-7 Descriptions Yang Chu, Liang-Tien Chia, and Sourav S. Bhowmick Center for Multimedia and Network Technology School of Computer Engineering Nanyang

More information

Using Natural Clusters Information to Build Fuzzy Indexing Structure

Using Natural Clusters Information to Build Fuzzy Indexing Structure Using Natural Clusters Information to Build Fuzzy Indexing Structure H.Y. Yue, I. King and K.S. Leung Department of Computer Science and Engineering The Chinese University of Hong Kong Shatin, New Territories,

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

Content-based indexing of MPEG-4 video on relational DBMS

Content-based indexing of MPEG-4 video on relational DBMS Content-based indexing of MPEG-4 video on relational DBMS E. Ardizzone, M. La Cascia, U. Maniscalco, D. Peri, and R. Pirrone Dipartimento di Ingegneria Automatica e Informatica Università di Palermo Palermo,

More information

Introduction to Spatial Database Systems

Introduction to Spatial Database Systems Introduction to Spatial Database Systems by Cyrus Shahabi from Ralf Hart Hartmut Guting s VLDB Journal v3, n4, October 1994 Data Structures & Algorithms 1. Implementation of spatial algebra in an integrated

More information

Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards

Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards P a g e 7 Semantic Annotation of Stock Photography for CBIR using MPEG-7 standards Balasubramani R Dr.V.Kannan Assistant Professor IT Dean Sikkim Manipal University DDE Centre for Information I Floor,

More information

A REGION-BASED APPROACH TO CONCEPTUAL IMAGE CLASSIFICATION

A REGION-BASED APPROACH TO CONCEPTUAL IMAGE CLASSIFICATION A REGION-BASED APPROACH TO CONCEPTUAL IMAGE CLASSIFICATION Symeon Papadopoulos 1, Vasileios Mezaris 1,2, Ioannis Kompatsiaris 2, Michael G. Strintzis 1,2 1 Information Processing Laboratory, Electrical

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

A Semi-Automatic Object Extraction Tool for Querying in Multimedia Databases*

A Semi-Automatic Object Extraction Tool for Querying in Multimedia Databases* A Semi-Automatic Object Extraction Tool for Querying in Multimedia Databases* Ediz aykolt, Ugur Güdükbay and Özgür Ulusoy Department of Computer Engineering, Bilkent University 06533 Bilkent, Ankara, Turkey

More information

Title A Content-Based Search Engine on Medical Images for Telemedicine Author(s) Cheung, DWL; Lee, CH; Ng, V Citation The 21st Annual International Computer Software and Applications Conference Proceedings,

More information

Mambu Mobile Overview v4.0.1

Mambu Mobile Overview v4.0.1 Mambu Mobile Overview v4.0.1 1 of 41 Versi on # Change History Date Description Summary of Changes 1.0 June 2014 Initial Release 2.0 November 2014 Updated with changes for Mambu Mobile v2.4 2.5 February

More information

Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems

Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems Differential Compression and Optimal Caching Methods for Content-Based Image Search Systems Di Zhong a, Shih-Fu Chang a, John R. Smith b a Department of Electrical Engineering, Columbia University, NY,

More information

OBJECT-RELATIONAL COMPONENT APPROACHES: A COMPARISON

OBJECT-RELATIONAL COMPONENT APPROACHES: A COMPARISON OBJECT-RELATIONAL COMPONENT APPROACHES: A COMPARISON Database & Client/Server World Chicago Tuesday, December 9, 1997 11:00 A.M.-12:15 P.M. David McGoveran Alternative Technologies 13150 Highway 9, Suite

More information

1 INTRODUCTION CE context and Previous works DESCRIPTION OF THE CE... 3

1 INTRODUCTION CE context and Previous works DESCRIPTION OF THE CE... 3 INTERNATIONAL ORGANIZATION FOR STANDARDIZATION ORGANISATION INTERNATIONALE DE NORMALISATION ISO/IEC JTC1/SC29/WG11 CODING OF MOVING PICTURES AND ASSOCIATED AUDIO ISO/IEC JTC1/SC29/WG11/M9233 Awaji, Japan

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

RobustmageRetrievalusingDominantColourwithBinarizedPatternFeatureExtractionandFastCorrelation

RobustmageRetrievalusingDominantColourwithBinarizedPatternFeatureExtractionandFastCorrelation Global Journal of Computer Science and Technology: F Graphics & Vision Volume 14 Issue 3 Version 1.0 Year 2014 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Domain knowledge for surveillance applications

Domain knowledge for surveillance applications Domain knowledge for surveillance applications Lauro Snidaro, Massimo Belluz, Gian Luca Foresti Department of Mathematics and Computer Science University of Udine, Italy Email: {snidaro}@dimi.uniud.it

More information

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING

KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING K KNOWLEDGE-BASED MULTIMEDIA ADAPTATION DECISION-TAKING Dietmar Jannach a, Christian Timmerer b, and Hermann Hellwagner b a Department of Computer Science, Dortmund University of Technology, Germany b

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

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

Handling Multiple Instances of Symbols in. Pictorial Queries by Image Similarity

Handling Multiple Instances of Symbols in. Pictorial Queries by Image Similarity Handling Multiple Instances of Symbols in Pictorial Queries by Image Similarity Aya Soer 1 and Hanan Samet 1 CESDIS, Goddard Space Flight Center and Center for Automation Research, University of Maryland

More information

Scalable Computing: Practice and Experience Volume 6, Number 2, pp

Scalable Computing: Practice and Experience Volume 6, Number 2, pp Scalable Computing: Practice and Experience Volume 6, Number 2, pp. 93 104. http://www.scpe.org ISSN 1895-1767 c 2005 SWPS AN ADAPTIVE STANDARD META-DATA AWARE PROXY CACHE PETER SCHOJER, LASZLO BÖSZÖRMÉNYI

More information

Content-Based Image Retrieval Using Multiple Representations

Content-Based Image Retrieval Using Multiple Representations Content-Based Image Retrieval Using Multiple Representations Karin Kailing, Hans-Peter Kriegel, and Stefan Schönauer University of Munich Institute for Computer Science {kailing,kriegel,schoenauer}@dbs.ifi.lmu.de

More information

An Edge-Based Approach to Motion Detection*

An Edge-Based Approach to Motion Detection* An Edge-Based Approach to Motion Detection* Angel D. Sappa and Fadi Dornaika Computer Vison Center Edifici O Campus UAB 08193 Barcelona, Spain {sappa, dornaika}@cvc.uab.es Abstract. This paper presents

More information

Efficient Image Retrieval Using Indexing Technique

Efficient Image Retrieval Using Indexing Technique Vol.3, Issue.1, Jan-Feb. 2013 pp-472-476 ISSN: 2249-6645 Efficient Image Retrieval Using Indexing Technique Mr.T.Saravanan, 1 S.Dhivya, 2 C.Selvi 3 Asst Professor/Dept of Computer Science Engineering,

More information

Categorization and Searching of Color Images Using Mean Shift Algorithm

Categorization and Searching of Color Images Using Mean Shift Algorithm Leonardo Journal of Sciences ISSN 1583-0233 Issue 14, January-June 2009 p. 173-182 1* Prakash PANDEY, 2 Uday Pratap SINGH and 3 Sanjeev JAIN Lakshmi Narain College of Technology, Bhopal (India) E-mails:

More information

A Logic Approach for MPEG-7 XML Document Queries

A Logic Approach for MPEG-7 XML Document Queries Montréal, Québec August 14-17, 2001 A Logic Approach for MPEG-7 XML Document Queries Peiya Liu Senior Member of Technical Staff Siemens Corporate Research, Inc., Multimedia Documentation Program pliu@scr.siemens.com

More information

Enriching Perspectives in Exploring Cultural Heritage Documentaries Using Informedia Technologies

Enriching Perspectives in Exploring Cultural Heritage Documentaries Using Informedia Technologies Enriching Perspectives in Exploring Cultural Heritage Documentaries Using Informedia Technologies Tobun Dorbin Ng, Howard D. Wactlar School of Computer Science Carnegie Mellon University Pittsburgh, PA

More information

OraGiST - How to Make User-Defined Indexing Become Usable and Useful

OraGiST - How to Make User-Defined Indexing Become Usable and Useful OraGiST - How to Make User-Defined Indexing Become Usable and Useful Carsten Kleiner, Udo W. Lipeck Universität Hannover Institut für Informationssysteme FG Datenbanksysteme Welfengarten 3067 Hannover

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

CAMEL: Concept Annotated image Libraries

CAMEL: Concept Annotated image Libraries CAMEL: Concept Annotated image Libraries Apostol (Paul) Natsev ay Atul Chadha b y Basuki Soetarman c Jeffrey Scott Vitter a a Department of Computer Science, Duke University, P. O. Box 90129, Durham, NC

More information

Metatomix Semantic Platform

Metatomix Semantic Platform Metatomix Semantic Platform About Metatomix Founded in 2000 Privately held Headquarters - Dedham, MA Offices in Atlanta, Memphis, San Francisco, and London Semantic Technology Leadership Numerous patents,

More information

SPREAD SPECTRUM AUDIO WATERMARKING SCHEME BASED ON PSYCHOACOUSTIC MODEL

SPREAD SPECTRUM AUDIO WATERMARKING SCHEME BASED ON PSYCHOACOUSTIC MODEL SPREAD SPECTRUM WATERMARKING SCHEME BASED ON PSYCHOACOUSTIC MODEL 1 Yüksel Tokur 2 Ergun Erçelebi e-mail: tokur@gantep.edu.tr e-mail: ercelebi@gantep.edu.tr 1 Gaziantep University, MYO, 27310, Gaziantep,

More information

Clustering Methods for Video Browsing and Annotation

Clustering Methods for Video Browsing and Annotation Clustering Methods for Video Browsing and Annotation Di Zhong, HongJiang Zhang 2 and Shih-Fu Chang* Institute of System Science, National University of Singapore Kent Ridge, Singapore 05 *Center for Telecommunication

More information

Content Based Image Retrieval Using Hierachical and Fuzzy C-Means Clustering

Content Based Image Retrieval Using Hierachical and Fuzzy C-Means Clustering Content Based Image Retrieval Using Hierachical and Fuzzy C-Means Clustering Prof.S.Govindaraju #1, Dr.G.P.Ramesh Kumar #2 #1 Assistant Professor, Department of Computer Science, S.N.R. Sons College, Bharathiar

More information

A Comparison of Memory Usage and CPU Utilization in Column-Based Database Architecture vs. Row-Based Database Architecture

A Comparison of Memory Usage and CPU Utilization in Column-Based Database Architecture vs. Row-Based Database Architecture A Comparison of Memory Usage and CPU Utilization in Column-Based Database Architecture vs. Row-Based Database Architecture By Gaurav Sheoran 9-Dec-08 Abstract Most of the current enterprise data-warehouses

More information

Boolean Bounding Predicates for Spatial Access Methods

Boolean Bounding Predicates for Spatial Access Methods Boolean Bounding Predicates for Spatial Access Methods (Extended Abstract) Megan Thomas and Joseph M. Hellerstein 1 Computer Science Division, University of California, Berkeley {mct, jmh}@cs.berkeley.edu

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

REIHE INFORMATIK 9/2001 RTP/I Payload Type Definition for Telepointers Jürgen Vogel Universität Mannheim Praktische Informatik IV L15, 16 D-68131

REIHE INFORMATIK 9/2001 RTP/I Payload Type Definition for Telepointers Jürgen Vogel Universität Mannheim Praktische Informatik IV L15, 16 D-68131 REIHE INFORMATIK 9/2001 RTP/I Payload Type Definition for Telepointers Jürgen Vogel Universität Mannheim Praktische Informatik IV L15, 16 D-68131 Mannheim RTP/I Payload Type Definition for Telepointers

More information

Undergraduate Admission File

Undergraduate Admission File Undergraduate Admission File June 13, 2007 Information Resources and Communications Office of the President University of California Overview Population The Undergraduate Admission File contains data on

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

Event Sensing on Distributed Video Sensor Networks

Event Sensing on Distributed Video Sensor Networks Event Sensing on Distributed Video Sensor Networks Edward Chang Associate Professor Department of Electrical and Computer Engineering University of California Collaborator Prof. Yuan-Fang Wang Industry

More information

CS425 Fall 2016 Boris Glavic Chapter 1: Introduction

CS425 Fall 2016 Boris Glavic Chapter 1: Introduction CS425 Fall 2016 Boris Glavic Chapter 1: Introduction Modified from: Database System Concepts, 6 th Ed. See www.db-book.com for conditions on re-use Textbook: Chapter 1 1.2 Database Management System (DBMS)

More information

Introducing SQL Query Verifier Plugin

Introducing SQL Query Verifier Plugin Introducing SQL Query Verifier Plugin IBM Application Runtime Expert for i Document version: 1.0 To download the master version of this document, visit product home site: http://www.ibm.com/systems/power/software/i/are/index.html

More information

Distributed Image Indexing and Retrieval with Mobile Agents

Distributed Image Indexing and Retrieval with Mobile Agents Distributed Image ing and Retrieval with Mobile Agents Volker Roth Fraunhofer Institut für Graphische Datenverarbeitung, Rundeturmstraße 6, 64283 Darmstadt, Germany, Phone +49 6151 155-536, Fax +49 6151

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

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix

Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix Sketch Based Image Retrieval Approach Using Gray Level Co-Occurrence Matrix K... Nagarjuna Reddy P. Prasanna Kumari JNT University, JNT University, LIET, Himayatsagar, Hyderabad-8, LIET, Himayatsagar,

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information