30 research outputs found

    The advanced video information system: Data structures and query processing

    Get PDF
    We describe how video data can be organized and structured so as to facilitate efficient querying. We develop a formal model for video data and show how spatial data structures, suitably modified, provide an elegant way of storing such data. We develop algorithms to process various kinds of video queries and show that, in most cases, the complexity of these algorithms is linear. A prototype system, called the Advanced Video Information System (AVIS), based on these concepts, has been designed at the University of Maryland

    Performance assessment of real-time data management on wireless sensor networks

    Get PDF
    Technological advances in recent years have allowed the maturity of Wireless Sensor Networks (WSNs), which aim at performing environmental monitoring and data collection. This sort of network is composed of hundreds, thousands or probably even millions of tiny smart computers known as wireless sensor nodes, which may be battery powered, equipped with sensors, a radio transceiver, a Central Processing Unit (CPU) and some memory. However due to the small size and the requirements of low-cost nodes, these sensor node resources such as processing power, storage and especially energy are very limited. Once the sensors perform their measurements from the environment, the problem of data storing and querying arises. In fact, the sensors have restricted storage capacity and the on-going interaction between sensors and environment results huge amounts of data. Techniques for data storage and query in WSN can be based on either external storage or local storage. The external storage, called warehousing approach, is a centralized system on which the data gathered by the sensors are periodically sent to a central database server where user queries are processed. The local storage, in the other hand called distributed approach, exploits the capabilities of sensors calculation and the sensors act as local databases. The data is stored in a central database server and in the devices themselves, enabling one to query both. The WSNs are used in a wide variety of applications, which may perform certain operations on collected sensor data. However, for certain applications, such as real-time applications, the sensor data must closely reflect the current state of the targeted environment. However, the environment changes constantly and the data is collected in discreet moments of time. As such, the collected data has a temporal validity, and as time advances, it becomes less accurate, until it does not reflect the state of the environment any longer. Thus, these applications must query and analyze the data in a bounded time in order to make decisions and to react efficiently, such as industrial automation, aviation, sensors network, and so on. In this context, the design of efficient real-time data management solutions is necessary to deal with both time constraints and energy consumption. This thesis studies the real-time data management techniques for WSNs. It particularly it focuses on the study of the challenges in handling real-time data storage and query for WSNs and on the efficient real-time data management solutions for WSNs. First, the main specifications of real-time data management are identified and the available real-time data management solutions for WSNs in the literature are presented. Secondly, in order to provide an energy-efficient real-time data management solution, the techniques used to manage data and queries in WSNs based on the distributed paradigm are deeply studied. In fact, many research works argue that the distributed approach is the most energy-efficient way of managing data and queries in WSNs, instead of performing the warehousing. In addition, this approach can provide quasi real-time query processing because the most current data will be retrieved from the network. Thirdly, based on these two studies and considering the complexity of developing, testing, and debugging this kind of complex system, a model for a simulation framework of the real-time databases management on WSN that uses a distributed approach and its implementation are proposed. This will help to explore various solutions of real-time database techniques on WSNs before deployment for economizing money and time. Moreover, one may improve the proposed model by adding the simulation of protocols or place part of this simulator on another available simulator. For validating the model, a case study considering real-time constraints as well as energy constraints is discussed. Fourth, a new architecture that combines statistical modeling techniques with the distributed approach and a query processing algorithm to optimize the real-time user query processing are proposed. This combination allows performing a query processing algorithm based on admission control that uses the error tolerance and the probabilistic confidence interval as admission parameters. The experiments based on real world data sets as well as synthetic data sets demonstrate that the proposed solution optimizes the real-time query processing to save more energy while meeting low latency.Fundação para a Ciência e Tecnologi

    Técnicas de morphing para representação de objetos móveis geográficos

    Get PDF
    Mestrado em Engenharia de Computadores e TelemáticaUm objeto móvel é uma entidade cuja posição e forma se alteram continuamente ao longo do tempo. Tais objetos existem no mundo real e é possível capturar amostras discretas destes utilizando por exemplo imagens de satélite. Essas capturas representam estados do objeto em diferentes instantes de tempo. Cada amostra discreta é representada por um conjunto de pixels. Para representar o movimento dos objetos é necessário extrair uma representação vetorial dessas capturas e aplicar técnicas de morphing para modelar a transformação dos objetos. Nesta dissertação são apresentados dois métodos de morphing para representar o movimento de objetos em bases de dados espácio-temporais. Foram ainda desenvolvidas ferramentas para automatizar o processo de segmentação a partir de sequências de imagens reais (fotos de satélite). Estas ferramentas são um primeiro passo para a criação de conjuntos de dados reais com uma dimensão significativa que possam ser utilizados para testar e validar os algoritmos de representação de objetos móveis em bases de dados. Os trabalhos nesta área têm-se focado na criação de representações de objetos móveis válidas e não consideram aspectos qualitativos como a deformação dos objetos durante as transformações. As experiências têm sido realizadas utilizando apenas dados sintéticos.A moving object is an entity whose position and shape are continuously changing over time. Such objects exist in the real world and it is possible to capture discrete samples of them using for example satellite images. Those captures represent the characteristics of the object at different time instants. Since each snapshot is in raster mode, it is necessary to extract a vectorial representation of those captures and to apply morphing techniques to model the transformation of the objects between snapshots. In this dissertation two morphing methods are used to represent the movement of an object. The development of tools to improve and automate the process of segmentation from sequences of real images (satellite images) was also one of the focuses of this work. These tools are a first step for the generation of real world datasets with significant size that can be used to test and validate the algorithms to represent moving objects in databases. This is an important issue because previous works have focused on creating valid movement data representations at all times and do not consider qualitative features such as the objects’ deformation during the transformations. The experiments were limited to synthetic datasets
    corecore