Next Article in Journal
A Multi-User, Single-Authentication Protocol for Smart Grid Architectures
Next Article in Special Issue
A High-Resolution Open Source Platform for Building Envelope Thermal Performance Assessment Using a Wireless Sensor Network
Previous Article in Journal
Automatic Detection of Arrhythmia Based on Multi-Resolution Representation of ECG Signal
Previous Article in Special Issue
Designing a Streaming Algorithm for Outlier Detection in Data Mining—An Incrementa Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimating Urban Road GPS Environment Friendliness with Bus Trajectories: A City-Scale Approach †

1
Key Laboratory of High Confidence Software Technologies, Ministry of Education, Beijing 100871, China
2
School of Electronics Engineering and Computer Science, Peking University, Beijing 100871, China
3
National Engineering Research Center for Software Engineering, Peking University, Beijing 100871, China
4
College of Computer Science, Chongqing University, Chongqing 400044, China
5
School of Computing and Communications, Lancaster University, Lancaster LA1 4YW, UK
*
Author to whom correspondence should be addressed.
This paper is an extended version of our paper published in Ma, L.T.; Wang, Y.S.; Peng, G.J.; Zhang, C.H.; Chen, C.; Zhao, J.F.; Wang, J.T. Multi-Source Data Integration-Based Urban Road GPS Environment Friendliness Estimation. In Proceedings of the16th IEEE International Conference on Ubiquitous Intelligence and Computing, Leicester, UK, 19–23 August 2019.
These authors contributed equally to this work.
Sensors 2020, 20(6), 1580; https://doi.org/10.3390/s20061580
Submission received: 31 December 2019 / Revised: 7 March 2020 / Accepted: 9 March 2020 / Published: 12 March 2020

Abstract

:
GPS is taken as the most prevalent positioning system in practice. However, in urban areas, as the GPS satellite signal could be blocked by buildings, the GPS positioning is not accurate due to multi-path errors. Estimating the negative impact of urban environments on GPS accuracy, that is the GPS environment friendliness (GEF) in this paper, will help to predict the GPS errors in different road segments. It enhances user experiences of location-based services and helps to determine where to deploy auxiliary assistant positioning devices. In this paper, we propose a method of processing and analysing massive historical bus GPS trajectory data to estimate the urban road GEF integrated with the contextual information of roads. First, our approach takes full advantage of the particular feature that bus routes are fixed to improve the performance of map matching. In order to estimate the GEF of all roads fairly and reasonably, the method estimates the GPS positioning error of each bus on the roads that are not covered by its route, by taking POIinformation, tag information of roads, and building layout information into account. Finally, we utilize a weighted estimation strategy to calculate the GEF of each road based on the GPS positioning performance of all buses. Based on one month of GPS trajectory data of 4835 buses within the second ring road in Chengdu, China, we estimate the GEF of 8831 different road segments and verify the rationality of the results by satellite maps, street views, and field tests.

1. Introduction

GPS is widely used in many location-based services (LBS), such as traffic, tourism, and social interaction. However, the error of GPS positioning has negative impacts on LBS users and even leads to decision-making mistakes. For example, the British police once broke into the home of an innocent person due to a GPS error [1]. Although some methods can improve the accuracy of GPS positioning (e.g., increasing the number of satellites and the vector tracking based on Kalman filtering), they are not effective enough to reduce multipath errors [2,3,4].
Concretely, the multipath effect refers to the phenomenon in urban canyons (e.g., urban areas with tall buildings, overpasses, or street trees); GPS signals cannot reach the receiver through the line of sight (LoS), but are reflected via the building surface or the ground. Recent works [5,6,7,8] confirmed by reassuring experiments that the multipath effect, especially in a built-up urban area, has a major impact on the precision of GPS positioning. Besides, according to the indication generated in the statement of the National Marine Electronics Association (NMEA), the locating information included in the GPS raw data can be used to measure satellite constellations’ geometry errors and receivers’ instrumental errors to some extent. However, the work in [5] indicated that when the primary signal is reflected, the additional distance travelled by the signal due to the reflection can inflate the pseudorange estimate, which cannot be reliably distinguished by GPS receivers. It is not enough to measure the multipath error or GPS positioning error definitely based only on such information [7,9].
To measure the impact that the urban environment has on GPS positioning accuracy, we define GPS environment friendliness (GEF) as the metric: the more negative the effect of the building layout environment on GPS accuracy in a certain area, the poorer the GEF is in this area. The estimation of GEF information in different areas is a fundamental work: First, it helps to improve the user experience of location-based services while the GPS accuracy is limited. For example, if a driver using a ride-sharing app (e.g., Uber) finds that a passenger is located in a poor-GEF area, instead of relying solely on the GPS location information, the driver may choose to communicate the location details with the passenger in advance through a phone call, which reduces the risk of detouring caused by GPS positioning errors. Second, estimating GEF is also helpful for improving the accuracy of GPS in urban areas. There are many methods to improve the accuracy of GPS by combining GPS samples with other complementary information, such as Wi-Fi fingerprints [10], street-view media [11], and 3D-maps [12]. However, the implementation of those solutions often introduces extra costs, such as deploying Wi-Fi access points or updating Wi-Fi fingerprints. GEF can remind people which locations have the most urgent need to deploy an assisted positioning solution (i.e., the locations with the worst GEF) to minimize the overall cost while achieving satisfactory positioning accuracy.
Researchers have conducted several interesting studies on GPS accuracy in different urban areas. For example, Schipperijn [13] selected four routes and recorded 68,000 GPS points to test the dynamic accuracy of the GPS positioning. Drawil [7] proposed a scheme to address localization accuracy estimation utilizing the GPS dataset collected by a vehicle and the knowledge about the surrounding environment. However, most of these have been small-scale and road-by-road field studies. They usually selected some representative streets or locations to evaluate their environmental influence on positioning accuracy. These effort-consuming approaches were only able to estimate the GEF in a limited number of locations. It was difficult to provide a comprehensive city-scale evaluation.
To this end, this paper proposes an approach to estimate the city-scale GEF based on the historical GPS trajectory data of buses. The basic idea is first to divide the urban road network into short and equal-length road segments so that GEF at different locations within the same segment can be treated as the same. Then, we estimate the error of each GPS localization record by using historical bus GPS data and the bus routes’ information. Finally, we statistically analyse the positioning error of the buses on different road segments and calculate their GEF level.
Although the above basic idea is easy to be understand, our proposed approach is not straightforward, since we encounter the following challenges. The routes of all buses in total have a high coverage for roads in a city, while the trajectory data of a single bus can only cover a small part of the road network. It is impossible to assess the GEF of all roads by simply using the GPS data of a single bus. Furthermore, there is a significant variance in the quality of GPS receivers among different buses, which means that the GPS positioning accuracy of different buses on the same road may differ from each other. This may lead to an incorrect conclusion if we estimate the GEF of a road only depending on the buses whose routes cover the road. The GPS samples of different buses cannot be simply aggregated to solve the problem. Therefore, when integrating the GPS data of different buses, we need to develop more sophisticated mechanisms to eliminate the influence brought by the variance of GPS receivers’ quality, so as to compare the GEF on different road segments. The main contributions of the paper are:
  • We estimate the GEF of roads at the city scale using the historical GPS trajectories of buses, without the need for extra specialized efforts in GPS data collection. Compared to other methods, this makes our method more scalable, less costly, and more accessible to be transferred to other cities, by only using already existing bus trajectory data. Besides, buses are supposed to run on fixed routes many times a month, which is the prior knowledge for map matching. This helps improve the accuracy and efficiency in the map matching process and reduce the misestimation brought by accidental factors (e.g., the position of satellites, weather).
  • We propose a novel three-phase framework for estimating the GEF of urban roads. First, the bus routes’ data and the historical bus GPS data are mapped to the road network based on the map matching algorithm. We calculate the errors of each bus on road segments through which it passes. Secondly, we propose a matrix completion-based method, which makes full use of the correlation between the GPS errors of buses on different road segments and uses the third-party data of urban environment information as regularization to infer the GPS errors of buses on all road segments. Finally, we integrate the errors of buses on all road segments to estimate the GEF.
  • We conduct an evaluation and verify our estimated GEF by comparing it with the ground truth collected through field study and the street views on some road segments. The results confirm the effectiveness of our proposed evaluation approach.

2. Related Work

2.1. GPS Error and Calibration

GPS data have attracted much attention among data mining researchers. Most of the works comprehensively leveraged multiple machine learning techniques, combining GPS data with multi-source heterogeneous data, e.g., POIdata, crowd movement data, etc., to analyse and discover knowledge of a city and further resolve problems in constructing a smart city [14,15,16,17,18,19,20,21,22,23].
However, most works referring to GPS data suffer critical misguidance by GPS positioning error. There are three main components of GPS error [24,25,26,27] including Satellite clock error, signal transmission error (e.g., ionospheric delay, tropospheric delay, multipath effect), and the GPS terminal device’s error. Recent works [7,8] confirmed from reassuring experiments that the multipath effect, especially in built-up urban areas, has a major impact on the precision of GPS positioning. Although many methods can improve the accuracy of GPS positioning, they are not effective enough to reduce multipath errors [2,3,4]. Wu et al. [28] proposed a novel error reduction system for trajectories. However, this approach is designed for sequential localization trajectories and thus cannot figure out the true position of any single GPS positioning record. Wu et al. [29] proposed a model to locate a single GPS position accurately, which was the first work to locate one GPS position as a road. However, the training data of this model relied on the desirable results of map matching, which also encounters problems in urban canyons and tunnels. The possible variance of the quality of GPS receivers was not taken into account.
To obtain a reliable position in urban areas, there are also some existing positioning techniques incorporating GPS data with extra information, such as Wi-Fi fingerprints [10], street view videos/images [11], and 3D maps [12]. In order to maximize the benefits and minimize the total cost, decision-makers should select where to deploy expensive devices cautiously to collect such complementary information. The introduction of GEF provides economic guidance of where to map out those devices.

2.2. Measuring GPS Positioning Performance

Researchers have thoroughly studied GPS positioning errors and their causes. GPS receivers cannot reliably distinguish between reflected and direct signals [5]. Besides, there is an indication of the satellite geometry effect on the accuracy, which is called the dilution of precision (DOP) in the GPS measurement data according to the National Marine Electronics Association’s (NMEA) statements [30]. However, the work in [9] indicated that the DOP of the site varies throughout the day. The work in [7] also indicated that although the DOP as a feature shows some power to figure out the positioning performance of a given measurement, it cannot be relied on to perform measurement accuracy classification.
In order to measure the precision of GPS records, data in various scenarios are collected. The work in [31] proposed an urban road friendliness evaluation approach to evaluate GPS positioning accuracy only based on the vehicle trajectory data. The work in [7] proposed a scheme to address localization accuracy estimation by using a vehicle equipped with a standard GPS receiver to collect 6520 real-life GPS measurements. Knowledge about the surrounding environment was also utilized to optimize the classification performance. Modsching [32] gathered positioning data with several facilities at 4000 points in a mid-sized city. The work in [8] selected a few typical zones in the city and then collected GPS data in those places. The work in [13] collected information only from a closely spaced body building apparatus in an outdoor fitness areas. Those existing works were effort-consuming, and some required excess GPS terminal devices, which is not desirable with a limited budget. As a result, they could not estimate the GPS positioning performance at the city scale.

3. Basic Concepts

Definition 1.
Road network. The road network is a graph R N = ( N o d e s , E d g e s ) comprised of a set of roads connected to each other in a graph format. E d g e s = { e d g e i } is the set of the edges with each edge associated with a road. N o d e s = { n o d e i } is the set of the nodes with each node associated with an intersection represented by ( i d i , l o n g i t u d e i , l a t i t u d e i ) . Edge set E d g e s is a subset of the cross product N × N , where N is the number of nodes. Each element e d g e ( n o d e i , n o d e j ) in E d g e s is a street connecting n o d e i to n o d e j . In this work, the road is depicted as a line without any width. The road network data of Chengdu was downloaded from OpenStreetMap (Please check the official site of OpenStreetMap for more details: http://www.openstreetmap.org/).
Definition 2.
Road segment. A road segment r o a d i of the road e d g e j is a continuous part of e d g e j . A road could be divided into several road segments. In this paper, we set the length of a road segment equal to 50 m. The road whose length was less than 50 m was treated as a single road segment.
Definition 3.
Bus route. The bus route B R i is a subgraph of the road network graph R N . In this paper, there were 184 different bus lines in Chengdu that covered n = 8831 road segments in road network R N . There was always more than one bus running on the same route. For example, the red lines in Figure 1 denote a part of the bus line route.
Definition 4.
Bus trajectory. The trajectory G i = { g i , t } ( i = 1 , , m ) of b u s i is a sequence of GPS points g i , t . We used m to denote the number of buses. m equalled 4835 in our work. The GPS point g i , t = ( t i m e i , t , l a t i t u d e i , t , l o n g i t u d e i , t ) consists of a time-stamp t i m e i , t , a latitude record l a t i t u d e i , t , and a longitude record l o n g i t u d e i , t . For example, the black points in Figure 1 denote the GPS trajectory data of buses.
Definition 5.
POI information of the road segment. The POI information of the road segment is depicted by several different POI categories from the online map. For r o a d i , we constructed a POI feature vector c i = ( c n t 1 , , c n t n u m ) , where n u m denotes the number of different POI categories and c n t j ( j = 1 , , n u m ) denotes the number of nearby (within 200 m) POI, which belong to category p o i j . Concretely in this paper, there were n u m = 17 different POI categories according to the Gaode Online Map (Please check the official site of Gaode Map for more details: http://ditu.amap.com/): catering services, traffic infrastructures, government agency, vehicle sales, corporations, scenic spots, sports services, science education services, shopping services, accommodation services, vehicles services, serviced apartment, finance insurance services, life services, vehicle maintenance, and medical care services.
Definition 6.
Tags of the road segment. According to the OpenStreetMap, road segments could be categorized by tags: PrimaryLink, LivingStreet, service, residential, SecondaryLink, primary, MotorwayLink, unclassified, motorway, trunk, TrunkLink, tertiary, secondary (Please check the wiki of OpenStreetMap for more details of the tags: http://wiki.openstreetmap.org/wiki/Highway_link/). Each road segment is labelled with only one tag.
Definition 7.
Layout information of the road segment. The layout information of the road segment is depicted by several different floors. For r o a d i , we constructed a layout feature vector h i = ( h e i g h t 1 , , h e i g h t n u m ) , where n u m denotes the number of different floors and h e i g h t j ( j = 1 , , n u m ) denotes the number of nearby (within 200 m) buildings with j floors. Concretely in this paper, there were n u m = 60 different floors within the second-ring road in Chengdu, China.
Definition 8.
GPS positioning bias. The GPS positioning bias refers to the linear distance between the GPS positioning record and the real position of the bus. It ranges from a few meters in open sky environments to over 80m in urban canyons [7]. The positioning bias of a bus on the road could be divided into two orthonormal parts. One is vertical to the road, while the other is parallel with the road. The vertical component is much greater than the parallel component, which can be ignored [7,32]. In this paper, such bias is measured as the vertical distance between the GPS positioning point and the real road where the bus is running.
Definition 9.
GPS positioning error. The real horizontal position of the bus along the roads can be figured out based on map-matching algorithms. However, the width of the actual road cannot be ignored with regard to the GPS positioning bias. It is difficult to tell on which lane the bus is running. As a result, we utilized the standard deviation (std) of the GPS positioning biases to measure the buses’ GPS positioning errors on roads, instead of the mean values of the biases. In this way, the GPS positioning error is defined as the standard deviation (std) of the GPS positioning biases. Such error is affected by satellite ephemeris error, receiver clock error, multipath error, spherical error, receiver measurement noise, and so on. Multipath error is the major component when locating in urban areas. The concepts above are shown in Figure 2.
Definition 10.
GPS environment friendliness (GEF). Multipath error is caused by the delay of the signal arrival due to its reflection off building surfaces in the area. GPS environment friendliness defines the degree to which the multipath phenomenon affects the GPS performance. The GEF depends on the surrounding environment. It is independent of time, weather, the quality of GPS positioning terminal device, and the number of visible GPS satellites. We assumed that different locations within the same road segment shared a similar environment and the same GEF.
For a specific road segment, the GEF is considered poor if the std is high, while lower std indicates that the GEF is better. To understand the GEF introduced in this paper intuitively, we show the GPS trajectory data of one bus on different roads in Figure 3. Yellow lines denote the road network, and black points denote the GPS records of the bus. The GPS points in the green circle are densely distributed, which means that their variance is small. It is indicated that the std of the GPS positioning error of the bus on this road is small and the GEF here is good. On the contrary, the GEF of the road marked by the red circle is poor.

4. Methodology

4.1. Overview of the Framework

We developed an urban road GPS environment friendliness estimation approach based on the historical bus GPS trajectory data. The whole framework of the GEF evaluation was composed of the following main components:
  • We utilized the hidden Markov model (HMM)-based map matching algorithm [33,34,35,36] to map the bus trajectories’ data to the roads. The accuracy and efficiency of the map matching process were improved significantly based on the pre-knowledge of bus routes. After the map matching, we constructed a matrix, where the element of the matrix represented the positioning error standard deviation of each bus on each road segment. Note that the route of one bus only covered a small portion of the roads in the city. There were few buses running on any given road. Thus, the matrix to be completed was very sparse.
  • We estimated the positioning errors of each bus on each road segment based on the matrix completion algorithm, taking the nearby environment information into consideration. Due to the variance of the quality of the GPS receivers, an incorrect conclusion would be drawn if we estimated the GEF of a road only depending on the buses whose routes covered the road. Ideally, the GEF of a road is supposed to be estimated according to the GPS errors of all buses. Therefore, we needed to complete the matrix that was constructed in the first phase.
  • The GEF of each road segment was estimated based on the completion result. The buses whose GPS terminal device had a higher quality would have more weight on the evaluation of the GEF.
The details will be presented in the following subsections.

4.2. Map Matching-based GPS Error Matrix Construction

The observed GPS positions needed to be aligned with the road network on the digital map to conduct further analysis. This process is called map matching, which is a fundamental pre-processing step for trajectory-based research and applications [28,29,37,38]. We applied the HMM-based map matching algorithm as an algorithm prototype [33], which is based on two rules:
  • As mentioned in Definition 8 and [7,32], the probability that a GPS point is matched to a road segment is related to the vertical distance between them. The shorter the distance is, the greater the probability is.
  • Since the bus is continuously running on the road, the road segment corresponding to the current GPS sampling point should be close to the road segment corresponding to the previous point.
Based on the two above rules, the algorithm could calculate the emission probabilities and the transition probabilities and then use a dynamic planning strategy (Viterbi algorithm) to find the best matched path.
However, if we applied the above algorithm prototype to our bus trajectory dataset directly, the amount of calculation would be relatively large. It is difficult for the map matching algorithm to achieve good performance when applied directly to trajectories with large errors [28]. In fact, compared to the trajectory data of other vehicles (such as taxi data), bus trajectory data have their own characteristics. Fixed bus routes data can provide important supplementary information for map matching, which can reduce the number of candidate roads and improve the computational efficiency and matching accuracy. Concretely, a bus usually ran on its specific route. Therefore, the real position of each GPS point was believed to be located on the nearest road segment that was covered by the route of this bus, and the GPS positioning error of the record could be calculated. Besides, there were several buses running on the same fixed line, and each of them went through the routes many times under different weather conditions and in time periods. As a result, the error produced by map matching and accidental factors (e.g., the position of satellites, weather) was reduced to some extent.
Concretely, we divided roads in the road network into short equal-length road segments. On the one hand, we assumed that the GEF at different locations within the same road segment was the same. On the other hand, the GEF of a segment could be estimated only if there were enough GPS record points.
As the bus route data provided by the public transport company were also designated by GPS points, we then needed to match bus route data to the road network. After that, the bus routes were designated by road segments, to which bus trajectory data would be mapped (i.e., the red lines in Figure 4). Figure 4 shows the map matching result of bus route data of Line 1022. The yellow lines denote roads in Chengdu. The black points denote the GPS point of line 1022 route data. The red lines denote the map matching results of the black points.
Some GPS record points could not be mapped to the bus routes within the threshold distance. The main reason for the failure of map matching was that the bus did not travel exactly on the given route. Bus route data provided by the bus company may not be entirely accurate because of a temporary road diversion for construction or the delayed update of bus route data after route adjustment. The bus may not travel on a given route because of repair or refuelling. What is more, the bus may be temporarily scheduled to travel on another route. If there were more than five consecutive points far away (more than 50 m) from the given route, the bus was believed to be veering off its route. Those points would be mapped to other nearby segments on the road network until the bus returned back to its given routes.

4.3. GPS Error Estimation with Additional Environment Information Integration

After mapping each GPS record to the corresponding road segment, we calculated the positioning biases of each bus on every passing road segment. The standard deviation of biases was utilized to measure the error. Matrix Var was then constructed, where the entry v i j denotes the error of b u s i on r o a d j . However, there existed no bus that could pass all roads, making this matrix very sparse.
The routes of all buses in total had a high coverage for roads in the city, while the bus trajectory data of a single bus was quite sparse in the city. For example, within the second-ring of Chengdu (the city we focused on in this study), a single bus’ coverage was only about 2.5%. The GEF of roads in the city had to be estimated based on the GPS records of many buses instead of a single bus.
However, there was a significant variance in the quality of GPS receivers among different buses, which meant that the GPS positioning performance of different buses on the same road segment may differ from each other. Therefore, the GPS samples of different buses could not be merely aggregated to solve the low-coverage problem of a single bus. Therefore, a high GPS error may be caused by GPS receivers with low quality, even on the road segment with good GEF. To reduce such negative influence and estimate the GEF of road segments fairly, we needed to estimate the error of each bus on each road segment. In order for the influence brought by the variance of GPS receivers’ quality to be eliminated, we could compare the GEF on different road segments more fairly.
To complete a matrix, compressive sensing is widely applied [39]. Given a sparse matrix for which most of its items are missing, compressive-based matrix completion will estimate those missing items according to the specific cost function and optimization algorithm. In addition to the common cost function, we tried to incorporate prior knowledge in our completion framework, i.e., the nearby building layout information of roads. With the above prior knowledge, it was possible for us to estimate missing items in the matrix more precisely.

4.3.1. Basic Objective Function of Matrix Completion

After the map matching process, we constructed a matrix Var recording the standard deviation of GPS positioning biases, which measured the errors on road segments:
Var = v 11 v 1 n v m 1 v m n = v 1 v m m × n
v i j denotes the bias std of b u s i on road segments r o a d j . Row vector v i ,   ( i = 1 , , m ) denotes the errors of b u s i on each road segment. Column vectors denote errors of each bus on the given road segment. If the number of GPS records of b u s i on r o a d j was less than 20, the v i j would be set as a missing value. Note that the matrix Var was to be completed and could be very sparse. The basic objective function of matrix completion was set as [39]:
F ( Sign , Var , L , R ) = | | Sign · LR T Var | | F 2 + λ ( | | L | | F 2 + | | R | | F 2 )
The size of binary identification matrix Sign was the same as matrix Var. s i j equalled 1 if v i j was known. Otherwise, s i j equalled 0. s i j = 1 { ( i , j ) | v i j   i s   k n o w n . } . The result of matrix completion was LR T . The size of matrix L was m × a , and the size of matrix R was n × a . a was a hyper-parameter of matrix completion. The penalty term | | Sign · LR T Var | | F 2 measured the similarity between the completion result and original matrix. | | L | | F 2 + | | R | | F 2 was the regularization term. λ was the hyper-parameter denoting the importance of the penalty term.

4.3.2. Measure the Relative Advantage of GPS Receivers’ Qualities

To measures the relative advantage of GPS positioning terminals’ qualities between each of two buses, an m × m matrix Qua was constructed. To test the equality of variations, we used the F-test [40], initially developed by A.Fisher. The hypothesis was that the means of a given set of normally distributed populations, all having the same standard deviation, were equal. Under the Gaussian assumption, any scaled pair of variations of our sample could form a pivot variable following an F distribution if the null hypothesis was true. Then, we could perform hypothesis tests on any pair of variations at the level of 5%.
Qua = k 11 k 1 m k m 1 k m m m × m
where k i j measures the relative advantage of b u s i over b u s j .
k i j = 1 if the quality of b u s i is better than b u s j , 1 if the quality of b u s i is worse than b u s j , 0 if the relative advantage cannot be determined , or i = j .
Concretely, b u s i and b u s j only compared with each other on r o a d r , which has the most GPS points of them. It was assumed that GPS errors followed a Gaussian distribution. Thus, we performed an F-test between the GPS error sequences of b u s i and b u s j on r o a d r , while the confidence coefficient was 95%. As a result, the quality of b u s i was considered as better than the quality of b u s j , if v i r < v j r .
However, if there was not any road that had been travelled by both b u s i and b u s j , we would try to find another intermediate b u s q . The quality of b u s i was considered as better than the quality of b u s j , if k i q = 1 and k q r = 1 , while both of the confidence coefficients should be higher than 97.5%; or the relative advantage between b u s i and b u s j was considered not able to be determined. In order to make the matrix completion result meet the relative advantage between different buses, we constructed an m × m matrix Tran based on matrix Qua.
Tran = Σ j = 1 m k 1 j k 12 k 1 m k 21 Σ j = 1 m k 2 j k 2 m k m 1 k m 1 Σ j = 1 m k m j m × m
Consider the transformation of matrix Var:
Tran · Var = Σ j = 1 m k 1 j k 1 n k m 1 Σ j = 1 m k m j v 1 v m = Σ j = 1 m k 1 j v 1 k 12 v 2 k 1 m v m k m 1 v 1 k m 2 v 2 + Σ j = 1 m k m j v m m × n
To get better insight into this transformation, consider R o w 1 of Tran · Var .
R o w 1 ( Tran · Var )   = Σ j = 1 m k 1 j v 1 k 12 v 2 k 1 m v m   = Σ j = 2 m k 1 j v 1 k 12 v 2 k 1 m v m   = Σ j = 2 m k 1 j · ( v 1 v j )   = Σ j = 2 m k 1 j · ( v 11 v j 1 , v 12 v j 2 , , v 1 m v j m )   = ( Σ j = 2 m k 1 j ( v 11 v j 1 ) , , Σ j = 2 m k 1 j ( v 1 m v j m ) ) 1 × m
Recall the construction of k i j ; ideally, the value of k i j ( v i l v j l ) , l = 1 , , m should be a negative value for all ( i , j ) pairs. Thus, every input of Tran · Var should be a negative value in the ideal case, while a positive value is an inappropriate input.
Due to the lack of a zero lower bound of the Tran · Var F-norm, the cost function would not converge if we added this matrix into the cost function directly. Consider a monotone matrix operation E θ ( · ) , θ > 0 : θ is a predetermined positive number controlling the absolute values of e θ y s to avoid overflow while processing the algorithm. Here, θ = m a x ( y i j ) 1 , ( i = 1 , 2 , , m ; j = 1 , 2 , , n ) .
E θ ( Y ) = e θ y 11 e θ y 1 n e θ y m 1 e θ y m n
where Y is an arbitrary m × n matrix:
Y = y 11 y 1 n y m 1 y m n
The preferred properties of matrix operation E θ ( · ) :
  • The elements in E θ ( Tran · Var ) : inherit the relative magnitudes of the elements in Tran · Var , small values for the ideal case, large values for an inappropriate case.
  • It guarantees a lower bound of | | E θ ( Tran · LR T ) | | F 2 , so that the objective function below has a lower bound. Thus, it is possible to converge when we solve the system iteratively.
As a result, we added the penalty below to the objective function:
λ 2 ( | | E θ ( Tran · LR T ) | | F 2 )

4.3.3. Measure the POI Information of Road Segments

The GEF of road segments with tall buildings would be more likely to be poor due to the urban canyon phenomenon; while it may good if there is an open square near a road segment. We believed that the POI information of road segments was able to characterize the nearby building layout environment. For example, there may be more POI of catering services and shopping services on the road segments with tall buildings. We assumed that the GEF of two roads was similar to each other, when the Euclidean distance between two POI vectors annotating two roads was small. According to Gaode Map, the road was depicted by 17 different POI categories. For r o a d i , we constructed a POI feature vector c i :
c i = c n t 1 c n t 17
where c n t q ( q = 1 , , 17 ) is the number of nearby (within 200 m) POI, which belong to c a t e g o r y q . Then, compute the Euclidean distance between each POI vector of roads segments:
Dist = d 11 d 1 n d m 1 d m n
where d i j denotes the Euclidean distance between the POI vector of c i and c j . Thus, we can construct matrix Poi to describe the similarity of the POI distribution between each of two roads.
Poi = p 11 p 1 n p n 1 p n n
where:
p i j = 0 E u c l i d e a n D i s t a n c e ( r i , r j ) > ε , 1 / d i j Σ k 1 / d i k E u c l i d e a n D i s t a n c e ( r i , r j ) < ε .
k denotes the number of road segments, which had a similar POI distribution as r o a d i . In the Experiment Section, ε was set to 250, tuned by 3-fold cross-validation. According to our assumption, the objective function should be penalized if there was a big difference between GPS errors of buses on roads, whose POI distributions were similar to each other. As a result, we added the penalty below to the objective function:
λ 3 · Σ i = 1 n Σ j = 1 , j i n 1 d i j | | LR T p i j | | F 2

4.3.4. Measure the Tag Information of Road Segments

According to the OpenStreetMap, road segments could be categorized by tags (e.g., PrimaryLink, LivingStreet). Similar to the POI distribution, it was also assumed that the GEF of roads would be similar, if they had the same tag. As a result, we constructed the matrix Tag = ( t i j ) n × n .
Tag = t 11 t 1 n t n 1 t n n
t i j = 1 i = j , 1 / ( k 1 ) if r o a d i and r o a d j have the same tag , 0 otherwise .
k denotes the number of road segments that have the same tag as r o a d i and r o a d j . According to our assumption, the objective function should be penalized if there was a big difference between the GPS errors of buses on roads, which belonged to the same tag category. The new regularization term was designed as:
λ 4 · | | LR T Tag | | F 2

4.3.5. Measure the Layout Information around Road Segments

The GEF of road segments with tall buildings around would be more likely to be poor due to the urban canyon phenomenon, while it may be good if there was an open square near the road. It was assumed that the layout information around road segments was able to characterize the nearby environment. The GEF of two roads should be similar to each other if the nearby building environments were similar as well. We assumed that the GEF of two roads was similar to each other, when the Euclidean distance between two layout vectors annotating two roads was small. For example, there may be more urban canyons or other terrain that lead to poor GEF on the road segments with tall buildings.
The number of floor levels in Chengdu ranged from 1 to 60. Therefore, the layout of each road segment was depicted as a 60-dimensional vector, which meant the number of buildings (within 200 m) of each corresponding height. For r o a d i , we constructed a layout feature vector h i to depict its nearby building layout:
h i = h e i g h t 1 h e i g h t 60
where h e i g h t q ( q = 1 , , 60 ) is the number of nearby (within 200 m) buildings that belongs to q f l o o r s . Then, we computed the Euclidean distance between each height vector of road segments: Dist = ( d i j ) m × n . d i j denotes the Euclidean distance between the layout vector of h i and h j . Thus, we could construct matrix Layout = ( l i j ) n × n to describe the similarity of the layout between each of two segments.
l i j = 0 E u c l i d e a n D i s t a n c e ( h i , h j ) > ε , 1 / d i j Σ k 1 / d i k E u c l i d e a n D i s t a n c e ( h i , h j ) < ε .
k denotes the number of road segments that have a similar layout as r o a d i . According to our assumption, the objective function should be penalized if there was a big difference between the GPS errors of buses on roads, whose layouts were similar to each other. As a result, we added the penalty to the objective function, and the final objective function of matrix completion was:
F ( Sign , Var , L , R , Tran , Poi , Tag ) = | | Sign · LR T Var | | F 2 + λ 1 ( | | L | | F 2 + | | R | | F 2 ) + λ 2 ( | | E θ ( Tran · LR T ) | | F 2 ) + λ 3 Σ i = 1 n Σ j = 1 , j i n 1 d i j | | LR T p i j | | F 2 + λ 4 | | LR T Tag | | F 2 + λ 5 Σ i = 1 n Σ j = 1 , j i n 1 d i j | | LR T l i j | | F 2

4.3.6. Optimization of the Objective Function

The general objective function of matrix completion can be solved iteratively, where each iteration consists of two steps [39]. First, for a given fixed L , update R element-wisely in the gradient descent direction of the objective function. Second, fixing the updated R , update L element-wisely in the same manner.
However, it was intractable to adopt the gradient descent method because of the term λ 2 ( | | E θ ( Tran · LR T ) | | F 2 ) in our objective function. The computational complexity in a single iteration to update terms was O ( m 2 n 2 ) , and m × n was the size of the input matrix. If we took 50 m as the length of the road segment, then the complexity was about O ( 4835 2 × 8831 2 ) , which was intolerably high.
Here, we took advantage of the simulated annealing algorithm to get a more effective solution. An empirically well-adopted initialization [39,41] of L and R is given by non-negative matrix factorization (NMF) [42]. The detail pseudocode of algorithm is shown in Algorithm 1.
Algorithm 1: Matrix completion.
Sensors 20 01580 i001

4.4. Weighted Estimation of GEF

After completing the GPS positioning error matrix, we obtained the approximate GPS positioning error for each bus on each road segment. Our goal was to rank the road segments based on GPS environment friendliness. However, considering the different quality of GPS terminal devices on different buses, we needed to give buses different weights when estimating the GEF of road segments. The intuition was that the bus with a high-quality GPS terminal device could better distinguish between road segments. The quality of the GPS receivers of most buses was acceptable. The GPS receiver would be considered as unconvincing if its positioning performance was significantly different from other buses on the same road segment. We used d i s t i n c t i o n i and c o n s i s t e n c y i to measure the weight of b u s i . d i s t i n c t i o n i represents the capacity of b u s i to distinguish between road segments. c o n s i s t e n c y i represents the degree of b u s i ’s consistency with other buses on the same road segment.
d i s t i n c t i o n i = s t d ( v i , : )
c o n s i s t e n c y i = 1 m e a n ( [ v i j m e a n ( v : , j ) s t d ( v : , j ) ] j = 1 , 2 , , n )
w e i g h t i = d i s t i n c t i o n i · c o n s i s t e n c y i
Given the weights of buses, we could calculate the average error of r o a d j as follows:
G E F j = Σ i = 1 m ( w e i g h t i · v i j ) Σ k = 1 m w e i g h t k
After that, we ranked road segments based on average errors. The smaller the average error was, the better the GEF was.

5. Experiment

In this section, we estimate the GEF of roads covered by bus routes within the second-ring road in Chengdu, China. The estimation results were compared with the baseline methods. We also selected several road segments to collect real-life GPS measurements as the ground-truth to verify the rationality of the results by a case study.

5.1. Dataset Description

The data we used were from a real-world dataset collected in Chengdu, China. The GPS points were recorded by the buses running on their fixed routes for 30 days (2015.11.01–2015.11.30), which meant that the GPS readings were recorded under different conditions (e.g., different weather conditions and satellite positions). For each bus, it generated 2 to 4 records per minute, and thus, the total number of GPS point records was about 62,783,000, which was far more than the existing field-test works. The basic statistics about the data are shown in Table 1.
The urban road network was obtained from OpenStreetMap (Please check the official site of OpenStreetMap for more details: http://www.openstreetmap.org/). The urban road network was divided into short and equal-length road segments, so that the GEF at different locations within the same segment could be treated as the same.
As mentioned above, there was a significant variance in the quality of GPS receivers among different buses. This was because buses were managed by different public transportation operating companies, and the time of GPS installation and update varied from each other, which lead to the diversity in GPS receivers’ brands and models. Taking the city of Chengdu as an example, there were more than 80 different types of GPS receivers in 4835 buses. For different GPS receivers, the quality varied obviously. To understand the difference intuitively, we show the GPS trajectory data of two buses on the same roads in Figure 1. Yellow lines denote the road network. Black points denote the GPS records of the buses. Red lines denote the route where the buses are running. Obviously, the GPS positioning accuracy of the first bus was worse than the second bus.

5.2. Result of Map-Matching

About 80.90% (50,789,815) of the GPS points were mapped to their given bus routes under the distance threshold. About 81.09% of such remaining (19.10%) points were mapped to nearby road segments under the distance threshold. As a result, 96.39% (60,517,304) of all points were mapped successfully. Other points were abandoned as accidental outliers.

5.3. Evaluation of the Matrix Completion Result

We employed k-fold cross-validation to evaluate the precision of the completed results of our completion algorithm. Concretely, k was set as 3 in this experiment. We used estimate error to measure the accuracy of matrix completion.
In detail, all non-zero positions of matrix Var were equally divided into k parts ( P 1 , P 2 , , P K ) . For each part P i , we covered it and preserved the remaining k 1 parts. We applied our completion algorithm to matrix Var and obtained the completed matrix LR T . We calculated the estimate-error [43] according to LR T as follows: ξ i = r , t : v r , t P i v r , t LR r , t T r , t : v r , t P i v r , t . Enumerate the covered part from P 1 to P k , and calculate the final estimate-error as: ξ = i = 1 k ξ i k . Repeat the above operations t times, and calculate the average estimate error as the evaluation result of the completion algorithm. The rank comparing result is shown in Table 2, and we can see that our method outperformed the following baseline methods:
Naive KNN: For each empty entry in one row (column), we searched the k nearest rows (columns) whose corresponding entry was not null according to the Euclidean distance. Then, KNN used these non-empty entries to do the estimation.
Correlation-based KNN: This was similar to naive KNN. The only difference was that it used the correlation to measure the similarity instead of the Euclidean distance.
Non-negative matrix factorization (NMF) [42]: The matrix was factorized into two matrices, with the property that all matrices had no negative elements. Matrix multiplication of the factorized matrices was the completion result.
Our proposed algorithm consistently outperformed the baseline methods, which showed the superiority of our approach over other methods. The layout information, as well as the POI information represented the arrangement of the buildings at both sides along the road, and the tag information indicated the width of the road. They measured the signal occlusion effect to some extent. When integrating this prior information as additional penalty terms into the algorithm, the matrix completion performance was improved. Besides, it was also necessary to consider the variance between receivers’ qualities when estimating the error.

5.4. Case Study

It is extremely hard to evaluate the GPS positioning accuracy with ground-truth measurements in the whole city due to the cost. Case studies are common practices in related works [7,13,28]. We collected the ground-truth through a field study on six road segments and conducted the case studies to make an overall convincing comparison between our approach and the baseline methods. During all tests, all receiver outputs were obtained by an Android smartphone (HUAWEI GRA-CL00). A receiver moved along each road to generate GPS trajectories. About 200 GPS measurements were collected on each road segment.
The results of the field tests are summarized in Table 3. The baseline methods directly took the average value of GPS measurements’ standard deviations of the buses that ran on the given road as the estimated GEF score. The GPS records and the street views of road segments are shown in Figure 5. The black line represents the real walking route marked manually on the map. Red points are the GPS positioning sequence records.
Our approach produced poorer GEF estimation for the 5th segment and satisfied estimation for the 2nd–4th segments. Both our approach and the baseline method produced similar estimation for the 1st segment (satisfied GEF) and 6th segment (poor GEF). According to the result of field tests, the GPS errors on Roads 1–4 were low, which meant that the GEF was good. The street views of Roads 1–4 also showed that the nearby buildings and trees were not so high, and the viewing range was wide, while the GPS errors on Roads 5–6 were high, which meant that the GEF here was poor. The street views of Roads 5–6 showed that there were many dense tall buildings on both sides of the roads. For Road Segments 1 and 6, both our approach and the baseline method gave the correct estimation. However, the baseline method degraded the GEF of Road Segments 2–4 and overrated the GEF of Road Segment 5. Field tests showed that our method estimated the GEF of these road segments correctly and outperformed the baseline method.

6. Limitation and Future Work

There were still a few limitations of this work.
  • Although the bus routes could cover most of the primary roads in the city, there were still plenty of bypasses whose GEF could not be estimated. However, our approach could be easily applied to trajectory data of taxis to tackle those bypasses, which is the future work. Besides, using the results of GEF assessment as the training data, environmental attributes could be extracted from urban street view pictures. Those attributes could be employed to estimate the GEF of cities without bus trajectory data.
  • There were only a few road segments where we conducted case studies due to the cost. Real-life GPS measurements on more road segments are expected to be collected, which is the future work.
  • We intend to apply our approach to location-based services and improve the user experience. Specifically, a model assessing the confidence level of real-time bus location and predicted arriving time could be modified from the GEF evaluation method.

7. Conclusions

We proposed a method for assessing the GPS environment friendliness of urban road segments based on processing and analysing massive historical bus GPS trajectory data. This method first took advantage of the unique feature that bus routes are fixed to construct the mapping from GPS data to road segments. Secondly, the missing data were completed based on the inherent correlation among GPS errors and the environment information. Finally, we put forward a weighted evaluation strategy to estimate the GEF, taking full consideration of the influence of the different GPS devices’ qualities. We exploited 4835 buses’ one-month trajectory data within the second-ring road of Chengdu to evaluate the GEF of 8831 different road segments, and the rationality of results was verified by satellite maps, street views, and field tests.

Author Contributions

Conceptualization, L.M. and C.Z.; methodology, L.M., C.Z. and Y.W.; software, G.P.; validation, L.M., C.Z. and G.P.; formal analysis, L.M., C.Z. and Y.W.; investigation, L.M. and C.Z.; resources, Y.W.; data curation, G.P.; writing—original draft preparation, L.M., C.Z. and Y.W.; writing—review and editing, C.C., J.Z. and J.W.; visualization, C.Z.; supervision, Y.W.; project administration, Y.W.; funding acquisition, Y.W. and J.Z. All authors have read and agree to the published version of the manuscript.

Funding

This research was funded by the National Key Natural Science Foundation of China Grant Number 91546203.

Acknowledgments

We gratefully acknowledge the support of NVIDIA Corporation with the donation of the Titan X Pascal GPU used for this research.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. News, T. Police Break into Wrong House after Iphone Mistake. 2016. Available online: http://www.telegraph.co.uk/technology/news/9108550/Police-break-into-wrong-house-after-iPhone-mistake.html (accessed on 27 February 2012).
  2. Gerdan, G.P. The Influence of the Number of Satellites on the Accuracy of RTK GPS Positions. Aust. Surv. 1999, 44, 64–70. [Google Scholar]
  3. Rezaei, S.; Sengupta, R. Kalman Filter-Based Integration of DGPS and Vehicle Sensors for Localization. IEEE Trans. Control Syst. Technol. 2007, 15, 1080–1088. [Google Scholar] [CrossRef]
  4. Hsu, L.T.; Jan, S.S.; Groves, P.D.; Kubo, N. Multipath mitigation and NLOS detection using vector tracking in urban environments. Gps Solut. 2015, 19, 249–262. [Google Scholar] [CrossRef]
  5. Liu, X.; Nath, S.; Govindan, R. Gnome: A Practical Approach to NLOS Mitigation for GPS Positioning in Smartphones. In Proceedings of the 16th Annual International Conference on Mobile Systems, Applications, and Services, Munich, Germany, 10–15 June 2018. [Google Scholar]
  6. Misra, P.; Enge, P. Global Positioning System: Signals, Measurements and Performance, 2nd ed.; Ganga-Jamuna Press: Lincoln, MA, USA, 2006. [Google Scholar]
  7. Drawil, N.M.; Amar, H.M.; Basir, O.A. GPS localization accuracy classification: A context-based approach. IEEE Trans. Intell. Transp. Syst. 2013, 14, 262–273. [Google Scholar] [CrossRef]
  8. Ahlers, D.; Pielot, M.; Wichmann, D.; Boll, S. GNSS quality in pedestrian applications—A developer perspective. In Proceedings of the 2008 5th Workshop on Positioning, Navigation and Communication, Hannover, Germany, 27 March 2008; pp. 45–54. [Google Scholar]
  9. Renfro, B.; Rosenquest, J.; Terry, A.; Boeker, N. An Analysis of Global Positioning System (GPS) Standard Positioning System (SPS) Performance for 2015; Space and Geophysics Laboratory, Applied Research Laboratories, The University of Texas at Austin: Austin, TX, USA, 2017. [Google Scholar]
  10. Sapiezynski, P.; Stopczynski, A.; Gatej, R.; Lehmann, S. Tracking Human Mobility Using WiFi Signals. PLoS ONE 2015, 10, e0130824. [Google Scholar] [CrossRef] [Green Version]
  11. Vu, A.; Ramanandan, A.; Chen, A.; Farrell, J.A.; Barth, M. Real-Time Computer Vision/DGPS-Aided Inertial Navigation System for Lane-Level Vehicle Navigation. IEEE Trans. Intell. Transp. Syst. 2012, 13, 899–913. [Google Scholar] [CrossRef]
  12. Miura, S.; Hisaka, S.; Kamijo, S. GPS multipath detection and rectification using 3D maps. In Proceedings of the International IEEE Conference on Intelligent Transportation Systems, The Hague, The Netherlands, 6–9 October 2013; pp. 1528–1534. [Google Scholar]
  13. Schipperijn, J.; Kerr, J.; Duncan, S.; Madsen, T.; Klinker, C.D.; Troelsen, J. Dynamic Accuracy of GPS Receivers for Use in Health Research: A Novel Method to Assess GPS Accuracy in Real-World Settings. Kharchova Pererobna Promysl. 2014, 2, 21. [Google Scholar] [CrossRef] [Green Version]
  14. Wang, J.; Wang, Y.; Zhang, D.; Lv, Q.; Chen, C. Crowd-Powered Sensing and Actuation in Smart Cities: Current Issues and Future Directions. IEEE Wirel. Commun. 2019, 26, 86–92. [Google Scholar] [CrossRef] [Green Version]
  15. Wang, J.; Wang, F.; Wang, Y.; Wang, L.; Qiu, Z.; Zhang, D.; Guo, B.; Lv, Q. HyTasker: Hybrid Task Allocation in Mobile Crowd Sensing. IEEE Trans. Mob. Comput. 2019, 19, 598–611. [Google Scholar] [CrossRef] [Green Version]
  16. Yu, Z.; Research, M.; University, S.J. Introduction to Urban Computing. Geomat. Inf. Sci. Wuhan Univ. 2015, 40, 1–13. [Google Scholar]
  17. Zheng, Y. Trajectory Data Mining: An Overview. ACM Trans. Intell. Syst. Technol. 2015, 6, 1–41. [Google Scholar] [CrossRef]
  18. Wang, Y.; Zheng, Y.; Xue, Y. Travel time estimation of a path using sparse trajectories. In Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, New York, NY, USA, 24–27 August 2014; pp. 25–34. [Google Scholar]
  19. Zhang, D.; Li, N.; Zhou, Z.H.; Chen, C.; Sun, L.; Li, S. iBAT: Detecting anomalous taxi trajectories from GPS traces. In Proceedings of the International Conference on Ubiquitous Computing, Beijing, China, 17–21 September 2011; pp. 99–108. [Google Scholar]
  20. Zhou, P.; Jiang, S.; Li, M. Urban Traffic Monitoring with the Help of Bus Riders. In Proceedings of the IEEE International Conference on Distributed Computing Systems, Columbus, OH, USA, 19 June–2 July 2015; pp. 21–30. [Google Scholar]
  21. Chen, P.T.; Chen, F.; Qian, Z. Road traffic congestion monitoring in social media with hinge-loss Markov random fields. In Proceedings of the 2014 IEEE International Conference on Data Mining (ICDM), Shenzhen, China, 14–17 December 2014; pp. 80–89. [Google Scholar]
  22. Chen, C.; Ding, Y.; Wang, Z.; Zhao, J.; Guo, B.; Zhang, D. VTracer: When Online Vehicle Trajectory Compression Meets Mobile Edge Computing. IEEE Syst. J. 2019. [Google Scholar] [CrossRef] [Green Version]
  23. Guo, S.; Chen, C.; Wang, J.; Liu, Y.; Ke, X.; Yu, Z.; Zhang, D.; Chiu, D.M. Rod-revenue: Seeking strategies analysis and revenue prediction in ride-on-demand service using multi-source urban data. IEEE Trans. Mob. Comput. 2019. [Google Scholar] [CrossRef] [Green Version]
  24. Meguro, J.I.; Murata, T.; Takiguchi, J.I.; Amano, Y.; Hashizume, T. GPS multipath mitigation for urban area using omnidirectional infrared camera. IEEE Trans. Intell. Transp. Syst. 2009, 10, 22–30. [Google Scholar] [CrossRef]
  25. Haklay, M. How good is volunteered geographical information? A comparative study of OpenStreetMap and Ordnance Survey datasets. Environ. Plan. B Plan. Des. 2010, 37, 682–703. [Google Scholar] [CrossRef] [Green Version]
  26. Grewal, M.S.; Weill, L.R.; Andrews, A.P. Global Positioning Systems, Inertial Navigation, and Integration; John Wiley & Sons: Hoboken, NJ, USA, 2007. [Google Scholar]
  27. Rankin, J. An error model for sensor simulation GPS and differential GPS. In Proceedings of the 1994 IEEE Position, Location and Navigation Symposium, Las Vegas, NV, USA, 11–15 April 1994; pp. 260–266. [Google Scholar]
  28. Wu, H.; Sun, W.; Zheng, B.; Yang, L.; Zhou, W. CLSTERS: A General System for Reducing Errors of Trajectories Under Challenging Localization Situations. ACM Interact. Mob. Wearable Ubiquitous Technol. 2017, 1, 115. [Google Scholar] [CrossRef]
  29. Wu, H.; Sun, W.; Zheng, B. Is only one gps position sufficient to locate you to the road network accurately? In Proceedings of the 2016 ACM International Joint Conference on Pervasive and Ubiquitous Computing; ACM: New York, NY, USA, 2016; pp. 740–751. [Google Scholar]
  30. The National Marine Electronics Association. NMEA Data. Available online: https://www.gpsinformation.org/dale/nmea.htm (accessed on 1 August 2019).
  31. Ma, L.; Wang, Y.; Peng, G.; Zhao, Y.; He, Y.; Gao, J. Evaluation of GPS-Environment Friendliness of Roads Based on Bus Trajectory Data. J. Comput. Res. Dev. 2016, 53, 2694–2707. [Google Scholar]
  32. Modsching, M.; Kramer, R.; ten Hagen, K. Field trial on GPS Accuracy in a medium size city: The influence of built-up. In Proceedings of the 3rd Workshop on Positioning, Navigation and Communication, Hannover, Germany, 16 March 2006; pp. 209–218. [Google Scholar]
  33. Quddus, M.A.; Ochieng, W.Y.; Noland, R.B. Current map-matching algorithms for transport applications: State-of-the art and future research directions. Transp. Res. Part C Emerg. Technol. 2007, 15, 312–328. [Google Scholar] [CrossRef] [Green Version]
  34. Raymond, R.; Morimura, T.; Osogami, T.; Hirosue, N. Map matching with Hidden Markov Model on sampled road network. In Proceedings of the International Conference on Pattern Recognition, Tsukuba, Japan, 11–15 November 2012; pp. 2242–2245. [Google Scholar]
  35. Newson, P.; Krumm, J. Hidden Markov map matching through noise and sparseness. In Proceedings of the ACM Sigspatial International Conference on Advances in Geographic Information Systems, Seattle, DC, USA, 4–6 November 2009; pp. 336–343. [Google Scholar]
  36. Goh, C.Y.; Dauwels, J.; Mitrovic, N.; Asif, M.T.; Oran, A.; Jaillet, P. Online map-matching based on Hidden Markov model for real-time traffic sensing applications. In Proceedings of the International IEEE Conference on Intelligent Transportation Systems, Anchorage, AK, USA, 16–19 September 2012; pp. 776–781. [Google Scholar]
  37. Lou, Y.; Zhang, C.; Zheng, Y.; Xie, X.; Wang, W.; Huang, Y. Map-matching for low-sampling-rate GPS trajectories. In Proceedings of the 17th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, Seattle, DC, USA, 4–6 November 2009; ACM: New York, NY, USA, 2009; pp. 352–361. [Google Scholar]
  38. Song, R.; Sun, W.; Zheng, B.; Zheng, Y. PRESS: A novel framework of trajectory compression in road networks. Proc. VLDB Endow. 2014, 7, 661–672. [Google Scholar] [CrossRef]
  39. Dax, A. Imputing Missing Entries of a Data Matrix: A Review. J. Adv. Comput. 2014, 3, 98–222. [Google Scholar] [CrossRef]
  40. Casella, G.; Berger, R.L. Statistical inference. Technometrics 2002, 33, 328. [Google Scholar] [CrossRef]
  41. Kong, L.; Xia, M.; Liu, X.Y.; Wu, M.Y.; Liu, X. Data loss and reconstruction in sensor networks. In Proceedings of the 2013 Proceedings IEEE INFOCOM, Turin, Italy, 14–19 April 2013; pp. 1654–1662. [Google Scholar]
  42. Lee, D.D.; Seung, H.S. Algorithms for non-negative matrix factorization. In Proceedings of the Advances in Neural Information Processing Systems, Vancouver, BC, Canada, 3–8 December 2001; pp. 556–562. [Google Scholar]
  43. Zhu, Y.; Li, Z.; Zhu, H.; Li, M.; Zhang, Q. A Compressive Sensing Approach to Urban Traffic Estimation with Probe Vehicles. IEEE Trans. Mob. Comput. 2013, 12, 2289–2302. [Google Scholar] [CrossRef]
Figure 1. GPS trajectory data of two buses on the same roads.
Figure 1. GPS trajectory data of two buses on the same roads.
Sensors 20 01580 g001
Figure 2. Meta information of the data.
Figure 2. Meta information of the data.
Sensors 20 01580 g002
Figure 3. GPS trajectory data of one bus on different roads.
Figure 3. GPS trajectory data of one bus on different roads.
Sensors 20 01580 g003
Figure 4. Map matching result of Bus Line 1022 route data.
Figure 4. Map matching result of Bus Line 1022 route data.
Sensors 20 01580 g004
Figure 5. Field testing results and street views of road segments.
Figure 5. Field testing results and street views of road segments.
Sensors 20 01580 g005
Table 1. Dataset description.
Table 1. Dataset description.
Bus Line Number184
Bus Number4835
Duration30 days
GPS Point Record Number62,783,000
Sampling Rate of GPS Receiver2–4 points/min
Number of Types of GPS Receivers>80
Length of Road Segment50 m
Road Segment Number8831
Average of Buses Running on Each Segment121
Average of Segments Covered by Each Bus Line171
Number of GPS Points a Bus Recorded on a Segment>20
Table 2. The estimate error of our method and baseline methods. NMF, negative matrix factorization.
Table 2. The estimate error of our method and baseline methods. NMF, negative matrix factorization.
Methods Matrix Completion Error
NAKNN0.37242
Baseline ApproachesCBKNN0.32951
NMF0.31883
Basic Method (1)0.29371
Our ApproachIntegrating Layout Information0.29348
Integrating Layout and Tag and POI0.29311
Integrating All Penalty Terms (2)0.29220
Table 3. Field tests results. GEF, GPS environment friendliness.
Table 3. Field tests results. GEF, GPS environment friendliness.
RoadBaselineOur Approachstd of GPS Biases in Field Tests (m)
RankGEFRankGEF
187Satisfied10Satisfied1.960
25307Poor1851Satisfied3.283
35312Poor2325Satisfied3.378
45177Poor326Satisfied1.492
5759Satisfied6012Poor9.165
65085Poor5043Poor5.035

Share and Cite

MDPI and ACS Style

Ma, L.; Zhang, C.; Wang, Y.; Peng, G.; Chen, C.; Zhao, J.; Wang, J. Estimating Urban Road GPS Environment Friendliness with Bus Trajectories: A City-Scale Approach. Sensors 2020, 20, 1580. https://doi.org/10.3390/s20061580

AMA Style

Ma L, Zhang C, Wang Y, Peng G, Chen C, Zhao J, Wang J. Estimating Urban Road GPS Environment Friendliness with Bus Trajectories: A City-Scale Approach. Sensors. 2020; 20(6):1580. https://doi.org/10.3390/s20061580

Chicago/Turabian Style

Ma, Liantao, Chaohe Zhang, Yasha Wang, Guangju Peng, Chao Chen, Junfeng Zhao, and Jiangtao Wang. 2020. "Estimating Urban Road GPS Environment Friendliness with Bus Trajectories: A City-Scale Approach" Sensors 20, no. 6: 1580. https://doi.org/10.3390/s20061580

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