22
Bus Travel Time Predictions using Additive Models Matth´ ıas Korm´ aksson IBM Research - Brazil December 4, 2014 c 2014 IBM Corporation

Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

  • Upload
    voque

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Bus Travel Time Predictionsusing Additive Models

Matthıas Kormaksson

IBM Research - Brazil

December 4, 2014

cO 2014 IBM Corporation

Page 2: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Overview

▸ Problem Statement

▸ Motivating Data

▸ Background

▸ Proposed Solution

▸ Experiments

▸ Conclusions

cO 2014 IBM Corporation

Page 3: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Problem Statement

Given current time and location of the bus, what are the arrivaltimes at subsequent bus stops?

cO 2014 IBM Corporation

Page 4: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Motivating Data

●●

●●

●●

●●

●●

●●●

●●

●●●●●●●●●

●●

●●●●●●●●●●●

●●●

●●

●●●

●●●●●●●●●●●

●●●●●●●●

●●●

●●●●●●

●●●●

●●

●●

●●

●●●

●●●● ●●●

●●●

●●●

121

627

603

862

START

END

START

END

START

END

START

END

▸ GPS (lat,lon,timestamp)

collected from public buses in

the city of Rio de Janeiro.

▸ Bus Route Data

provide piecewise linear

representations of routes and

bus stop locations.

▸ Normalization

Map GPS coordinates onto a

1-dimensional scale measuring

distance from origin.

▸ Travel Times

inferred by differences between

consecutive time stamps.

cO 2014 IBM Corporation

Page 5: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Cumulative Space-Time Trajectories

▸ GPS mapped onto a cumulative

distance scale (x-axis).

▸ Cumulative travel time (y-axis)

defined as zero at origin.

▸ Interpolation is required to infer

time “zero”.

▸ Scatter plots show raw

measurements observed at

irregular spatial locations.

cO 2014 IBM Corporation

Page 6: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Mathematical Notation/Setup

00:00:00

00:30:00

01:00:00

01:30:00

00:00:00

00:30:00

01:00:00

01:30:00

from

be

gin

nin

g o

f rou

tefro

m b

us sto

p 1

2

0km 5km 10km 15kmCumulative distance

Cu

mu

lativ

e t

rave

l tim

e (

h:m

:s)

Cumulative space−time trajectories (2013−09−27)▸ Let 0 = p0 < p1 < ⋅ ⋅ ⋅ < pK denote

the bus stops.

▸ Cumulative space-time

trajectories normalized at 0

consist of cumulative distances

0 ≤ distij ≤ pK , and cumulative

travel times Tij (bus i, obs j).

▸ To make future predictions forbus located at pk we normalizetrajectories at pk(with dist= 0 and T = 0 at pk).

cO 2014 IBM Corporation

Page 7: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Background - Spline Smoothing

Consider the simplescatterplot smoothing model

yi = f(xi) + εi. −1

0

1

2

−1.0 −0.5 0.0 0.5 1.0xi

y i

Represent the function as

f(x) =q

∑j=1

βjφj(x),

where φj(x) are known basis functions and βj are coefficients tobe estimated. An intuitive example is the piecewise linearrepresentation, involving basis functions

φ1(x) = 1, φ2(x) = x, φj+2(x) = (x − τj)+,

where (x − τj)+ = max(0, x − τj), and τj are called knots.

cO 2014 IBM Corporation

Page 8: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Piecewise linear spline functionsBy setting up the design matrix appropriately the splinesmoothing becomes a linear model:

⎛⎜⎝

y1⋮yn

⎞⎟⎠

´¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¶y

=⎡⎢⎢⎢⎢⎢⎣

1 x1 (x1 − τ1)+ ⋯ (x1 − τK)+⋮ ⋮ ⋮ ⋱ ⋮1 xn (xn − τ1)+ ⋯ (xn − τK)+

⎤⎥⎥⎥⎥⎥⎦´¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¶

X

⎛⎜⎝

β1⋮βq

⎞⎟⎠

´¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¶β

.

Estimated by minimizing the least squares:

minβ∥y −Xβ∥2.

K = 0 K = 3 K = 10 K = 100

−1

0

1

2

xi

y i

cO 2014 IBM Corporation

Page 9: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Cubic regression spline functionsBy replacing the piecewise linear term with a cubic term in thedesign matrix, the model becomes:

⎛⎜⎝

y1⋮yn

⎞⎟⎠

´¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¶y

=⎡⎢⎢⎢⎢⎢⎣

1 x1 ∣x1 − τ1∣3 ⋯ ∣x1 − τK ∣3⋮ ⋮ ⋮ ⋱ ⋮1 xn ∣xn − τ1∣3 ⋯ ∣xn − τK ∣3

⎤⎥⎥⎥⎥⎥⎦´¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¶

X

⎛⎜⎝

β1⋮βq

⎞⎟⎠

´¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¶β

.

Estimated by minimizing the least squares:

minβ∥y −Xβ∥2.

K = 0 K = 3 K = 10 K = 100

−1

0

1

2

xi

y i

cO 2014 IBM Corporation

Page 10: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Penalized spline smoothingBy introducing a smoothness parameter λ we can control thesmoothness of the model

⎛⎜⎝

y1⋮yn

⎞⎟⎠

´¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¶y

=⎡⎢⎢⎢⎢⎢⎣

1 x1 ∣x1 − τ1∣3 ⋯ ∣x1 − τK ∣3⋮ ⋮ ⋮ ⋱ ⋮1 xn ∣xn − τ1∣3 ⋯ ∣xn − τK ∣3

⎤⎥⎥⎥⎥⎥⎦´¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¹¶

X

⎛⎜⎝

β1⋮βq

⎞⎟⎠

´¹¹¹¹¹¹¹¹¸¹¹¹¹¹¹¹¹¹¶β

.

We minimize the penalized least squares and estimate λ byGeneralized Cross Validation (GCV):

minβ∥y −Xβ∥2 + λβ′Dβ, D = diag(0,0,1, . . . ,1)

K = 0 K = 3 K = 10 K = 100

−1

0

1

2

xi

y i

cO 2014 IBM Corporation

Page 11: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Penalized tensor product smoothing

Consider the bivariatesmoothing model

yi = f(x1i, x2i) + εi.

Represent the function as

f(x1, x2) =q1

∑j=1

q2

∑k=1

βjkφj(x1)ψk(x2),

where φj(x) and ψk(x) are known basis functions (e.g.linear/cubic splines) and βjk are coefficients to be estimated.

By appropriately specifying the design matrix in terms of thebasis functions the above model becomes linear:

y =Xβ + ε.cO 2014 IBM Corporation

Page 12: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Proposed solution - Additive Models

< 07:00 07:00−09:00 09:00−12:00

12:00−15:00 15:00−18:00 > 18:00

00:00:00

00:30:00

01:00:00

00:00:00

00:30:00

01:00:00

0 5 10 15 0 5 10 15 0 5 10 15Cumulative distance (km)

Cu

mu

lative

tra

ve

l tim

e (

h:m

:s)

Cumulative space−time trajectories▸ . . . allow the linear predictor to

depend on unknown smooth

functions of predictor variables.

▸ (Left): Trajectories of route 121

stratified by hour.

▸ Note how travel time changes

smoothly as function of distance.

▸ Note how functional relationship

changes with the hour, timei.

Model 1: Basic Additive Model (BAM)

Tij = β0 + f1(distij) + f2(timei) + f3(distij , timei) + εij .

Estimation: Represent f1, f2 with penalized splines and f3 with

penalized tensor product. Model becomes linear in parameters.cO 2014 IBM Corporation

Page 13: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Analysis of route 121 (Copacabana-Centro)

00:10:0000:20:00

00:30:0000:40:00

06:00

10:00

17:00

22:00

0km 5km 10km 15kmCumulative distance

Hour

of d

ay (h

:m)

00:00:00

00:10:00

00:20:00

00:30:00

00:40:00

00:50:00

Travel Time (min)

Contour plot of expected travel times

START

END

0 5000 10000 15000

−0

.01

5−

0.0

05

0.0

05

0.0

15

ti(c

um

dis

t,1

4.3

8)

0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9−

0.0

15

−0

.00

50

.00

50

.01

5

ti(t

ime.in

it,4

)

Model 1: Basic Additive Model (BAM)

Tij = β0 + f1(distij) + f2(timei) + f3(distij , timei) + εij ,

Summary: All terms are significant and adjusted R2 = 0.903.

cO 2014 IBM Corporation

Page 14: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Extended Additive Model

Additive Models are flexible and allow for additional linearpredictors.

Week Day Weekend

00:00:00

00:30:00

01:00:00

0 5 10 15 0 5 10 15Cumulative distance (km)

Cum

ulat

ive

trave

l tim

e (h

:m:s

)

Cumulative space−time trajectories

00:00:00

00:30:00

01:00:00

01:30:00

00:00:00 00:30:00 01:00:00 01:30:00Travel time of last bus (h:m:s)

Trav

el ti

me

of c

urre

nt b

us (

h:m

:s)

Relationship between travel times of current and last bus

Model 2: Extended Additive Model (EAM)

Tij = β0 + β1 ⋅weekendi + f1(distij ,weekendi)+ β2 ⋅ T last

ij + f2(timei) + f3(distij , timei) + εij .

Summary: All terms are significant and adjusted R2 = 0.919.

cO 2014 IBM Corporation

Page 15: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Additive Mixed Model

Recall that time zero for bus i was inferred by interpolating twoconsecutive time stamps before and after origin.

Model 3: Additive Mixed Model (AMM)

Tij = β0 + b0i + β1 ⋅weekendi + f1(distij ,weekendi)+ β2 ⋅ T last

ij + f2(timei) + f3(distij , timei) + εij ,

where b0i ∼ N(0, σ2b) is a corrective random intercept.

Summary: σb = 3 minutes and adjusted R2 = 0.968.

cO 2014 IBM Corporation

Page 16: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Experiments

Table : Route data summary

Route # trajectories # stops Length

603 1,276 15 4km

627 1,325 54 15km

862 7,882 24 10km

121 2,515 18 15km

▸ Data: Four bus routes:603, 627, 862, and 121.

▸ Test data: 14 random days(out of 3 months of data).

▸ Training data: 10, 20, 30 daysbefore each test date.

▸ Prediction: made for all buses iin test set from every bus stop pkuntil end of route.

▸ Error: calculated for bus i atobserved distij and stratified byprediction distance ∣distij − pk ∣.

cO 2014 IBM Corporation

Page 17: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Experimental results

0

5

10

15

20

25

0

5

10

15

20

25

0

5

10

15

20

25

0

5

10

15

20

25

Ro

ute

60

3R

ou

te 6

27

Ro

ute

86

2R

ou

te 1

21

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15Cumulative distance from origin (km)

Ab

solu

te p

red

ictio

n e

rro

r (m

in)

Method

Kernel

BAM

EAM

AMM

Box plots of absolute prediction errors (min)

cO 2014 IBM Corporation

Page 18: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Experimental results

Table : Mean Absolute Relative Error (MARE)

Method

Route # days BAM EAM AMM Kernel SVM

603

10 19.9% 19.7% 18.4% 21.3% 64.4%

20 20.1% 19.8% 18.5% 21.3% 64.7%

30 19.8% 19.6% 18.3% 21.3% 64.8%

627

10 16.3% 14.7% 13.8% 18.1% 28.8%

20 15.2% 14.2% 13.4% 17.3% 30.0%

30 15.1% 14.0% 13.2% 17.1% 29.4%

862

10 22.1% 19.5% 18.0% 23.8% 26.4%

20 22.5% 19.3% 18.0% 23.6% 26.8%

30 22.2% 19.3% 17.9% 23.4% 25.6%

121

10 23.1% 20.9% 19.2% 23.9% 41.5%

20 22.9% 20.7% 19.1% 23.6% 41.4%

30 22.7% 20.3% 18.9% 23.4% 41.2%

MARE = (1/N)∑ij

∣Tij − Tij ∣/Tij

cO 2014 IBM Corporation

Page 19: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Conclusions

▸ Proposed solution:

- models travel times directly using raw irregular GPS data.- models spatial and temporal effects through smooth

functions thus avoiding any discretization.- allows for flexible incorporation of additional predictors.

▸ We showed that by including a random intercept wecorrect for an interpolation error.

▸ Demonstrated on a large real-world GPS data that ourmethod achieved superior performance (as compared toexisting methods).

cO 2014 IBM Corporation

Page 20: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Other Projects at IBM - Oil&Gas

cO 2014 IBM Corporation

Page 21: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Other Projects at IBM - Oil&Gas

cO 2014 IBM Corporation

Page 22: Bus Travel Time Predictions using Additive Models - UFRJim.ufrj.br/.../web/wp-content/uploads/2015/02/V_Semana_Bus_Travel.pdf · Bus Travel Time Predictions using Additive Models

Publications/Contact

Kormaksson, M., Barbosa, L., Vieira, M., and Zadrozny, B. (2014)“Bus Travel Time Predictions Using Additive Models.”Proc. of 14th IEEE Int’l Conference on Data Mining (ICDM).

Barbosa, L., Kormaksson, M., Vieira, M., Lage, R., and Zadrozny, B.(2014) “Vistradas: Visual Analytics for Urban Trajectory Data.” InProceedings of the 15th Brazilian Symposium on Geoinformatics (GeoInfo).

Kormaksson, M., Vieira, M., and Zadrozny, B. (2015) “A Data Driven

Method For Sweet Spot Identification In Shale Plays Using Well Log Data.”

SPE Digital Energy Conference.

Contact: [email protected]

cO 2014 IBM Corporation