DNN-Based Urban Flow Prediction

Slides:



Advertisements
Similar presentations
When Urban Air Quality Meets Big Data
Advertisements

Mining User Similarity Based on Location History Yu Zheng, Quannan Li, Xing Xie Microsoft Research Asia.
9/15/2008 CTBTO Data Mining/Data Fusion Workshop 1 Spatiotemporal Stream Mining Applied to Seismic+ Data Margaret H. Dunham CSE Department Southern Methodist.
Patch to the Future: Unsupervised Visual Prediction
Constructing Popular Routes from Uncertain Trajectories Authors of Paper: Ling-Yin Wei (National Chiao Tung University, Hsinchu) Yu Zheng (Microsoft Research.
Constructing Popular Routes from Uncertain Trajectories Ling-Yin Wei 1, Yu Zheng 2, Wen-Chih Peng 1 1 National Chiao Tung University, Taiwan 2 Microsoft.
Travel Time Estimation of a Path using Sparse Trajectories
T-Drive : Driving Directions Based on Taxi Trajectories Microsoft Research Asia University of North Texas Jing Yuan, Yu Zheng, Chengyang Zhang, Xing Xie,
Spatio-Temporal Databases
Spatio-Temporal Databases. Outline Spatial Databases Temporal Databases Spatio-temporal Databases Multimedia Databases …..
Student: Hsu-Yung Cheng Advisor: Jenq-Neng Hwang, Professor
Integrating Multi-Media with Geographical Information in the BORG Architecture R. George Department of Computer Science Clark Atlanta University Atlanta,
Friends and Locations Recommendation with the use of LBSN
Bei Pan (Penny), University of Southern California
Multimedia Information Retrieval and Multimedia Data Mining Chengcui Zhang Assistant Professor Dept. of Computer and Information Science University of.
第十讲 概率图模型导论 Chapter 10 Introduction to Probabilistic Graphical Models
Modeling Storing and Mining Moving Object Databases Proceedings of the International Database Engineering and Applications Symposium (IDEAS’04) Sotiris.
Prediction of Traffic Density for Congestion Analysis under Indian Traffic Conditions Proceedings of the 12th International IEEE Conference on Intelligent.
Smarter Transportation Data… the next natural resource for Smarter Cities Eric-Mark Huitema MD Smarter Transportation, IBM
Spatial Analysis of Crime Data: A Case Study Mike Tischler Presented by Arnold Boedihardjo.
Yu Zheng Microsoft Research, Beijing, China
Human Activity Recognition at Mid and Near Range Ram Nevatia University of Southern California Based on work of several collaborators: F. Lv, P. Natarajan,
Confidential | RBEI / NBD | 27/08/2015 | © Robert Bosch Engineering and Business Solutions Private Limited All rights reserved, also regarding any.
Trajectory Data Mining Dr. Yu Zheng Lead Researcher, Microsoft Research Chair Professor at Shanghai Jiao Tong University Editor-in-Chief of ACM Trans.
Trajectory Data Mining Dr. Yu Zheng Lead Researcher, Microsoft Research Chair Professor at Shanghai Jiao Tong University Editor-in-Chief of ACM Trans.
Trajectory Data Mining Dr. Yu Zheng Lead Researcher, Microsoft Research Chair Professor at Shanghai Jiao Tong University Editor-in-Chief of ACM Trans.
Trajectory Data Mining
Forecasting Fine-Grained Air Quality Based on Big Data Date: 2015/10/15 Author: Yu Zheng, Xiuwen Yi, Ming Li1, Ruiyuan Li1, Zhangqing Shan, Eric Chang,
Zuxuan Wu, Xi Wang, Yu-Gang Jiang, Hao Ye, Xiangyang Xue
Trajectory Data Mining
Trajectory Data Mining Dr. Yu Zheng Lead Researcher, Microsoft Research Chair Professor at Shanghai Jiao Tong University Editor-in-Chief of ACM Trans.
Data Mining - Introduction Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
ST-MVL: Filling Missing Values in Geo-sensory Time Series Data
Managing Massive Trajectories on the Cloud
Deep Learning for Dual-Energy X-Ray
T-Share: A Large-Scale Dynamic Taxi Ridesharing Service
Urban Sensing Based on Human Mobility
Deep Predictive Model for Autonomous Driving
Saliency-guided Video Classification via Adaptively weighted learning
Research Institute for Future Media Computing
Urban Water Quality Prediction based on Multi-task Multi-view Learning
Intelligent Information System Lab
Research Focus Objectives: The Data Analysis and Intelligent Systems (DAIS) Lab  aims at the development of data analysis, data mining, GIS and artificial.
Autonomous Cyber-Physical Systems: Autonomous Systems Software Stack
Spatio-temporal Pattern Queries
Research Focus Objectives: The Data Analysis and Intelligent Systems (DAIS) Lab  aims at the development of data analysis, data mining, GIS and artificial.
Passenger Demand Prediction with Cellular Footprints
Introduction to Neural Networks
Convolutional Neural Networks for Visual Tracking
Spatio-Temporal Databases
Two-Stream Convolutional Networks for Action Recognition in Videos
Deep neural networks (DNNs) can successfully identify, count, and describe animals in camera-trap images. Deep neural networks (DNNs) can successfully.
Progressive Cross-media Correlation Learning
Section 4: see other Slide Show
ACCUS Smart City Demo Platform: pollution, electricity, traffic
Speaker: Jin-Wei Lin Advisor: Dr. Ho-Ting Wu
Outline Background Motivation Proposed Model Experimental Results
Extraction of Multi-scale Outlier Hierarchy From Spatio-temporal Data Stream Jianming Lv.
Human Intention Prediction Using Two-Stream Spatio-Temporal Features
Course Summary Joseph E. Gonzalez
Visual Manipulation Relationship Network for Autonomous Robotics
Search-Based Approaches to Accelerate Deep Learning
End-to-End Facial Alignment and Recognition
CRCV REU 2019 Kara Schatz.
Week 3 Volodymyr Bobyr.
Example of training and deployment of deep convolutional neural networks. Example of training and deployment of deep convolutional neural networks. During.
Mohammad Samragh Mojan Javaheripi Farinaz Koushanfar
Deep Video Quality Assessor: From Spatio-temporal Visual Sensitivity to A convolutional Neural Aggregation Network Woojae Kim1, Jongyoo Kim2, Sewoong Ahn1,Jinwoo.
Automated traffic congestion estimation via public video feeds
CVPR2019 Jiahe Li SiamRPN introduces the region proposal network after the Siamese network and performs joint classification and regression.
Presentation transcript:

DNN-Based Urban Flow Prediction Predict In-flow and out-flow of crowds in each region at next time interval throughout a city Four different flows are defined. in-flow, the total traffic of crowds entering a region from other places during a given time interval; out-flow, the total traffic of crowds leaving a region for other places during a given time interval; new-flow, the traffic of crowds originating from a region at a given time interval (e.g., people start driving from a parking spot); and end-flow, the traffic of crowds that is terminated in a region (e.g., people stop driving and park their cars). Knowing these four types of aggregated flows is good enough for traffic management and risk assessment: new-flow and end-flow track the start and the end of crowd movements, while in-flow and out-flow track the transition of crowds among regions. Spatio-Temporal Sequence Prediction Problem Important for: Traffic management Risk assessment Public safety http://urbanflow.sigkdd.com.cn/ Junbo Zhang, Yu Zheng, et al. DNN-Based Prediction Model for Spatial-Temporal Data. ACM SIGSPAITAL 2016

Challenges Urban crowd flow depends on many factors Flows of previous time interval Flows of nearby regions and distant regions Weather, traffic control and events Capturing spatial properties Spatial distance and hierarchy Capturing temporal properties Temporal closeness Period and trend

Converting Trajectories into Video-like Data Junbo Zhang, Yu Zheng, et al. Deep Spatio-Temporal Residual Networks for Citywide Crowd Flows Prediction, AAAI 2017

ST-ResNet Architecture: A Collective Prediction distant near recent Junbo Zhang, Yu Zheng, et al. Deep Spatio-Temporal Residual Networks for Citywide Crowd Flows Prediction, AAAI 2017

Residual Deep Convolutional Neural Network Capturing spatial correlation of both near and far Using residual network framework to help training Why all layers are conv? 1. 2. Junbo Zhang, Yu Zheng, et al. Deep Spatio-Temporal Residual Networks for Citywide Crowd Flows Prediction, AAAI 2017

Download Urban Air Apps Search for “Urban Computing” 搜索“城市计算” Thanks! Yu Zheng yuzheng@microsoft.com Download Urban Air Apps Homepage Zheng, Y., et al. Urban Computing: concepts, methodologies, and applications. ACM transactions on Intelligent Systems and Technology. 郑宇. 城市计算概述,武汉大学学报. 2015年1月,40卷第一期 Yu Zheng. Methodologies for Cross-Domain Data Fusion: An Overview. IEEE Transactions on Big Data, 1, 1, 2015.