Results 1 - 10
of
28
Probabilistic threshold k nearest neighbor queries over moving objects in symbolic indoor space
- In Proc. EDBT
, 2010
"... The availability of indoor positioning renders it possible to deploy location-based services in indoor spaces. Many such services will benefit from the efficient support for k nearest neighbor (kNN) queries over large populations of indoor moving objects. However, existing kNN techniques fall short ..."
Abstract
-
Cited by 19 (4 self)
- Add to MetaCart
(Show Context)
The availability of indoor positioning renders it possible to deploy location-based services in indoor spaces. Many such services will benefit from the efficient support for k nearest neighbor (kNN) queries over large populations of indoor moving objects. However, existing kNN techniques fall short in indoor spaces because these differ from Euclidean and spatial network spaces and because of the limited capabilities of indoor positioning technologies. To contend with indoor settings, we propose the new concept of minimal indoor walking distance (MIWD) along with algorithms and data structures for distance computing and storage; and we differentiate the states of indoor moving objects based on a posi-tioning device deployment graph, utilize these states in effective object indexing structures, and capture the uncertainty of object lo-cations. On these foundations, we study the probabilistic threshold kNN (PTkNN) query. Given a query location q and a probability threshold T, this query returns all subsets of k objects that have probability larger than T of containing the kNN query result of q. We propose a combination of three techniques for processing this query. The first uses the MIWD metric to prune objects that are too far away. The second uses fast probability estimates to prune unqualified objects and candidate result subsets. The third uses ef-ficient probability evaluation for computing the final result on the remaining candidate subsets. An empirical study using both syn-thetic and real data shows that the techniques are efficient.
Scalable continuous range monitoring of moving objects in symbolic indoor space
- In Proc. CIKM
, 2009
"... Indoor spaces accommodate large populations of individuals. The continuous range monitoring of such objects can be used as a foun-dation for a wide variety of applications, e.g., space planning, way finding, and security. Indoor space differs from outdoor space in that symbolic locations, e.g., room ..."
Abstract
-
Cited by 9 (5 self)
- Add to MetaCart
(Show Context)
Indoor spaces accommodate large populations of individuals. The continuous range monitoring of such objects can be used as a foun-dation for a wide variety of applications, e.g., space planning, way finding, and security. Indoor space differs from outdoor space in that symbolic locations, e.g., rooms, rather than Euclidean posi-tions or spatial network locations are important. In addition, posi-tioning based on presence sensing devices, rather than, e.g., GPS, is assumed. Such devices report the objects in their activation ranges. We propose an incremental, query-aware continuous range query processing technique for objects moving in this setting. A set of critical devices is determined for each query, and only the obser-vations from those devices are used to continuously maintain the query result. Due to the limitations of the positioning devices, queries contain certain and uncertain results. A maximum-speed constraint on object movement is used to refine the latter results. A comprehensive experimental study with both synthetic and real data suggests that our proposal is efficient and scalable.
MWGen: A Mini World Generator
- In MDM, To Appear
, 2012
"... GMOD (Generic Moving Objects Database) is a database system that manages moving objects traveling through different environments and with multiple transportation modes, like Walk → Car → Indoor, as humans ’ movement can cover several different environments (e.g., road network, indoor) instead of a s ..."
Abstract
-
Cited by 5 (4 self)
- Add to MetaCart
(Show Context)
GMOD (Generic Moving Objects Database) is a database system that manages moving objects traveling through different environments and with multiple transportation modes, like Walk → Car → Indoor, as humans ’ movement can cover several different environments (e.g., road network, indoor) instead of a single environment. To evaluate the performance of GMOD, a comprehensive and scalable dataset consisting of all available environments (e.g., roads, bus network, buildings) and moving objects with multiple modes is essentially needed, where the location of a moving object is represented by referencing to the underlying environment. Due to the difficulty of gaining real datasets, in this paper we present a tool that creates the overall space, which is composed of the following environments: road network, bus network, metro network, pavement areas and indoor. Each environment is also called an infrastructure. All outdoor infrastructures are produced from a real road dataset and the indoor environment consisting of a set of buildings is generated from public floor plans. Within each infrastructure, we design a graph as well as the algorithm for trip plannings, like indoor navigation, routing in bus network. The time complexity of the algorithm is also analyzed. A complete navigation system through all environments is developed, which is used to guide data generation for moving objects covering all available environments. The generated data, including all infrastructures and moving objects, is managed by GMOD. We report the experimental results of the data generator by conducting experiments on two real road datasets and a set of public floor plans. 1
Prox-RBAC: A proximity-based spatially aware RBAC
- In Proceedings of the 19th ACM SIGSPATIAL, GIS’11
, 2011
"... ABSTRACT As mobile computing devices are becoming increasingly dominant in enterprise and government organizations, the need for fine-grained access control in these environments continues to grow. Specif ically, advanced forms of access control can be deployed to en sure authorized users can acces ..."
Abstract
-
Cited by 3 (0 self)
- Add to MetaCart
(Show Context)
ABSTRACT As mobile computing devices are becoming increasingly dominant in enterprise and government organizations, the need for fine-grained access control in these environments continues to grow. Specif ically, advanced forms of access control can be deployed to en sure authorized users can access sensitive resources only when in trusted locations. One technique that has been proposed is to aug ment role-based access control (RBAC) with spatial constraints. In such a system, an authorized user must be in a designated location in order to exercise the privileges associated with a role. In this work, we extend spatially aware RBAC systems by defining the notion of proximity-based RBAC. In our approach, access control decisions are not based solely on the requesting user's location. In stead, we also consider the location of other users in the system. For instance, a policy in a government application could prevent access to a sensitive document if any civilians are present. We introduce our spatial model and the notion of proximity constraints. We de fine the syntax and semantics for the Prox-RBAC language, which can be used to specify these policy constraints. We introduce our enforcement architecture, including the protocols and algorithms for enforcing Prox-RBAC policies, and give a proof of functional correctness. Finally, we describe our work toward a Prox-RBAC prototype and present an informal security analysis.
Privacy-preserving enforcement of spatially aware rbac
- IEEE Trans. Dependable Sec. Comput
"... Abstract-Several models for incorporating spatial constraints into rolebased access control (RBAC) have been proposed, and researchers are now focusing on the challenge of ensuring such policies are enforced correctly. However, existing approaches have a major shortcoming, as they assume the server ..."
Abstract
-
Cited by 2 (0 self)
- Add to MetaCart
(Show Context)
Abstract-Several models for incorporating spatial constraints into rolebased access control (RBAC) have been proposed, and researchers are now focusing on the challenge of ensuring such policies are enforced correctly. However, existing approaches have a major shortcoming, as they assume the server is trustworthy and require complete disclosure of sensitive location information by the user. In this work, we propose a novel framework and a set of protocols to solve this problem. Specifically, in our scheme, a user provides a service provider with role and location tokens along with a request. The service provider consults with a role authority and a location authority to verify the tokens and evaluate the policy. However, none of the servers learn the requesting user's identity, role, or location. In this paper, we define the protocols and the policy enforcement scheme, and present a formal proof of a number of security properties.
Semantics and Modeling of Indoor Moving Objects
"... Moving objects in indoor space has been a research focus in recent years, as most people live and work in indoor space, e.g. working in office, living in apartment, etc. In this paper, we make a first step in indoor moving object management. We focus on the conceptual modeling of indoor space as wel ..."
Abstract
-
Cited by 1 (0 self)
- Add to MetaCart
(Show Context)
Moving objects in indoor space has been a research focus in recent years, as most people live and work in indoor space, e.g. working in office, living in apartment, etc. In this paper, we make a first step in indoor moving object management. We focus on the conceptual modeling of indoor space as well as indoor moving objects, and aim to describe the semantics and properties of indoor moving objects. Firstly, a conceptual modeling framework for indoor space is defined, based on which we propose a semantic description of indoor moving objects. Compared with previous models, our model takes into account the relationships among rooms, doors, sensors and moving objects, and uses a layered approach to represent indoor space and indoor moving objects. The model proposed can be further extended to meet different needs in indoor moving object monitoring and tracking.
Distributive target tracking in sensor networks with a markov random field model
- in Intelligent Robots and Systems, 2009. IROS 2009. IEEE/RSJ International Conference on
, 2009
"... Abstract-Tracking in sensor networks has shown great potentials in many real world surveillance and emergency system. Due to the distributive nature and unpredictable topology structure of the randomly distributed sensor network, a good tracking algorithm must be able to aggregate large amounts of ..."
Abstract
-
Cited by 1 (1 self)
- Add to MetaCart
(Show Context)
Abstract-Tracking in sensor networks has shown great potentials in many real world surveillance and emergency system. Due to the distributive nature and unpredictable topology structure of the randomly distributed sensor network, a good tracking algorithm must be able to aggregate large amounts of data from various unknown sources. In this paper, a distributive tracking algorithm is developed using a Markov random field (MRF) model to solve this problem. The Markov random field (MRF) utilizes probability distribution and conditional independency to identify the most relevant data from the less important data. The algorithm converts the randomly distributed network into a regularly distributed topology structure using cliques. This makes tracking in the randomly distributed network topology simple and more predictable. Simulation demonstrate that the algorithm performs well for various sensor field setting, and for various target sizes.
A generic data model for moving objects
- Geoinformatica 2013
"... Moving objects databases should be able to manage trips that pass through several real world environments, e.g., road network, indoor. However, the current data models only deal with the movement in one situation and cannot represent comprehensive trips for humans who can move inside a building, wal ..."
Abstract
-
Cited by 1 (0 self)
- Add to MetaCart
(Show Context)
Moving objects databases should be able to manage trips that pass through several real world environments, e.g., road network, indoor. However, the current data models only deal with the movement in one situation and cannot represent comprehensive trips for humans who can move inside a building, walk on the pavement, drive on the road, take the public vehicles (bus or train), etc. As a result, existing queries are solely limited to one environment. In this paper, we design a data model that is able to represent moving objects in multiple envi-ronments in order to support novel queries on trips in different surroundings and various transportation modes (e.g., Car, Walk, Bus). A generic and precise location representation is proposed that can apply in all environ-ments. The idea is to let the space for moving objects be covered by a set of so-called infrastructures each of which corresponds to an environment and defines the available places for moving objects. Then, the location is represented by referencing to the infrastructure. We formulate the concept of space and infrastructure and propose the methodology to represent moving objects in different environments with the integration of precise transportation modes. Due to different infrastructure characteristics, a set of novel data types is defined to rep-resent infrastructure components. To efficiently support new queries, we design a group of operators to access the data. We present how such a data model is implemented in a database system and report the experimental results. The new model is designed with attention to the data models of previous work for free space and road net-works to have a consistent type system and framework of operators. In this way, a powerful set of generic query operations is available for querying, together with those dealing with infrastructures and transportation modes. We demonstrate these capabilities by formulating a set of sophisticated queries across all infrastructures.