Exploring the Patterns of Human Mobility Using Heterogeneous Traffic - - PowerPoint PPT Presentation

exploring the patterns of human mobility using
SMART_READER_LITE
LIVE PREVIEW

Exploring the Patterns of Human Mobility Using Heterogeneous Traffic - - PowerPoint PPT Presentation

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 of Technology Outline Part 1


slide-1
SLIDE 1

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 of Technology

slide-2
SLIDE 2

Part 1 Introduction Part 2 Related Work Part 3 Methodologies Part 4 Experimental Results

1/24

Outline

Part 5 Conclusion

slide-3
SLIDE 3

[1] J. Yuan, Y. Zheng, and X. Xie, “Discovering regions of different functions in a city using human mobility and POIs,” SIGKDD on Knowledge discovery and data mining. ACM, 2012, pp. 186–194. [2] Y. Zheng, L. Liu, L. Wang, and X. Xie, “Learning transportation mode from raw GPS data for geographic applications on the web,” WWW. ACM, 2008, pp. 247–256. [3] A. Noulas, S. Scellato, R. Lambiotte, M. Pontil, and C. Mascolo, “A tale of many cities: universal patter- ns in human urban mobility,” PloS one, vol. 7, no. 5, p. 37027, 2012.

Part 1 Introduction

 In recent years, multi-source traffic data are more easily collected than before.  Analyzing and mining the laws of human mobility hidden in traffic big data have been a hot research field [1], [2].  There exist a variety of traffic trajectory data, which contributes to exploring the patterns of human mobility more deeply [3].

2/24

slide-4
SLIDE 4

Part 1 Introduction

To our knowledge, domestic and foreign researchers have proposed quite a few spatio-temporal patterns of human mobility.

Power Law Exponential Law Log-Normal Law

3/24

slide-5
SLIDE 5

Part 1 Introduction

 They only focus on a single dataset which seems not to analyze the laws of human mobility very well.  The evaluation standards are different based on different studying data.  Subway smart transit data with 14 subway lines and Qiangsheng taxi data in Shanghai with 13 thousand taxis.  3 metrics (trip displacement, trip duration and trip interval).  Maximum likelihood estimation (MLE) and Bayesian information criterion (BIC).

4/24

slide-6
SLIDE 6

Part 1 Introduction

We are the first to propose the distribution of human travel taking the subway. We discover that the laws of trip displacement, trip duration and trip interval by subway and taxi.

Trip Displacement Subway = Taxi Log-normal Trip Duration Subway != Taxi Weibull Log-normal Trip Interval Subway != Taxi Two-regime Weibull

We observe quite a few interesting phenomena, which contribute to inferring human mobility patterns more deeply by subway and taxi.

5/24

slide-7
SLIDE 7

Part 2 Related Work

Processing Technology of Trajectory Data.

  • Substring tree to detect frequent movement sequences
  • Clustering algorithm to partition and group traces
  • Hidden Markov model to provide personalized recommendation
  • Principal component analysis to gain insight into the relation
  • A multivariate regression model to predict human mobility

Patterns of Human Mobility.

  • Levy flight model
  • Continuous-time random walk model
  • Exponential law distribution
  • Power law with exponential cut-off
  • Power law distribution
  • Radiation model
  • Log-normal distribution
  • Gamma distribution

6/24

slide-8
SLIDE 8

Part 2 Related Work

The results are mainly based on single source trajectory data . The patterns of human by subway are not investigated more deeply and thoroughly. The statistical results lack a universal scaling law and are not independent of their own characteristics. Therefore, our research is extremely indispensable and gains a valuable insight into human mobility patterns.

7/24

slide-9
SLIDE 9

Part 3 Methodologies

 We firstly collect the traffic data from Shanghai SODA competition website.  Then we leverage data manipulation language to clean the acquired datasets.  According to graph theory, we construct Human Mobility Network (HMN).  Especially, we introduce 3 evaluation metrics such as trip displacement, trip duration, and trip interval, and analyze two datasets quantitatively and comparatively.  Through using MLE and BIC, we finally explore the patterns of human mobility on weekend and weekday.

  • Fig. 1. Overview of exploring the patterns of human mobility.

8/24

(MLE BIC)

slide-10
SLIDE 10

Part 3 Methodologies

 In this paper, we use two datasets generated by subway smart card transactions (Ds) and Qiangsheng taxi GPS trajectory (Dt) from Shanghai in China.  Both (Ds) and (Dt) contain a total of more than 451 million trading records by 14 subway lines and 34 billion GPS records by about 13695 taxis respectively.

9/24

Ds1 Subway weekend Ds2 Subway weekday Dt1 Taxi weekend Dt2 Taxi weekday

slide-11
SLIDE 11

Part 3 Methodologies

 Definition 1. A Human Mobility Network (HMN) G = (V,E) is a directed graph.  V denotes the set of the origins or the destinations.  For subway, V denotes the latitude and longitude coordinate of a subway station or picking-up and dropping-off location for taxi.  E represents the set of edges which connect an origin location to a destination.

  • Fig. 2. Human mobility network(HMN).

10/24

slide-12
SLIDE 12

Part 3 Methodologies

 Definition 2. A Trip Displacement (d) is the spherical distance with a pair (vi,vi+1) in HMN.  the spherical distance is the inferior arc length by using great-circle between viand vi+1on the surface of a sphere. r denotes the Earth radius with the value of 6370 km ϕ1 and ϕ2 represent the origin’s longitude and latitude respectively ψ1 and ψ2 represent the destination’s longitude and latitude separately.

11/24

slide-13
SLIDE 13

Part 3 Methodologies

 Definition 3. A Trip Duration (td) is the elapsed time between an origin vi and a destination vj in HMN. It is defined as follows: where tjand ti denote the drop-off time and the pick-up time of a trip.  Definition 4. A Trip Interval (tv) is the elapsed time between two consecutive trips by the same person taking the subway or the same taxi. t’

j denotes the drop-off time of the last trip.

In a word, the travel time consists of td and tv alternatively on human mobility.

12/24

slide-14
SLIDE 14

 We introduce 4 widely used models to evaluate our 2 datasets, and unveil the best fitting distribution. The 4 distributions are showed in the following Equation4-7. Power Exponential Log-Normal Weibull

Part 3 Methodologies

13/24

slide-15
SLIDE 15

Part 3 Methodologies

 We use MLE to estimate the parameters in every distribution. Then we continue to calculate the value of BIC as follows:  According to the BIC value of every distribution, we go a step further to obtain the Bayesian weights Wi to determine which is the best law.

14/24

slide-16
SLIDE 16

Part 4 Experimental Results

15/24

(a) 7:00-9:00 on weekend (b) 11:00-13:00 on weekend (c) 17:00-19:00 on weekend (f) 17:00-19:00 on weekday (e) 11:00-13:00 on weekday (d) 7:00-9:00 on weekday

slide-17
SLIDE 17

Part 4 Experimental Results

16/24

(a) 7:00-9:00 on weekend (b) 11:00-13:00 on weekend (c) 17:00-19:00 on weekend (f) 17:00-19:00 on weekday (e) 11:00-13:00 on weekday (d) 7:00-9:00 on weekday

slide-18
SLIDE 18

Part 4 Experimental Results  Trip Displacement.

17/24

slide-19
SLIDE 19

Part 4 Experimental Results  Trip Displacement.

18/24

slide-20
SLIDE 20

Part 4 Experimental Results  Trip Duration.

19/24

26 min Subway weekend 28 min Subway weekday 8min Taxi weekend 8min Taxi weekday

slide-21
SLIDE 21

Part 4 Experimental Results  Trip Coefficient.

20/24

slide-22
SLIDE 22

Part 4 Experimental Results  Trip Interval.

21/24

slide-23
SLIDE 23

Part 4 Experimental Results  Trip Duration.

22/24

 90% of trip interval by subway is within 580 min on weekend and 643 min on weekday respectively.  In other words, folks go to another consecutive trip earlier about 1 hour on weekend than weekday,  which implies that most individuals travel for social activity rather than working on weekend.

slide-24
SLIDE 24

Part 5 Conclusion

 In summary, we find that human mobility patterns in Shanghai have its own characteristics differing from existing statistical results.  Trip displacement is better fitted to the log-normal distribution rather than the exponential model.  The Weibull distribution fits the elapsed time by subway, whereas the log-normal distribution fits the trip time by taxi.  The patterns of trip interval by taxi follow the Weibull distribution, whereas there exist two-regime laws by subway which is the first part following the Weibull distribution and the tail part following the log-normal distribution.

23/24

slide-25
SLIDE 25

THANK YOU

FOR YOUR ATTENTION

24/24