Next Article in Journal
Focal Vibration Training (Equistasi®) to Improve Posture Stability. A Retrospective Study in Parkinson’s Disease
Previous Article in Journal
Complementary Metamaterial Sensor for Nondestructive Evaluation of Dielectric Substrates
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

User Identification across Asynchronous Mobility Trajectories

1
National Engineering Research Center for Multimedia Software, School of Computer Science, Wuhan University, Wuhan 430072, China
2
Shenzhen Research Institute of Wuhan University, Shenzhen 518057, China
3
School of Remote Sensing and Information Engineering, Wuhan University, Wuhan 430072, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(9), 2102; https://doi.org/10.3390/s19092102
Submission received: 14 January 2019 / Revised: 20 April 2019 / Accepted: 29 April 2019 / Published: 7 May 2019
(This article belongs to the Section Remote Sensors)

Abstract

:
With the popularity of location-based services and applications, a large amount of mobility data has been generated. Identification through mobile trajectory information, especially asynchronous trajectory data has raised great concerns in social security prevention and control. This paper advocates an identification resolution method based on the most frequently distributed TOP-N (the most frequently distributed N regions regarding user trajectories) regions regarding user trajectories. This method first finds TOP-N regions whose trajectory points are most frequently distributed to reduce the computational complexity. Based on this, we discuss three methods of trajectory similarity metrics for matching tracks belonging to the same user in two datasets. We conducted extensive experiments on two real GPS trajectory datasets GeoLife and Cabspotting and comprehensively discussed the experimental results. Experimentally, our method is substantially effective and efficiency for user identification.

1. Introduction

Position services [1], including GPS and positioning of cellular communication networks, have become widespread. Multi-source mobility trajectory datasets generated by mobile phones, networks, and vehicle navigation, contain rich information about human activities. More and more researchers are working on application based on location information, including socio-economic development and wellbeing [2], human individual mobility characteristics [3,4], traffic analysis [5,6,7], travel guides [8,9,10,11], user behavior modelling [12], cross domain recommendation [13], identifying and predicting lifestyles [14], construction for 3D geospatial data [15],and so on.
In real-world applications, trajectory data is typically generated by a multi-source platform, or data is temporally separated. An identification algorithm is very necessary to link the trajectory information of users at different time periods, which focuses on improving the quantity and quality of mobility data. In addition, multi-source data based identification algorithms have been extensively studied, but there are few studies specifically for asynchronous trajectory information.
In this paper, we focus on the problem of user identification based on asynchronous mobility trajectory data. In other words, it matches the trajectories from two different periods to determine whether two users’ trajectories belong to the same person. The study that determines the user to which the trajectory belongs by measuring the similarity between the two trajectories has potential application value in social security prevention. A typical application scenario is that criminals often use multiple mobile phones in turn. Without the real name system of mobile phones, it is impossible to know that these mobile phones (e.g., 2) are from the same person. When we acquire the trajectory data of the mobile phone by mobile base station or GPS positioning, if the trajectories of the two phones (we do not know the ownership in advance) are highly similar, they are likely generated by different phones of the same user. In this way, we can judge that these phones are held by the same user.
It needs to be explained that the asynchronous trajectory means two trajectories do not coincide at all time. Due to the fact that the human behavior always changes with time, there is a certain inconsistency in the mobility trajectory, which thus results in difficulties for asynchronous identification resolution. In order to facilitate the description of the method, we use the following symbols to describe the problem. The trajectory of an object can be defined as the chronological sequence as follows:
T = { i d , ( L O 1 , L A 1 , t 1 ) , , ( L O k , L A k , t k ) }
Among them, the id is the person’s identity, which is a positive integer. Each position point is represented by a three-dimensional coordinate ( L O k , L A k , t k ) . L O k and L A k , respectively, represent the longitude and latitude of the k-th recorded point of the track. t k denotes the recording time.
Two sets of trajectories of multiple objects at two different periods are described as
S = { T i d s i d = 1 , 2 , , m }
Q = { T i d q i d = 1 , 2 , , n }
The problem to be solved is to match the trajectory in S with the trajectory in Q, provided that each trajectory in S has at least one trajectory in Q belonging to the same object. This is not a simple problem because the trajectories in S and Q do not have any overlap in time, and we only use the trajectory information of two objects to calculate the similarity without exploiting any other information. We determine the trajectory most similar to the target as the matching result.
This paper proposes a framework called TOP-N (which uses TOP-N most frequently distributed regions) to achieve mobility identification resolution. In addition, a similarity method based on probabilistic deviation, angle cosine and weighted Jaccard similarity is used to measure similarity of two trajectories. The location where the the trajectory points are frequently distributed is usually more identifiable. For example, users usually stay in residences, companies, etc. for a long time; that is, track points are frequently distributed in these areas. For the areas that the user routinely passes every day, even if the speed is very fast, but as long as the time span is large enough, they are still the areas where the track points are frequently distributed. The infrequently distributed areas are those that the user randomly visits, which have no user identity implication. So, our method first finds TOP-N most frequently distributed regions of the trajectory, called TOP-N region set. As for the set of TOP-N regions, we calculate the scalar product of all pairs of co-distributed regions and then compute the product of the moduli of two TOP-N region sets, taking the quotient of the two as its similarity, namely, cosine similarity. Obviously, the more common regions that the two trajectory distributions share, the greater their similarity. However, there is an alternative possibility. More precisely, the number of co-distributed areas in trajectories T and T 1 is n while the number of non-coinciding areas is m 1 ; the number of co-distributed areas of T and T 2 is also n while the number of non-co-distributed areas is m 2 . Assuming that m 1 > m 2 , it is very likely that T 2 is more similar to T than T 1 . Therefore, both the co-distributed and the non-co-distributed areas must be accounted for. In another situation, there are three trajectories, and their co-distribution region’s number and non-co-distributed region’s number are the same. In this case, if we want to distinguish which two trajectories are more similar, we need to consider the frequency values of the trajectory points distributed in each region. In short, when calculating the similarity between two trajectories, two sequences need to be compared and reordered to find the pairs of co-distributed regions.
The main contributions are summarized as follows.
  • An user identification resolution method based on TOP-N frequent distribution regions of asynchronous mobility trajectory is proposed.
  • The effectiveness of TOP-N method was verified on two real mobility trajectory datasets.
  • We prove that in the identification task of asynchronous trajectory, the length in time of the trajectory has a great influence on the identification accuracy.

2. Related Work

Our work in this paper is closely related to the topic of the user identification and similarity search based on human mobility data. In recent years, some researchers studied identity resolution in cyberspace [1,16,17,18,19,20], while [21,22,23,24,25,26,27] exploited identity identification through trajectory information. In [25,26,28,29,30] studied the uniqueness of the trajectories of different objects. Ref. [25] particularly showed that it is enough to identify users in multiple trajectories based on this uniqueness. Because the behaviors and habits of the same person are generally periodic, their activity trajectories also show a certain periodicity [30]. For example, [14] proved that sometimes, some people’s expected lifestyles can be analysed by the trajectory periodicity.
The identification task based on mobility information is roughly divided into two scenarios of synchronization and asynchronous, and the synchronization scenario generally refers to cross-platform trajectory matching. In [26], a robust distance function called EDWP (Edit Distance with Projections) is proposed to match the trajectory data at inconsistent and variable sampling rates by dynamic interpolation. Ref. [23] proposed a hotspot-matrix method, using cosine of the distribution matrix of two trajectories to express the similarity. This method can achieve a certain degree of recognition accuracy, but the amount of calculation is huge. Ref. [24] introduced a Signal-Jaccard co-filtering method for matching multi-source trajectory, which can also be used to identify asynchronous trajectory. Only considering the same distribution areas, [22] calculates cosine of all pairs in the same regions and uses learning-to-rank to improve the identification. Particularly, a inverted-index strategy is used to reduce the computational cost. Although the computational complexity can be substantially reduced, it needs to find all uniform regions from a large number of regions of two trajectories. Ref. [31] presented a concept to capture both spatial and temporal diversity aspects of the linkage, called K-L diversity. In [32], based on space-time matching points, a real-time trajectory similarity measure method was proposed. Similarly, in [21], the authors proposed to achieve identification by time-space matching trajectory points. The matching points of the two trajectories require that the points are close in both time and space. This method is only for synchronous scenarios that is unavailable in our problem.In a related work, [27] recently proposed a method called CDTraj2vec for user trajectory matching across social networks. This method uses PV-DM (Distributed Memory Model of Paragraph) model and paragraph2vec algorithm to extract the positional access order features in the trajectory sequence, which obtains the vector representation of the user trajectory and thus represents the trajectory similarity by the vector. However, this method ignores the distribution frequency of track points and the important information of track transition status.

3. Proposed Method

We propose an effective method to deal with user identification across asynchronous mobility trajectories. Our method includes the following procedures: (1) Find out the TOP-N areas where the trajectories of the objects are most frequently distributed; (2) The similarity is represented by the cosine, probability deviation and weighted Jaccard similarity of TOP-N region sets; (3) Determine the trajectory most similar to the target as the matching result.

3.1. Finding Top-N Regions

In order to find out the TOP-N regions where the trajectory points are most frequently distributed, we take into account the case that the rectangle area is determined by the highest and lowest longitude and latitude of the city. For the sake of simplified calculation, we ignore the location points exceeding the latitude and longitude of the city coverage.

3.1.1. Latitude and Longitude Grid

The city is regarded as a rectangular region enclosed by the highest and the lowest longitude and latitude. The rectangular region is divided into M × N small grids. Each small grid corresponds to a geographical area of the city. Different divisions of the area will affect the amount of computation and identification accuracy.

3.1.2. Distribution Matrix of A Trajectory

We count the frequency of the appearance of track points in each small area and then map them to a M × N dimensional matrix to obtain the distribution of the track of an object. The specific method for calculating the distribution matrix is presented as the following steps.
First, we suppose the observation scope is within the area represented by the following formula:
L = [ m a x ( L O ) , m i n ( L O ) ] × [ m a x ( L A ) , m i n ( L A ) ]
Here, m i n ( L O ) , m a x ( L O ) , m i n ( L A ) , m a x ( L A ) indicate the minimum and maximum values of the city’s longitude and latitude, respectively. Accordingly, we mesh the entire area into many small rectangle grids with a height of h _ l o and a width of h _ l a . The total number of grids is thus M × N . We use the expression
L M × N = { l i j } ( 1 i M , 1 i N )
to represent the entire city’s latitude and longitude network, where
M = m a x ( L O ) m i n ( L O ) h _ l o , N = m a x ( L A ) m i n ( L A ) h _ l a
Assume that the element corresponding to the i-th row and the j-th column of the two-dimensional matrix A M × N is a i j , the value is determined by the frequency that the trajectory appears in the i-th row and the j-th column region of the latitude and longitude network, where
i = c e i l ( L O m i n ( L O ) h _ l o ) , j = c e i l ( L A m i n ( L A ) h _ l a )
We use the same method to individually count the frequency of the trajectory in each small area by adopting the one-to-one mapping rule.

3.1.3. Top-N Region Set

A threshold PN is first set and we filter out all elements in the distribution matrix that are larger than PN (or areas whose trajectory distribution frequency is greater than the value) to form a set called region_list. The region_list is ranked in frequency and the TOP-N elements with the highest frequency values are used to produce the TOP-N region set. A TOP-N region set is regarded as
T N i d = { ( a i j k , ( i , j ) ) k = 1 , 2 , , T O P N }
where a i j k denotes the distribution frequency of the trajectory in the k-th region and ( i , j ) represents the coordinate of this region. In order to avoid the computational overflow, uniform standardization is applied to all values of TOP-N region set. Namely, the TOP-N region set`s element value of each trajectory is divided by the total number of points of the trajectory. The algorithm pseudo code is summarized in Algorithm 1.
Algorithm 1: Get T O P N region sequence from trajectory T.
Sensors 19 02102 i001

3.2. Similarity of Top-N Region Set

The task of calculating the similarity of two trajectories is converted into calculating the similarity of two TOP-N region sets. There are many ways to measure the similarity between two sets. Hereby, we discuss three methods for comparing similarities. The first one is angle cosine of set, which is similar to the angle cosine of vector, but the order of the set must be adjusted first. The second one is the probability deviation, which explores the probability deviation of two trajectories appearing in all co-distributed areas. The more close the probability of trajectories appearing in the same areas, the more similar they are. Last one is weighted Jaccard similarity which was first proposed by Ioffe et al. [33].

3.2.1. Angle Cosine of T N 1 and T N 2

Step 1: Find all common regions of the TOP-N sequences T N 1 and T N 2 . We use the following notation to express them.
B D T N 1 , T N 2 = { ( a i j T N 1 , a m n T N 2 ) m = i , n = j }
( a i j T N 1 , a m n T N 2 ) indicate the value pairs which fall between 0 and 1, and they are distributed in the same area ( i , j ) .
Step 2: First, calculate the modular product of TOP-N sequences T N 1 and T N 2 . And then, calculate their vector product of the co-distributed regions.
H = ( a i j T N 1 , a m n T N 2 ) B D T N 1 , T N 2 a i j T N 1 · a m n T N 2
G = ( a i j k T N 1 ( a i j k ) 2 ) 1 2 · ( a m n k T N 2 ( a m n k ) 2 ) 1 2
Note that (10) and (11) do not calculate the same object, while the set B D T N 1 , T N 2 in (10) is the intersection of T N 1 and T N 2 in (11). Equation (10) represents the vector product of B D T N 1 , T N 2 , and (11) denotes the modular product of the T O P N region sets T N 1 and T N 2 . It is seen that the co-distributed and the non-co-distributed areas are both considered.
Step 3: Formulate the similarity between TOP-N sequences T N 1 and T N 2 , namely,
s i m T N 1 , T N 2 = B D T N 1 , T N 2 · H G
H and G are given by (10) and (11) respectively, with | B D T N 1 , T N 2 | being the number of co-distributed regions of T N 1 and T N 2 .

3.2.2. Probability Deviation of T N 1 and T N 2

In order to simplify the model, this paper uses the frequency to represent the probability, i.e., the ratio of the trajectory points in each region to the total number of trajectory points. Similar to angle cosine method, the probability deviation similarity need to find out all regions which both T N 1 and T N 2 contain, so as to accumulate the probability deviation of each co-distributed area and to calculate the average deviation. The smaller the probability deviation is, the greater the similarity is. We also consider the number of co-distributed areas, and the larger this value is, the more similar the trajectories are.
S = ( P i j T N 1 , p m n T N 2 ) B D T N 1 , T N 2 ( P i j T N 1 P m n T N 2 ) 2 + 1 2 · ( P i j T N 1 T N 1 P i j T N 1 B D T N 1 , T N 2 ( P i j T N 1 ) 2 + P m n T N 2 T N 2 P m n T N 2 B D T N 1 , T N 2 ( P m n T N 2 ) 2
s i m T N 1 , T N 2 = e B D T N 1 , T N 2 T N 1 + T N 2 · e S T N 1 + T N 2
P i j T N 1 indicates the probability that T 1 appears in the area ( i , j ) . It should be noted that the method also deals with the non-coincidence regions. Assuming that the probability of the trajectory T 1 appearing in the region r is P, T 2 does not appear in r with the probability is 0. The probability deviation of T 1 with T 2 appearing in the region r is P 0 = P . Similarly, the number of areas where T 1 and T 2 co-distributed is also considered. In fact, the comparison of the similarity of two T O P N sequences does not require that they have the same length.

3.2.3. Weighted Jaccard Similarity of T N 1 and T N 2

The weighted Jaccard similarity measures the resemblance between two weighted sets. In our problem, T N refers to a collection of TOP-N region sets. The weight of each region is the corresponding visiting frequency. The similarity of T N 1 and T N 2 is defined as
W J S = m i n ( a i j T N 1 , a m n T N 2 ) m a x ( a i j T N 1 , a m n T N 2 )
s i m T N 1 , T N 2 = B D T N 1 , T N 2 · W J S
(16) computes the weighted Jaccard similarity of T N 1 and T N 2 . B D indicates the number of elements in the set B D .

4. Experimental Evaluation

4.1. Description of Datasets

The experiments in this paper are conducted on two real datasets, including GeoLife [34] and CabSpotting [35]. For GeoLife dataset, we only use the latitude and longitude of each recorded point, while the time information associated with each point in CabSpotting dataset is used. In addition, in order to facilitate the verification of the identification accuracy, trajectories need to be tagged as their id. The labels are encoded by a series of numbers, which are used to check whether the result of matching is correct or not after the identification.
GeoLife is a GPS-recorded dataset that records the trajectory information from 182 users from April 2007 to August 2012, collected by Microsoft Research Asia. This dataset records the wide-ranging outdoor activities of the tested users, including both routines for going home and going to work and some entertainment and sports activities such as shopping, sightseeing, dining, hiking and cycling. The trajectories were recorded by different GPS loggers and GPS phones, and have a variety of sampling rates. 91.5% of the trajectories are logged in a dense representation, e.g., every 1–5 s or every 5–10 m per point. Trajectories of 112 users are roughly located in Beijing, and, thus, the latitude and longitude mostly span between 39.5–41 and 115.4–117.6, respectively. For the sake of calculation, it needs to delete all points whose latitude and longitude are out of this range. Furthermore, in order to retain more experimental data, we also keep the trajectory points in Beijing more than 30%, so a total of 164 user trajectories are used for experiments. As most of the points in the trajectory are too time-intensive (every 1–5 s per point), one point is taken by every four points in experiments. As a result, we can reduce the computational cost without affecting the identification accuracy.
Cabspotting dataset is a public GPS dataset that contains trace information of 536 taxis in San Francisco for less than a month (17 May 2008–10 June 2008). This dataset has been recently used by Piorkowski et al. [36] to show that certain macroscopic characteristics specific to clustered mobile wireless networks are prevalent in real mobility traces. Due to the inherent characteristics of this dataset(such as common routes of taxis) and the fact that the trajectories are spatially constrained to lie on the streets, the points are less unique. Because the tracks contain a lot of noise points, we delete the high-speed moving point ahead, for instance, the points in which the adjacent speed exceeds 20 m/s.

4.2. Experimental Method

Each trajectory in GeoLife and Cabspotting datasets is divided into two segments, so that two verification sets are obtained respectively. Particularly, the GeoLife dataset is split into D g 1 and D g 2 , and Cabspotting dataset is split into D c 1 and D c 2 . During the experiments, each trajectory in D g 2 and D c 2 is divided into 15 equal parts. We then take 9 copies in order (1–9, 6–15) one time, so that every test trajectory can include 2 sub-trajectories for testing. For D g 1 and D g 2 , 164 × 2 times of identification experiments are performed with 164 trajectories while 536 × 2 identification experiments are performed with 536 trajectories for D c 1 and D c 2 . The ratio of successful identification times to total identification times is taken as the identification accuracy.
Prior to recognition, all training trajectories and test trajectories are used to acquire their TOP-N sequences. Thus, calculating the similarity of two trajectories only needs to compare their TOP-N sequences. It notes that the recognition accuracy is related to the selection of parameters, including the size of steps h _ l o and h _ l a of the latitude and longitude as well as the number of TOP-N areas where the trajectories are most frequently distributed. In addition, the time length of the trajectory also affects the identification accuracy. In experiments, our TOP-N method includes three variants by embedding different similarity metrics, denoted by TOP-N-PRO, TOP-N-COS and TOP-N-WJS, respectively.

4.3. Experimental Results and Analysis

4.3.1. Effects of h _ l o and h _ l a

We have before explained that h _ l o and h _ l a determine the size of the small mesh area after the partition. Here the effect of h _ l o and h _ l a on the experimental results is discussed briefly. The side length of the small grid is taken as 50–500 m. As a result, the corresponding value of h _ l o is 0–0.006 and the value of h _ l a is 0–0.005.
Experimental results on two datasets (GeoLife and Cabspotting) are shown in Figure 1. As shown in Figure 1, as the longitude h _ l o increases, the identification accuracy tends to decrease. The smaller the h _ l o is, the more precise the actual position of each grid region becomes. We thus can easily distinguish the actual distributed locations of the user`s trajectories. Conversely, the larger the h _ l o is, the less accurate the locations are. As a result, one grid is likely to correspond to a number of completely different physical locations. On the other hand, when h _ l o is too small, it is possible to divide one physical location into multiple grids, thus resulting in inaccurate matching. In addition, the h _ l o accuracy graph exhibits obvious oscillating situation. The fluctuation may be due to the division rule on urban areas. As mentioned before, if one real area is divided by different h _ l o , there will be multiple situations. In a simple example, two different users (a and b) often pass by the same large park, where the user A passes the street on the west side of the park and the user B passes through the small road on the east side. When the division by h _ l o is small, the east and west of the park are separated into two grids. When the division of h _ l o is large, they will fall into the same grid. Obviously, the division of the latter makes two users’ trajectories more similar due to the increase in their same distribution areas.

4.3.2. Effects of Top-N

In order to discuss the effect of TOP-N on the identification accuracy, we should control the values of h _ l o and h _ l a . The experimental results from Section 4.3.1 show that as the longitude h _ l o increases, the recognition accuracy tends to decrease. Therefore, three specific h _ l o and h _ l a parameter values are selected, namely h _ l o = 0.000578 and h _ l a = 0.000450 , h _ l o = 0.001137 and h _ l a = 0.0009 , h _ l o = 0.001705 and h _ l a = 0.001350 , respectively, which accordingly correspond to a small grid side length of 50 m, 100 m, 150 m. We set the TOP-N value from 5 to 100 and performed an experimental analysis on D g 1 vs. D g 2 and D c 1 vs. D c 2 . Figure 2 shows comparisons among probability deviation method, weighted Jaccard similarity and cosine method. In Figure 2a,b we reveal the experimental results with h _ l o = 0.000578 , h _ l a = 0.000450 , (c) and (d) show the experimental results of h _ l o = 0.001137 , h _ l a = 0.0009 , and (e) and (f) takes h _ l o = 0.001705 and h _ l a = 0.001350 .
As seen from the six plots in Figure 2, with the increasing number of TOP-N areas, the identification accuracy increases first, then stabilizes, and eventually tends to decrease. This is due to the fact that the number of frequently distributed areas of an object’s trajectory is limited. When TOP-N grows to a certain value and continues to increase, infrequently distributed areas are introduced. These infrequently distributed regions have weak regularity and do not exhibit periodicity. Therefore, the larger TOP-N will not only fail to improve identification accuracy, but also even reduce it. In addition, the TOP-N-COS method is significantly superior over the TOP-N-PRO method because the recognition accuracy of the TOP-N-PRO method is related to the probability of the user appearing in a given area. Moreover, it is affected by the method of dealing with the probability deviation of two trajectories appearing in non-co-distributed regions.

4.3.3. Effects of Time Length

To further explore the effect of trajectory time length on recognition accuracy, we performed three sets of experiments on the GeoLife dataset, setting the length of time to 10 days, 30 days, and 50 days, respectively. For experimental comparisons, we retained 54 trajectories in the GeoLife dataset that are longer than 50 days in length to ensure that the trajectories of each set are from the same users. We follow the same experimental method as the previous section where each trajectory is divided into two segments. According to the experimental conclusions of Section 4.3.1 and Section 4.3.2, and considering the compromise between the amount of calculation and the identification accuracy, we set the h _ l o = 0.000578 , h _ l a = 0.00045 and TOP-N = 39.
The experimental results are shown in Table 1. We can find that the identification accuracy of the three methods substantially decreases with the shortening of the time length of the trajectory. When the trajectory time length is 50 days, the accuracy exceeds 80%. When the time length is reduced to 10 days, four methods are all reduced by about 20% in identification accuracy. This fact shows that the length of the trajectory has a great influence on the identification performance. Meanwhile, although the trajectory time is only 10 days, there is also a considerable possibility for successful identification.

4.3.4. Comparisons with Other Algorithms

To validate user identification, we performed comparisons of our method with previous representative methods. Since our approach is designed for asynchronous scenarios, many existing identification algorithms are not applicable. For example, Kondor et al. proposed to achieve identification by time-space matching trajectory points [21]. It requires that the points of two trajectories are close in both time and space. Therefore, we compare our method with three feasible existing algorithms.
Hao et al. [22] proposed a cross-domain trajectory similarity method (UNICORN) based on TF-IDF (term frequency-inverse document frequency). TF-IDF transforms the original user trajectory into grid representation, where each cell can be treated as a word, and each user trajectory is seen as a paragraph. Each user trajectory is transformed into a vector by using the TF-IDF method to obtain trajectory similarity.
Zhang et al. [23] presented a very concise and effective method, called hot-matrix (HOT-MATRIX). HOT-MATRIX method produces hotspot matrix by meshing the map and counting the frequency of the trajectory appearing in each grid. Then the hotspot matrix is used to represent trajectory similarity.
Automatic user identification (AUI)presented in [24] matches the users by co-filtering the ID pairs with signal base similarity(SIG) and weighted Jaccard similarity (WJS).
In [27], a cross-domain trajectory matching algorithm based on paragraph2vec (CDTraj2vec) is presented. The method maps the trajectory into the grid, treats each small grid as a word and each trajectory as a paragraph, and then uses the PV-DM model in the paragraph2vec algorithm to extract the positional access order features in the trajectory sequence to obtain the vector representation of user trajectory. Finally, the similarity of the vector is used to represent the trajectory similarity.
We then show the performance evaluation of our TOP-N method. In order to find the best combination of parameters to reduce the amount of calculation and improve the recognition accuracy, we set the parameters TOP-N, h _ l o , and h _ l a to 5–100, 0–0.006, 0–0.005, and did a lot of experiments. Finally, the parameter settings for datasets D g 1 vs. D g 2 and D c 1 vs. D c 2 are shown in Table 2 and Table 3, respectively.
As seen from Table 4, all methods have better performance on dataset D g 1 vs. D g 2 than D c 1 vs. D c 2 . This is due to the difference of information recorded in the two datasets. First, many trajectories in GeoLife dataset used for experiments are more than 50 days in time span, and most of the time intervals between the adjacent points are about 5 s. In contrast, the time span of Cabspotting dataset is only 23 days, and the points are sparse. Second, GeoLife dataset records the wide-ranging outdoor activities of the tested users, including not only routines for going home and going to work, but also some entertainment and sports activities such as shopping, sightseeing, dining, hiking and cycling. Instead, because Cabspotting dataset is collected by devices embedded in taxis, the routes and trajectories are spatially limited to street, thus lacking private access. Therefore, the points in the Cabspotting dataset are not so discriminative, thus making identification more challenging. For the above reasons, these two datasets result in very different identification accuracy in our experiments.
From the experimental results, we can see the advantages of the TOP-N method in the asynchronous identification resolution provided that all three TOP-N variants outperform other comparison methods. HOT-MATRIX method achieves a relatively high accuracy while the UNICORN method and the AUI method obtain relatively poor identification results. For the UNICORN method, only the co-distributed regions are considered, but the influence of the non-co-distribution areas is ignored. When the trajectories of different users are sufficiently similar, it is difficult to distinguish them. For the CDTraj2vec method, although it can extract the order features of the location point access of the trajectory, it ignores the frequency of the visiting locations. The premise that the AUI method and CDTraj2vec method can identify users is that the employed dataset contains many stay points. However, the Cabspotting dataset contains very few stop points. Therefore, AUI and CDTraj2vec are not applicable to Cabspotting dataset that contains almost no stay points.
At last, as far as the computational cost is concerned, we give a brief discussion. HOT-MATRIX method needs a very huge computation because it uses cosine of the hot-matrix of two trajectories to express the similarity. UNICORN calculates cosine of all pairs in the same regions with a inverted-index strategy to reduce the computational cost. Although the computational complexity can be considerably reduced, it needs to find all co-distribution regions from a large number of trajectories. In our method, we only consider TOP-N frequently distributed regions in calculation similarity, which thus leads to reduced computational complexity. Experimentally, the TOP-N value corresponding to the highest identification accuracy stably falls between 30 and 100.

5. Conclusions

This paper explores the user identification resolution based on asynchronous trajectory information. The proposed method considers TOP-N most frequently distributed regions and exploit three applicable methods to measure trajectory similarity, including angle cosine, probability deviation and weighted Jaccard similarity. We validated the effectiveness of our algorithm in two real datasets. The experimental results shows that only the TOP-N most frequently distributed regions need to be compared for user identification task. Our method enjoys the highest computational efficiency because only TOP-N regions are used to compute trajectory similarity. Although our method shows good results, in the real application, since the number of frequently distributed areas (habitual access areas) varies for different users, the parameter TOP-N in the algorithm is not well determined. Consequently, in order to achieve higher identification accuracy, the values of h _ l o and h _ l a should be small, so that when the user trajectory is in large range, such as across cities, the calculation will accordingly expand. In addition, the method does not consider the timing of the trajectory. How to consider the spatial stratification heterogeneity of the trajectory information is a challenging problem.

Author Contributions

Conceptualization, Q.M. and W.Z.; methodology, Q.M. and W.Z.; software, Q.M.; validation, Q.M.; formal analysis, W.Z.; investigation, Q.M. and W.Z.; resources, W.Z.; data curation, Q.M.; writing—original draft preparation, Q.M.; writing—review and editing, Q.M., W.Z., H.Z. and S.Z.; visualization, Q.M.; supervision, W.Z.; project administration, W.Z.

Funding

This research was funded by the National Key R & D Plan [Grant Number 2016YFE0202300], the National Natural Science Foundation of China [Grant Number 61671332, 41701518, U1736206], Hubei Province Technological Innovation Major Project [Grant Number 2017AAA123],the Basic Research Program of Shenzhen City [Grant Number JCYJ20170306171431656] and Huawei Innovation Fund [YBN2018095106].

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, Y.; You, P.; Ji, W.; Zhen, Z.; Xu, Q. User Identification based on Display Names across Online Social Networks. IEEE Access 2017, 5, 17342–17353. [Google Scholar] [CrossRef]
  2. Taylor, L. No Place to Hide? The Ethics and Analytics of Tracking Mobility Using Mobile Phone Data. Environ. Plan. Soc. Space 2016, 34, 319–336. [Google Scholar] [CrossRef]
  3. Lenormand, M.; Picornell, M.; Cantú-Ros, O.G.; Tugores, A.; Louail, T.; Herranz, R.; Barthelemy, M.; Frías-Martínez, E.; Ramasco, J.J. Cross-Checking Different Sources of Mobility Information. PLoS ONE 2014, 9, 105–184. [Google Scholar] [CrossRef] [PubMed]
  4. Toole, J.L.; de Montjoye, Y.; González, M.C.; Pentland, A. Modeling and Understanding Intrinsic Characteristics of Human Mobility. Soc. Phenom. 2015, 15–35. [Google Scholar] [CrossRef]
  5. Krogh, B.; Andersen, O.; Lewis-Kelham, E.; Pelekis, N.; Theodoridis, Y.; Torp, K. Trajectory Based Traffic Analysis. In Proceedings of the ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, Orlando, FL, USA, 5–8 November 2013; pp. 536–539. [Google Scholar]
  6. Li, P.H.; Yiu, M.L.; Mouratidis, K. Historical Trafic-Tolerant Paths in Road Networks. In Proceedings of the ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, Dallas, TX, USA, 4–7 November 2014; pp. 477–480. [Google Scholar]
  7. Hefez, I.; Kanza, Y.; Levin, R. TARSIUS: A System for Traffic-Aware Route Search Under Conditions of Uncertainty. In Proceedings of the ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, Chicago, IL, USA, 1–4 November 2011; pp. 517–520. [Google Scholar]
  8. Zhang, J.D.; Chow, C.Y.; Li, Y. LORE: Exploiting Sequential Influence for Location Recommendations. In Proceedings of the ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, Dallas, TX, USA, 4–7 November 2014; pp. 103–112. [Google Scholar]
  9. Han, S. CrowdPlanner: A Crowd-Based Route Recommendation System. In Proceedings of the IEEE International Conference on Data Engineering, Chicago, IL, USA, 31 March–4 April 2014; pp. 1144–1155. [Google Scholar]
  10. Han, S.; Kai, Z.; Kai, Z.; Huang, J.; Sadiq, S.; Yuan, N.J.; Zhou, X. Making Sense of Trajectory Data: A Partition-and-Summarization Approach. In Proceedings of the IEEE International Conference on Data Engineering, Seoul, Korea, 13–17 April 2015; pp. 963–974. [Google Scholar]
  11. Riederer, C.; Kim, Y.; Chaintreau, A.; Korula, N.; Lattanzi, S. Linking Users Across Domains with Location Data: Theory and Validation. In Proceedings of the International Conference on World Wide Web, Montréal, QC, Canada, 11–15 April 2016; pp. 707–719. [Google Scholar]
  12. Cao, X.; Yong, Y. Joint User Modeling Across Aligned Heterogeneous Sites Using Neural Networks. In Proceedings of the Joint European Conference on Machine Learning Knowledge Discovery in Databases, Montréal, QC, Canada, 11–15 April 2016; pp. 83–90. [Google Scholar]
  13. Li, C.Y.; Lin, S.D. Matching Users and Items Across Domains to Improve the Recommendation Quality. In Proceedings of the ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, New York, NY, USA, 24–27 August 2014; pp. 801–810. [Google Scholar]
  14. Eyal, B.Z.; Boaz, L. Identifying and Predicting Social Lifestyles in Peoples Trajectories by Neural Networks. EPJ Data Sci. 2018, 7, 1–27. [Google Scholar]
  15. Zhou, X.; Shao, Z.; Zeng, W.; Liu, J. Semantic Graph Construction for 3d Geospatial Data of Multi-versions. Opt. Int. J. Light Electron Opt. 2014, 125, 1730–1734. [Google Scholar] [CrossRef]
  16. Goga, O.; Loiseau, P.; Sommer, R.; Teixeira, R.; Gummadi, K.P. On the Reliability of Profile Matching Across Large Online Social Networks. In Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Sydney, NSW, Australia, 10–13 August 2015; pp. 1799–1808. [Google Scholar]
  17. Liu, S.; Wang, S.; Zhu, F.; Zhang, J.; Krishnan, R. HYDRA: Large-Scale Social Identity Linkage via Heterogeneous Behavior Modeling. In Proceedings of the ACM SIGMOD International Conference on Management of Data, Snowbird, UT, USA, 22–27 June 2014; pp. 51–62. [Google Scholar]
  18. Tan, S.; Guan, Z.; Cai, D.; Qin, X.; Bu, J. Mapping Users Across Networks by Manifold Alignment on Hypergraph. In Proceedings of the AAAI Conference on Artificial Intelligence, Québec City, QC, Canada, 27–31 July 2014; pp. 159–165. [Google Scholar]
  19. Zhou, X.; Liang, X.; Zhang, H. Cross-platform Identification of Anonymous Identical Users in Multiple Social Media Networks. IEEE Trans. Knowl. Data Eng. 2016, 28, 411–424. [Google Scholar] [CrossRef]
  20. Jamjuntra, L.; Chartsuwan, P.; Wonglimsamut, P.; Porkaew, K.; Supasitthimethee, U. Social Network User Identification. In Proceedings of the International Conference on Knowledge Smart Technology, Chonburi, Thailand, 1–4 February 2017; pp. 132–137. [Google Scholar]
  21. Kondor, D.; Hashemian, B.; Montjoye, Y.A.D.; Ratti, C. Towards Matching User Mobility Traces in Large-Scale Datasets. IEEE Trans. Big Data 2018. [Google Scholar] [CrossRef]
  22. Hao, T.; Zhou, J.; Cheng, Y.; Huang, L.; Wu, H. User Identification in Cyber-Physical Space: A Case Study on Mobile Query Logs and Trajectories. In Proceedings of the ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, Burlingame, CA, USA, 31 October–3 November 2016; pp. 1–4. [Google Scholar]
  23. Hongji, Z.; Wenzhong, L.; Sanglu, L. User Identification of Anonymous Mobile Data Set Based on Asynchronous Information. Comput. Sci. 2013, 40, 411–424. [Google Scholar]
  24. Wei, C.; Wu, Z.; Dong, W.; Jian, L.; Wu, H. Automatic User Identification Method Across Heterogeneous Mobility Data Sources. In Proceedings of the IEEE International Conference on Data Engineering, Helsinki, Finland, 16–20 May 2016; pp. 978–989. [Google Scholar]
  25. Rossi, L.W.; Musolesi, J. Spatio-Temporal Techniques for User Identification by Means of GPS Mobility Data. Epj Data Sci. 2015, 4, 11. [Google Scholar] [CrossRef]
  26. Ranu, S.; Deepak, P.; Telang, A.D.; Deshpande, P.; Raghavan, S. Indexing and Matching Trajectories under Inconsistent Sampling Rates. In Proceedings of the IEEE International Conference on Data Engineering, Seoul, Korea, 13–17 April 2015; pp. 999–1010. [Google Scholar]
  27. Qian, X.; Hongxin, Z.; Yanchuan, W. Algorithm Research for User Trajectory Matching across Social Media Networks Based on Paragraph2vec. API Conf. Proc. 2018, 1–10. [Google Scholar] [CrossRef]
  28. Montjoye, Y.A.D.; Hidalgo, C.A.; Verleysen, M.; Blondel, V.D. Unique in the Crowd: The Privacy Bounds of Human Mobility. Sci. Rep. 2013, 3, 1376. [Google Scholar] [CrossRef] [PubMed]
  29. Gonzalez, M.C.; Hidalgo, C.A.; Albert-Laszlo, B. Understanding Individual Human Mobility Patterns. Nature 2008, 453, 779–782. [Google Scholar] [CrossRef] [PubMed]
  30. Wenbin, H.; Shanchuan, X.; Jiahui, W. Mobile User Portrait Construction Research. Mod. Inf. 2016, 36, 54–61. [Google Scholar]
  31. Bask, F.; Gedik, B.; Ferhatosmanoglu, H. SpatioTemporal Linkage over Location-Enhanced Services. IEEE Trans. Mob. Comput. 2017, 17, 447–460. [Google Scholar] [CrossRef]
  32. Lu, S.; Wei, Z.; Baichen, J.; Jian, G. A Real-time Similarity Measure Model for Multi-source Trajectories. In Proceedings of the International Conference on Computing Intelligence and Information System, Nanjing, China, 21–23 April 2017; pp. 257–262. [Google Scholar]
  33. Ioffe, S. Improved Consistent Sampling, Weighted Minhash and L1 Sketching. In Proceedings of the IEEE International Conference on Data Mining, Sydney, NSW, Australia, 13–17 December 2010; pp. 246–255. [Google Scholar]
  34. Zheng, Y.; Li, Q.; Chen, Y.; Xie, X.; Ma, W.Y. Understanding Mobility Based on GPS Data. In Proceedings of the International Conference on Ubiquitous Computing, Seoul, Korea, 21–24 September 2008; pp. 312–321. [Google Scholar]
  35. Piorkowski, M.; Djukic, N.S.; Grossglauser, M. Available online: https://crawdad.org/epfl/mobility/20090224 (accessed on 24 February 2009).
  36. Piorkowski, M.; Sarafijanovic-Djukic, N.; Grossglauser, M. A Parsimonious Model of Mobile Partitioned Networks with Clustering. In Proceedings of the IEEE International Communication Systems and Networks and Workshops, Bangalore, India, 5–10 January 2009; pp. 1–10. [Google Scholar]
Figure 1. Comparing TOP-N-COS, TOP-N-PRO and TOP-N-WJS by accuracy vs. h _ l o . (a) Cabspotting, (b) Geolife.
Figure 1. Comparing TOP-N-COS, TOP-N-PRO and TOP-N-WJS by accuracy vs. h _ l o . (a) Cabspotting, (b) Geolife.
Sensors 19 02102 g001
Figure 2. Comparing TOP-N-COS, TOP-N-PRO and TOP-WJS by accuracy vs. TOP-N. (a,c,e) D c 1 vs. D c 2 , (b,d,f) D g 1 vs. D g 2 .
Figure 2. Comparing TOP-N-COS, TOP-N-PRO and TOP-WJS by accuracy vs. TOP-N. (a,c,e) D c 1 vs. D c 2 , (b,d,f) D g 1 vs. D g 2 .
Sensors 19 02102 g002
Table 1. Experimental results on different time lengths on GeoLife dataset.
Table 1. Experimental results on different time lengths on GeoLife dataset.
Time SpansTOP-N-PROTOP-N-COSTOP-N-WJS
50 days0.87960.83330.8889
30 days0.76390.80560.8287
10 days0.62960.62650.6636
Table 2. Parameter Setting for D g 1 vs. D g 2 .
Table 2. Parameter Setting for D g 1 vs. D g 2 .
ParametersTOP-N-PROTOP-N-COSTOP-N-WJS
h _ l o 0.0005780.0023590.003538
h _ l a 0.000450.00180.0027
T O P N 632325
Table 3. Parameter setting for D c 1 vs. D c 2 .
Table 3. Parameter setting for D c 1 vs. D c 2 .
ParametersTOP-N-PROTOP-N-COSTOP-N-WJS
h _ l o 0.0005780.0005780.000578
h _ l a 0.000450.000450.00045
T O P N 696999
Table 4. Comparison of results of different methods on two datasets.
Table 4. Comparison of results of different methods on two datasets.
DatasetsHOT-MATRIXUNICORNAUICDTraj2vecTOP-N-PROTOP-N-COSTOP-N-WJS
D g 1 vs. D g 2 0.57320.35370.36820.44210.59150.58540.6616
D c 1 vs. D c 2 0.37130.23970.40760.40860.4748

Share and Cite

MDPI and ACS Style

Qi, M.; Wang, Z.; He, Z.; Shao, Z. User Identification across Asynchronous Mobility Trajectories. Sensors 2019, 19, 2102. https://doi.org/10.3390/s19092102

AMA Style

Qi M, Wang Z, He Z, Shao Z. User Identification across Asynchronous Mobility Trajectories. Sensors. 2019; 19(9):2102. https://doi.org/10.3390/s19092102

Chicago/Turabian Style

Qi, Mengjun, Zhongyuan Wang, Zheng He, and Zhenfeng Shao. 2019. "User Identification across Asynchronous Mobility Trajectories" Sensors 19, no. 9: 2102. https://doi.org/10.3390/s19092102

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop