how long to wait

Upload: midhuna94

Post on 02-Jun-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/11/2019 How Long to Wait

    1/28

    How Long to Wait?:

    Predicting Bus Arrival Time with Mobile

    Phone based Participatory Sensing

    Pengfei Zhou, Yuanqing Zheng, Mo Li

    -twohsien 2012.9.3

  • 8/11/2019 How Long to Wait

    2/28

    Outline

    Introduction

    System design

    Evaluation Limitations

    Conclusion

  • 8/11/2019 How Long to Wait

    3/28

    Introduction

    Why travelers do not like to travel by bus?

    Excessively long waiting time

    Existing methods to predict arrival time

    Timetable ( operating hours, time intervals, etc.)

    Special location tracking devices on buses

  • 8/11/2019 How Long to Wait

    4/28

    Objective

    Crowd-participated approach

    Sharing users

    Querying users

    Backend server

    Energy friendly

    Microphone, accelerometer

    Mobile Phone

  • 8/11/2019 How Long to Wait

    5/28

  • 8/11/2019 How Long to Wait

    6/28

    Challenges

    Bus Detection

    Bus Classification

    Information Assembling

  • 8/11/2019 How Long to Wait

    7/28

  • 8/11/2019 How Long to Wait

    8/28

    Pre-processing Celltower Data

    300 meters apart

    Top-3 strongest cell towers

  • 8/11/2019 How Long to Wait

    9/28

    Example

  • 8/11/2019 How Long to Wait

    10/28

  • 8/11/2019 How Long to Wait

    11/28

    Bus Detection

    Sliding window, size: 32 samples

    Empirical threshold: three standard deviation

  • 8/11/2019 How Long to Wait

    12/28

    Bus Detection

    Accelerometer detection

    Bus v.s. Rapid train

  • 8/11/2019 How Long to Wait

    13/28

    Bus Detection Threshold

    Small: trains will be misdetected as buses

    Big: miss detection of actual buses

  • 8/11/2019 How Long to Wait

    14/28

    Bus Classification

    Cell tower sequence matching

    Smith-Waterman algorithm

    If ui = Cw Sj,ui and Sj are matching with each other, and

    mismatching otherwise

  • 8/11/2019 How Long to Wait

    15/28

    Bus Classification

    = 0.51

    w: rank of signal strenth

    penalty cost for mismatches : -0.5

  • 8/11/2019 How Long to Wait

    16/28

    Overlapped route

    Survey 50 bus route

    Range of cell tower:

    300-900 meters

    threshold of celltower

    sequence length : 7

  • 8/11/2019 How Long to Wait

    17/28

    Cell tower Sequence Concatenation

  • 8/11/2019 How Long to Wait

    18/28

    Arrival Time Prediction

  • 8/11/2019 How Long to Wait

    19/28

    EVALUATION

  • 8/11/2019 How Long to Wait

    20/28

    Experimental Methodology

    Mobile phones

    Samsung Galaxy S2 i9100

    HTC Desire

    Experiment environment

    4 campus shuttle bus routes

    2 SBS transit bus route 179 and 241

  • 8/11/2019 How Long to Wait

    21/28

    Bus Detection Performance

  • 8/11/2019 How Long to Wait

    22/28

  • 8/11/2019 How Long to Wait

    23/28

    Bus Classification Performance

  • 8/11/2019 How Long to Wait

    24/28

    Arrival Time Prediction

  • 8/11/2019 How Long to Wait

    25/28

    Arrival Time Prediction

  • 8/11/2019 How Long to Wait

    26/28

    System Overhead

    Battery lifetime

  • 8/11/2019 How Long to Wait

    27/28

  • 8/11/2019 How Long to Wait

    28/28

    Conclusion

    Present a crowd-participatedbus arrival time

    prediction system using commodity mobile

    phones.

    Evaluate the system through a prototype

    system deployed on the Android platform with

    two types of mobile phones.