Next Article in Journal
Sustainable Luxury Consumers’ Preferences and Segments: Conjoint and Cluster Analyses
Next Article in Special Issue
Uncovering Inequalities in Food Accessibility between Koreans and Japanese in 1930s Colonial Seoul Using GIS and Open-Source Transport Analytics Tools
Previous Article in Journal
The Effect of Energy Consumption on China’s Regional Economic Growth from a Spatial Spillover Perspective
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Spatiotemporal Evolution of Travel Pattern Using Smart Card Data

1
School of Urban Design, Wuhan University, Wuhan 430072, China
2
Research Institute for Smart Cities, School of Architecture and Urban Planning, Shenzhen University, Shenzhen 518060, China
3
Guangdong-Hong Kong-Macau Joint Laboratory for Smart Cities & Guangdong Key Laboratory of Urban Informatics & Shenzhen Key Laboratory of Spatial Information Smart Sensing and Services, Shenzhen 518060, China
4
Geodesign Research Centre for Plant, Environment and Humans, Jiangxi Normal University, Nanchang 330022, China
*
Author to whom correspondence should be addressed.
Sustainability 2022, 14(15), 9564; https://doi.org/10.3390/su14159564
Submission received: 2 June 2022 / Revised: 22 July 2022 / Accepted: 1 August 2022 / Published: 3 August 2022

Abstract

:
Automated fare collection (AFC) systems can provide tap-in and tap-out records of passengers, allowing us to conduct a comprehensive analysis of spatiotemporal patterns for urban mobility. These temporal and spatial patterns, especially those observed over long periods, provide a better understanding of urban transportation planning and community historical development. In this paper, we explored spatiotemporal evolution of travel patterns using the smart card data of subway traveling from 2011 to 2017 in Shenzhen. To this end, a Gaussian mixture model with expectation–maximization (EM) algorithm clusters the travel patterns according to the frequency characteristics of passengers’ trips. In particular, we proposed the Pareto principle to negotiate diversified evaluation criteria on model parameters. Seven typical travel patterns are obtained using the proposed algorithm. Our findings highlighted that the proportion of each pattern remains relatively stable from 2011 to 2017, but the regular commuting passengers play an increasingly important position in the passenger flow. Additionally, focusing on the busiest commuting passengers, we depicted the spatial variations over years and identified the characters in different periods. Their cross-year usage of smart cards was finally examined to understand the migration of travel patterns over years. With reference to these methods and insights, transportation planners and policymakers can intuitively understand the historical variations of passengers’ travel patterns, which lays the foundation for improving the service of the subway system.

1. Introduction

These days, thousands of modern cities have built the subway system to improve public transport efficiency and urban mobility. An in-depth understanding of urban mobility has a great contribution to the decision-making of transport management and urban planning. In order to explore urban mobility in detail, it is necessary to analyze personal travel behaviors from daily activities and monitor key indicators in future management. Traditional questionnaire-based travel surveys have been a common method for collecting information on individual travel behavior in previous studies, but this method is costly and limited in spatial and temporal resolution. With the development of information and communications technology (ICT) employed in the transport system, the availability of smart card data enables us to carry out an in-depth investigation of individual travel behaviors.
The smart card is designed for simplifying boarding or alighting transactions when passengers use the automated fare collection (AFC) systems in the public transport system. Consequently, the transaction data include the information about boarding time and location, alighting time and location (depending on the charging system), and trip fee. The spatiotemporal information embedded in smart card data helps us create the individual trip trajectory. Compared to traditional survey data, smart card data has three advantages: first, the high resolution of spatial and temporal information embedded in smart card data makes it possible to identify personal travel behaviors on a finer scale; second, the large amount of travel data allow us to investigate the travel behaviors of the vast majority of passengers; and third, the convenience and low cost of data acquisition enable us to investigate the usage of the system over years.
Smart card data have been widely employed in urban transport studies. In view of previous works on exploring travel patterns, researchers primarily focused on either investigating the spatial and temporal characteristics of system usage or identifying the influential factors. There is an emerging body of research on investigating spatial and temporal characteristics, and some studies contribute to understanding the spatial and temporal variations of ridership [1,2,3,4,5,6], the evolution of urban spatial structure [7], jobs–housing relationship [8,9], and the interaction with built environment [10,11]. Moreover, the influence factors under various circumstances bring new insights for classic issues, such as route choice habit [12] and stickiness [13], public interest over new rail transportation [14], built environment assessment [15], climatic impact on travel intention [16], passenger flow under special events [17,18], congestion estimation [19] and migration of vulnerable groups [20,21]. These studies present valuable outcomes for the comprehension of travel patterns, however, they primarily focused on the short-term data of system usage, and only a few studies paid attention to the yearly usage of the system [8,22]. Employing the long-term smart card data is indispensable for drawing a complete picture of users and their usage, which lays the foundation for planners and policymakers to improve the system and further achieve sustainable urban mobility.
Various data mining techniques and algorithms have been developed to analyze the spatial and temporal patterns of residential travel. The K-means algorithm, C4.5 algorithm, Rough set-based algorithm, Naïve Bayes algorithm, K-NN algorithm, and Gaussian generative model have been applied for segmenting temporal characteristics [23,24,25]. Eigen decomposition is proposed as a transfer method from signal processing to extract common patterns, utilizing the principal component to compress the temporal feature appearance is dependent station variables [26]. With respect to the spatial features, the density-based spatial clustering of applications with noise (DBSCAN) algorithm is shown to be a feasible method to infer trip origins and destinations [27] and analyze the regularity of each cardholder [28]. Additionally, Nonnegative Matrix Factorization (NMF) and Hierarchical Ascendant Classification (HAC) have been used for identifying behavioral patterns [29] and estimating trip familiarity [30]. The above-mentioned works mainly focus on the classic clustering algorithms (such as K-means, DBSCAN, HAC, etc.) and matrix decomposition algorithms (such as NMF, Eigen decomposition, etc.). However, two issues still need to be considered in both two kinds of algorithms. First, data distribution and distance measurement criteria will significantly affect the result validity in classic clustering algorithms [31,32], while the influence grows in higher dimensional data. Second, the information loss always remains in the dimension reduction for matrix decomposition algorithms, which is hard but essential to explain the influence on the final result. Consequently, the algorithm for mining travel patterns should be less sensitive to data distribution and distance measurement criteria with information lossless.
The Gaussian mixture model has been widely used in various pattern analysis [33] and data aggregation scenarios [34,35,36]. As a statistical-based cluster method, the Gaussian mixture model is not only applied in diversified data distribution [37,38], but also calculated by Gaussian function parameters rather than the mutual distance among datasets. Furthermore, Eigen decomposition is not essential for input variables, indicating that the algorithm adapts to original feature vectors without information losses. In addition, a key parameter for unsupervised clustering is the number of clusters; however, many studies determine the number of clusters based on a priori knowledge and lack a quantitative method to support it.
To fill this gap, this study is carried out to explore how users and their spatiotemporal travel behavior varied over a long period of time. Three key questions will be addressed: (1) how do users vary over a long period of time based on the unique smart card ID, (2) what are the spatiotemporal travel patterns of users, and (3) how to determine the best optimal number of clusters? To this end, we employed the Gaussian mixture model (GMM) and spatial analyses to examine the spatiotemporal characteristics of travel behaviors, using the smart card data of subway traveling from 2011 to 2017. Our contribution is summarized as follows:
  • We built individual subway trip chains (i.e., the sequence of trips generated during the day, with the information of O-D times and locations) and explored individual travel patterns based on individual trip frequency.
  • We proposed a user clustering scheme to unveil the distribution of trip frequency over the hour of the day for each user, employing the GMM with EM algorithm for clustering and integrated Pareto principle method to decide the number of clusters.
  • We revealed the evolution of residents’ personal travel patterns from 2011 to 2017, as well as the spatial and temporal distribution of each cluster.
The rest of the content is organized as follows. The cluster method and model parameters are explained in Section 2. Clustering results and the spatiotemporal characteristics of travel behaviors are presented and discussed in Section 3. Finally, Section 4 concludes the findings and presents our potential inferences.

2. Methods

2.1. Data Source and Preliminary Analysis

Smart card records were collected in Shenzhen, a modern city that serves as a window for China’s reform and opening-up policy. In the last 40 years, Shenzhen has blossomed into one of the most important financial, manufacturing, and technological centers in China, attracting numerous migrants to work in this city. Luohu, Futian and Nanshan district formed the central urban areas, concentrating a large number of jobs in this city. The remaining districts and eastern suburbs formed peripheral urban areas. Due to the abundance of cheap residential areas in the peripheral urban area, a large amount of subway commuting occurs between the peripheral urban area and the central urban area. In 2004, Shenzhen built its first-ever subway line, i.e., the east portion of Line 1. To meet the needs for urban development, the subway system network in Shenzhen was established in 2011, which opened five subway lines (including Line 1 West, Line 2, Line 3, Line 4, and Line 5). The other three subway lines (Line 7, Line 9, and Line 11) had been built late in 2016 (Figure 1).
In this study, we collected the smart card records for the second or third week of every September from 2011 to 2017, avoiding the Chinese Mid-Autumn Festival and National Day holidays (the Chinese Mid-Autumn Festival is on 15 August by the Chinese lunar calendar, usually falling in September, and the National Day holidays start from 1 October). The entire dataset contains 155.72 million subway transactions and 18.94 million cardholders. Each transaction record includes the passenger card ID number, the time stamp of the transaction, the types of transactions (tap-in or tap-out from subway stations), the trip fee (only for the tap-out record), and the terminal equipment ID of transactions, and the subway station name.
Compared with other attributes in smart card data, passenger (cardholder) IDs enable us to create a continuous timeline chart for the number of trips by specific users based on the seven-year dataset from 2011 to 2017, as shown in Figure 2. The horizontal axis indicates the year and the vertical axis indicates the number of cardholders, including new and continuous cardholders. Overall, from 2011 to 2017, cardholders increased from 1.7 million to 3.86 million. Between 2012 and 2017, the total number of continuous cardholders increased from 0.56 million to 1.87 million.
Travel time patterns can represent distinct groups of people’s activity characteristics [6]. Figure 3 describes the distribution of the proportion of trips over the day of the week each year. No particular distinction can be detected from the distribution, except that the proportion of trips that occurred on workdays continued to grow slightly over the years.

2.2. Vector of Individual Trip Features

Trip frequency, commuting time, and commuting distance were usually taken as clustering indicators to explore travel patterns based on different research purposes. Unlike commuting time and distance, which mainly contribute to identifying temporal characteristics of personal movement, the trip frequency can uncover passengers’ activity intensities and their preferences for using public transit systems.
To examine the travel behaviors of individual passengers in detail, we used a 168-dimension (7 × 24 h per week) vector to compute the trip frequency of each passenger, thus each element in the vector represents the number of trips during the hour corresponding to the element index as follow:
A i = a i 1 ,   a i 2 ,   a i 3 ,   ,   a i N
where A is the trip frequency per hour, i is the sequential number of cardholders and N is the dimension (168 in this case).

2.3. Gaussian Mixture Model

Inspired by smart card research reviews [22,39,40], any multidimensional data [41,42,43] can be fitted by the Gaussian mixture model as the further extension of previous research, indicating that the cardholders’ transit records could be considered as a kind of mixture model that consists of several components. Each component can be regarded approximately following the Gaussian distribution, which is also conditionally independent between any two clusters. The two essential conditions lay the foundation of the Gaussian mixture model clustering, leading to a general acceptance of the explanation. The Gaussian mixture models [44] are given by:
P ( y     θ )   =   k = 1 K α k ϕ y     θ k
where K is the number of Gaussian functions in the model capturing the variety of trip features and α k is the coefficient of the K t h component, which usually represents the proportion of different types of clusters. The individual trip can be generated from the K t h component. Meanwhile, ϕ y     θ k denotes the probability density function of the Gaussian distribution as follows:
ϕ y     θ k   =   1 ( 2 π ) σ k exp y     μ k 2 2 σ k 2 θ k   =   μ k ,   σ k 2
For each Gaussian component, μ k represents the average vector of trip frequency in the k t h component and σ k is the standard deviation for the k t h Gaussian distribution. The selection of the k t h component depends on the probability α k corresponding to the proportion of each cluster in this analysis.

2.4. Expectation-Maximization Algorithm

We solve the Gaussian mixture model with the expectation-maximization algorithm and obtain different clusters based on the trip frequency features. In theory, for a solution of the Gaussian mixture model, the parameter estimation method should be adopted to identify the variables α k ,   μ k , and σ k . However, the mixture distribution of the sample assumes that the category of the temporal vector is unknown. In order to solve the problem, we introduce a latent variable γ j k describing the responsivity of the component to individual trip y j . Therefore, the dataset can be expanded as follows:
y j ,   γ j 1 ,   γ j 2 ,   ,   γ j k ,   j   =   1 ,   2 ,   ,   N
From the expanded data, the likelihood function for forming the passenger clusters is given by:
P ( y ,   γ     θ )   =   j = 1 N P y j ,   γ j 1 ,   γ j 2 ,   ,   γ j k
The equation can be also written as:
P   =   k = 1 K α k n k j = 1 N 1 ( 2 π ) σ k exp y     μ k 2 2 σ k 2 γ k k
where the variables are given as:
n k   =   j = 1 N γ j k N   =   k = 1 K n k
In terms of the likelihood function, the EM algorithm takes the E-step and the M-step to interpret unknown parameters in an iterative solution. The E-step of the algorithm involves calculating the expectation of the likelihood function to identify the maximization probability of classification. The expectation function can be written in a logarithmic form as:
Q θ ,   θ ( i )   =   E log P ( y ,   γ     θ ) y ,   θ ( i )   =   k = 1 K j = 1 N E γ j k log α k   +   j = 1 N E γ j k log 1 2 π     log α k     1 2 π y j     μ k 2
where E γ j k is the parameter estimation for the weightiness of clusters, also meaning the cluster membership of each component, computed as
γ ^ j k   =   E γ j k   =   α k ϕ y j     θ k k = 1 K α k ϕ y j     θ k
Moreover, the initial variable value should be incorporated into the function to update the further iterative variable in this anticipation function. The iterative method in the M-step uses the derivation of this anticipation function to compute the maximum value for new iterative variable values, which can be specified by:
μ i + 1 ,   σ i + 1 ,   α i + 1   =   arg   max Q μ ,   σ ,   α ,   μ i ,   σ i ,   α i
where the values can be estimated in their partial derivatives, as follows:
μ ^ k   =   j = 1 N γ ^ j k y i j = 1 N γ ^ j k ,   k   =   1 ,   2 ,   3 ,   ,   K σ ^ k 2   =   j = 1 N γ ^ j k y j μ k 2 j = 1 N γ ^ j k ,   k   =   1 ,   2 ,   3 ,   ,   K α ^ k   =   j = 1 N γ ^ j k N ,   k   =   1 ,   2 ,   3 ,   ,   K
The iterative calculation in the E-step and M-step continues until the model converges. The workflow for GMM clustering is presented in Figure 4. According to the final result, each trip vector could be trained to test the corresponding probability for all cluster centers and finally allocated to the appropriate cluster.

2.5. Parameter Choice

Unlike the parameters estimated by the algorithm ( μ ,   σ ,   α ) , the number of clusters should be selected beforehand. In this section, we introduced multiple criteria to evaluate the performance of distinct cluster numbers. Due to the complexity of the distribution of clustering samples, it is significant that clustering results should keep more original sample information. Considering to minimize the information losses in clustering, Akaike information criterion (AIC) is adopted for evaluating the volume of information entropy [45], which is denoted as:
AIC   =   2 m     2 ln ( P )
where m represents the number of model parameters and P refers to the likelihood function value. Generally, a lower AIC index reflects more abundant information entropy in the clustering solution.
Another consideration for unsupervised clustering is to emphasize cluster validity. CalinskiHarabaz (CH) criterion can be applied to assess the quality of clusters with specified cluster numbers when ground truth labels are not known. CalinskiHarabaz index measures the weights between the cohesion of the intra-class average distance and the separation of the inner-class distance, given as:
CH   =   Tr B k Tr W k   ×   N     k k     1
where k is the number of clusters and N is the number of individual trips. Tr B k and Tr W k represent the trace of the inter-class dispersion matrix and the intra-class dispersion matrix. According to the definition of CH index, a higher CH index indicates a better-defined cluster number with reasonable allocation on intra-class distance and inter-class distance.
However, in the majority of cases, the performance of the same cluster number on these two evaluations may be self-contradiction, because more clusters always enhance the information expression and reduce the sensitivity among cluster features. To balance the evaluation indexes of the two methods, we introduced the Pareto principle to extract the solution set in a multi-objective decision [46]. For the multi-objective decision of parameter choice, two objective functions are organized as f   * ( x ) for minimization over cluster number solution x, shown as:
min f   * ( x )   =   f 1 ( x ) ,   f 2 ( x )
while the Pareto-optimal solution min f   * ( x ) is selected for the reason that it is impossible to get better f i ( x ) without negative effect on f j ( x ) , given the original situation. We attempt to pick all appropriate clustering numbers that satisfied the Pareto principle, forming the Pareto front related to clustering performance as Figure 5.

3. Results and Discussion

3.1. Clustering Results of Gaussian Mixture Model

Prior to presenting the clustering results, we present and discuss the determination of model parameters, clustering results of GMM, and spatiotemporal characteristics of entire passengers and continuous cardholders. Figure 6 demonstrates clustering performance varying the cluster number from 2 to 30 while the horizontal coordinate is the normalization value of CH 1 and the vertical coordinate is the normalization value of AIC (the results with the lowest performance on every single criterion are excluded in our choices). In total, thirteen Pareto-optimal solutions on cluster number have been identified.
To identify the exact clustering number of the Pareto frontier, we applied the dominant principle to select the best Pareto solution, which is donated as:
D o m i S c o r e ( x )   =   i = 1 n f i ( x )     max   f i ( x ) max   f i ( x )     min   f i ( x ) 2
while max f i ( x ) and min f i ( x ) represent the highest and lowest performance in the ith criterion. According to the comprehensive performance in both criteria, we determine the number of clusters k as 7 from the Pareto frontier.
As shown in Figure 7, seven clusters were generated by the GMM, indicating the representative travel behaviors of passengers. In view of total trip frequency, clusters 1, 2, 3, and 4 present much active traveling status among all types of clusters. Cluster 5 has some non-peak travelers on the first four days of the week. Cluster 6 has few subway travel trips during weekdays, but more active trips on the weekends. There is also a distinct group (cluster 7) who seldom commutes during weekdays but travel frequently on Friday.
Peak features are characterized by obvious distinctions among clusters. Clusters 1, 3, and 4 follow the regular two-peak pattern, these cardholders should be commuters. Specifically, the morning peak in cluster 1 (from 6:00 a.m.) is at least one hour earlier than in other clusters. However, the evening peak in these three clusters extends from 6:00 p.m. to 8:00 p.m., which is in line with the normal commute time for most office workers. Cardholders in cluster 3 have relatively consistent working hours, as they only travel during morning and evening peak hours and rarely travel during other hours. Unlike cluster 3, cluster 4 is not concentrated in the morning and evening peak hours, and they have more flexible working hours. In addition, cluster 2 displays the inconspicuous three-peak pattern for the so-called night owls, indicating that another evening peak occurs around 10:00 p.m. The travel activities of cluster 6 in a week are mainly concentrated on Fridays and Saturdays. This cluster should be the students living in schools. Since they live in school on weekdays and do not need to travel, they may need to travel for social activities on weekends. Cluster 7 is unique among all clusters in that it has a relatively regular but inactive travel frequency from Monday to Thursday, with the main trips concentrated in the evening peak. However, the daily trips on Friday seem to be activated, while trips on weekends nearly fall into sleep. Based on their travel pattern, we can infer that these people may be part of the passengers who choose other modes of transportation (bus, taxi) from Monday to Thursday in the morning rush hour due to traffic congestion or other factors, and occasionally choose the subway in the evening instead. Considering the abnormally active trip frequency on Friday, they may choose the subway to go to more important destinations such as airports, rail stations or ports based on the belief in the reliability of the rapid transit system. This speculation can also explain why this kind of passenger becomes less active on weekends.
As for the comparison of trip frequency between weekdays and weekends, passengers in clusters 2, 3, 4, 5, and 7 take the subway less frequently on the weekends than on weekdays, whereas passengers in cluster 1 follow the same timetable for both workdays and weekends. This implies that those passengers have a fixed routine seven days a week. Moreover, the passengers of cluster 6, the largest user group (23.8%), prefer to travel in the afternoon or evening at weekends, but their working day usage suggests that they probably do not take the subway for commuting.

3.2. Passenger Structures and Travel Characteristics

We statistically analyze the structure and travel characteristics of each cluster based on the clustering results from the previous section. For a more comprehensive evaluation of the variations in travel behaviors over the years, we examined the distribution of the proportion of passengers across seven clusters every year, as shown in Figure 8. Although the proportions of clusters in the sequence slightly fluctuate over the years, the passenger structure remains relatively stable in the entire dataset. Cluster 6 makes up at least 20% of passenger records, ranking first since 2011. However, the detailed temporal profile of cluster results shows that cluster 3 is approaching the occupancy rate of cluster 6, meaning that an increasing proportion of typical bimodal passengers select the subway as their commuting choice. In addition, for the representative commuting clusters, clusters 1 and 2 show a growth trend, suggesting that high frequency travelers also have more trust in the urban subway system.
Figure 9 presents the average travel time of passengers belonging to each cluster every year. Obviously, the travel time maintains the same trend each year for all clusters with the fact that regular passengers (clusters 1–4) cost more time over years. Particularly, the time cost of cluster 1 in 2017 increased by 100 seconds over the 2011 level. Considering the general subway speed in Shenzhen (about 50–70 km/h), passengers in cluster 1 may be less sensitive to commuting time.

3.3. Spatio-Temporal Evolution of Cluster

Analyzing the temporal and spatial evolution of various passenger clusters might assist in exposing the evolving laws of urban spatial structure [8]. We illustrate the spatiotemporal variation of different clusters from the spatial distribution changes for one cluster and the transfer between clusters. Figure 10 describes the spatial distribution of travel patterns of cluster 1, presenting the classified boarding stations for cluster 1. For the spatial variations, two stages can be identified from 2011 to 2017: (1) germination development stage (2011–2014); and (2) axial growth stage (2014–2017). The first stage indicates that stations’ ridership increased in both peripheral and central urban areas in relative terms and synchronous steps. In 2014, the daily amount of travelers at three stations exceeded 5000. The second stage witnessed fast-growing subway patronage since 2015. By 2017, the number of top-level stations with a large number of travelers increased to sixteen. Interestingly, ridership growth has mainly concentrated on stations along with Line 1 and Line 4 in the second stage. In fact, large-scale urban development and urban renewal have led to land use restructuring, densification, and gentrification, which may partially explain the increase in subway traveling.
Information on each passenger’s ID is embedded in smart card data, therefore we can find out which cluster each passenger belongs to each year. As a result, the cluster migration of each individual passenger can be tracked over years. Figure 11 delineates the cluster transition matrix between 2011 and 2017. In the Sankey diagram, the order of clusters on both sides is ranked by the proportion of passengers in the respective years.
For continuous cardholders, there were significant changes in passengers’ travel behaviors, i.e., only one-third of passengers stayed in the same cluster after six years. Moreover, the proportion of commuting passengers increased in 2017, implying that passengers with tidal characteristics (clusters 1–4) have become the main force of continuous cardholders. In addition, a larger proportion of passengers switched from cluster 1 (traveling most frequently) in 2011 to other clusters (traveling less frequently) in 2017, implying that some passengers have started a slow lifestyle or they have changed their travel modes.

4. Conclusions

Smart card data have been widely applied in transport studies to uncover human travel behaviors. However, few studies have been conducted to explore the dynamics of travel behaviors over years. To fill this research gap, this study was conducted to understand spatiotemporal characteristics of human travel behaviors by examining the variations of passengers and their travel behaviors, using the smart card data of subway traveling from 2011 to 2017. To this end, a Gaussian mixture model was employed to examine the spatiotemporal patterns of passengers’ travel behaviors. In particular, we propose the Pareto frontier method to determine the number of clusters, which is more reasonable than the traditional empirical-based method. Moreover, the dynamic changes of continuous cardholders and their travel behaviors over years were examined as well.
We found that no significant difference in the distribution of the proportion of trips over the day of the week can be identified between years. However, seven clusters were generated by the Gaussian mixture model based on trip frequency, indicating distinct travel patterns over the hour of the day and between weekdays and weekends. Moreover, the proportion of passengers in each cluster varied significantly over years, showing that the proportion of commuting passengers increased year by year. In addition, for the spatial variations of travel patterns of cluster 1, two stages can be identified from 2011 to 2017, i.e., germination development stage (2011–2014) and the axial growth stage (2014–2017). For continuous cardholders, significant changes in passengers’ travel behaviors were highlighted between 2011 and 2017, indicating that only one-third of passengers stayed in the same cluster after six years. Moreover, compared to 2011, commuters have become the main force of continuous cardholders in 2017. In addition, around 70% of passengers have switched from cluster 1 (traveling most frequently in 2011) to other clusters (traveling less frequently) in 2017, implying that some passengers have started a slow lifestyle or they have changed their travel modes.
This study has several limitations. We mainly focused on uncovering the spatiotemporal dynamics of passengers and their travel behaviors over a long period of time, but neglect the reasons (travel purposes) behind travel behaviors. The travel purposes of individual passengers are complex and might be correlated with the distribution of land use patterns and urban facilities as well as personal habits and preferences, which are beyond the scope of this study. We only used on-week data for each year due to data unavailability, and collecting more data might uncover more comprehensive portraits of human travel behaviors. However, we believe that our study still provides useful information and knowledge on the spatiotemporal dynamics of passengers and their travel behaviors in the long term. With reference to these methods and insights, other researchers can explore the long-term dynamics of individual travel behaviors in detail. Furthermore, these findings lay the foundation for transportation planners and policymakers to better understand and further improve the service of the subway system.

Author Contributions

Conceptualization, M.L.; methodology, M.L. and Z.H.; validation, M.L., Y.Z. and T.Z.; data curation, M.L. and Z.H.; writing—original draft preparation, M.L., T.Z. and Y.Z.; writing—review and editing, M.L., Z.H., T.Z., Y.Z. and H.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (NSFC) [Number: 42071357, 41901389, 71961137003], Guangdong Science and Technology Strategic Innovation Fund (the Guangdong-Hong Kong-Macau Joint Laboratory Program), [Number: 2020B1212030009], and Shenzhen Key Laboratory of Digital Twin Technologies for Cities [Number: ZDSYS20210623101800001].

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Goulet-Langlois, G.; Koutsopoulos, H.N.; Zhao, J. Inferring patterns in the multi-week activity sequences of public transport users. Transp. Res. Part C Emerg. Technol. 2016, 64, 1–16. [Google Scholar] [CrossRef] [Green Version]
  2. Tao, S.; Rohde, D.; Corcoran, J. Examining the spatial–temporal dynamics of bus passenger travel behaviour using smart card data and the flow-comap. J. Transp. Geogr. 2014, 41, 21–36. [Google Scholar] [CrossRef]
  3. Zhong, C.; Batty, M.; Manley, E.; Wang, J.; Wang, Z.; Chen, F.; Schmitt, G. Variability in regularity: Mining temporal mobility patterns in London, Singapore and Beijing using smart-card data. PLoS ONE 2016, 11, e0149222. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Kim, K.; Oh, K.; Lee, Y.K.; Kim, S.; Jung, J.Y. An analysis on movement patterns between zones using smart card data in subway networks. Int. J. Geogr. Inf. Sci. 2014, 28, 1781–1801. [Google Scholar] [CrossRef]
  5. Mohamed, K.; Côme, E.; Oukhellou, L.; Verleysen, M. Clustering smart card data for urban mobility analysis. IEEE Trans. Intell. Transp. Syst. 2016, 18, 712–728. [Google Scholar]
  6. Tu, W.; Cao, R.; Yue, Y.; Zhou, B.; Li, Q.; Li, Q. Spatial variations in urban public ridership derived from GPS trajectories and smart card data. J. Transp. Geogr. 2018, 69, 45–57. [Google Scholar] [CrossRef] [Green Version]
  7. Cheng, G.; Sun, S.; Zhou, L.; Wu, G.; Engineering, M. Using Smart Card Data of Metro Passengers to Unveil the Urban Spatial Structure: A Case Study of Xi’an, China. Math. Probl. Eng. 2021, 2021, 9176501. [Google Scholar] [CrossRef]
  8. Huang, J.; Levinson, D.; Wang, J.; Zhou, J.; Wang, Z.J. Tracking job and housing dynamics with smartcard data. Proc. Natl. Acad. Sci. USA 2018, 115, 12710–12715. [Google Scholar] [CrossRef] [Green Version]
  9. Long, Y.; Thill, J.C. Combining smart card data and household travel survey to analyze jobs-housing relationships in Beijing. Comput. Environ. Urban Syst. 2015, 53, 19–35. [Google Scholar] [CrossRef] [Green Version]
  10. Wang, J.; Zhang, N.; Peng, H.; Huang, Y.; Zhang, Y. Spatiotemporal Heterogeneity Analysis of Influence Factor on Urban Rail Transit Station Ridership. J. Transp. Eng. Part A Syst. 2022, 148, 04021115. [Google Scholar] [CrossRef]
  11. Zhu, K.; Yin, H.; Qu, Y.; Wu, J. Measuring the Similarity of Metro Stations Based on the Passenger Visit Distribution. ISPRS Int. J. Geo-Inf. 2022, 11, 18. [Google Scholar] [CrossRef]
  12. Zhao, J.; Zhang, F.; Tu, L.; Xu, C.; Shen, D.; Tian, C.; Li, X.Y.; Li, Z. Estimation of passenger route choice pattern using smart card data for complex metro systems. IEEE Trans. Intell. Transp. Syst. 2016, 18, 790–801. [Google Scholar] [CrossRef]
  13. Kim, J.; Corcoran, J.; Papamanolis, M. Route choice stickiness of public transport passengers: Measuring habitual bus ridership behaviour using smart card data. Transp. Res. Part C Emerg. Technol. 2017, 83, 146–164. [Google Scholar] [CrossRef]
  14. Werner, C.M.; Brown, B.B.; Tribby, C.P.; Tharp, D.; Flick, K.; Miller, H.J.; Smith, K.R.; Jensen, W. Evaluating the attractiveness of a new light rail extension: Testing simple change and displacement change hypotheses. Transp. Policy 2016, 45, 15–23. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Chakour, V.; Eluru, N. Examining the influence of stop level infrastructure and built environment on bus ridership in Montreal. J. Transp. Geogr. 2016, 51, 205–217. [Google Scholar] [CrossRef]
  16. Zhou, M.; Wang, D.; Li, Q.; Yue, Y.; Tu, W.; Cao, R. Impacts of weather on public transport ridership: Results from mining data from different sources. Transp. Res. Part C Emerg. Technol. 2017, 75, 17–29. [Google Scholar] [CrossRef] [Green Version]
  17. Li, Y.; Wang, X.; Sun, S.; Ma, X.; Lu, G. Forecasting short-term subway passenger flow under special events scenarios using multiscale radial basis function networks. Transp. Res. Part C Emerg. Technol. 2017, 77, 306–328. [Google Scholar] [CrossRef]
  18. Rodrigues, F.; Borysov, S.S.; Ribeiro, B.; Pereira, F.C. A Bayesian additive model for understanding public transport usage in special events. IEEE Trans. Pattern Anal. Mach. Intell. 2016, 39, 2113–2126. [Google Scholar] [CrossRef] [Green Version]
  19. Hörcher, D.; Graham, D.J.; Anderson, R.J. Crowding cost estimation with large scale smart card and vehicle location data. Transp. Res. Part B Methodol. 2017, 95, 105–125. [Google Scholar] [CrossRef]
  20. Long, Y.; Shen, Z. Profiling underprivileged residents with mid-term public transit smartcard data of Beijing. In Geospatial Analysis to Support Urban Planning in Beijing; Springer: Cham, Switzerland, 2015; pp. 169–192. [Google Scholar]
  21. Gao, Q.L.; Li, Q.Q.; Yue, Y.; Zhuang, Y.; Chen, Z.P.; Kong, H. Exploring changes in the spatial distribution of the low-to-moderate income group using transit smart card data. Comput. Environ. Urban Syst. 2018, 72, 68–77. [Google Scholar] [CrossRef]
  22. Briand, A.S.; Côme, E.; Trépanier, M.; Oukhellou, L. Analyzing year-to-year changes in public transport passenger behaviour using smart card data. Transp. Res. Part C Emerg. Technol. 2017, 79, 274–289. [Google Scholar] [CrossRef]
  23. Zhao, J.; Qu, Q.; Zhang, F.; Xu, C.; Liu, S. Spatio-temporal analysis of passenger travel patterns in massive smart card data. IEEE Trans. Intell. Transp. Syst. 2017, 18, 3135–3146. [Google Scholar] [CrossRef]
  24. Ma, X.; Wu, Y.J.; Wang, Y.; Chen, F.; Liu, J. Mining smart card data for transit riders’ travel patterns. Transp. Res. Part C Emerg. Technol. 2013, 36, 1–12. [Google Scholar] [CrossRef]
  25. Morency, C.; Trépanier, M.; Agard, B. Analysing the variability of transit users behaviour with smart card data. In Proceedings of the 2006 IEEE Intelligent Transportation Systems Conference, Toronto, ON, Canada, 17–20 September 2006; pp. 44–49. [Google Scholar]
  26. Gong, Y.; Lin, Y.; Duan, Z. Exploring the spatiotemporal structure of dynamic urban space using metro smart card records. Comput. Environ. Urban Syst. 2017, 64, 169–183. [Google Scholar] [CrossRef]
  27. Bhaskar, A.; Chung, E. Passenger segmentation using smart card data. IEEE Trans. Intell. Transp. Syst. 2014, 16, 1537–1548. [Google Scholar]
  28. Kieu, L.M.; Bhaskar, A.; Chung, E. Mining temporal and spatial travel regularity for transit planning. In Proceedings of the Australasian Transport Research Forum 2013 Proceedings, Brisbane, Australia, 2–4 October 2013; pp. 1–12. [Google Scholar]
  29. Poussevin, M.; Tonnelier, E.; Baskiotis, N.; Guigue, V.; Gallinari, P. Mining ticketing logs for usage characterization with nonnegative matrix factorization. In Big Data Analytics in the Social and Ubiquitous Context; Springer: Cham, Switzerland, 2015; pp. 147–164. [Google Scholar]
  30. Lathia, N.; Smith, C.; Froehlich, J.; Capra, L. Individuals among commuters: Building personalised transport information services from fare collection systems. Pervasive Mob. Comput. 2013, 9, 643–664. [Google Scholar] [CrossRef]
  31. Xiong, H.; Wu, J.; Chen, J. K-means clustering versus validation measures: A data-distribution perspective. IEEE Trans. Syst. Man Cybern. Part B (Cybern.) 2008, 39, 318–331. [Google Scholar] [CrossRef]
  32. Wang, W.T.; Wu, Y.L.; Tang, C.Y.; Hor, M.K. Adaptive density-based spatial clustering of applications with noise (DBSCAN) according to data. In Proceedings of the 2015 International Conference on Machine Learning and Cybernetics (ICMLC), Guangzhou, China, 12–15 July 2015; Volume 1, pp. 445–451. [Google Scholar]
  33. Greenspan, H.; Goldberger, J.; Mayer, A. Probabilistic space-time video modeling via piecewise GMM. IEEE Trans. Pattern Anal. Mach. Intell. 2004, 26, 384–396. [Google Scholar] [CrossRef] [PubMed]
  34. Toda, T.; Black, A.W.; Tokuda, K. Voice conversion based on maximum-likelihood estimation of spectral parameter trajectory. IEEE Trans. Audio Speech Lang. Process. 2007, 15, 2222–2235. [Google Scholar] [CrossRef]
  35. Ahn, S.C.; Perez, M.F. GMM estimation of the number of latent factors: With application to international stock markets. J. Empir. Financ. 2010, 17, 783–802. [Google Scholar] [CrossRef] [Green Version]
  36. Sun, L.; Axhausen, K.W. Understanding urban mobility patterns with a probabilistic tensor factorization framework. Transp. Res. Part B Methodol. 2016, 91, 511–524. [Google Scholar] [CrossRef]
  37. Ronchetti, E.; Trojani, F. Robust inference with GMM estimators. J. Econom. 2001, 101, 37–69. [Google Scholar] [CrossRef] [Green Version]
  38. Myronenko, A.; Song, X. Point set registration: Coherent point drift. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 32, 2262–2275. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  39. Briand, A.S.; Côme, E.; El Mahrsi, M.K.; Oukhellou, L. A mixture model clustering approach for temporal passenger pattern characterization in public transport. Int. J. Data Sci. Anal. 2016, 1, 37–50. [Google Scholar] [CrossRef] [Green Version]
  40. Lee, E.H.; Lee, I.; Cho, S.H.; Kho, S.Y.; Kim, D.K. A travel behavior-based skip-stop strategy considering train choice behaviors based on smartcard data. Sustainability 2019, 11, 2791. [Google Scholar] [CrossRef] [Green Version]
  41. Li, L.; Wan, Z.; Zhan, S.; Tao, C.; Ran, X. Prediction of Geological Characteristic Using Gaussian Mixture Model. In Proceedings of the 75th EAGE Conference & Exhibition Incorporating SPE EUROPEC 2013, London, UK, 10–13 June 2013; p. cp-348. [Google Scholar]
  42. Zhao, Y.; Shrivastava, A.K.; Tsui, K.L. Regularized Gaussian mixture model for high-dimensional clustering. IEEE Trans. Cybern. 2018, 49, 3677–3688. [Google Scholar] [CrossRef] [PubMed]
  43. Lagrange, A.; Fauvel, M.; Grizonnet, M. Large-scale feature selection with Gaussian mixture models for the classification of high dimensional remote sensing images. IEEE Trans. Comput. Imaging 2017, 3, 230–242. [Google Scholar] [CrossRef] [Green Version]
  44. Pernkopf, F.; Bouchaffra, D. Genetic-based EM algorithm for learning Gaussian mixture models. IEEE Trans. Pattern Anal. Mach. Intell. 2005, 27, 1344–1348. [Google Scholar] [CrossRef] [PubMed]
  45. McLachlan, G.J.; Rathnayake, S. On the number of components in a Gaussian mixture model. Wiley Interdiscip. Rev. Data Min. Knowl. Discov. 2014, 4, 341–355. [Google Scholar] [CrossRef]
  46. Kim, I.Y.; De Weck, O.L. Adaptive weighted-sum method for bi-objective optimization: Pareto front generation. Struct. Multidiscip. Optim. 2005, 29, 149–158. [Google Scholar] [CrossRef]
Figure 1. Spatial distribution of subway network in Shenzhen.
Figure 1. Spatial distribution of subway network in Shenzhen.
Sustainability 14 09564 g001
Figure 2. Composition of the number of cardholders from 2011 to 2017.
Figure 2. Composition of the number of cardholders from 2011 to 2017.
Sustainability 14 09564 g002
Figure 3. The proportion of trips over the day of the week (2011–2017).
Figure 3. The proportion of trips over the day of the week (2011–2017).
Sustainability 14 09564 g003
Figure 4. Workflow for GMM algorithm.
Figure 4. Workflow for GMM algorithm.
Sustainability 14 09564 g004
Figure 5. The concept of Pareto front through the usage of multiple objective functions.
Figure 5. The concept of Pareto front through the usage of multiple objective functions.
Sustainability 14 09564 g005
Figure 6. Pareto front for the best clustering performance.
Figure 6. Pareto front for the best clustering performance.
Sustainability 14 09564 g006
Figure 7. The configurations of travel behaviors in clusters 1–7. (a) Temporal profile of cluster 1: 549,327 passengers (2.9%); (b) temporal profile of cluster 2: 2,239,660 passengers (11.8%); (c) temporal profile of cluster 3: 3,798,313 passengers (20.0%); (d) temporal profile of cluster 4: 2,234,894 passengers (11.8%); (e) temporal profile of cluster 5: 2,825,129 passengers (14.9%); (f) temporal profile of cluster 6: 4,521,905 passengers (23.8%); and (g) temporal profile of cluster 7: 2,772,880 passengers (14.6%).
Figure 7. The configurations of travel behaviors in clusters 1–7. (a) Temporal profile of cluster 1: 549,327 passengers (2.9%); (b) temporal profile of cluster 2: 2,239,660 passengers (11.8%); (c) temporal profile of cluster 3: 3,798,313 passengers (20.0%); (d) temporal profile of cluster 4: 2,234,894 passengers (11.8%); (e) temporal profile of cluster 5: 2,825,129 passengers (14.9%); (f) temporal profile of cluster 6: 4,521,905 passengers (23.8%); and (g) temporal profile of cluster 7: 2,772,880 passengers (14.6%).
Sustainability 14 09564 g007
Figure 8. The proportion of passengers over clusters (2011–2017).
Figure 8. The proportion of passengers over clusters (2011–2017).
Sustainability 14 09564 g008
Figure 9. The average travel time of passengers in each cluster (2011–2017).
Figure 9. The average travel time of passengers in each cluster (2011–2017).
Sustainability 14 09564 g009
Figure 10. Spatial distribution of daily station volume for cluster 1 (2011–2017). (a) cluster 1 in 2011; (b) cluster 1 in 2012; (c) cluster 1 in 2013; (d) cluster 1 in 2014; (e) cluster 1 in 2015; (f) cluster 1 in 2016; and (g) cluster 1 in 2017.
Figure 10. Spatial distribution of daily station volume for cluster 1 (2011–2017). (a) cluster 1 in 2011; (b) cluster 1 in 2012; (c) cluster 1 in 2013; (d) cluster 1 in 2014; (e) cluster 1 in 2015; (f) cluster 1 in 2016; and (g) cluster 1 in 2017.
Sustainability 14 09564 g010
Figure 11. Clusters migration between 2011 and 2017.
Figure 11. Clusters migration between 2011 and 2017.
Sustainability 14 09564 g011
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lin, M.; Huang, Z.; Zhao, T.; Zhang, Y.; Wei, H. Spatiotemporal Evolution of Travel Pattern Using Smart Card Data. Sustainability 2022, 14, 9564. https://doi.org/10.3390/su14159564

AMA Style

Lin M, Huang Z, Zhao T, Zhang Y, Wei H. Spatiotemporal Evolution of Travel Pattern Using Smart Card Data. Sustainability. 2022; 14(15):9564. https://doi.org/10.3390/su14159564

Chicago/Turabian Style

Lin, Mu, Zhengdong Huang, Tianhong Zhao, Ying Zhang, and Heyi Wei. 2022. "Spatiotemporal Evolution of Travel Pattern Using Smart Card Data" Sustainability 14, no. 15: 9564. https://doi.org/10.3390/su14159564

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