Abstract

In order to improve offline map matching accuracy of uncertain GPS trajectories, a map matching algorithm based on conditional random fields (CRF) and route preference mining is proposed. In this algorithm, road offset distance and the temporal-spatial relationship between the sampling points are used as features of GPS trajectory in a CRF model, which integrates the temporal-spatial context information flexibly. The driver route preference is also used to bolster the temporal-spatial context when a low GPS sampling rate impairs the resolving power of temporal-spatial context in CRF, allowing the map matching accuracy of uncertain GPS trajectories to get improved significantly. The experimental results show that our proposed algorithm is more accurate than existing methods, especially in the case of a low-sampling-rate.

1. Introduction

In recent years, the prevalence of GPS-enabled devices has resulted in incredible amounts of vehicle trajectory data, which records human mobility and reflects the dynamic characteristics of a city. In general, trajectory data consisting of time-stamped locations come from GPS sensors embedded vehicles or other mobile devices. However, the raw trajectory data are not completely reliable; that is, the locations indicated in such a trajectory are not the real accurate locations of vehicles or mobile devices, since the measurement errors of the device and the complex communication environment make the readings of GPS sensors frequently deviate from the actual positions. Therefore, map matching, that is, the process of adjusting the trajectory points to real road segments, is very important to some location-based services and applications and has got considerable attention by the researchers.

There are two types of map matching approaches, that is, online and offline map matching. For online map matching, real-time route navigation, for example, although accuracy is concerned, prompt speed of map matching is the most needed. For offline map matching, the most concerned is obtaining accurate matched paths which can be used for future works (e.g., knowledge mining); therefore instantaneity is not important for offline map matching while accuracy is required as much as possible.

Offline map matching is widely employed by many applications, such as pickup location recommendation [1], ridesharing services [2, 3], regional function analysis [4], urban planning analysis [5], abnormal event detection [68], travel time estimation [9, 10], real-time traffic flow prediction [11], and traffic guidance [12, 13]. One of the biggest challenges of offline map matching is the uncertainty caused by low-sampling-rates; that is, it is difficult to determine the best matching. In fact, low-sampling-rates are often encountered in map matching; for example, for energy consumption considerations, GPS sampling intervals of most vehicles are more than 30 seconds, and even a considerable number of trajectories’ sampling intervals exceed two or three minutes. Consider the example in Figure 1, which compares two trajectories. The sampling interval of one is twenty seconds, while that of another one is three minutes. Obviously, the path of the high-sampling-rate trajectory can be identified clearly, while the path of the sparse trajectory is difficult to determine. In other words, the low-sampling-rate results in the uncertainty of map matching. Such uncertainty produces severe effects on the abovementioned trajectory mining-based applications. However, some valuable pieces of information in the trajectories, such as temporal context and drivers’ route preference, are neglected by most existing approaches of offline map matching. The instability of these approaches may be caused when dealing with low-sampling-rate trajectories.

In this paper, we explore a way that can reduce the map matching uncertainty to accurately determine a path for a low-sampling-rate trajectory. To achieve this, we make full use of available information, such as trajectory characteristics, road network topology, and driver route history. We treat offline map matching of GPS sampling points as a sequence-labeling problem [14] in machine learning and propose a conditional random field (CRF) [15] map matching algorithm employing spatial context and temporal context between sampling points. There also exist other probabilistic approaches suitable for the sequence-labeling problem, such as hidden Markov model (HMM) [16] and maximum entropy Markov model (MEMM) [17]. However, the HMM assumes that all trajectory points are conditionally independent, and the current state depends only on the previous state in the process of state transition. This assumption may lose some significant context and result in a “labeled bias” problem [18]; that is, the HMM model tends to match sampling points to long-distance road segments that have few intersections. Although the MEMM avoids the conditional independence assumptions on trajectory points by improving the structure of a probabilistic graphical model, it also suffers from the “labeled bias” problem. Therefore we select CRF to overcome the drawbacks of the HMM and the MEMM. CRF has obvious advantages in flexible integration of a variety of features and context information. In addition, we find that most drivers usually choose familiar paths to travel. Inspired by this, we employ driver route preferences to improve the quality of the algorithm. Specifically, if the GPS sampling frequency of given trajectory is too low to guarantee the effectiveness of CRF features, we extract the route preferences from historical well matched paths and superpose them on the features of CRF with appropriate weighting. We have conducted lots of experiments to verify that our algorithm can match the trajectory points to actual paths.

The contributions of our paper are threefold.(1)We propose a CRF-based algorithm of map matching that combines spatial and temporal features effectively. Experimental results show that temporal features can boost the resolving power of existing CRF models that solely employ spatial features, especially in areas with similar spatial features, such as interaction-dense areas.(2)We design a framework for mining the drivers’ route preferences from historically matched paths to improve the effectiveness of our CRF-based algorithm, which can weaken the effect of the uncertainty caused by low-frequency-sampling.(3)We perform extensive experiments on a real trajectory dataset collected from the physical world and labeled manually. Our algorithm is evaluated for matching accuracy. The results show that our algorithm outperforms previous methods significantly on low-sampling-rate trajectories.

The remainder of the paper is organized as follows. A review of some existing map matching methods is given in Section 2. Section 3 presents our map matching framework and problem definition. The algorithm is proposed with detailed discussion and analysis in Section 4. Section 5 presents the experimental evaluation. We conclude the paper in Section 6.

Knowledge discovery in sets of moving objects attracts many researchers, and a large number of approaches have been proposed. These studies can be divided into two categories: models of moving objects, which can move freely in Euclidean space [19]; models of objects, whose movements are subject to spatial constraints, such as road networks. The method proposed by this paper is related to the second research category and can be applied in transportation, urban planning, location-based services, activity recognition [20, 21], and so forth. Indeed, if we know the geometry and the topology of the network, we can represent a trajectory by a list of traversed road segments; such a process is called “map matching.” Depending on the application scenario, these methods can be divided into two categories: online and offline.

Online algorithms mainly employ a greedy strategy to search for the optimal local matching from an existing solution. Greenfeld [22] proposes an incremental algorithm that considers only geometric information to evaluate each candidate edge. This information contains distance similarity and orientation similarity. Chawathe [23] proposes a segment-based method, in which a confidence score is defined and assigned to different sampling points. When a new trajectory appears, high-confidence edges are matched first, and then low-confidence edges are matched, according to already matched edges. Wenk et al. [24] propose an “adaptive clipping” approach that obtains the shortest path on a local free space graph. These kinds of methods can identify matching segments quickly due to using only a small part of the trajectory; for this reason, they are widely used for online applications, such as navigation systems. However, the accuracy of these algorithms drops sharply when sampling frequency decreases.

Offline algorithms handle the entire trajectory after completing a trip. Most studies detect the closest candidate roads from the current trajectory by means of Fréchet distance or its extended metrics; its underlying meaning is that continuity of curves is taken into account to search for corresponding paths. In the algorithm proposed by Alt et al. [25], the critical values are worked out in a parametric search process, and then the Fréchet distance is measured by finding a monotone path in the free space from the lower left corner to the upper right corner. In order to reduce the effect of anomalous sampling points in this work, Brakatsoulas et al. [26] propose an extended algorithm using average Fréchet distance; in addition, weak Fréchet distance is used in their work to reduce the time cost to . Yin and Wolfson [27] model road networks using weight graphs, and their proposed algorithm is based on edit distance, which is similar to average Fréchet distance. However, these deterministic algorithms are susceptible to noise and perform worse with low-sampling-rates.

To deal with noise, low-sampling-rates, and other issues effectively, methods based on probabilities are widely used. Lou et al. [28] propose an ST-Matching algorithm that combines temporal and spatial contexts. At first, the candidate roads of each sampling point in the given trajectory are determined according to Euclidean distance between the current point and each candidate road, and then spatial and temporal analysis is used to calculate observation probability and transition probability. After accumulating probability scores, the path, which has the maximum joint probability, would be considered the matched path. However, this method does not take into account the weights of different factors and interaction between nonneighboring points, so the accuracy falls rapidly when the path is too long or when there are multiple lanes in the area. Newson and Krumm [16] propose a map matching algorithm for low-sampling-rate trajectories based on a hidden Markov model (HMM). In their work, observation probability matrix and transition probability matrix are inferred by learning from the training dataset, and then a Viterbi algorithm [15] is used to get the result. But HMM has a too strict independence assumption, ignoring the impact between points over long distances and with nonorthogonal features, so its accuracy is slightly lower than that of ST-Matching. Liao et al. [29] also suggest a CRF-based algorithm, but since it employs only the spatial context, the sampling points tend to match roads on the shortest path, and it is not suited for low-sampling-rate trajectories.

3. System Overview

3.1. Problem Definition

In this section, we give definitions of some terms used in this paper.

Definition 1. A trajectory is a sequence of GPS point which is generated by a vehicle in a trip. Formally, , where is the total number of sampling points in the GPS trajectory, the symbols and denote start point and end point, respectively. Each GPS point can be represented by a three-tuple , where denotes latitude, denotes longitude, and denotes timestamp. Let denote the collection of trajectories.

Definition 2. A trip is an origin-destination pair (OD), which is represented by a two-tuple , where denotes an origin road and denotes a destination road. If the origin and destination roads of two trips, and , are the same, can be considered tenable.

Definition 3. A path is a road segments sequence which is traversed by a vehicle in one trip. , where denotes an origin road and denotes a destination road. For , the symbol is the ID of a road segment, and is total number of road segments in the road network. If any two neighboring road segments of a path are different and topologically connected, that path is called a complete path.

Map matching is equivalent to a sequence-labeled problem in machine learning. Given an observable GPS trajectory , a sampling points sequence can be regarded as an observation sequence to be labeled; road set can be regarded as the label set. The objective is to find a path that is an optimal match for trajectory , where is essentially a maximum a posteriori probability path; that is, .

3.2. System Framework

The framework of our proposed algorithm is presented in Figure 2. It consists of a training phase and a prediction phase. In the training phase, the parameters of the CRF model are inferred by learning from labeled trajectories. In the prediction phase, generative features and transition features are extracted from the given trajectory to establish the CRF model, and then the value of average sampling interval is checked; if is not lower than a given threshold, the matched path is obtained by using the CRF model directly. In detail, the conditional probability of matching a road segment given a sampling point equals the sum value of all the features, and then the matched path with maximum joint conditional probability is worked out. Otherwise, the sampling rate is considered too low to capture the temporal and spatial correlation; in order to improve matching accuracy, route preference information is extracted from historical trajectories of the corresponding vehicle, and then it is superposed, with appropriate weighting, on transition features of CRF to generate new transition features.

4. Proposed Approach

4.1. CRF-Based Approach

As a special case of undirected graphical models, a conditional random field is developed on the basis of the maximum entropy model; this approach is widely used in sequence-labeled problems. It avoids the labeled bias problem in the maximum entropy model. Detailed information about CRF can be found in [18, 30].

Definition 4. Let and be sets of observations and random variables, respectively, and the conditional probability of given . If the set of random variables constitutes an undirected graph satisfying the Markov property, that is to say, is founded on any node in the graph, where denotes all the nodes connecting node in graph , then denotes all the nodes except node . The probability distribution is called condition random fields.

A sequence-labeled problem can be modeled using a linear CRF. If we denote the values assigned to observation sequence by a vector , the vector assigned to labeled sequence has the following form:where is the normalized factor, which is used to convert to a valid probability and which is defined as the sum of exponential number of sequences:The function belongs to an exponential family, which is a set of probability distribution functions of a common form. The function is the potential function defined for the nodes in the graph model. This function is also called a generative feature, which makes a different effect of observation sequence on the probability that label sequence occurs. If , the bigger the value is, the more the model prefers to label for . The function is the potential function corresponding to the edges that link nodes and model the dependencies between two labels. It is called a transition feature. That is to say, in labeling , both and previously labeled would be considered. The vectors and are parameters of the CRF and control the weights of their potential functions. All the potential functions and parameters can take arbitrary real values, and the entire function will be nonnegative. The local information of the graph is modeled using potential functions, and such context information can be propagated through the edges linking the nodes; therefore, CRF can integrate a wide range of context information.

With respect to the map matching problems, the road segment that is matched by current sampling point of a vehicle may depend on this vehicle’s previous locations. In theory, a high-order CRF that integrates long-distance context dependencies should be used in the model to achieve high accuracy. However, inferring the parameters for a high-order CRF requires complicated computation. In this paper, we use a simple first-order linear CRF model, in which only the dependency between road segments of neighboring sampling points is considered. Our experiments verify the validity of modeling in this way.

4.2. Feature Selection

In this section, we give the concrete expression of each feature function. As mentioned in Definition 1, generative feature is determined only by the current GPS point without considering the effect of other road segments. According to [16, 28, 29], error of GPS points follows Gaussian distribution . This is in accordance with our intuition that a GPS point is more likely to match to the nearest road segment. Therefore, the formula of generative feature is given bywhere denotes th candidate road segment of GPS point at sampling time and denotes the projection distance from to . This formula is based on the assumption that the standard deviation is constant over the road network. This is not true in practice, due to urban canyoning effects [31] and satellite occlusions, and [32] uses geographical clustering of the regions of interest to estimate . However, this method is more complex. In this paper, we still consider that is invariant and set it to 20 meters by measuring on the real dataset. The experimental results show that the effect of the model is ideal. The generative feature ignores the relation of neighborhood points. So it is insufficient to match GPS point based only on generative feature. An example is given in Figure 3. The GPS point would be matched to the nearest road segment without considering its neighboring points and . In fact, the road segment is correct.

The transition features model the possibility of jumping between the candidate road segments of two neighboring points. In general, drivers are unlikely to choose a detour path, and the candidate road segments of neighborhood GPS points should be adjacent or close to one another in spatial topology. Therefore, the spatial transition feature is defined aswhere is the projection point of on the th candidate road. The functions and are used to calculate the Euclidean distance and path distance between two points, respectively. Obviously, , and the smaller is the value of , the more roundabout is the path. The function reflects the spatial dependency of a GPS point on its neighboring points. However, in some cases, the spatial context cannot be sufficiently reliable to determine the actual path, as when, for example, in some dense parts of a road network, the spatial features of multiple candidate road segments may be similar. In order to distinguish the actual path from other candidates, other high-resolving-power features should be integrated into our model. Consider that the speed constraint of a road segment may be different from that of others, for example, an expressway or a bypass; even with respect to the same road, the average speed can be different at different times. A GPS point is unlikely to be matched to the road segments, on which the corresponding vehicle exceeds the speed limit. We therefore introduce the temporal feature. Assume that there are road segments in a subpath between and ; the historical average time of traversing from to can be calculated bywhere denotes the distance of traversing on road segment and denotes the historical average speed of traversing road segment at the same time slot. The temporal transition feature is given asAs with , the temporal transition feature . Due to taking the temporal feature into consideration, the model would give a higher probability of matching a GPS point to the candidate road whose average speed is closer to the speed of the trajectory.

In summary, the posterior probability of the matched path given a trajectory can be presented asThe weighted coefficients , , and are the model parameters, which are determined in the training phase.

4.3. Model Inference

The goal of model inference is to infer parameters , which are independent of time . A training set containing labeled trajectories is needed in this phase. Given the definition of conditional probability , the optimization goal is to maximize the likelihood of the training data, and the logarithm likelihood function is given by . A standard parameter learning process is to calculate the gradient of the objective function and then use this gradient to search for the optimal solution. There are many algorithms for completing this task, and we use L-BFGS [33] in this paper.

In the actual process of parameter learning, if the number of candidate roads is not limited, every road in the city will be involved in the calculation, and this will lead to low efficiency. By preanalyzing on our real dataset, we find that the distance between a GPS point and its correctly matched road is unlikely more than 400 meters. Therefore, we can ignore roads that are more than 400 meters away from the GPS point so that the algorithm can be executed faster without reducing the accuracy. Maximum likelihood estimates of can be obtained after parameter learning; this is denoted by . Map matching is the process of seeking the maximum a posteriori estimation of . In this paper, we use a Viterbi algorithm [15], which can calculate a global optimal solution with low time complexity.

4.4. Map Matching Based on CRF and Route Preference Mining (RPM)

The CRF model above can match a GPS trajectory to the corresponding path. However, when dealing with a low-sampling-rate trajectory, the accuracy is not satisfactory. The main reason is that the correlation between neighboring points decreases with increasing sampling intervals. As mentioned earlier, if the sampling rate is too low, the span of two neighborhood observations and may contain multiple candidate subpaths, whose length and speed limit are close to others, especially in the zone of dense interactions. Such an example was shown in Figure 1. To tackle this issue, some additional information is needed to supply the weakness of the resolving power of existing features. In previous research, Froehlich and Krumm [34] found that 60 percent of the paths of a driver are repeated, and most drivers select routes following their personal preferences. Motivated by this, we use personal route preference to enlarge the discrepancy in transition features. A natural way to quantify route preference is using the conditional probability that vehicle traverses the th candidate road at time , given the condition that it traverses the th candidate road at time . This can be calculated as follows:Here, denotes the number of trips of vehicle , whose paths contain the road segments and following the order . The symbol denotes the number of candidate roads at time . The conditional probability can be obtained by counting in the database. However, after some thought, it is easy to find that cannot describe the personal route preference entirely, because if the historical records of a driver or a path are scarce, the value of is incredible. To tackle this issue, we introduce the function that represents the driving experience of vehicle on road . In [12], the growth of driving experience is modeled using a sigmoid curve; this motivated us to give a similar definition:where is the number of times that vehicle traverses , the expression is the linear transformation mapping from to , and and are coefficients. Obviously, the more times vehicle traverses road , the closer is to 1. Based on the analysis above, the route preference of vehicle is given asThe personal route preference is the reinforcement of the transition features. But the latter cannot be completely replaced by the former. Because although the resolving power of the transition features is weakened with decreases in the sampling rate, they do not completely disappear. In many cases, the transition features are still effective. Therefore, a reasonable way of using route preference is that, when matching low-sampling-rate observations, is superposed, appropriately weighted, on the transition features of CRF to generate a new transition feature, which is given bywhere is weighting factor, which is used to control the balance between the transition features in CRF and route preference, and which is determined by experiment. Specifically, we can set to different values and observe accuracy changes in the results of applying our algorithm and then choose the value of that makes the algorithm achieve higher performance.

When calculating the function, there are frequent queries for the number of a certain road or a certain path passed by a vehicle, which lead to the low efficiency. To reduce the response time, we design an inverted-index table (IDT), which is implemented in three layers of nested hash structure. Its structure is showed in Figure 4. The key of the first layer hash is the vehicle ID, and its value is a pointer, which points to the second-layer hash. The key of the second-layer hash is the ID of the road segment visited by the corresponding vehicle, and its value is a pointer pointing to the third-layer hash table. The key of the third-layer hash is the ID of the path that includes the road segments traversed by the corresponding vehicle, and the value of the third-layer hash is the road segment order in the corresponding path. It is used to determine the direction of the path.

In general, drivers adopt different route strategies at different time. For example, a detour is taken to guarantee the minimum travel time in morning peak hours, and the shortest path or habitual route is selected in normal times. Therefore, in order to calculate route preference accurately, we partition a day into three time slots: morning peak, from 7:30 to 9:30, evening peak, from 17:30 to 19:30, and a normal period of nonpeak hours. Each IDT is built in each time slot. When launching a query, the request is handled in the corresponding IDT according to the sampling time. Algorithm 1 shows our proposed algorithm combining CRF and route preference.

Input: a trajectory of vehicle , CRF model, IDT of vehicles
Output: the matched path (road segment sequence)
(1)  Check the average sampling interval of trajectory, if lower than threshold, goto (2); otherwise  goto (9);
(2) for   to   do
(3)   for  each candidate road in candidate road set of GPS observation of time   do
(4)    Count the number of paths passing through
(5)     for  each candidate road in candidate road set of GPS observation of time   do
(6)       Count the number of paths passing through to in order
(7)       Calculate the route preference of driver using formula (10)
(8)       Calculate new transmission features using formula (11)
(9) Calculate the maximum posterior probability using Viterbi algorithm.

5. Experiments

5.1. Experimental Setting and Dataset Description

For our experiments, we construct a LAN consisting of three computers, which are used to provide GIS service, database, and algorithm execution. We implement our algorithm using C#, and the GIS server is set up with ArcGIS. The digital map mainly includes road network layers with “shape” format. The attributes of the road network include ID, name, level, and length. The network traffic flow information is derived from statistics on historical trajectory data. All information, such as original GPS, traffic flow, the path of each trip, and the IDT, is stored in SQL Server.

We use real trajectory data set generated by 720 Beijing taxis over a period of six months (from March 2012 to August 2012). The sampling interval is approximately 10 seconds. The entire dataset is labeled manually. To validate the regularity of the personal route, we define the repeated path of path , which can be computed as

When is greater than the threshold , the path can be considered as a repeated path of ; here is set to 0.8. Note that is not necessarily the repeated path of . For example, is a path containing ten road segments, and is subpath of , which contains four road segments. The statistics of our dataset are shown in Figure 5. We find that the ratio of repeated paths increases with growth in the amount of data, and the taxi routes show the expected repetitiveness. When trajectories are accumulated over two months, an average 32.4% of paths are repeated. For 68 of these vehicles, the rate is 50%+. Only 47 vehicles have less than 20% repeated paths, since their daily trips are fewer than others. When data is gathered over five months, the average repeated paths rate grows to 63.2%, and 54 vehicles have 80%+ repeated paths, with all others reaching a minimum of 40.4% repeated paths.

We also validate that the number of repeated paths grows with more days of observation. Figure 6(a) presents the growth trend of one driver’s repeated path ratio over a period of five months. At first, the ratio increases relatively slowly, and it is less than 20% when accumulating to the 40th day, which indicates that more obscure paths are generated in this period. Then the growth rate increases significantly as the number of days continues to grow; when accumulating to 90 days, the average repeated path ratio is 60%+. Thereafter, the growth rate seems to slow again; ultimately, the average of this ratio holds at approximately 70%. Furthermore, the regularity of route selection is verified. Figure 6(b) presents 387 paths derived from 6820 trips of a driver over five months. We find that the major path bears 235 trips, which is 3.4% of the total number; moreover, 1432 trips, 21% of the total, are distributed over the top 10 frequent paths. This inhomogeneity of path distribution confirms the existence of personal route preferences.

5.2. Experimental Result

The effectiveness of our proposed algorithm is evaluated using two accuracy metrics: accuracy by road segments () and accuracy by paths (). These are defined as

First, we estimate the effects of our CRF model (denoted as CRF1) by comparing with other algorithms, such as incremental, HMM, and CRF [29] (denoted as CRF2). We select any five months’ trajectories as a training set and process the remaining one-month trajectories to generate a plurality of groups at different time intervals (by 30-second increments) for testing. Figure 7 shows the results of each algorithm.

As demonstrated in Figure 7, under the same conditions, is much lower than , due to the strict restriction of . When the sampling interval is less than 30 seconds, all algorithms can achieve high accuracy. And as the sampling interval increases, the accuracy of all algorithms shows varying degrees of decline. All of these algorithms use the context information of the sampling points, and the effects of context information are weakened gradually with decreases in sampling frequency. Specifically, the accuracy of the incremental approach using the local geometric features drops most dramatically. Both HMM and CRF2, which only consider the spatial context, exhibit similar performance to each other. And the accuracy of CRF2 is slightly higher, since the CRF2 model obtains the optimized weights of each feature by parameter learning and makes better use of the spatial context. As temporal correlation is considered, when the sampling interval is not too large, CRF1 significantly outperforms CRF2. We also find that, as the sampling interval continues to increase, the accuracy curve of CRF1 drops sharply and gets close to CRF2, which indicates that temporal correlation has a weaker effect when neighboring observations are far away from each other.

The parameter in our proposed framework is used to balance the ratio of temporal-spatial constraints and route preference. We estimate by analyzing the change in accuracy resulting from setting to different values. We use any five months’ matched trajectories to calculate route preference, and set up three groups of test sets according to different sampling intervals: 180 seconds, 300 seconds, and 420 seconds. Figure 8 shows the evaluation results. In the test set with a 180-second interval, with the value of rising, grows gradually first and reaches a maximum of 0.821 when is 0.7; then declines. The reason is that when the proportion of route preference is too high, its effect covers the effective temporal-spatial features. Although some GPS observations are matched to the correct road segments, more observations are mismatched to road segments, which the corresponding driver traverses frequently. Meanwhile, exhibits a tendency toward stabilization after a time of rising. In test sets on 300-second and 420-second intervals, and exhibit a growth trend to different degrees, which implies that, under lower sampling frequencies, the temporal and spatial contexts have less effect, and route preference ought to dominate map matching. Considering that trajectories of higher sampling frequency are more valuable, it is necessary to ensure that the matching accuracy of these trajectories is as high as possible. According to evaluation results on different sampling intervals, the value of is set to 0.7.

When the sampling interval exceeds 180 seconds, and drop lower than 80% and 50%, respectively. This implies that CRF1, which depends on temporal-spatial context, can hardly maintain a satisfying effectiveness of map matching. So we integrate route preference into the CRF-based algorithm to provide replenishment of context. Next, we compare our algorithm combining CRF1 and RPM (CRF1 + RPM) with CRF1. As presented in Figure 9, with increasing sampling interval, and of these two algorithms drop at different rates. However, comparing with CRF1, of CRF1 + RPM drops slowly and tends to become stable. This means that the improvement of , which is attributed to route preference mining, is more significant with an increasing sampling interval, and the growth rate of is more stable and exceeds 12%. This part of the experiment indicates that CRF1 + RPM outperforms CRF1 for all sampling rates significantly. Figure 10 presents a comparison of matching results of CRF1 and CRF1 + RPM. As shown in Figure 10, a trajectory with a 300-second sampling interval, consisting of four GPS observations, is matched to a wrong path using CRF1, while we get the correct path using CRF1 + RPM.

Finally, we validate the influence of the accumulation of data on effectiveness. Similar to the above, our algorithm is evaluated at different sampling intervals: 180 seconds, 300 seconds, and 420 seconds, and the amount of trajectory used for route preference analysis is increased successively, with increments of one month. Figure 11 presents the evaluation results. In the first two months, the proportion of repeated paths is so low that route preference mining cannot make a great contribution to improve performance, since this stage mainly reflects a period of generating rare paths. When three months’ worth of data is accumulated, accuracy begins to grow sharply, following the rise of the repeated path ratio. And when the amount of data reaches five months, and are improved by nearly 10%+ and 15%+, respectively. In addition, we also find that RPM is more effective for the low-sampling-rate trajectories.

5.3. Discussion

Our proposed map matching algorithm is based on linear chain CRF, which can be regarded as the undirected graphical model version of HMM. However, compared with the HMM, CRF provides better support for modeling overlapping, nonindependent features of the output. Taking advantage of this, we introduce the temporal context of neighboring observations, which can boost the resolving power of the transition feature and integrate it with the spatial context. Experiments show that this combination achieves very good performance. In some regions of dense and diverse roads, many candidate paths of GPS observations have similar spatial context information, but their temporal features are quite different, as with, say, expressways and bypasses; thus we see that temporal correlation can heighten the divergence among the solutions to some extent.

When the sampling interval is too large (e.g., exceeding 240 seconds), the effect of temporal context diminishes sharply; so we remove the temporal feature from transition features in order to make the algorithm execute faster; meanwhile, we introduce route preference. These correct matched trajectories, resulting from consideration of route preference, are derived from the trips that mainly happen in the morning or evening peak hours. During these peak hours, probably, the shortest path is not the fastest path, due to traffic congestion, and drivers may choose a roundabout but habitual route. This may weaken the effect of the spatial feature and generate more mismatches under a low-sampling-rate. The addition of route preference maintains the accuracy of the algorithm at a relatively stable and high level. Further, it tends to correctly match or mismatch an entire trajectory. Once mismatching of an observation occurs, a considerable proportion of observations would be matched to incorrect road segments.

Note that the trajectories we used are derived from taxi trips, which are irregular, due to randomness of picking up passengers. If this technology was applied to private cars, it is likely that higher performance would be achieved.

6. Conclusions and Future Work

This paper proposes a CRF-based map matching algorithm, which has the advantage of integrating context information into features flexibly. The spatial and temporal correlations between neighborhood sampling points are chosen as features in order to improve distinguishability of the trajectory. To further improve the algorithm’s performance, in the case of a low-sampling-rate, we discover and utilize the personal route preference information to supply the lack of effective features. Experimental results illustrate that this algorithm can accurately find the actual path on multiple sampling frequency datasets. Compared with other map matching methods, the performance is significantly improved. In the future, we will further study the impact of unexpected social events on the effectiveness of our method.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

The research reported in this paper was conducted as part of the project “The research and application of the urban air environment regulation and control technology based on the Internet of Things,” which is under the State High-Tech Development Plan (the 863 program), and funded by National Science Foundation of China (Project no. 2012AA063303) and National Science Foundation of China (Project no. 51408237) “Research on Modeling and Simulation of Bicycle Microscopic Behaviors at Nonsignalized Intersections Based on Information Fusion.” In addition, the authors thank Dr. Ling Huang for her help in English improvement of their paper.