Www. infofusion.se Information Fusion Requirements on Databases Ronnie Johansson.

Slides:



Advertisements
Similar presentations
2 Introduction A central issue in supporting interoperability is achieving type compatibility. Type compatibility allows (a) entities developed by various.
Advertisements

Data Models There are 3 parts to a GIS: GUI Tools
C6 Databases.
Database: A collection of related data [Elmasri]. A database represents some aspect of real world called “miniworld” [Elmasri] or “enterprise” [Ramakrishnan].
Introduction to Databases
Prentice Hall, Database Systems Week 1 Introduction By Zekrullah Popal.
Modeling Human Reasoning About Meta-Information Presented By: Scott Langevin Jingsong Wang.
Spatial Mining.
Managing Data Resources
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
1 Chapter 2 Database Environment Transparencies © Pearson Education Limited 1995, 2005.
File Systems and Databases
Vector Space Information Retrieval Using Concept Projection Presented by Zhiguo Li
Database management concepts Database Management Systems (DBMS) An example of a database (relational) Database schema (e.g. relational) Data independence.
Geographic Information Systems
1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:
ICS (072)Database Systems Background Review 1 Database Systems Background Review Dr. Muhammad Shafique.
Chapter 2 Database Environment Pearson Education © 2014.
6 Chapter 6 Database Design Hachim Haddouti. 6 2 Hachim Haddouti and Rob & Coronel, Ch6 In this chapter, you will learn: That successful database design.
SESSION 7 MANAGING DATA DATARESOURCES. File Organization Terms and Concepts Field: Group of words or a complete number Record: Group of related fields.
Lecture Two Database Environment Based on Chapter Two of this book:
Evolution in Database Models
Introduction and Conceptual Modeling
Mrs. Maninder Kaur 1Maninder Kaur
LÊ QU Ố C HUY ID: QLU OUTLINE  What is data mining ?  Major issues in data mining 2.
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1 Chapter 1 - Introduction: Databases and Database Users - Outline Types of Databases and.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Challenges in Information Retrieval and Language Modeling Michael Shepherd Dalhousie University Halifax, NS Canada.
Systems analysis and design, 6th edition Dennis, wixom, and roth
Database Design - Lecture 2
Database System Concepts and Architecture
Introduction: Databases and Database Users
CS 474 Database Design and Application Terminology Jan 11, 2000.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
KNOWLEDGE BASED TECHNIQUES INTRODUCTION many geographical problems are ill-structured an ill-structured problem "lacks a solution algorithm.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
FEN Introduction to the database field:  Applications, concepts and terminology Seminar: Introduction to relational databases.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Database Systems DBMS Environment Data Abstraction.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
MANAGING DATA RESOURCES ~ pertemuan 7 ~ Oleh: Ir. Abdul Hayat, MTI.
8/31/2012ISC329 Isabelle Bichindaritz1 Database Environment.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 2- 1.
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Bayu Adhi Tama, M.T.I 1 © Pearson Education Limited 1995, 2005.
1Mr.Mohammed Abu Roqyah. Database System Concepts and Architecture 2Mr.Mohammed Abu Roqyah.
1 Chapter 1 Introduction to Databases Transparencies.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
Scalable Hybrid Keyword Search on Distributed Database Jungkee Kim Florida State University Community Grids Laboratory, Indiana University Workshop on.
1 Information Retrieval LECTURE 1 : Introduction.
Lecture 10 Creating and Maintaining Geographic Databases Longley et al., Ch. 10, through section 10.4.
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
Towards Unifying Vector and Raster Data Models for Hybrid Spatial Regions Philip Dougherty.
1 Geog 357: Data models and DBMS. Geographic Decision Making.
Chapter 2 Database Environment.
Layers Architecture Pattern Source: Pattern-Oriented Software Architecture, Vol. 1, Buschmann, et al.
UNIT 3 – MODULE 4: Database Management. INTRODUCTION Managing data is a critically important function. It enables strategic searching & manipulation of.
IST 210 Database Design Process IST 210, Section 1 Todd S. Bacastow January 2004.
Postgraduate Module Enterprise Database Systems Technological Educational Institution of Larisa in collaboration with Staffordshire University Larisa
1 Management Information Systems M Agung Ali Fikri, SE. MM.
Introduction: Databases and Database Systems Lecture # 1 June 19,2012 National University of Computer and Emerging Sciences.
Managing Data Resources File Organization and databases for business information systems.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
MANAGING DATA RESOURCES
Databases.
Presentation transcript:

www. infofusion.se Information Fusion Requirements on Databases Ronnie Johansson

infofusion Principles of data fusion automation  Richard T. Antony (JDL DFG member)  Artech House, 1995  470 pages  It’s like a thesis on data fusion algorithms, problem-solving and database support  There is reason to believe that the book is focused on target tracking type defense applications (spatial and hierarchical reasoning)  Focusing on Ch 6 ”Database requirements” in this discussion.

infofusion  Declarative Short-term: signals, sensor data, images Medium-term: clusters, tracks, situations Long-term: doctrine, soil type  Procedural (long-term declarative knowledge w. control) Knowledge about how to reason: rules, pattern- based classification  Declarative and Procedural makes up 16 classes of fusion algorithms (e.g., class I only relies on short-term knowledge, class VIII is general machine learning) Algorithm knowledge incorporation

infofusion Infrastructure consideration  Higher-level fusion algorithms (i.e., relying on long-term and procedural knowledge) may be: Robust, Context-sensitive, and Efficient (in computational requirements)  However: Requires more complex algorithms and may place heavy demands on DBMS

infofusion Dependence on infrastructure  Ex: Problems with ordinary DBMS  A road network stored as a vector of vertices  Target tracking alg that depends on the distance between the target and the closest road – might require an exhaustive search of all vertices.  This might be too slow for real-time tracking

infofusion Storing declarative and procedural knowledge  Databases must support storage, maintenance and query of both types of knowledge.  Declarative know. datastruct: tables, semantic networks, decision trees, lists, etc.  Procedural know. datastruct: pattern/action rules

infofusion Claim 1.Lack of efficient database support for spatial, temporal and hierarchical reasoning is an obstacle to sophisticated fusion algorithms. 2.Linear indexing not sufficient for data search and manipulation.

infofusion Database models: Relational  Pros: More general than older models (hierarchical and network models) Physical and logical data independence Standardized query interface Runs on numerous hardware platforms  Cons: Table the only representation structure Joins can computationally expensive Spatial or combined spatial and temporal data may be inefficient to both search and manipulate. Table-based data model cannot preserve complex semantic relationships among data.

infofusion Geographical information systems (GIS)  Pros: Supports storage and retrieval of spatially organized information. Supports spatial search and 2-D set operations.  Cons: Does not support temporal reasoning

infofusion Object-orient databases  ”While OODBs conceptually supports sophisticated [higher-order] problem solving approaches, current [OODBs] provides limited support for the maintentance, query or manipulation of spatial objects [and especially not for real-time applications].”

infofusion Algorithm requirements 1.Human problem-solving metaphor 2.Algorithmic issues

infofusion Human problem-solving metaphor  ”Biological systems maintain a dynamic situation awareness wrt 3-D space by fusing sensory-derived information with a priori using multiple level of abstraction analysis.”

infofusion Algorithmic issues  Spatial reasoning – entities of interest are often spatially distributed  Hierarchical reasoning – abstract concepts, e.g., situations composed of simpler elements  Temporal reasoning – states and situations typically change over time

infofusion Temporal reasoning  Implicit – time-stamped data, filtering  Explicit – causality of events

infofusion Algorithmic issues  Support for retrieval from database that is dependent on both spatial and temporal aspects.

infofusion Conclusions  ”… the effectiveness and efficiency of data fusion systems can be enhanced by the development of highly robust, context-sensitive and fusion algorithms that in turn are supported by database systems that both facilitate alg. development and enhance alg. efficency.”