Next Article in Journal
Vehicle Positioning and Speed Estimation Based on Cellular Network Signals for Urban Roads
Previous Article in Journal
An Integrated Software Framework to Support Semantic Modeling and Reasoning of Spatiotemporal Change of Geographical Objects: A Use Case of Land Use and Land Cover Change Study
Previous Article in Special Issue
Field Motion Estimation with a Geosensor Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Forecasting Public Transit Use by Crowdsensing and Semantic Trajectory Mining: Case Studies

Computer Science and Technology Institute, Zhejiang University, 38 Zheda Road, Hangzhou 310058, China
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2016, 5(10), 180; https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi5100180
Submission received: 30 July 2016 / Revised: 24 September 2016 / Accepted: 28 September 2016 / Published: 30 September 2016
(This article belongs to the Special Issue Geosensor Networks and Sensor Web)

Abstract

:
With the growing development of smart cities, public transit forecasting has begun to attract significant attention. In this paper, we propose an approach for forecasting passenger boarding choices and public transit passenger flow. Our prediction model is based on mining common user behaviors for semantic trajectories and enriching features using knowledge from geographic and weather data. All the experimental data comes from the Ridge Nantong Limited bus company and Alibaba platform which is also open to the public. We evaluate our approach using various data sources, including point of interest (POI), weather condition, and public bus information in Guangzhou to demonstrate its effectiveness. Experimental results show that our proposal performs better than baselines in the prediction of passenger boarding choices and public transit passenger flow.

1. Introduction

In recent years, geosensor networks and the sensor web have rapidly expanded in smart cities. Geosensors, such as card and bus GPS terminals, produce massive datastreams every day. These data from crowdsensing [1] are of high value in some fields and can be mined to produce useful knowledge for decision-making purposes. As a city expands and its population increases, the city’s public transit system bears significant pressure. For example, commuters usually have to deal with crowded buses or subways in order to get to work, which is inconvenient and unpleasant. Additionally, it can be difficult for both private sector and government transit providers to arrange reasonable routes and predict the potential future flow of passengers. Therefore, the ability to forecast public transit needs is beneficial.
Luckily, government departments are increasingly willing to provide open access to city data (e.g., through data.org ), which is useful for researchers who aim to tackle real-world problems. The provincial government of Guangdong and the Ridge Nantong Limited bus company held a competition to predict passenger boarding choices and flow on the Alibaba platform [2], which provides millions of user behavior datastreams along several public transport routes. Predicting passengers’ boarding choices is a user behavior analysis that may provide residents with a more intelligent public transport service and better timing of directional advertising. Moreover, passenger flow prediction in public transit is helpful for traffic control decision-making by the transit provider and government.
Issues related to mining frequent patterns in mobile users’ trajectories that have been discussed in the existing studies mostly consider the geographic features of trajectories [3,4]. However, patterns based on geographic trajectories are constrained by geographic data and do not work well when considering unvisited locations. Conversely, semantic trajectories have been proposed by Bogorny et al. [5]. Practically, a semantic trajectory consists of a list of locations labeled with semantic tags that may indicate the activities being carried out in these trajectories. For instance, we may mine user trajectories with semantic tags like <Community, Education, Community>, which reveal the semantic behaviors of the user. However, different people have different travel requirements. For example, there is a rigid demand for office workers to go to work in the morning and back home at night (i.e., during rush hours); while for the elderly, travel times are usually more uncertain. Moreover, different weather conditions and district or neighborhood functions have different impacts on traveling. For example, office workers must go to work and back home on weekdays, no matter how bad the weather is; however, when the weather is bad during the weekend, they will not go out. In contrast, the elderly may go out on nice days whether it is a weekend or a weekday. Additionally, a district’s function may constrain passengers’ actions. For instance, office workers normally get off the bus near a city’s central business district in the morning, while the elderly usually arrive at a station near a park or supermarket.
In this paper, we propose a method for forecasting public transit in the coming week. We first preprocess the raw data (using a schema illustrated in the Appendix), filtering out dirty data and discretizing what remains. Then, we annotate the data with semantic information. We construct several feature vectors and train the data with XGBoost [6]. We present two case studies: (1) Forecasting the boarding choices of passengers, predicting whether a passenger will or will not take the bus; (2) Forecasting public transit passenger flow, predicting how many passengers will take the bus.
The major contributions of this paper are as follows:
(1)
We present a approach for forecasting public transit using crowdsensing.
(2)
We present two case studies of forecasting public transit boarding choices and passenger flow.
(3)
We evaluate our approach using various data sources, including point of interest (POI), weather condition, and public bus information in Guangzhou to demonstrate its effectiveness.
The remainder of this paper is organized as follows. Section 1 briefly reviews existing studies on trajectory prediction. Section 2 contains the framework, data preprocessing, semantic trajectories mining, and feature information. In Section 3, we present the results of our experiments. Finally, Section 4 summarizes our findings and concludes the paper with a brief discussion of the scope of our future work.

2. Related Work

2.1. User Behavior Mining

There are two main approaches for understanding user behavior mining, known as frequent pattern and random walk. Firstly, Jiang et al. [7] studied taxi trajectories and found that they follow Levy flight (A random walk in which the steps are defined in terms of the step-lengths, which have a certain probability distribution, with the directions of the steps being isotropic and random.) behavior. Titus et al. [8] investigated the Brownian motion and Brownian bridges with arbitrary endpoints. However, Song et al. [9] found that only 93 % of users’ short-term mobility can be predicted, meaning that random walk-based methods do not work well for long-term predictions. Additionally, there are kinds of frequent patterns utilized, such as spatial-temporal sequential [10], semantic-geographic [11], and mobile sequential patterns [12]. In fact, many user behaviors have semantic meanings. Alvares et al. [11] proposed to explore geographic and semantic properties by mining semantic trajectory patterns from mobile users’ location histories. Ying et al. [13] proposed a mining-based location prediction approach called geographic-temporal-semantic-based location prediction (GTS-LP), which takes into account a user’s geographic-triggered intentions. However, there exist many other factors that affect users’ movements, such as weather, time, and holidays.

2.2. Prediction Model Building

Existing studies that make predictions about user behaviors can be classified into three categories: those that utilize individual user data; those that utilize crowd-generated data; and hybrid methods using all data. The prediction model in [14] is based on an eigenvector space modeling regular user movement in order to predict a user’s next location. Such a prediction model does not consider historical user movement, which results in poor performance. Normally, using only a user’s individual data does not work well. In contrast, the prediction model in [15] is based on a social-spatial approximation that utilizes the current GPS coordinates of a user’s friends to estimate the GPS coordinate of the user. However, these methods do not consider the user’s current movements. For example, even though the user frequently visits a gym, the probability of him visiting the gym after visiting the swimming pool must be very low. Monreale et al. [16] proposed a hybrid method that not only considers a user’s own data but also utilizes data generated by crowds. However, these models focus only on user movements motivated by semantic and geographic-triggered intentions, whereas different weather conditions or area functions (Education/Business) may alter users’ final destinations.
There exist many forecasting methods. The artificial neural network is obviously a convenient model for prediction. However, the training and optimization of parameters of neural networks is time consuming. XGBoost [6] is a large-scale machine learning method that can be used to build scalable learning systems. XGBoost has been used by a series of applications solutions, which performs well in real situations. This proves the efficacy of this method, which is fast and optimized for out-of-core computations. Methods using boosted trees have been in use for some time. They are trained with decision trees of fixed size as a base learner, which is robust to outliers. As a tree-based algorithm, gradient-boosting decision trees (GBDTs) can also handle non-linear feature interactions.

3. Approach

3.1. Framework

As Figure 1 shows, our framework consists of two parts: feature engineering and model building. We first preprocess the raw data to filter out dirty data and discretize the dataset. Then, we annotate the data with semantic information. We construct several feature vectors and train with these data.
Problem statement: Given bus card record datasets over a period of several months (1 August 2014–31 December 2014), each of which includes the bus card ID, terminal ID (bus stop ID), travel time, etc., our problem is (1) a binary classification and (2) a regression task. We aim to predict, for the following week (1 January 2015–7 January 2015) (1) whether a specific passenger will take a specific bus, by predicting the existence label y { 0 , 1 } in these records ( C a r d _ i d , L i n e _ n a m e ), and (2) the passenger numbers for a bus line, as ( L i n e _ n a m e , D e a l _ d a t e , D e a l _ h o u r , Passenger _ count ( prediction ) ).

3.2. Data Preprocessing

3.2.1. Dirty Data Preprocessing

Figure 2 shows the different kinds of dirty data that exist in practice. The horizontal coordinate is time and the vertical coordinate is the total number of records of Bus Line 1. Entering this raw data into the training model will not produce a reasonable result, so it is of key importance to preprocess the data. About 40 % of the raw data have a t e r m i n a l _ i d that corresponds with more than two l i n e _ n a m e values. We divide the t e r m i n a l _ i d into two categories: t e r m i n a l _ i d with one l i n e _ n a m e and those with two or more values of l i n e _ n a m e . This procedure has practical significance, because it filters out the passengers with regular bus lines. All the features are generated separately. Moreover, there exist some data for which the same c a r d _ i d has more than two records in the same l i n e _ n a m e at the same time. This is very abnormal and may be caused by terminal equipment or data transmission failures. We rank these c a r d _ i d records in the same l i n e _ n a m e at the same time and filter out all duplicate records.

3.2.2. Raw Data Preprocessing

In addition to dirty data, many kinds of data cannot be used directly for training, such as weather condition, time, and so on. We have to consider records with the same conditions (e.g., weather, time, etc.) of records C a r d _ i d and L i n e _ n a m e and construct the features. Take weather as an example: we have to calculate the number of records of the same weather condition in the last few hours, days, and so on, which can measure the difference of passengers in different weather conditions. In many machine learning tasks, the feature is not always a continuous value, but it is likely to be the value of the classification. For example, the temperature classes can describe the temperature in certain weather conditions while the continuous variables cannot. We make these data discrete by adopting dummy variables to handle them data. For instance, the daytime temperature is recorded as "0001" for the condition in which t e m p e r a t u r e d a y 10 C and t e m p e r a t u r e d a y 20 C , which is widely used in category features and has two advantages: (1) solve the problem of the classifier is not good to deal with attribute data and, (2) to a certain extent, it expands the characteristic of features. We thus transform the weather condition and time data. The daytime temperature is divided into (10 C–20 C), (20 C–30 C), and (>30 C) and the nighttime temperature is divided into (0 C–10 C), (10 C–20 C), and (20 C–30 C). The time data are divided into weekday, weekend, holiday, and rush hour.

3.3. Semantic Trajectory Mining

We divide a city into disjointed blocks [17], assuming that placement in a block g is uniform. The road network is usually composed of a number of major roads, such as the ring road, and the city is divided into areas [18]. We map the projection of the vector-based road network onto a plane and convert it to a raster model [19]. Each pixel of the image of the projected map can be viewed as a block element of the corresponding raster map. Consequently, the road network is converted into a binary image. Then, we extract the skeleton of the road, while retaining the original two-value image topology. Finally, we obtain the blocks g of the cities.
Each bus stop has latent semantic meaning due to its surroundings, such as POIs and neighborhood function. For example, a passenger who gets on the bus at a station in a residential area and gets off near a school every day may be going to school at a fixed time. We can formulate these records as <Community, Education>. The "Community" refers to the region of residential quarters with many people living there. We follow the approach of Ying et al. [13] to mine semantic patterns from each user’s records. Semantic location information is labeled from the Baidu Map API (data schema shown in the Appendix). We use some general categories, such as POI type and neighborhood function, as semantic labels. If a record location overlaps one or several areas with semantic labels, the semantic meanings of these areas are assigned to this record. Figure 3 shows that the semantic label of block 253 (Block ID) is Education. We transform each passenger record to a semantic record, like < C o m m u n i t y , E d u c a t i o n >. Primary user behaviors may exhibit some patterns, and thus can be predicted. Formally, there are n categories (including both POIs and neighborhood function) of blocks { l 1 , l 2 , . . . , l n } , where l i is a category such as Education (function) or Coffee Shop (POI). The bus records of passengers are represented in such combinations (231 combinations in this paper) { ( l 1 , l 2 ) , ( l 1 , l 3 ) , . . . , l i , l j , . . . , ( l n 1 , l n ) } . Each combination represents a different user travel behavior.

3.4. Forecasting Passenger Boarding Choice

For this task, we consider the combinations of features C a r d _ i d and L i n e _ n a m e , and the association of a particular bus card with this bus line. Our features consist of seven categories: (1) Passenger (2) Bus Line (3) Time (4) Weather (5) Bus Card Issuing Location (6) Bus Card and (7) Latent Semantic User Behavior features. Specifically, we calculate these features for each day. We calculate the total number of records; the number of hours, days, and weeks that have records; and the number of times the card appears at different terminals (bus stops) over the past 1, 3, 7, 28, 70 and 126 days for the combination of C a r d _ i d and L i n e _ n a m e . The specific days are chosen because the data have periodicity over a week. Take the weather feature as an example. We consider records with the same weather condition of records C a r d _ i d and L i n e _ n a m e and calculate the features. Formally, we have:
  • F = { F p a s s e n g e r , F b u s , F t i m e , F w e a t h e r , F i s s u e d , F c a r d , F s e m a n t i c }
  • F i = { f 1 d a y , f 3 d a y , f 7 d a y , f 28 d a y , f 70 d a y , f 125 d a y }
  • f i = { T o t a l _ R e c o r d s , H o u r s , D a y s , W e e k s , T i m e s _ D i f f e r e n t _ T e r m i n a l s }
where F i is calculated considering the feature type. For instance, if i is t i m e (we divide time into in four categories, described in Section 3.2.2), we consider records with the same time condition (e.g., rush hour, weekday) as C a r d _ i d and L i n e _ n a m e .

3.5. Passenger Flow Forecasting

Three methods for passenger flow forecasting exist: (1) directly gathering all passenger boarding choice forecasting data to get the total number of bus passengers; (2) making the daily regression prediction using total passenger numbers; and (3) user group classification and data gathering. We adopt the third approach because of the great individual differences in bus records. The simple superposition of user records cannot be a good reflection of overall data trends because there are two kinds of passengers, as shown in Figure 4. The red line shows occasional passengers and the blue line shows frequent passengers from 1 September 2014 to 7 October 2014. The records of frequent passengers are regular while the records of occasional passengers are random. We build different models for these different kinds of passengers. The Y r a n d is the prediction result of random passenger model while the Y f r e q is the prediction result of frequent passenger model. We have to combine the two results and get the final result. However, on different days (weekend/holiday and weekday), the portion of random passengers or frequent passengers in the total passengers are different. We use the variable α and β to adjust this deviation. Formally, we have:
Y = α Y f r e q + Y r a n d i f    Y w e e k e n d   a n d   h o l i d a y β Y f r e q + Y r a n d i f    Y w e e k d a y
We calculate the total number of passengers in each hour of each line and adopt one-hot encoding of weather conditions and semantic user behaviors as features for regression.

4. Experiments

4.1. Setup

All of our experimental data are available online. The dates of the public transit data range from 1 August 2014 to 31 December 2014. We use the data from 1 December 2014 to 31 December 2014 as the training data and from 1 January 2015 to 7 January 2015 as test data. The data ranged from 06:00 to 20:00 each day and data schema description details are in the Appendix. We obtain POI and district function data from the Baidu Map API [20]. We obtain free-text place descriptions using geoparsing [21] to convert text into unambiguous geographic identifiers (latitude and longitude coordinates). We train our data with XGBoost [22], optimizing its parameters by a linear weighted method. We set α = 1 . 21 and β = 0 . 95 . We mainly tune the parameters, including the maximum depth of tree and the step size shrinkage used in updates, to prevent overfitting and to minimize the sum of the instance (Hessian) weight needed in a child node. Finally, we set the maximum depth to 10, step size to 0.3, and the minimum instance weight sum to 2.0 in our experiments. Logistic regression [23] and linear regression are used as weak classifier in our experiment.

4.2. Metrics

First, we use the set of baselines to justify the necessity of each component of our method by, for example, not utilizing user behavior ( F s e m a n t i c ) or the weather ( F w e a t h e r ).
To forecast passenger boarding choice, we adopt logistic regression [23], GBDTs [24], and Random Forests [25] as baselines. For passenger flow forecasting, we use Autoregressive-moving Average (ARMA) [26], a single layer artificial neural network (ANN), and linear regression as baselines.
Specifically, we have:
P r e c i s i o n = | ( P r e d i c t i o n S e t , R e f e r e n c e S e t ) | | P r e d i c t i o n S e t |
R e c a l l = | ( P r e d i c t i o n S e t , R e f e r e n c e S e t ) | | R e f e r e n c e S e t |
We evaluate the final result with F1 scores, where F 1 = 2 × P r e c i s i o n × R e c a l l P r e c i s i o n + R e c a l l , for the passenger boarding choice forecasting.
For passenger flow forecasting, we adopt the root mean square error (RMSE), defined as R M S E = i n ( y i y ^ i ) 2 n , where y ^ i is a prediction and y i is the ground truth.

4.3. Data Insight

We first analyze individual public transit records. As Figure 5 depicts, the horizontal coordinates represent the hour (06:00–20:00) of travel and the vertical coordinates represent the travel date (the 1st–31st day of the month). There exist significant differences between individuals. Take Line 1 as an example: there are 19,513,511 passengers and 6,738,391 records over five months, meaning that there are 3.45 passengers per record over this period. This result indicates that there are many passengers who rarely take the bus. We then divide those passengers by their travel record frequency. Passengers with more than eight records each week are treated as frequent passengers, while the others are occasional passengers. As Figure 6 shows, the blue histogram represents the flow of frequent passengers and the green, occasional passengers. Clearly, the two groups follow different rules regarding travel times. Hence, we build different passenger flow forecasting models for frequent and occasional passengers.

4.4. Results

4.4.1. Forecasting Passenger Boarding Choices

Figure 7a demonstrates the necessity of each component of our method for forecasting passenger boarding choices. The “none” case adopts only time features and has the worst results. By adding weather and semantic features, F1 scores increase rapidly. The “all” case utilizes all the features of our method and gets the best results. Figure 7b shows the results of logistic regression, GBDT, Random Forest, and XGBoost. XGBoost shows good performance compared with the other methods.

4.4.2. Passenger Flow Forecasting

Figure 8a shows the necessity of each component of our method for passenger flow forecasting. The “none” case adopts only time features and has the worst results. By adding weather and semantic features, F1 scores increase rapidly. The “all” case adopts all the possible features of our method and gets the best results. Figure 8b shows the results of linear regression, ANN, ARMA, and XGBoost. XGBoost has superior performance compared to the other methods.

4.5. Case Studies: Public Transport in Guangzhou

Bus data is not just traffic data. It can reveal users’ potential travel needs. As Figure 9 shows, passengers who get on a bus at the Railway Station and get off at the East Railway Station may want to change trains. The passengers from a Shahe (Community) to Xiaobei (Business) may be going to work, while those who travel from Shahe (Community) to the Zoo (Park) may be traveling for entertainment purposes. The frequency and timing of public transit trips can also indicate potential reasons for traveling and reflect the pulse of a city.

4.6. Discussion

Good solutions are derived from a thorough understanding of business and detailed data analysis. Today, the significance of mobile applications such as Uber and Didi (an Uber-like app in China) lies in connecting people and travel tools. However, this shared economic model is far from economic. Imagine that when Uber and Didi were launched, the frequency of car travel increased significantly, leading to a decline in the frequency of public transit use and a consequent increase in traffic congestion and environmental pollution. Public transit is much more economic and environmentally friendly than private car travel and there still exist severe traffic congestion and environmental problems in big cities. Hence, the development of public transit is more urgent than that of private cars, even though travellers may find public transit less convenient and comfortable. Based on the analysis of big datasets, such as public transport and road network data from smart cities, we can improve the convenience, comfort, ease, and speed of travel via public transit. Moreover, directional advertising timing can be provided by passenger behavior analysis. In recent years, more data have become accessible through web services in order to mine their potential value. Analyzing these data can improve social efficiency.

5. Conclusions

In this study, we propose an approach for forecasting public transit using crowdsensing data, which is helpful for public transit companies and government decision-making, but had not previously been investigated. In this framework, we first preprocess the raw data to filter out dirty data to discretize the dataset. Next, we annotate the data with semantic information, construct several feature vectors, and train with those data.
There are some limitations to this study, which should be addressed in future work. One major limitation lies in the partially missing data from some users and the limited availability of open data. For example, there exist many records that do not record when the passenger got off the bus (passengers should use their bus card both to get on and off the bus/subway). We would like to mine the passenger behaviors more deeply in the future. The adaptability of this approach to real-world circumstances will also be considered in our future work. First, some visual analytics functions will be added to our ongoing demonstration system. Through presenting similar historical circumstances or forecasting results according to different features, the system will be able to provide more information for flexible decision-making. We are also investigating a new prediction model that utilizes data from similar historical circumstances through understanding the underlying semantics of the data.

Supplementary Materials

The following are available online at http://github.com/zxlzr/Forecast-Public-Transport: Figure S1: Framework of forecasting public transport by crowdsensing and semantic trajectory mining, Figure S2: Dirty data examples from bus line 1, Figure S3: Semantic trajectories, Figure S4: Frequent and occasional passengers of Bus Line 1, Figure S5: Individual data differences for Bus Line 1, Figure S6: Frequent and occasional passenger flow for Bus Line 1, Figure S7: F1 score of passenger boarding choice forecasting, Figure S8: RMSE of passenger flow forecasting, Figure S9: Potential reasons for taking the bus. Sample training and test data are in the folder “data”. Our datasets are available at http://tianchi.shuju.aliyun.com/datalab/index.htm?spm=5176.100065.111.9.mucBhv.

Acknowledgments

This work is funded by NSFC61070156 and YB2013120143 from Huawei and the Fundamental Research Funds for the Central Universities.

Author Contributions

The work presented in this paper is a collaborative development by all of the authors. Huajun Chen and Ningyu Zhang defined the research theme and designed the methods and experiments. Xi Chen developed all of the features. Jiaoyan Chen gave technical support and conceptual advice for the entire project. Ningyu Zhang wrote the paper, and Xi Chen reviewed and edited the manuscript. All of the authors have read and approved the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Schema of Public Transport Data

Table A1. Bus card transaction data sheet.
Table A1. Bus card transaction data sheet.
Column nameTypeDescriptionExample
Use_cityStringCity in which the card was usedGuangzhou
Line_nameStringLine NameLine 1
Terminal_idStringBus card terminal ID4589bb610f9be53a43a7bc26bb40e44d
Card_idStringBus card ID8ce79e0b647053f191d20c5552eb49f0
Create_cityStringCity that issued the cardFoshan
Deal_timeStringDeal Time2014091008
Card_typeStringCard TypeStudent Card
Table A2. Bus route information table.
Table A2. Bus route information table.
Column nameTypeDescriptionExample
Line_nameStringLine NameLine 1
Stop_cntStringNumber of Stops24
Line_typeStringLine TypeIn Guangzhou/Guangzhou-foshan

Appendix B. Schema of Traffic Related Data

Table B1. Guangzhou weather information.
Table B1. Guangzhou weather information.
Column nameTypeDescriptionExample
Date_timeStringDate and time2014/8/1
WeatherStringWeather conditions(Day/Night)Rain
TemperatureStringTemperature36 C/26 C
Wind_direction_forceStringWind direction and speed (Day/Night)No direction ≤3/No direction ≤ 3
Table B2. Guangzhou POI information.
Table B2. Guangzhou POI information.
Column nameTypeDescriptionExample
POI_nameStringName of POIStarbucks
POI_typeStringType of POICoffee shop
latDoubleLatitude23.1010220000
lonDoubleLongitude13.3274700000
LocationStringPOI locationZhu Ying community, Chigang Street
Table B3. District functions in Guangzhou.
Table B3. District functions in Guangzhou.
Column nameTypeDescriptionExample
Block_nameStringBlock NameHuangshi
latDoubleLatitude23.3010220010
lonDoubleLongitude13.5274700200
Zone_typeStringType(Comunity/Business/Park/Industrial/Education/...)Business

References

  1. Crowdsenseing. Available online: http://0-www-igi--global-com.brum.beds.ac.uk/dictionary/crowdsensing/48313 (accessed on 29 September 2016).
  2. Alibaba Platform. Available online: https://open.alibaba.com/ (accessed on 29 September 2016).
  3. Monreale, A.; Pinelli, F.; Trasarti, R.; Giannotti, F. WhereNext: A location predictor on trajectory pattern mining. In Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Paris, France, 28 June–1 July 2009.
  4. Lu, E.H.C.; Tseng, V.S. Mining cluster-based mobile sequential patterns in location-based service environments. IEEE Trans. Knowl. Data Eng. 2009. [Google Scholar] [CrossRef]
  5. Bogorny, V.; Kuijpers, B.; Alvares, L.O. ST-DMQL: A semantic trajectory data mining query language. Int. J. Geogr. Inf. Sci. 2009, 23, 1245–1276. [Google Scholar] [CrossRef]
  6. Chen, T.; Guestrin, C. XGBoost: A scalable tree boosting system. Comput. Sci. 2016. [Google Scholar] [CrossRef]
  7. Jiang, B.; Yin, J.; Zhao, S. Characterizing the human mobility pattern in a large street network. Phys. Rev. E 2009. [Google Scholar] [CrossRef] [PubMed]
  8. Lupu, T.; Pitman, J.; Tang, W. The Vervaat transform of Brownian bridges and Brownian motion. Electron. J. Probab. 2015. [Google Scholar] [CrossRef]
  9. Song, C.; Qu, Z.; Blumm, N.; Barabási, A.L. Limits of predictability in human mobility. Science 2010, 327, 1018–1021. [Google Scholar] [CrossRef] [PubMed]
  10. Li, Z.; Han, J.; Ji, M.; Tang, L.A.; Yu, Y.; Ding, B.; Lee, J.G.; Kays, R. Movemine: Mining moving object data for discovery of animal movement patterns. ACM Trans. Intell. Syst. Technol. 2011. [Google Scholar] [CrossRef]
  11. Towards semantic trajectory knowledge discovery. Available online: https://uhdspace.uhasselt.be/dspace/bitstream/1942/1832/1/towards.pdf (accessed on 30 September 2016).
  12. Yavaş, G.; Katsaros, D.; Ulusoy, Ö.; Manolopoulos, Y. A data mining approach for location prediction in mobile environments. Data Knowl. Eng. 2005, 54, 121–146. [Google Scholar] [CrossRef] [Green Version]
  13. Ying, J.J.C.; Lu, E.H.C.; Lee, W.C.; Weng, T.C.; Tseng, V.S. Mining user similarity from semantic trajectories. In Proceedings of the 2nd ACM SIGSPATIAL International Workshop on Location Based Social Networks, New York, NY, USA, 2–5 November 2010.
  14. Eagle, N.; Pentland, A.S. Eigenbehaviors: Identifying structure in routine. Behav. Ecol. Sociobiol. 2009, 63, 1057–1066. [Google Scholar] [CrossRef] [Green Version]
  15. Backstrom, L.; Sun, E.; Marlow, C. Find me if you can: Improving geographical prediction with social and spatial proximity. In Proceedings of the 19th International Conference on World Wide Web, Raleigh, NC, USA, 26–30 April 2010.
  16. Monreale, A.; Pinelli, F.; Trasarti, R.; Giannotti, F. Wherenext: A location predictor on trajectory pattern mining. In Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Paris, France, 28 June–1 July 2009.
  17. Segment Maps. Available online: https://github.com/zxlzr/Segment-Maps (accessed on 29 September 2016).
  18. Yuan, N.J.; Zheng, Y.; Xie, X.; Wang, Y.; Zheng, K.; Xiong, H. Discovering urban functional zones using latent activity trajectories. IEEE Comput. Soc. 2014, 3, 712–725. [Google Scholar] [CrossRef]
  19. Yuan, J.; Zheng, Y.; Xie, X. Discovering regions of different functions in a city using human mobility and POIs. In Proceedings of the 18th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Beijing, China, 12–16 August 2012.
  20. Baidu Map API. Available online: http://developer.baidu.com/map/reference/index.php (accessed on 29 September 2016).
  21. Geoparser. Available online: https://github.com/ropenscilabs/geoparser (accessed on 29 September 2016).
  22. Xgboost. Available online: http://xgboost.readthedocs.io/en/latest/ (accessed on 29 September 2016).
  23. Hosmer, D.W., Jr.; Lemeshow, S. Applied Logistic Regression; John Wiley & Sons: New York, NY, USA, 2004. [Google Scholar]
  24. Friedman, J.H. Stochastic gradient boosting. Comput. Stat. Data Anal. 2002, 38, 367–378. [Google Scholar] [CrossRef]
  25. Liaw, A.; Wiener, M. Classification and regression by randomForest. R News 2002, 2, 18–22. [Google Scholar]
  26. Said, S.E.; Dickey, D.A. Testing for unit roots in autoregressive-moving average models of unknown order. Biometrika 1984, 71, 599–607. [Google Scholar] [CrossRef]
Figure 1. Framework for public transit forecasting using crowdsensing and semantic trajectory mining.
Figure 1. Framework for public transit forecasting using crowdsensing and semantic trajectory mining.
Ijgi 05 00180 g001
Figure 2. Dirty data examples from Bus Line 1.
Figure 2. Dirty data examples from Bus Line 1.
Ijgi 05 00180 g002
Figure 3. Semantic trajectories.
Figure 3. Semantic trajectories.
Ijgi 05 00180 g003
Figure 4. Frequent and occasional passengers of Bus Line 1.
Figure 4. Frequent and occasional passengers of Bus Line 1.
Ijgi 05 00180 g004
Figure 5. Individual data differences in Bus Line 1 trips.
Figure 5. Individual data differences in Bus Line 1 trips.
Ijgi 05 00180 g005
Figure 6. Flow of frequent and occasional passengers of Bus Line 1.
Figure 6. Flow of frequent and occasional passengers of Bus Line 1.
Ijgi 05 00180 g006
Figure 7. F1 scores of passenger boarding choice forecasting. (a) Features; (b) Models.
Figure 7. F1 scores of passenger boarding choice forecasting. (a) Features; (b) Models.
Ijgi 05 00180 g007
Figure 8. Root mean square error (RMSE) of passenger flow forecasting. (a) Features; (b) Models.
Figure 8. Root mean square error (RMSE) of passenger flow forecasting. (a) Features; (b) Models.
Ijgi 05 00180 g008
Figure 9. Potential reasons for taking the bus.
Figure 9. Potential reasons for taking the bus.
Ijgi 05 00180 g009

Share and Cite

MDPI and ACS Style

Zhang, N.; Chen, H.; Chen, X.; Chen, J. Forecasting Public Transit Use by Crowdsensing and Semantic Trajectory Mining: Case Studies. ISPRS Int. J. Geo-Inf. 2016, 5, 180. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi5100180

AMA Style

Zhang N, Chen H, Chen X, Chen J. Forecasting Public Transit Use by Crowdsensing and Semantic Trajectory Mining: Case Studies. ISPRS International Journal of Geo-Information. 2016; 5(10):180. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi5100180

Chicago/Turabian Style

Zhang, Ningyu, Huajun Chen, Xi Chen, and Jiaoyan Chen. 2016. "Forecasting Public Transit Use by Crowdsensing and Semantic Trajectory Mining: Case Studies" ISPRS International Journal of Geo-Information 5, no. 10: 180. https://0-doi-org.brum.beds.ac.uk/10.3390/ijgi5100180

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