07.02.2013 Views

OST-Tree: An Access Method for Obfuscating Spatio-Temporal Data ...

OST-Tree: An Access Method for Obfuscating Spatio-Temporal Data ...

OST-Tree: An Access Method for Obfuscating Spatio-Temporal Data ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

it can affect the quality of location-based services. So, it is the<br />

responsibility of user to decide which degree of accuracy of<br />

user’s location to be revealed to which service providers.<br />

Motivated by this, Dang et al. developed the general<br />

architecture [7] to classify LBS service providers depending on<br />

the user’s trust. This architecture inherits the property of<br />

mandatory access control to label service providers so that<br />

users only reveal their locations on an appropriate level based<br />

on the labels assigned to service providers. However, the index<br />

structure in this architecture does concern about temporal data<br />

at a very abstract level. Thus, it is necessary to concretize this<br />

structure by a suitable spatio-temporal index and this will be<br />

discussed in the next section.<br />

B. <strong>Spatio</strong>-<strong>Temporal</strong> Structures <strong>for</strong> Indexing the Present and<br />

Future Positions of Moving Objects<br />

Several recent researches focus on indexing the present and<br />

future positions of moving objects [12] and the most popular<br />

category is parametric spatial access. Two popular access<br />

methods in this category are PR-tree and TPR-tree. PR-tree<br />

[14], however, is only suitable <strong>for</strong> objects with spatial extent.<br />

So, in applications concerning a user’s position which is a<br />

spatial point in nature, the PR-tree is not the best solution. For<br />

TPR-tree [5], it inherits the idea of parametric bounding<br />

rectangles in R-tree [15] to create time-parameterized bounding<br />

rectangle (tpbr). Since the tpbr is organized in hierarchical<br />

<strong>for</strong>m in terms of space, TPR-tree is chosen as the base structure<br />

of our proposed structure so that we can easily overlay the<br />

obfuscated data in TPR-tree’s node hierarchically.<br />

In TPR-tree, the position of an moving object x(t) at a<br />

future time t (t >= tc) is found by applying the linear function<br />

representing its location to the current time x(t) = x(t0) + v(t –<br />

t0) where t0 is the initial time, tc the current time, x(t0) the initial<br />

position and v the velocity. The tpbr is also a function of time.<br />

Specifically, the lower (upper) bound of a tpbr is set to move<br />

with the minimum (maximum) speed of all enclosed objects.<br />

Despite the existence of several indexing techniques <strong>for</strong><br />

present and future positions, no moving-object index has yet<br />

been reported in the literature that achieves the goal of<br />

obfuscating the user’s position.<br />

C. <strong>Access</strong> <strong>Method</strong>s <strong>for</strong> Privacy-Preserving<br />

Several index structures have been proposed to manage<br />

both profiles and moving object data. The S STP -tree [6] is<br />

constructed similarly to the TPR-tree, but each node has<br />

additional in<strong>for</strong>mation about a profile bounding vector to<br />

support the profile conditions. There<strong>for</strong>e, each node of the<br />

S STP -tree includes both tpbr to support the spatio-temporal<br />

attributes and profile bounding vector to support profile<br />

conditions. The limitation of this access method is that it only<br />

allows or denies the access request of subjects, but does not<br />

concern about obfuscating the spatio-temporal data. In other<br />

words, there are only two levels of result in the access request<br />

evaluation: reject or accept. By adding more in<strong>for</strong>mation about<br />

obfuscating the spatio-temporal data of users, our proposed<br />

index structure, however, has a multi-level <strong>for</strong>m of result when<br />

evaluating an access request depending on the user’s trust on<br />

the LBS service providers.<br />

In [13], a unified index <strong>for</strong> location and profile data is<br />

proposed. This index clusters the customers based on their<br />

profiles using a categorical clustering algorithm, and then<br />

constructs a TPR-tree <strong>for</strong> each cluster. A query is processed in<br />

the profile database to retrieve the target clusters and then<br />

traverse these clusters to retrieve the customers who satisfy the<br />

criteria. This unified index is, however, used <strong>for</strong> marketing<br />

purpose which retrieves the group of interested customers, but<br />

does not concern about obfuscating the customer’s location.<br />

It is evident from the above discussion that currently there<br />

does not exist any spatio-temporal index structure that can<br />

effectively handle spatio-temporal obfuscation. Towards this<br />

goal, in this paper, we propose the <strong>OST</strong>-tree, a structure<br />

originally motivated by the TPR-tree, but with several<br />

modifications to support spatio-temporal obfuscation.<br />

III. TEMPORAL OBFUSCATION<br />

Many of the research activities have been done in the area<br />

of spatial obfuscation [3,4,10,11,16], but, to the best of our<br />

knowledge, no mature proposals <strong>for</strong> obfuscating the temporal<br />

data of users exist. So, we focus on this issue in this section.<br />

Similar to spatial obfuscation, temporal obfuscation will<br />

degrade the exact value of time t0 to the vague temporal value<br />

[t [ , t ] ], where t [ < t0 < t ] . For example, instead of saying that<br />

”the position of user will be in location (x0, y0) in the next 15<br />

minutes”, we can obfuscate the time value by saying that ”the<br />

position of user will be in location (x0, y0) in the next 13 to 16<br />

minutes”. By combining the spatial and temporal dimension, a<br />

spatio-temporal value can be calculated by obfuscating both the<br />

spatial and temporal value. For example, according to the<br />

above example, we can say: “The user’s position is somewhere<br />

in the area of 1.2 square kilometer, including the location (x0,<br />

y0), and within the next 13 to 16 minutes in the future”.<br />

Definition 1. (<strong>Temporal</strong> obfuscation) The obfuscated<br />

value of timestamp t0 is the temporal interval [t [ , t ] ] which<br />

includes the real timestamp t0 with the probability:<br />

P(t0 ∈ [t [ , t ] ])=1 (1)<br />

Definition 2. (<strong>Spatio</strong>-temporal obfuscation) The<br />

obfuscated value of user’s exact position (xu, yu) at a timestamp<br />

t0 is a rectangular area (xc, yc, w, h) centered on the<br />

geographical coordinates (xc, yc) with width w, height h, at a<br />

temporal interval [t [ , t ] ], which includes the user’s exact<br />

position (xu, yu) at a real timestamp t0 with the probability:<br />

P((xu, yu) ∈ Rectangle(xc, yc, w, h) AND t0 ∈ [t [ , t ] ])=1 (2)<br />

In our work, we have the same assumption as in [10] which<br />

states that the probability distribution of user’s position within<br />

an area is uni<strong>for</strong>m. Formally, the joint probability density<br />

function fr(x, y) of a region is:<br />

⎧ 1<br />

⎪ if (x, y) ∈ r<br />

f r(x,<br />

y)= ⎨s(r)<br />

⎪<br />

⎩ 0 otherwise<br />

where s(r) represents the area of r.<br />

(3)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!