天池大赛 道路匹配试题

文件名称 (报名后可下载)

文件格式

dataSets.zip

.zip (8MB) 

scripts.zip

.zip (4KB) 

dataSets.zip (mirror link)

download 

  

KDD CUP 2017
Highway Tollgates Traffic Flow Prediction
Travel Time & Traffic Volume Prediction

Background
Highway tollgates are well known bottlenecks in traffic networks.  During rush hours, long queues at tollgates can overwhelm traffic management authorities.   Effective preemptive countermeasures are desired to solve this challenge.  Such countermeasures include expediting the toll collection process and streamlining future traffic flow.  The expedition of toll collection could be simply allocating temporary toll collectors to open more lanes.  Future traffic flow could be streamlined by adaptively tweaking traffic signals at upstream intersections.  Preemptive countermeasures will only work when the traffic management authorities receive reliable predictions for future traffic flow.  For example, if heavy traffic in the next hour is predicted, then traffic regulators could immediately deploy additional toll collectors and/or divert traffic at upstream intersections.
Traffic flow patterns vary due to different stochastic factors, such as weather conditions, holidays, time of the day, etc.  The prediction of future traffic flow and ETA (Estimated Time of Arrival) is a known challenge.  An unprecedented large amount of traffic data from mobile apps such as Waze (in the US) or Amap (in China) can help us take up that challenge.  If the contestants in this proposed KDD CUP could design reliable approaches for future traffic flow and ETA prediction, then the traffic management authorities might be able to capitalize on big data & algorithms for fewer congestions at tollgates.  

Tasks
Available datasets are: the road network topology in the target area (Figures 1, 3, and 4, Tables 3 and 4), vehicle trajectories (Table 5), historical traffic volume at tollgates (Table 6), and weather data (Table 7).  The contest consists of two tasks with the details below.

Task 1: To estimate the average travel time from designated intersections to tollgates
For every 20-minute time window, please estimate the average travel time of vehicles for a specific route (shown in Figure 1).
   a. 
Routes from Intersection A to Tollgates 2 & 3;
   b. 
Routes from Intersection B to Tollgates 1 & 3;
   c. 
Routes from Intersection C to Tollages 1 & 3.
Note: the ETA of a 20-minute time window for a given route is the average travel time of all vehicle trajectories that enter the route in that time window. 
Each 20-minute time window is defined as a right half-open interval, e.g., [2016-09-18 23:40:00, 2016-09-19 00:00:00).

Submission Format (see Table 1)
The data types used in all tables in this document are int, float, string, date and datetime.  The date and datetime comply with the formats “yyyy-MM-dd” and “yyyy-MM-dd HH:mm:ss”.  The time_window field consists of two datetime types separated by a comma without any blank, e.g., “
2016-09-18 08:40:00,2016-09-18 09:00:00”.

Table 1. Travel Time from Intersections to Tollgates

Task 2: To predict average tollgate traffic volume
For every 20-minute time window, please predict the entry and exit traffic volumes at tollgates 1, 2 and 3 (Figures 1 and 2).  Note that tollgate 2 only allows traffic entering the highway while others allow traffic both ways (entry and exit).  Therefore, we need to predict the volume for 5 tollgate-direction pairs in total.

Submission Format (see Table 2)

Table 2. Traffic Volume at Tollgates


Figure 1. Road Network Topology of the Target Area

Training & Testing Datasets:
At the beginning of the contest, traffic predictions for specific rush hours from Oct. 18th to Oct. 24th are to be made by the contestants.  On May 25 there will be a data swap, after which the participants need to predict traffic during rush hours from Oct. 25th to Oct. 31st.

Contestants are to predict the ensuing traffic during the red time slots shown in Figure 2, i.e., 08:00 - 10:00 and 17:00 - 19:00, at 20-minute intervals.


Figure 2. Time Windows for Traffic Prediction

For travel time prediction, the initial training set contains data gathered from July. 19th to Oct. 17th.  For volume prediction, the initial training set contains data gathered from Sep. 19th to Oct. 17th.  After the data swap on May 25, additional training data from Oct. 18th to Oct. 24th will be added for both prediction tasks.
In the testing datasets, contestants are provided with traffic data during the green time slots shown in Figure 2, i.e., 06:00 - 08:00 and 15:00 - 17:00. Contestants can use that information as a leading indicator of traffic in the next two hours, which is to be predicted.
Note: Contestants are not restricted to use only the previous 2-hour data in prediction. However, each prediction is restricted to use only the traffic data before the predicted time window. For example, contestants are NOT allowed use the traffic data from Oct. 20th to predict the traffic on Oct. 19th.

Evaluation Metrics
We choose Mean Absolute Percentage Error (MAPE) to evaluate the result. 
Task 1: Let drt and prt be the actual and predicted average travel time for route r during time window t. The MAPE for travel time prediction is defined as:

R and T are the number of routes and number of to-predict time windows in the testing period respectively.

Task 2: Let C be the number of tollgate-direction pairs (as aforementioned: 1-entry, 1-exit, 2-entry, 3-entry and 3-exit), T be the number of time windows in the testing period, and fct and pct be the actual and predicted traffic volume for a specific tollgate-direction pair c during time window t. The MAPE for traffic volume prediction is defined as:

Data Description
The road network (Figure 1) here used is a directed graph formed by interconnected road links (Figure 3). A route (Figure 4) in the network is represented by a sequence of links.  For every road link, its vehicle traffic comes from one or more “incoming road links” and goes into one or more “outgoing road links”.  Table 3 and Figure 3 describe road links.

Table 3. Road Link Properties


Figure 3. In_top and Out_top for a Road Link

Vehicles traveling from road intersections to highway tollgates have limited route options. For each intersection-tollgate pair, we selected only the most important one into Table 4.  For example, Figure 4 illustrates the route with 9 consecutive road links from Intersection B to tollgate 1.

Table 4. Vehicle Routes from Intersections to Tollgates



Figure 4. Link Sequence for the Route from Intersection B to Tollgate 1

Table 5 introduces the time-stamped records of actual vehicles along the routes from road intersections to highway tollgates.

Table 5. Vehicle Trajectories Along Routes

Table 6. Traffic Volume through the Tollgates

Table 7. Weather Data (every 3 hours) in the Target Area

Table 3 and 4 are time-invariant.  Therefore, they are only provided in the training set.  Table 5, 6 and 7 are provided both in the training set and testing set according to the aforementioned description.

We also provide two sample python scripts, which can process tables 5 and 6 and generate results conforming to the structure of tables 1 and 2. 

KDD 2017

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值