demo: data analysis and visualization in bike-sharing systems...demo: data analysis and...

1
Demo: Data Analysis and Visualization in Bike-Sharing Systems Lihuan Zhang , Siyuan Tang , Zidong Yang , Ji Hu , Yuanchao Shu , Peng Cheng , Jiming Chen Zhejiang University, Hangzhou, China Microsoft Research Asia ABSTRACT Public bike-sharing systems (BSS) are booming all around the world, providing a flexible trip mode for people in cities. However, the imbalance usage among stations is causing problems for both system operators and users. As a first step to address this challenge, a recent paper [1] has proposed a spatio-temporal bicycle mobility model based on historical bike-sharing data, and devised a traffic prediction mechanism on a per-station basis with sub-hour granularity. To better demonstrate the mobility model and prediction, we develop this data analysis and visualization system, not only presenting massive real-time prediction results but also serving as a platform for human mobility analysis. Keywords Bike-sharing system; Mobility modeling; Prediction; Visualization 1. INTRODUCTION Due to the ever-changing usage patterns and the resulting uneven distribution of bicycles, there exists a strong demand for efficient bike re-balancing strategies in BSS. Inspired by traffic control from communication area [2], recent work [1] has proposed a flow-based mobility modeling and prediction approach for BSS, which lays a solid foundation for re-balancing designs. To better demonstrate the modeling and prediction results, we develop a novel data analysis and visualization system [3] based on Hangzhou public bike-sharing dataset. Unlike most of the existing bike-sharing visualizations, our system provides many functions for both public bike users and operators, aiming at mining valuable information behind the predicted data and historical data, and presenting that information with insightful and graceful visualization elements. Part of the system is based on BaiduMap API and ECharts. First of all, the system is designed to demonstrate the massive data for both users and system operators. For mobile use, our system can serve as a public bike tour guide to help people track real-time stocks of nearby stations. Recommended routes with transit stations as well as the predicted distribution of available docks of the stations close to the destination will also be provided. To meet the operator’s requirements, we display all stations on the map, with real-time stock information and predicted results in the near future. This way, the overall potential stock shortage situation can be early warned by highlighted markers. Furthermore, our system is more than just the demonstration of real-time and predicted data. With massive historical data, over a whole year scale, stored in our back-end database, we are able to Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the owner/author(s). MobiSys’16 Companion June 25-30, 2016, Singapore, Singapore c 2016 Copyright held by the owner/author(s). ACM ISBN 978-1-4503-4416-6/16/06. DOI: http://dx.doi.org/10.1145/2938559.2938580 Figure 1: Bike-sharing visualization system. perform comprehensive data analysis to mine valuable information. For example, heat map of stocks across stations, historical data curve of every single station, the flow pattern of the whole city based on the clustering results considering both locations and check in/out volume etc. 2. DEMONSTRATION In our demo, we mainly show main functions of our system and how public bike users and operators can benefit from the visualization results from the following three scenarios. Bike tour guide: Our system provides valuable information with real-time and predicted data for users to plan a trip using a shared bike. Real-time monitoring: The operators can visualize the whole picture of the city with our system and easily find useful information (e.g., early-warning stations, abnormal stocks etc.). Historical analysis: Based on massive historical data, our system is also a powerful tool for in-depth data analysis. By showing historical data with different dimensions from multiple views, we are able to obtain interesting insights, such as human mobility patterns and station classifications. Acknowledgment This work is supported in part by the National Basic Research Program (973 Program) under Grant 2015CB352503. We thank our partner BSS operator, Hangzhou Public Bicycle Transport Service Development Co., Ltd. References [1] Zidong Yang, Ji Hu, Yuanchao Shu, Peng Cheng, Jiming Chen, and Thomas Moscibroda. Mobility Modeling and Prediction in Bike- Sharing Systems. In ACM Mobisys, 2016. [2] Jiming Chen, Weiqiang Xu, Shibo He, Youxian Sun, Preetha Thulasiraman, and Xuemin Sherman Shen. Utility-based asynchronous flow control algorithm for wireless sensor networks. Selected Areas in Communications, IEEE Journal on, 28(7):1116–1126, 2010. [3] Bike-sharing demo video. http://www.sensornet.cn/bikevis/. 128

Upload: others

Post on 27-Feb-2021

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Demo: Data Analysis and Visualization in Bike-Sharing Systems...Demo: Data Analysis and Visualization in Bike-Sharing Systems Lihuan Zhangy, Siyuan Tangy, Zidong Yangy, Ji Huy, Yuanchao

Demo: Data Analysis and Visualization inBike-Sharing Systems

Lihuan Zhang†, Siyuan Tang†, Zidong Yang†, Ji Hu†,Yuanchao Shu⋆, Peng Cheng†, Jiming Chen†

†Zhejiang University, Hangzhou, China ⋆Microsoft Research Asia

ABSTRACTPublic bike-sharing systems (BSS) are booming all around theworld, providing a flexible trip mode for people in cities. However,the imbalance usage among stations is causing problems forboth system operators and users. As a first step to addressthis challenge, a recent paper [1] has proposed a spatio-temporalbicycle mobility model based on historical bike-sharing data, anddevised a traffic prediction mechanism on a per-station basis withsub-hour granularity. To better demonstrate the mobility model andprediction, we develop this data analysis and visualization system,not only presenting massive real-time prediction results but alsoserving as a platform for human mobility analysis.

KeywordsBike-sharing system; Mobility modeling; Prediction; Visualization

1. INTRODUCTIONDue to the ever-changing usage patterns and the resulting uneven

distribution of bicycles, there exists a strong demand for efficientbike re-balancing strategies in BSS. Inspired by traffic control fromcommunication area [2], recent work [1] has proposed a flow-basedmobility modeling and prediction approach for BSS, which lays asolid foundation for re-balancing designs. To better demonstratethe modeling and prediction results, we develop a novel dataanalysis and visualization system [3] based on Hangzhou publicbike-sharing dataset. Unlike most of the existing bike-sharingvisualizations, our system provides many functions for both publicbike users and operators, aiming at mining valuable informationbehind the predicted data and historical data, and presenting thatinformation with insightful and graceful visualization elements.Part of the system is based on BaiduMap API and ECharts.

First of all, the system is designed to demonstrate the massivedata for both users and system operators. For mobile use, oursystem can serve as a public bike tour guide to help people trackreal-time stocks of nearby stations. Recommended routes withtransit stations as well as the predicted distribution of availabledocks of the stations close to the destination will also be provided.To meet the operator’s requirements, we display all stations on themap, with real-time stock information and predicted results in thenear future. This way, the overall potential stock shortage situationcan be early warned by highlighted markers.

Furthermore, our system is more than just the demonstration ofreal-time and predicted data. With massive historical data, over awhole year scale, stored in our back-end database, we are able to

Permission to make digital or hard copies of part or all of this work for personal orclassroom use is granted without fee provided that copies are not made or distributedfor profit or commercial advantage and that copies bear this notice and the full citationon the first page. Copyrights for third-party components of this work must be honored.For all other uses, contact the owner/author(s).

MobiSys’16 Companion June 25-30, 2016, Singapore, Singapore

c⃝ 2016 Copyright held by the owner/author(s).

ACM ISBN 978-1-4503-4416-6/16/06.

DOI: http://dx.doi.org/10.1145/2938559.2938580

Figure 1: Bike-sharing visualization system.

perform comprehensive data analysis to mine valuable information.For example, heat map of stocks across stations, historical datacurve of every single station, the flow pattern of the whole citybased on the clustering results considering both locations and checkin/out volume etc.

2. DEMONSTRATIONIn our demo, we mainly show main functions of our system

and how public bike users and operators can benefit from thevisualization results from the following three scenarios.

• Bike tour guide: Our system provides valuable informationwith real-time and predicted data for users to plan a trip usinga shared bike.

• Real-time monitoring: The operators can visualize thewhole picture of the city with our system and easily finduseful information (e.g., early-warning stations, abnormalstocks etc.).

• Historical analysis: Based on massive historical data, oursystem is also a powerful tool for in-depth data analysis.By showing historical data with different dimensions frommultiple views, we are able to obtain interesting insights,such as human mobility patterns and station classifications.

AcknowledgmentThis work is supported in part by the National Basic ResearchProgram (973 Program) under Grant 2015CB352503. We thankour partner BSS operator, Hangzhou Public Bicycle TransportService Development Co., Ltd.

References[1] Zidong Yang, Ji Hu, Yuanchao Shu, Peng Cheng, Jiming Chen, and

Thomas Moscibroda. Mobility Modeling and Prediction in Bike-Sharing Systems. In ACM Mobisys, 2016.

[2] Jiming Chen, Weiqiang Xu, Shibo He, Youxian Sun, PreethaThulasiraman, and Xuemin Sherman Shen. Utility-based asynchronousflow control algorithm for wireless sensor networks. Selected Areas inCommunications, IEEE Journal on, 28(7):1116–1126, 2010.

[3] Bike-sharing demo video. http://www.sensornet.cn/bikevis/.

128