Modeling Crowd Flows Network to Infer Origins and Destinations of Crowds from Cellular Data

Size: px
Start display at page:

Download "Modeling Crowd Flows Network to Infer Origins and Destinations of Crowds from Cellular Data"

Transcription

1 Modeling Crowd Flows Network to Infer Origins and Destinations of Crowds from Cellular Data Ai-Jou Chou Gunarto Sindoro Njoo Wen-Chih Peng ABSTRACT Massive spatiotemporal data is generated every day and everywhere make it possible for modeling citywide human mobility. However, few studies have investigated where the origins and destinations of the crowd flows in the urban areas. Therefore, the aim of this paper is to infer origins and destinations of crowds. We present a dynamic weighted directed graph to model the mobility of crowds, called the crowd flows network. In particular, we use a cellular dataset of approximately 7 million spatiotemporal records from Chunghwa Telecom in Taiwan to demonstrate the practicality of our proposed crowd flows network. Results reveal that crowd flows network captures meaningful features from the cellular data and the findings can be seen as the first step towards the more comprehensive understanding of citywide crowds flows mobility. efficient and would not pose any privacy problems. However, checkin data is known for its sparsity problem and bias towards certain kind of users [5]. Finally, the cellular data is widely available as the data is collected by the telecom company whenever the user utilizes communication services. Unlike GPS, it neither incurs high energy consumption nor violates user s privacy. However, it has more data compared to the check-in data. The only limitation of the cellular data is the accuracy of the user s location is not fine grained. CCS CONCEPTS Information systems Spatial-temporal systems; (a) Modeling the destinations (b) Modeling the origins KEYWORDS Crowd flows modeling; urban computing; cellular data; 1 INTRODUCTION In recent years, there has been a rapid proliferation of smartphones which is not only changing the way people behave and interact but also generating massive spatial- and temporal-aware data, such as cellular data from telecommunication providers, GPS data from location-based applications, and geo-tagged contents published in the online social networks. The spatial- and temporal-aware data might be used as a proxy to depict the movement of people in the densely populated cities. For example, business managers would like to know where potential customers come from, carhailing companies would inquire traffic demands in particular area of the city, and telecommunication providers are interested in where the speed dropping experiences arise from. These problems are highly pertinent to the crowd flows in the city. In particular, there are three types of spatiotemporal data that can be leveraged to understand the crowds movement in the urban level and each data source exhibits different characteristics. GPS data extracted from smartphones has very high density yet it incurs high energy consumption and sometimes might not be available due to the lack of signal or due to privacy issue. On the other hand, check-in data is a data that is provided by the users willingly; it is more energy UrbComp 18, August 2018, London, UK Copyright held by the owner/author(s). Figure 1: The illustration of the origins and destinations modeling of the crowds movement. There are two types of crowd flows can be observed in the movement data: inflow and outflow [8]. To forecast the inflow and outflow of crowds, a deep-learning based method called ST-ResNet [7] has been applied on the taxicab GPS data and bike rental data. Because the inflow and outflow can be measured by different data sources, the authors in [6] explored a multi-view deep-learning based framework for the problem of predicting taxi demand. The limitation of the above studies is that their models only consider the GPS data of a single transportation mode, that is, the crowd flow data only comes from people who take a particular transportation mode, i.e. people on a taxicab and people using a bike-sharing system. In contrast, the cellular data we use records the approximate location and timestamp of the crowd in various transportation modes because user s devise connects to the base station actively or passively whenever they are stationary, walking, taking public transportation and driving. Moreover, the biggest difference between the above studies and ours is that they only discuss crowd flows that flow in and out of a region, the number of flows in each and every region, and we are looking at crowd flows that flow in or out of a region when given a destination or an origin, which makes our problem different and more practical. In the light of the next location prediction, [1 4] are some stateof-the-arts in the area. However, these research mostly focused on the personal mobility modeling and location recommendation from check-in data. While, our work focuses on exploring the origins

2 UrbComp 18, August 2018, London, UK Ai-Jou Chou, Gunarto Sindoro Njoo, and Wen-Chih Peng Table 1: Example of mobility trace rid timestamp coordinates 1 01/13/17 8:30AM (25.038, ) 2 01/13/17 8:34AM (25.038, ) 3 01/13/17 9:04AM (25.045, ) 4 01/13/17 9:13AM (25.051, ) 5 01/13/17 9:16AM (25.051, ) and destinations of crowd flows using cellular data in the citylevel. Figure 1 illustrates the problem that we tackles in our work. Instead of predicting the outflow volume of a particular region (i.e., shown in pale yellow) in Figure 1(a), we aim to infer the possible destinations of the crowds. Similarly, instead of knowing the inflow volume of the center region, we aim to infer the origins of the crowds (as shown in Figure 1(b)). The key contributions of this work are explained as follows. We propose a method to model the mobility of the crowds based on a dynamic weighted directed graph called crowd flows network. A crowd flows network characterizes the transition of the crowds between origin and destination regions as well as describes the inflow and outflow time series between regions. The practicality of the proposed methodology is demonstrated through the case studies. To the best of our knowledge, this is the first work to model crowd flows network to infer the possible origins and destinations by using cellular data. While our work is still at the early stage, the findings from the crowd flow network could have broad implications for understanding citywide crowds movement. 2 PROBLEM DEFINITION 2.1 Preliminaries We denote the set of regions by L = {l 0,l 1,...,l N } which partition a city into N non-overlapping rectangle areas and the set of time slots T = {t 0, t 1,..., t M } which divide a day into M time slots by using t minutes as the length of a time slot. The mobility trace of a user u is a time-ordered sequence S = record 1, record 2,..., record n. Each record is a tuple (timestamp, coordinates) where (1) timestamp is the timestamp string (2) coordinates is associated with geographical coordinates representing the location of the user at the timestamp. Table 1 shows an example of mobility trace. Given a mobility trace S, the region set L and the time slot set T, a projection trajectory S = r 1, r 2,..., r m is a mobility trace binding with L and T. For a record r i = (t i,l i ) that projected from (timestamp, coordinates), r i satisfies: (1) t i timestamp < t i+1 ; (2) coordinates lies within the l i. We treat coordinates lies outside L as an outlier and discard the record. 2.2 Origins and Destinations of Crowds Considering a large amount of users U accompanied by generated trajectories, we aim to infer origins and destinations of U at any time periods by modeling the crowd flows around the urban space. Definition 1 (Origin and Destination). If two consecutive records i and j in the trajectory of user u satisfies (1) r i r j ; (2) t i t j, we regard r i as the origin and r j as the destination. (a) Toy example of a crowd flows network (b) Adjacency matrix Figure 2: An illustration of crowd flows network and the adjacency matrix. The boxed row indicates Region b as origin with destinations (a, c) and corresponding outflow (3, 10). The boxed column indicates Region c as destination with origins (b, d) and corresponding inflow (10, 1). Inferring crowd flows destinations. Given a region l as the origin, current time period p and time threshold τ, the problem aims to identify a set of regions where users U will move into after τ time slots. Inferring crowd flows origins. Given a region l as the destination, current time period p and time threshold τ, the problem aims to identify a set of regions where users U from and will move into region l after τ time slots. 3 METHODOLOGY Our goal is to infer the origins and destinations of crowds in the city. First, we discuss modeling the crowd flows into directed networks through large scale cellular data. Second, we present our crowd flows network reflects several static and dynamic properties between crowds, regions and time. 3.1 Crowd Flows Network Formulation A crowd flows network is a graph where nodes represent regions. Two nodes are connected by a directed edge at a specific time period if there have individuals moving from one region to another region during that time period. Edge weights represent the number of individuals moving during that time period. The crowd flows network characterizes the dynamics of people moving around an urban space. Nodes can further hold attributes such as coordinates of center point, POI list, etc. Figure 2(a) shows a toy example of a crowd flows network including five nodes. 2(b) is the corresponding adjacency matrix. Rows in the adjacency matrix represents the node as origin and crowd flows move into which nodes. The sum of values in a row means the total outflows of the node. Similarly, columns in the adjacency matrix represents the node as destination and crowd flows move from which nodes. The sum of values in a column means the total inflows of the node. Based on Definition 1 in Section 2, a pair of origin and destination and the time information including start time, end time and travel time from user trajectory can be collected. Remember that we have discretized time into fixed-size time slots. The crowd flow network is then defined as follows.

3 Modeling Crowd Flows Network to Infer Origins and Destinations of Crowds from Cellular Data UrbComp 18, August 2018, London, UK (a) Contextual Neighbors (b) Semantic Neighbors Figure 4: An illustration of contextual and semantic neighbors. In the left figure, red regions are contextual neighbors of the green region. In the right figure, all red regions are semantic neighbors each others since they have a common destination. Figure 3: Crowd flows network constructed from real world cellular data with the corresponding city map. For simplicity, we ignored the direction of edges in the network. Definition 2 (Crowd flows network). Given a time window size w and a time threshold τ, we aggregate the pairs of origin and destination from users U for every w time slots if the travel time is equal to τ. The crowd flows network is further defined as G k = (V, Ek ). V is the stationary set of regions. Ek is the set of edges over a period k. An edge (vi, v j, w) Ek points from the origin vi to the destination v j associated with a weight w [1, ) indicating the number of individuals. Note that (vi, v j, w) is different from (v j, vi, w) since edge is directed. 3.2 Network Properties Connection Structure. Intuitively, people driving car or taking subway can arrive farther regions in a short time in the city. Since the travel time is fixed to τ when we construct a crowd flows network, the network reflects this intuition and implicitly depict the transport infrastructures. In the Figure 3, the dense horizontal part is a highway corresponding the black line in the middle on the map. We observed nodes on the highway region are linked to other more distant nodes and have wider east-west range. Therefore, the length of connection in the network can be seen as a speed factor and the direction of connection reflects the general direction of transport. For instance, node represents a train station region whose connection exhibits a southwest-northeast structure meets the railway Region Importance. Region importance is a measure based on global node ranking in the crowd flows network. The higher the region importance, the more likely crowds moving into and out of the region. Therefore, the region is possibly a commercial intersection or a transport hub. The lower the region importance, the more likely the region is sparsely inhabited or inaccessible. The region importance is tied closely with crowd flows movement Contextual Neighbors. A node is contextual neighbor of another node means they are directly connected in the crowd flows network. When a direct edge existed between two regions, the region which the edge point from is an origin and the region which the edge point to is a destination, together they present a crowd flow movement behavior. Regions are not arbitrary connected, intuitively, two region with close geographical distance are more likely connected. Also, we found that two region connected by transportation network are often connected and their edge weight even higher than two geographically close regions with the same origin regions. On the other hand, contextual relationships are pertinent to time influence. For example, people tend to have a lunch near the working place at noon but in the evening people tend to go far away to shopping malls, theatres and bars to relax after work Semantic Neighbors. Semantic neighbors indicate that two nodes are not necessarily connected, but they share common contextual neighbors in the crowd flows network. Comparing to contextual neighbors, semantic neighbors are implicit in the crowd flows network. In reality, semantic relationship reflects similar region functionality between two regions. A real illustration of this is Figure 4(b), red regions have semantic relationship each other and their common neighbors are MRT stations on the green line in the middle. In fact, these red regions are residential area along the MRT green line. 4 EXPERIMENTS 4.1 Dataset We use a cellular dataset from Chunghwa Telecom, which is the largest telecommunication provider in Taiwan. The dataset contains cellular data about 314,000 users from 12/31/2016 to 01/13/2017 for the city Taipei and New Taipei, so-called Greater Taipei area. We divided the area into 49 x 49 regions. The size of each region is 0.5km x 0.5km. 4.2 Case Studies Inferring K destinations of crowd flows. Given a specific origin and K, we infer K destinations from the crowd flows network. Figure 5 shows four origins and the query results. K is set as 30 and query period is on 01/09/2017 from 8 a.m. to 10 a.m. Time threshold τ is set as 5 minutes. Four origins are located in Shilin district, Songshan district, Banqiao district and the vicinity of Taipei 101. The query results show that K destinations which have edge

4 UrbComp 18, August 2018, London, UK (b) Shilin Ai-Jou Chou, Gunarto Sindoro Njoo, and Wen-Chih Peng (c) Songshan (a) Origins (a) Inflow of top 4 destinations (d) Banqiao (e) Taipei 101 Figure 5: Inferring K destinations (τ = 5 minutes) (b) Region map (a) Shilin (b) Taipei 101 Figure 7: Top destinations of the different time period from Region Figure 6: Inferring K destinations (τ = 10 minutes) connected to the origin at the center. The destination with darker color means more people moving from the origin to the destination. Figures 5 reveal destinations of crowds are influenced by the transportation infrastructures as well as the region functionality in the city. All of them contain Taipei mass rapid transit (MRT) stations serving greater Taipei. Figure 5(a) shows Shilin station is on the read line, Songshan station is a terminal station of the green line, Banqiao and Taipei 101 station are on the blue line. Moreover, Songshan and Banqiao stations are also train stations (TRA) served as part of conventional rail in Taiwan. Banqiao is also a High-Speed Rail (HSR) station served as a high-speed rail along the west coast of Taiwan. Therefore, Banqiao and Songshan connect to remote destinations in Figure 5(c) and Figure 5(d) which are the other TRA and HSR stops. Furthermore, the connection structures of Shilin, Songshan, and Banqiao match the railway route on the map in Figure 5(a). Figure 5(e) shows destinations in the vicinity of Taipei 101 are limit to nearby regions which is one of the most crowded districts in Taipei Destinations of different time threshold. We experiment with different time threshold τ to test our proposed crowd flows network with different travel time between origin and destination. Figure 6 presents the query results of Shilin and Taipei 101 when τ is set as 10 minutes. K and query period are same as the previous section. Comparing to Figure 5(b) when τ is set as 5 minutes, destinations of crowds in Figure 6(a) are reached more distinct regions. The farthest destination of Shilin is Fuxinggang station on the red line. The travel time released by the Taipei Metro Company between Shilin and Fuxinggang station is about 14 minutes meets our time threshold setting Destinations of different time period. We aim to present contextual neighbors changed over time by our proposed crowd flows network. The case can be seen as a commuting behavior of crowds. Based on our crowd flows network, outflow and inflow time series between any two regions are edge weights at the different time period. Given Region 1543 as an origin and its top 4 destinations Region 1447, 1400, 1586, and Four inflow time series of the destinations are plotted in different colors in Figure 7. Figure 7(a) shows Region 1447 and Region 1440 have higher crowd inflows from the origin 1543 in the morning. Figure 7(b) shows the route is from suburbs to core city. However, in the evening, Region 1586 and Region 1732 turn to have higher crowd inflows from the origin Figure 7(b) shows the route is reversely from core city to suburbs. This is an example of the commuting behavior of crowds in urban space. We found such similar results on the regions located between suburbs and the core city. 5 CONCLUSIONS In this paper, we present a method to infer origins and destinations of the crowds by modeling crowd flow network from large-scale cellular data. The crowd flows network described in this work

5 Modeling Crowd Flows Network to Infer Origins and Destinations of Crowds from Cellular Data UrbComp 18, August 2018, London, UK could serve as the basis for understanding the interactions between regions, crowds, and time in the urban space. The four properties related to the crowd flow network illustrated are of importance in explaining urban dynamics. For evaluation, we have conducted several case studies with three different scenarios: inferring top K destinations, querying destinations of different time threshold, and querying destinations of the different time period. The results demonstrate that the crowd flows network is interpretable and distill valuable information from massive spatial- and temporalaware data. For future work, we are exploring network embedding methods properly preserving the properties of crowd flows network in other to predict origins and destinations of crowds. REFERENCES [1] Shanshan Feng, Gao Cong, Bo An, and Yeow Meng Chee POI2Vec: Geographical Latent Representation for Predicting Future Visitors. In Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence. [2] Jing He, Xin Li, Lejian Liao, Dandan Song, and William K Cheung Inferring a Personalized Next Point-of-Interest Recommendation Model with Latent Behavior Patterns. Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (2016), [3] Qiang Liu, Shu Wu, Liang Wang, and Tieniu Tan Predicting the Next Location : A Recurrent Model with Spatial and Temporal Contexts. Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (2016), [4] Xin Liu, Yong Liu, and Xiaoli Li Exploring the context of locations for personalized location recommendations. In Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence, Vol Janua [5] Gang Wang, Sarita Y Schoenebeck, Haitao Zheng, and Ben Y Zhao "Will Check-in for Badges": Understanding Bias and Misbehavior on Location-based Social Networks. In Proceedings of the Tenth International AAAI Conference on Web and Social Media (ICWSM) [6] Huaxiu Yao, Fei Wu, Jintao Ke, Xianfeng Tang, Yitian Jia, Siyu Lu, Pinghua Gong, Jieping Ye, Didi Chuxing, and Zhenhui Li Deep Multi-View Spatial-Temporal Network for Taxi Demand Prediction. In Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence. [7] Junbo Zhang, Yu Zheng, and Dekang Qi Deep Spatio-Temporal Residual Networks for Citywide Crowd Flows Prediction. In Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence. [8] Yu Zheng, Licia Capra, Ouri Wolfson, and Hai Yang Urban Computing: Concepts, Methodologies, and Applications. ACM Transactions on Intelligent Systems and Technology 5, 3 (2014), 1 55.

Detecting Origin-Destination Mobility Flows From Geotagged Tweets in Greater Los Angeles Area

Detecting Origin-Destination Mobility Flows From Geotagged Tweets in Greater Los Angeles Area Detecting Origin-Destination Mobility Flows From Geotagged Tweets in Greater Los Angeles Area Song Gao 1, Jiue-An Yang 1,2, Bo Yan 1, Yingjie Hu 1, Krzysztof Janowicz 1, Grant McKenzie 1 1 STKO Lab, Department

More information

Encapsulating Urban Traffic Rhythms into Road Networks

Encapsulating Urban Traffic Rhythms into Road Networks Encapsulating Urban Traffic Rhythms into Road Networks Junjie Wang +, Dong Wei +, Kun He, Hang Gong, Pu Wang * School of Traffic and Transportation Engineering, Central South University, Changsha, Hunan,

More information

Exploring the Patterns of Human Mobility Using Heterogeneous Traffic Trajectory Data

Exploring the Patterns of Human Mobility Using Heterogeneous Traffic Trajectory Data Exploring the Patterns of Human Mobility Using Heterogeneous Traffic Trajectory Data Jinzhong Wang April 13, 2016 The UBD Group Mobile and Social Computing Laboratory School of Software, Dalian University

More information

* Abstract. Keywords: Smart Card Data, Public Transportation, Land Use, Non-negative Matrix Factorization.

*  Abstract. Keywords: Smart Card Data, Public Transportation, Land Use, Non-negative Matrix Factorization. Analysis of Activity Trends Based on Smart Card Data of Public Transportation T. N. Maeda* 1, J. Mori 1, F. Toriumi 1, H. Ohashi 1 1 The University of Tokyo, 7-3-1 Hongo Bunkyo-ku, Tokyo, Japan *Email:

More information

Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales. ACM MobiCom 2014, Maui, HI

Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales. ACM MobiCom 2014, Maui, HI Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales Desheng Zhang & Tian He University of Minnesota, USA Jun Huang, Ye Li, Fan Zhang, Chengzhong Xu Shenzhen Institute

More information

Deep Multi-View Spatial-Temporal Network for Taxi Demand Prediction

Deep Multi-View Spatial-Temporal Network for Taxi Demand Prediction Deep Multi-View Spatial-Temporal Network for Taxi Demand Prediction Huaxiu Yao, Fei Wu Pennsylvania State University {huaxiuyao, fxw133}@ist.psu.edu Jintao Ke Hong Kong University of Science and Technology

More information

Mobility Analytics through Social and Personal Data. Pierre Senellart

Mobility Analytics through Social and Personal Data. Pierre Senellart Mobility Analytics through Social and Personal Data Pierre Senellart Session: Big Data & Transport Business Convention on Big Data Université Paris-Saclay, 25 novembre 2015 Analyzing Transportation and

More information

Assessing spatial distribution and variability of destinations in inner-city Sydney from travel diary and smartphone location data

Assessing spatial distribution and variability of destinations in inner-city Sydney from travel diary and smartphone location data Assessing spatial distribution and variability of destinations in inner-city Sydney from travel diary and smartphone location data Richard B. Ellison 1, Adrian B. Ellison 1 and Stephen P. Greaves 1 1 Institute

More information

Spatial Data Science. Soumya K Ghosh

Spatial Data Science. Soumya K Ghosh Workshop on Data Science and Machine Learning (DSML 17) ISI Kolkata, March 28-31, 2017 Spatial Data Science Soumya K Ghosh Professor Department of Computer Science and Engineering Indian Institute of Technology,

More information

City of Hermosa Beach Beach Access and Parking Study. Submitted by. 600 Wilshire Blvd., Suite 1050 Los Angeles, CA

City of Hermosa Beach Beach Access and Parking Study. Submitted by. 600 Wilshire Blvd., Suite 1050 Los Angeles, CA City of Hermosa Beach Beach Access and Parking Study Submitted by 600 Wilshire Blvd., Suite 1050 Los Angeles, CA 90017 213.261.3050 January 2015 TABLE OF CONTENTS Introduction to the Beach Access and Parking

More information

Exploiting Geographic Dependencies for Real Estate Appraisal

Exploiting Geographic Dependencies for Real Estate Appraisal Exploiting Geographic Dependencies for Real Estate Appraisal Yanjie Fu Joint work with Hui Xiong, Yu Zheng, Yong Ge, Zhihua Zhou, Zijun Yao Rutgers, the State University of New Jersey Microsoft Research

More information

Understanding taxi travel demand patterns through Floating Car Data Nuzzolo, A., Comi, A., Papa, E. and Polimeni, A.

Understanding taxi travel demand patterns through Floating Car Data Nuzzolo, A., Comi, A., Papa, E. and Polimeni, A. WestminsterResearch http://www.westminster.ac.uk/westminsterresearch Understanding taxi travel demand patterns through Floating Car Data Nuzzolo, A., Comi, A., Papa, E. and Polimeni, A. A paper presented

More information

Measuring connectivity in London

Measuring connectivity in London Measuring connectivity in London OECD, Paris 30 th October 2017 Simon Cooper TfL City Planning 1 Overview TfL Connectivity measures in TfL PTALs Travel time mapping Catchment analysis WebCAT Current and

More information

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015

VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA. Candra Kartika 2015 VISUAL EXPLORATION OF SPATIAL-TEMPORAL TRAFFIC CONGESTION PATTERNS USING FLOATING CAR DATA Candra Kartika 2015 OVERVIEW Motivation Background and State of The Art Test data Visualization methods Result

More information

California Urban Infill Trip Generation Study. Jim Daisa, P.E.

California Urban Infill Trip Generation Study. Jim Daisa, P.E. California Urban Infill Trip Generation Study Jim Daisa, P.E. What We Did in the Study Develop trip generation rates for land uses in urban areas of California Establish a California urban land use trip

More information

Where to Find My Next Passenger?

Where to Find My Next Passenger? Where to Find My Next Passenger? Jing Yuan 1 Yu Zheng 2 Liuhang Zhang 1 Guangzhong Sun 1 1 University of Science and Technology of China 2 Microsoft Research Asia September 19, 2011 Jing Yuan et al. (USTC,MSRA)

More information

City monitoring with travel demand momentum vector fields: theoretical and empirical findings

City monitoring with travel demand momentum vector fields: theoretical and empirical findings City monitoring with travel demand momentum vector fields: theoretical and empirical findings Xintao Liu 1, Joseph Y.J. Chow 2 1 Department of Civil Engineering, Ryerson University, Canada 2 Tandon School

More information

The spatial network Streets and public spaces are the where people move, interact and transact

The spatial network Streets and public spaces are the where people move, interact and transact The spatial network Streets and public spaces are the where people move, interact and transact The spatial network Cities are big spatial networks that create more of these opportunities Five key discoveries

More information

Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories

Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories Clustering Analysis of London Police Foot Patrol Behaviour from Raw Trajectories Jianan Shen 1, Tao Cheng 2 1 SpaceTimeLab for Big Data Analytics, Department of Civil, Environmental and Geomatic Engineering,

More information

Visualisation of Spatial Data

Visualisation of Spatial Data Visualisation of Spatial Data VU Visual Data Science Johanna Schmidt WS 2018/19 2 Visual Data Science Introduction to Visualisation Basics of Information Visualisation Charts and Techniques Introduction

More information

Time Series Data Cleaning

Time Series Data Cleaning Time Series Data Cleaning Shaoxu Song http://ise.thss.tsinghua.edu.cn/sxsong/ Dirty Time Series Data Unreliable Readings Sensor monitoring GPS trajectory J. Freire, A. Bessa, F. Chirigati, H. T. Vo, K.

More information

Urban Computing: Concepts, Methodologies, and Applications

Urban Computing: Concepts, Methodologies, and Applications Urban Computing: Concepts, Methodologies, and Applications YU ZHENG, Microsoft Research LICIA CAPRA, University College London OURI WOLFSON, University of Illinois at Chicago HAI YANG, Hong Kong University

More information

The Spatial Structure of Cities: International Examples of the Interaction of Government, Topography and Markets

The Spatial Structure of Cities: International Examples of the Interaction of Government, Topography and Markets Module 2: Spatial Analysis and Urban Land Planning The Spatial Structure of Cities: International Examples of the Interaction of Government, Topography and Markets Alain Bertaud Urbanist Summary What are

More information

Extracting mobility behavior from cell phone data DATA SIM Summer School 2013

Extracting mobility behavior from cell phone data DATA SIM Summer School 2013 Extracting mobility behavior from cell phone data DATA SIM Summer School 2013 PETER WIDHALM Mobility Department Dynamic Transportation Systems T +43(0) 50550-6655 F +43(0) 50550-6439 peter.widhalm@ait.ac.at

More information

Urban Computing Using Big Data to Solve Urban Challenges

Urban Computing Using Big Data to Solve Urban Challenges Urban Computing Using Big Data to Solve Urban Challenges Dr. Yu Zheng Lead Researcher, Microsoft Research Asia Chair Professor at Shanghai Jiaotong University http://research.microsoft.com/en-us/projects/urbancomputing/default.aspx

More information

Urban Geo-Informatics John W Z Shi

Urban Geo-Informatics John W Z Shi Urban Geo-Informatics John W Z Shi Urban Geo-Informatics studies the regularity, structure, behavior and interaction of natural and artificial systems in the urban context, aiming at improving the living

More information

A route map to calibrate spatial interaction models from GPS movement data

A route map to calibrate spatial interaction models from GPS movement data A route map to calibrate spatial interaction models from GPS movement data K. Sila-Nowicka 1, A.S. Fotheringham 2 1 Urban Big Data Centre School of Political and Social Sciences University of Glasgow Lilybank

More information

Inferring Friendship from Check-in Data of Location-Based Social Networks

Inferring Friendship from Check-in Data of Location-Based Social Networks Inferring Friendship from Check-in Data of Location-Based Social Networks Ran Cheng, Jun Pang, Yang Zhang Interdisciplinary Centre for Security, Reliability and Trust, University of Luxembourg, Luxembourg

More information

Exploring the Impact of Ambient Population Measures on Crime Hotspots

Exploring the Impact of Ambient Population Measures on Crime Hotspots Exploring the Impact of Ambient Population Measures on Crime Hotspots Nick Malleson School of Geography, University of Leeds http://nickmalleson.co.uk/ N.S.Malleson@leeds.ac.uk Martin Andresen Institute

More information

Social and Technological Network Analysis: Spatial Networks, Mobility and Applications

Social and Technological Network Analysis: Spatial Networks, Mobility and Applications Social and Technological Network Analysis: Spatial Networks, Mobility and Applications Anastasios Noulas Computer Laboratory, University of Cambridge February 2015 Today s Outline 1. Introduction to spatial

More information

Improving the travel time prediction by using the real-time floating car data

Improving the travel time prediction by using the real-time floating car data Improving the travel time prediction by using the real-time floating car data Krzysztof Dembczyński Przemys law Gawe l Andrzej Jaszkiewicz Wojciech Kot lowski Adam Szarecki Institute of Computing Science,

More information

Regularity and Conformity: Location Prediction Using Heterogeneous Mobility Data

Regularity and Conformity: Location Prediction Using Heterogeneous Mobility Data Regularity and Conformity: Location Prediction Using Heterogeneous Mobility Data Yingzi Wang 12, Nicholas Jing Yuan 2, Defu Lian 3, Linli Xu 1 Xing Xie 2, Enhong Chen 1, Yong Rui 2 1 University of Science

More information

Aggregated Temporal Tensor Factorization Model for Point-of-interest Recommendation

Aggregated Temporal Tensor Factorization Model for Point-of-interest Recommendation Aggregated Temporal Tensor Factorization Model for Point-of-interest Recommendation Shenglin Zhao 1,2B, Michael R. Lyu 1,2, and Irwin King 1,2 1 Shenzhen Key Laboratory of Rich Media Big Data Analytics

More information

Collection and Analyses of Crowd Travel Behaviour Data by using Smartphones

Collection and Analyses of Crowd Travel Behaviour Data by using Smartphones Collection and Analyses of Crowd Travel Behaviour Data by using Smartphones Rik Bellens 1 Sven Vlassenroot 2 Sidharta Guatama 3 Abstract: In 2010 the MOVE project started in the collection and analysis

More information

Measurement of human activity using velocity GPS data obtained from mobile phones

Measurement of human activity using velocity GPS data obtained from mobile phones Measurement of human activity using velocity GPS data obtained from mobile phones Yasuko Kawahata 1 Takayuki Mizuno 2 and Akira Ishii 3 1 Graduate School of Information Science and Technology, The University

More information

Estimating Large Scale Population Movement ML Dublin Meetup

Estimating Large Scale Population Movement ML Dublin Meetup Deutsche Bank COO Chief Data Office Estimating Large Scale Population Movement ML Dublin Meetup John Doyle PhD Assistant Vice President CDO Research & Development Science & Innovation john.doyle@db.com

More information

Neighborhood Locations and Amenities

Neighborhood Locations and Amenities University of Maryland School of Architecture, Planning and Preservation Fall, 2014 Neighborhood Locations and Amenities Authors: Cole Greene Jacob Johnson Maha Tariq Under the Supervision of: Dr. Chao

More information

The 3V Approach. Transforming the Urban Space through Transit Oriented Development. Gerald Ollivier Transport Cluster Leader World Bank Hub Singapore

The 3V Approach. Transforming the Urban Space through Transit Oriented Development. Gerald Ollivier Transport Cluster Leader World Bank Hub Singapore Transforming the Urban Space through Transit Oriented Development The 3V Approach Gerald Ollivier Transport Cluster Leader World Bank Hub Singapore MDTF on Sustainable Urbanization The China-World Bank

More information

Recommendation Systems

Recommendation Systems Recommendation Systems Pawan Goyal CSE, IITKGP October 29-30, 2015 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 29-30, 2015 1 / 61 Recommendation System? Pawan Goyal (IIT Kharagpur) Recommendation

More information

Area Classification of Surrounding Parking Facility Based on Land Use Functionality

Area Classification of Surrounding Parking Facility Based on Land Use Functionality Open Journal of Applied Sciences, 0,, 80-85 Published Online July 0 in SciRes. http://www.scirp.org/journal/ojapps http://dx.doi.org/0.4/ojapps.0.709 Area Classification of Surrounding Parking Facility

More information

Spatial Extension of the Reality Mining Dataset

Spatial Extension of the Reality Mining Dataset R&D Centre for Mobile Applications Czech Technical University in Prague Spatial Extension of the Reality Mining Dataset Michal Ficek, Lukas Kencl sponsored by Mobility-Related Applications Wanted! Urban

More information

Understanding individual and collective mobility patterns from smart card records: A case study in Shenzhen

Understanding individual and collective mobility patterns from smart card records: A case study in Shenzhen Understanding individual and collective mobility patterns from smart card records: A case study in Shenzhen The MIT Faculty has made this article openly available. Please share how this access benefits

More information

Trip Distribution Modeling Milos N. Mladenovic Assistant Professor Department of Built Environment

Trip Distribution Modeling Milos N. Mladenovic Assistant Professor Department of Built Environment Trip Distribution Modeling Milos N. Mladenovic Assistant Professor Department of Built Environment 25.04.2017 Course Outline Forecasting overview and data management Trip generation modeling Trip distribution

More information

Uncovering the Digital Divide and the Physical Divide in Senegal Using Mobile Phone Data

Uncovering the Digital Divide and the Physical Divide in Senegal Using Mobile Phone Data Uncovering the Digital Divide and the Physical Divide in Senegal Using Mobile Phone Data Song Gao, Bo Yan, Li Gong, Blake Regalia, Yiting Ju, Yingjie Hu STKO Lab, Department of Geography, University of

More information

Spatial Thinking and Modeling of Network-Based Problems

Spatial Thinking and Modeling of Network-Based Problems Spatial Thinking and Modeling of Network-Based Problems Presentation at the SPACE Workshop Columbus, Ohio, July 1, 25 Shih-Lung Shaw Professor Department of Geography University of Tennessee Knoxville,

More information

Towards Fully-automated Driving

Towards Fully-automated Driving Towards Fully-automated Driving Challenges and Potential Solutions Dr. Gijs Dubbelman Mobile Perception Systems EE-SPS/VCA Mobile Perception Systems 6 PhDs, postdoc, project manager, software engineer,

More information

MOR CO Analysis of future residential and mobility costs for private households in Munich Region

MOR CO Analysis of future residential and mobility costs for private households in Munich Region MOR CO Analysis of future residential and mobility costs for private households in Munich Region The amount of the household budget spent on mobility is rising dramatically. While residential costs can

More information

Map Matching Algorithms in GPS Navigating System and Their Functions

Map Matching Algorithms in GPS Navigating System and Their Functions Map Matching Algorithms in GPS Navigating System and Their Functions Abstract R.Kamalambal (M.Phil. Student) Department of computer science & Technology Kajamalai Campus, Bharathidasan University, Trichy,

More information

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method Journal of Intelligent Learning Systems and Applications, 2013, 5, 227-231 Published Online November 2013 (http://www.scirp.org/journal/jilsa) http://dx.doi.org/10.4236/jilsa.2013.54026 227 The Research

More information

Exploring Urban Mobility from Taxi Trajectories: A Case Study of Nanjing, China

Exploring Urban Mobility from Taxi Trajectories: A Case Study of Nanjing, China Exploring Urban Mobility from Taxi Trajectories: A Case Study of Nanjing, China Yihong Yuan and Maël Le Noc Department of Geography, Texas State University, San Marcos, TX, U.S.A. {yuan, mael.lenoc}@txstate.edu

More information

arxiv: v1 [cs.lg] 28 Sep 2018

arxiv: v1 [cs.lg] 28 Sep 2018 HyperST-Net: Hypernetworks for Spatio-Temporal Forecasting Zheyi Pan 1 Yuxuan Liang 2 Junbo Zhang 3,4 Xiuwen Yi 3,4 Yong Yu 1 Yu Zheng 3,4 1 Shanghai Jiaotong University 2 Xidian University 3 JD Urban

More information

Typical information required from the data collection can be grouped into four categories, enumerated as below.

Typical information required from the data collection can be grouped into four categories, enumerated as below. Chapter 6 Data Collection 6.1 Overview The four-stage modeling, an important tool for forecasting future demand and performance of a transportation system, was developed for evaluating large-scale infrastructure

More information

Exploring Urban Mobility from Taxi Trajectories: A Case Study of Nanjing, China

Exploring Urban Mobility from Taxi Trajectories: A Case Study of Nanjing, China Exploring Urban Mobility from Taxi Trajectories: A Case Study of Nanjing, China Yihong Yuan, Maël Le Noc Department of Geography, Texas State University,San Marcos, TX, USA {yuan, mael.lenoc}@ txstate.edu

More information

STILLORGAN QBC LEVEL OF SERVICE ANALYSIS

STILLORGAN QBC LEVEL OF SERVICE ANALYSIS 4-5th September, STILLORGAN QBC LEVEL OF SERVICE ANALYSIS Mr David O Connor Lecturer Dublin Institute of Technology Mr Philip Kavanagh Graduate Planner Dublin Institute of Technology Abstract Previous

More information

Recommendation Systems

Recommendation Systems Recommendation Systems Pawan Goyal CSE, IITKGP October 21, 2014 Pawan Goyal (IIT Kharagpur) Recommendation Systems October 21, 2014 1 / 52 Recommendation System? Pawan Goyal (IIT Kharagpur) Recommendation

More information

Application of GIS in Public Transportation Case-study: Almada, Portugal

Application of GIS in Public Transportation Case-study: Almada, Portugal Case-study: Almada, Portugal Doutor Jorge Ferreira 1 FSCH/UNL Av Berna 26 C 1069-061 Lisboa, Portugal +351 21 7908300 jr.ferreira@fcsh.unl.pt 2 FSCH/UNL Dra. FCSH/UNL +351 914693843, leite.ines@gmail.com

More information

A Cloud Computing Workflow for Scalable Integration of Remote Sensing and Social Media Data in Urban Studies

A Cloud Computing Workflow for Scalable Integration of Remote Sensing and Social Media Data in Urban Studies A Cloud Computing Workflow for Scalable Integration of Remote Sensing and Social Media Data in Urban Studies Aiman Soliman1, Kiumars Soltani1, Junjun Yin1, Balaji Subramaniam2, Pierre Riteau2, Kate Keahey2,

More information

LAND USE CLASSIFICATION FROM COMBINED USE OF REMOTE SENSING AND SOCIAL SENSING DATA

LAND USE CLASSIFICATION FROM COMBINED USE OF REMOTE SENSING AND SOCIAL SENSING DATA LAND USE CLASSIFICATION FROM COMBINED USE OF REMOTE SENSING AND SOCIAL SENSING DATA Adindha Surya Anugraha 1, Hone-Jay Chu 1 * 1 Dept. of Geomatics, National Cheng Kung University, Taiwan adindha.surya@gmail.com,

More information

Crime Analysis. GIS Solutions for Intelligence-Led Policing

Crime Analysis. GIS Solutions for Intelligence-Led Policing Crime Analysis GIS Solutions for Intelligence-Led Policing Applying GIS Technology to Crime Analysis Know Your Community Analyze Your Crime Use Your Advantage GIS aids crime analysis by Identifying and

More information

Understand Urban Human Mobility through Crowdsensed Data

Understand Urban Human Mobility through Crowdsensed Data Understand Urban Human Mobility through Crowdsensed Data Yuren Zhou, Billy Pik Lik Lau, Chau Yuen, Bige Tunçer, Erik Wilhelm arxiv:1805.00628v1 [cs.si] 2 May 2018 Abstract Understanding how people move

More information

VISUALIZATION OF SPATIO-TEMPORAL RELATIONS IN MOVEMENT EVENT USING MULTI-VIEW

VISUALIZATION OF SPATIO-TEMPORAL RELATIONS IN MOVEMENT EVENT USING MULTI-VIEW VISUALIZATION OF SPATIO-TEMPORAL RELATIONS IN MOVEMENT EVENT USING MULTI-VIEW Kun Zheng, Danpeng Gu*, Falin Fang, Yanghui Wang, Hongyu Liu, Wenyu Zhao, Miao Zhang, Qi Li Faculty of Information and Engineering,

More information

Understanding Travel Time to Airports in New York City Sierra Gentry Dominik Schunack

Understanding Travel Time to Airports in New York City Sierra Gentry Dominik Schunack Understanding Travel Time to Airports in New York City Sierra Gentry Dominik Schunack 1 Introduction Even with the rising competition of rideshare services, many in New York City still utilize taxis for

More information

Diagnosing New York City s Noises with Ubiquitous Data

Diagnosing New York City s Noises with Ubiquitous Data Diagnosing New York City s Noises with Ubiquitous Data Dr. Yu Zheng yuzheng@microsoft.com Lead Researcher, Microsoft Research Chair Professor at Shanghai Jiao Tong University Background Many cities suffer

More information

Path and travel time inference from GPS probe vehicle data

Path and travel time inference from GPS probe vehicle data Path and travel time inference from GPS probe vehicle data Timothy Hunter Department of Electrical Engineering and Computer Science University of California, Berkeley tjhunter@eecs.berkeley.edu Pieter

More information

Measuring User Similarity with Trajectory Patterns: Principles and New Metrics

Measuring User Similarity with Trajectory Patterns: Principles and New Metrics Measuring User Similarity with Trajectory Patterns: Principles and New Metrics Xihui hen 1, Ruipeng Lu 2, Xiaoxing Ma 3, and Jun Pang 1,2 1 Interdisciplinary entre for Security, Reliability and Trust,

More information

Point-of-Interest Recommendations: Learning Potential Check-ins from Friends

Point-of-Interest Recommendations: Learning Potential Check-ins from Friends Point-of-Interest Recommendations: Learning Potential Check-ins from Friends Huayu Li, Yong Ge +, Richang Hong, Hengshu Zhu University of North Carolina at Charlotte + University of Arizona Hefei University

More information

Data Mining II Mobility Data Mining

Data Mining II Mobility Data Mining Data Mining II Mobility Data Mining F. Giannotti& M. Nanni KDD Lab ISTI CNR Pisa, Italy Outline Mobility Data Mining Introduction MDM methods MDM methods at work. Understanding Human Mobility Clustering

More information

DO TAXI DRIVERS CHOOSE THE SHORTEST ROUTES?

DO TAXI DRIVERS CHOOSE THE SHORTEST ROUTES? DO TAXI DRIVERS CHOOSE THE SHORTEST ROUTES? A Large-Scale Analysis of Route Choice Behavior of Taxi Drivers Using Floating Car Data in Shanghai Junyan Li Superviors: Juliane Cron M.Sc. (Technische Universität

More information

Research Article Urban Mobility Dynamics Based on Flexible Discrete Region Partition

Research Article Urban Mobility Dynamics Based on Flexible Discrete Region Partition International Journal of Distributed Sensor Networks, Article ID 782649, 1 pages http://dx.doi.org/1.1155/214/782649 Research Article Urban Mobility Dynamics Based on Flexible Discrete Region Partition

More information

Data driven approaches to Urban Planning Experience from Derry/Londonderry

Data driven approaches to Urban Planning Experience from Derry/Londonderry Data driven approaches to Urban Planning Experience from Derry/Londonderry Anna Rose RTPI Belfast 11 th of September 1 June 26 07:47AM 2 The value of the City The space of the city is a theatre: playing

More information

Classification in Mobility Data Mining

Classification in Mobility Data Mining Classification in Mobility Data Mining Activity Recognition Semantic Enrichment Recognition through Points-of-Interest Given a dataset of GPS tracks of private vehicles, we annotate trajectories with the

More information

Activity Identification from GPS Trajectories Using Spatial Temporal POIs Attractiveness

Activity Identification from GPS Trajectories Using Spatial Temporal POIs Attractiveness Activity Identification from GPS Trajectories Using Spatial Temporal POIs Attractiveness Lian Huang, Qingquan Li, Yang Yue State Key Laboratory of Information Engineering in Survey, Mapping and Remote

More information

HST-LSTM: A Hierarchical Spatial-Temporal Long-Short Term Memory Network for Location Prediction

HST-LSTM: A Hierarchical Spatial-Temporal Long-Short Term Memory Network for Location Prediction HST-LSTM: A Hierarchical Spatial-Temporal Long-Short Term Memory Network for Location Prediction Dejiang Kong and Fei Wu College of Computer Science and Technology, Zhejiang University kdjysss@gmail.com,

More information

Analysis of the urban travel structure using smartcard and GPS data from Santiago, Chile

Analysis of the urban travel structure using smartcard and GPS data from Santiago, Chile Analysis of the urban travel structure using smartcard and GPS data from Santiago, Chile Marcela Munizaga, Felipe Hernández, Universidad de Chile Ricardo Hurtubia, Pontificia Universidad Católica de Chile

More information

Web Structure Mining Nodes, Links and Influence

Web Structure Mining Nodes, Links and Influence Web Structure Mining Nodes, Links and Influence 1 Outline 1. Importance of nodes 1. Centrality 2. Prestige 3. Page Rank 4. Hubs and Authority 5. Metrics comparison 2. Link analysis 3. Influence model 1.

More information

Place Syntax Tool (PST)

Place Syntax Tool (PST) Place Syntax Tool (PST) Alexander Ståhle To cite this report: Alexander Ståhle (2012) Place Syntax Tool (PST), in Angela Hull, Cecília Silva and Luca Bertolini (Eds.) Accessibility Instruments for Planning

More information

TRANSPORTATION MODELING

TRANSPORTATION MODELING TRANSPORTATION MODELING Modeling Concept Model Tools and media to reflect and simple a measured reality. Types of Model Physical Model Map and Chart Model Statistics and mathematical Models MODEL? Physical

More information

Visual Exploration of Sparse Traffic Trajectory Data

Visual Exploration of Sparse Traffic Trajectory Data IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 20, NO. 12, DECEM BER 2014 1813 Visual Exploration of Sparse Traffic Trajectory Data Zuchao Wang, Tangzhi Ye, Min Lu, Xiaoru Yuan, Member,

More information

Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices

Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices 212 45th Hawaii International Conference on System Sciences Geographical Bias on Social Media and Geo-Local Contents System with Mobile Devices Kazunari Ishida Hiroshima Institute of Technology k.ishida.p7@it-hiroshima.ac.jp

More information

IV Course Spring 14. Graduate Course. May 4th, Big Spatiotemporal Data Analytics & Visualization

IV Course Spring 14. Graduate Course. May 4th, Big Spatiotemporal Data Analytics & Visualization Spatiotemporal Data Visualization IV Course Spring 14 Graduate Course of UCAS May 4th, 2014 Outline What is spatiotemporal data? How to analyze spatiotemporal data? How to visualize spatiotemporal data?

More information

Urban Computing Using Big Data to Solve Urban Challenges

Urban Computing Using Big Data to Solve Urban Challenges Urban Computing Using Big Data to Solve Urban Challenges Dr. Yu Zheng Lead Researcher, Microsoft Research Chair Professor at Shanghai Jiao Tong University http://research.microsoft.com/en-us/projects/urbancomputing/default.aspx

More information

Decentralisation and its efficiency implications in suburban public transport

Decentralisation and its efficiency implications in suburban public transport Decentralisation and its efficiency implications in suburban public transport Daniel Hörcher 1, Woubit Seifu 2, Bruno De Borger 2, and Daniel J. Graham 1 1 Imperial College London. South Kensington Campus,

More information

Data Collection. Lecture Notes in Transportation Systems Engineering. Prof. Tom V. Mathew. 1 Overview 1

Data Collection. Lecture Notes in Transportation Systems Engineering. Prof. Tom V. Mathew. 1 Overview 1 Data Collection Lecture Notes in Transportation Systems Engineering Prof. Tom V. Mathew Contents 1 Overview 1 2 Survey design 2 2.1 Information needed................................. 2 2.2 Study area.....................................

More information

UAPD: Predicting Urban Anomalies from Spatial-Temporal Data

UAPD: Predicting Urban Anomalies from Spatial-Temporal Data UAPD: Predicting Urban Anomalies from Spatial-Temporal Data Xian Wu, Yuxiao Dong, Chao Huang, Jian Xu, Dong Wang and Nitesh V. Chawla* Department of Computer Science and Engineering University of Notre

More information

Exploring spatial decay effect in mass media and social media: a case study of China

Exploring spatial decay effect in mass media and social media: a case study of China Exploring spatial decay effect in mass media and social media: a case study of China 1. Introduction Yihong Yuan Department of Geography, Texas State University, San Marcos, TX, USA, 78666. Tel: +1(512)-245-3208

More information

Sensing Urban Density using Mobile Phone GPS Locations: A case study of Odaiba area, Japan

Sensing Urban Density using Mobile Phone GPS Locations: A case study of Odaiba area, Japan Sensing Urban Density using Mobile Phone GPS Locations: A case study of Odaiba area, Japan Teerayut Horanont 1,2,*, Santi Phithakkitnukoon 3,*, Ryosuke Shibasaki 1 1 Department of Civil Engineering, The

More information

Validating general human mobility patterns on massive GPS data

Validating general human mobility patterns on massive GPS data Validating general human mobility patterns on massive GPS data Luca Pappalardo, Salvatore Rinzivillo, Dino Pedreschi, and Fosca Giannotti KDDLab, Institute of Information Science and Technologies (ISTI),

More information

Extracting Patterns of Individual Movement Behaviour from a Massive Collection of Tracked Positions

Extracting Patterns of Individual Movement Behaviour from a Massive Collection of Tracked Positions Extracting Patterns of Individual Movement Behaviour from a Massive Collection of Tracked Positions Gennady Andrienko and Natalia Andrienko Fraunhofer Institute IAIS Schloss Birlinghoven, 53754 Sankt Augustin,

More information

Location does not matter in the informational age? a case study on the distribution of restaurants listed in dazhongdianping in Beijing

Location does not matter in the informational age? a case study on the distribution of restaurants listed in dazhongdianping in Beijing Beijing City Lab SHENG Qiang, LI Miaoyi, ZHANG Xingyi, 2015, Location does not matter in the informational age? a case study on the distribution of restaurants listed in dazhongdianping in Beijing. Beijing

More information

Assessing pervasive user-generated content to describe tourist dynamics

Assessing pervasive user-generated content to describe tourist dynamics Assessing pervasive user-generated content to describe tourist dynamics Fabien Girardin, Josep Blat Universitat Pompeu Fabra, Barcelona, Spain {Fabien.Girardin, Josep.Blat}@upf.edu Abstract. In recent

More information

Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales

Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales Exploring Human Mobility with Multi-Source Data at Extremely Large Metropolitan Scales Desheng Zhang zhang@cs.umn.edu Fan Zhang zhangfan@siat.ac.cn Jun Huang jun.huang@siat.ac.cn Chengzhong Xu cz.xu@siat.ac.cn

More information

Incorporating Spatio-Temporal Smoothness for Air Quality Inference

Incorporating Spatio-Temporal Smoothness for Air Quality Inference 2017 IEEE International Conference on Data Mining Incorporating Spatio-Temporal Smoothness for Air Quality Inference Xiangyu Zhao 2, Tong Xu 1, Yanjie Fu 3, Enhong Chen 1, Hao Guo 1 1 Anhui Province Key

More information

Asymmetric Correlation Regularized Matrix Factorization for Web Service Recommendation

Asymmetric Correlation Regularized Matrix Factorization for Web Service Recommendation Asymmetric Correlation Regularized Matrix Factorization for Web Service Recommendation Qi Xie, Shenglin Zhao, Zibin Zheng, Jieming Zhu and Michael R. Lyu School of Computer Science and Technology, Southwest

More information

Spatial analysis of dynamic movements of Vélo v, Lyon s shared bicycle program

Spatial analysis of dynamic movements of Vélo v, Lyon s shared bicycle program Noname manuscript No. (will be inserted by the editor) Spatial analysis of dynamic movements of Vélo v, Lyon s shared bicycle program Pierre Borgnat Eric Fleury Céline Robardet Antoine Scherrer Received:

More information

PLANNING FOR TOD IN SMART CITIES

PLANNING FOR TOD IN SMART CITIES PLANNING FOR TOD IN SMART CITIES Making transit a preferred choice, not the only choice! Dr. Yamini J. Singh*, Dr. Johannes Flacke^ and Prof. M.F.A.M. van Maarseveen^ * Founder Director, Planit, The Netherlands

More information

Implementing Visual Analytics Methods for Massive Collections of Movement Data

Implementing Visual Analytics Methods for Massive Collections of Movement Data Implementing Visual Analytics Methods for Massive Collections of Movement Data G. Andrienko, N. Andrienko Fraunhofer Institute Intelligent Analysis and Information Systems Schloss Birlinghoven, D-53754

More information

Visualizing Geospatial Graphs

Visualizing Geospatial Graphs Visualizing Geospatial Graphs An introduction to visualizing geospatial graph data with KeyLines Geospatial www.cambridge-intelligence.com USA: +1 (775) 842-6665 UK: +44 (0)1223 362 000 Cambridge Intelligence

More information

Measuring Social Functions of City Regions from Large-scale Taxi Behaviors

Measuring Social Functions of City Regions from Large-scale Taxi Behaviors Work in Progress workshop at PerCom 2 Measuring Social Functions of City Regions from Large-scale Taxi Behaviors Guande Qi, Xiaolong Li, Shijian Li, Gang Pan and Zonghui Wang Department of Computer Science

More information

Note on Transportation and Urban Spatial Structure

Note on Transportation and Urban Spatial Structure Note on Transportation and Urban Spatial Structure 1 By Alain Bertaud, Washington, ABCDE conference, April 2002 Email: duatreb@msn.com Web site: http://alain-bertaud.com/ http://alainbertaud.com/ The physical

More information

Traffic Demand Forecast

Traffic Demand Forecast Chapter 5 Traffic Demand Forecast One of the important objectives of traffic demand forecast in a transportation master plan study is to examine the concepts and policies in proposed plans by numerically

More information