Zhiyong Cui

I am a Professor in the School of Transportation Science and Engineering at Beihang University. Before joining Beihang University, I was a UW Data Science Postdoctoral Fellow at the University of Washington. I received a Ph.D. degree in Civil Engineering (Transportation Engineering) from the University of Washington, a Master degree in Software Engineering from Peking University, and a Bachelor degree in Software Engineering from Beihang University. I was a visiting master student in the College of Electrical Engineering and Computer Science at National Taiwan University.

For urban systems to be smart and intelligent, they must be able to understand evolving patterns, reason about special phenomena, and optimize the operation in large-scale regions – how should we leverage, devise, and interpret models that learn urban patterns from real-world data and adapt our current urban systems to the future? Towards this question and others, I work on building data-driven models using machine learning and deep learning technologies to reflect the real world. My work touches on a range of transportation problems including urban computing, traffic forecasting, human mobility modeling, autonomous driving, traffic control, and traffic simulation. I’m open to new topics and collaborations, and feel free to reach out to me if you are interested.

News

 

For Prospective Students

 
HighlightAuthorsTitleYearJournal/Proceedings
Traffic Performance Score
Z. Cui, et al.* Traffic Performance Score for Measuring the Impact of COVID-19 on Urban Mobility
2021TRB Annual Meeting 2021
Abstract: Measuring traffic performance is critical for public agencies who manage traffic and individuals who plan trips, especially when special events happen. The COVID-19 pandemic has significantly influenced almost every aspect of daily life, including urban traffic patterns. Thus, it is important to measure the impact of COVID-19 on transportation to further guide agencies and residents to properly respond to changes in traffic patterns. However, most existing traffic performance metrics incorporate only a single traffic parameter and measure only the performance of individual corridors. To overcome these challenges, in this study, a Traffic Performance Score (TPS) is proposed that incorporates multiple parameters for measuring network-wide traffic performance. An interactive web-based TPS platform that provides real-time and historical spatial-temporal traffic performance analysis is developed by the STAR Lab at the University of Washington. Based on data from this platform, this study analyzes the impact of COVID-19 on different road segments and the traffic network as a whole. Considering this pandemic has greatly reshaped social and economic operations, this study also evaluates how COVID-19 is changing the urban mobility from both travel demand and driving behavior perspectives.
BibTeX:
@article{cui2020traffic,
						title={Traffic Performance Score for Measuring the Impact of COVID-19 on Urban Mobility},
						author={Cui, Zhiyong and Zhu, Meixin and Wang, Shuo and Wang, Pengfei and Zhou, Yang and Cao, Qianxia and Kopca, Cole and Wang, Yinhai},
						journal={arXiv preprint arXiv:2007.00648},
						year={2020}
						}
					
Graph Markov Network
Z. Cui, L. Lin, Z. Pu, Y. Wang* Graph Markov Network for Traffic Forecasting with Missing Data
(ASA TSIG Student Paper Award)
2020Transportation Research Part C: Emerging Technologies
Abstract: Traffic forecasting is a classical task for traffic management and it plays an important role in intelligent transportation systems. However, since traffic data are mostly collected by traffic sensors or probe vehicles, sensor failures and the lack of probe vehicles will inevitably result in missing values in the collected raw data for some specific links in the traffic network. Although missing values can be imputed, existing data imputation methods normally need long-term historical traffic state data. As for short-term traffic forecasting, especially under edge computing and online prediction scenarios, traffic forecasting models with the capability of handling missing values are needed. In this study, we consider the traffic network as a graph and define the transition between network-wide traffic states at consecutive time steps as a graph Markov process. In this way, missing traffic states can be inferred step by step and the spatial-temporal relationships among the roadway links can be Incorporated. Based on the graph Markov process, we propose a new neural network architecture for spatial-temporal data forecasting, i.e. the graph Markov network (GMN). By incorporating the spectral graph convolution operation, we also propose a spectral graph Markov network (SGMN). The proposed models are compared with baseline models and tested on three real-world traffic state datasets with various missing rates. Experimental results show that the proposed GMN and SGMN can achieve superior prediction performance in terms of both accuracy and efficiency. Besides, the proposed models' parameters, weights, and predicted results are comprehensively analyzed and visualized.
BibTeX:
@article{cui2020graph,
  title={Graph markov network for traffic forecasting with missing data},
  author={Cui, Zhiyong and Lin, Longfei and Pu, Ziyuan and Wang, Yinhai},
  journal={Transportation Research Part C: Emerging Technologies},
  volume={117},
  pages={102671},
  year={2020},
  publisher={Elsevier}
}
LSTM-Imputation
Z. Cui, R. Ke, Z. Pu, Y. Wang* Stacked Bidirectional and Unidirectional LSTM Recurrent Neural Network for Forecasting Network-wide Traffic State with Missing Values
2020Transportation Research Part C: Emerging Technologies
Abstract: Short-term traffic forecasting based on deep learning methods, especially recurrent neural networks (RNN), has received much attention in recent years. However, the potential of RNN-based models in traffic forecasting has not yet been fully exploited in terms of the predictive power of spatial-temporal data and the capability of handling missing data. In this paper, we focus on RNN-based models and attempt to reformulate the way to incorporate RNN and its variants into traffic prediction models. A stacked bidirectional and unidirectional LSTM network architecture (SBU-LSTM) is proposed to assist the design of neural network structures for traffic state forecasting. As a key component of the architecture, the bidirectional LSTM (BDLSM) is exploited to capture the forward and backward temporal dependencies in spatiotemporal data. To deal with missing values in spatial-temporal data, we also propose a data imputation mechanism in the LSTM structure (LSTM-I) by designing an imputation unit to infer missing values and assist traffic prediction. The bidirectional version of LSTM-I is incorporated in the SBU-LSTM architecture. Two real-world network-wide traffic state datasets are used to conduct experiments and published to facilitate further traffic prediction research. The prediction performance of multiple types of multi-layer LSTM or BDLSTM models is evaluated. Experimental results indicate that the proposed SBU-LSTM architecture, especially the two-layer BDLSTM network, can achieve superior performance for the network-wide traffic prediction in both accuracy and robustness. Further, comprehensive comparison results show that the proposed data imputation mechanism in the RNN-based models can achieve outstanding prediction performance when the model's input data contains different patterns of missing values.
BibTeX:
@article{cui2020stacked,
  title={Stacked Bidirectional and Unidirectional LSTM Recurrent Neural Network for Forecasting Network-wide Traffic State with Missing Values},
  author={Cui, Zhiyong and Ke, Ruimin and Pu, Ziyuan and Wang, Yinhai},
  journal={arXiv preprint arXiv:2005.11627},
  year={2020}
}
Gated Graph Wavelet RNN
Z. Cui, R. Ke, Z. Pu, X. Ma, Y. Wang * Learning Traffic as a Graph: A Gated Graph Wavelet Recurrent Neural Network for Network-scale Traffic Prediction
2020Transportation Research Part C: Emerging Technologies
Abstract: TNetwork-wide traffic forecasting is a critical component of modern intelligent transportation systems for urban traffic management and control. With the rise of artificial intelligence, many recent studies attempted to use deep neural networks to extract comprehensive features from traffic networks to enhance prediction performance, given the volume and variety of traffic data has been greatly increased. Considering that traffic status on a road segment is highly influenced by the upstream/downstream segments and nearby bottlenecks in the traffic network, extracting well-localized features from these neighboring segments is essential for a traffic prediction model. Although the convolution neural network or graph convolution neural network has been adopted to learn localized features from the complex geometric or topological structure of traffic networks, the lack of flexibility in the local-feature extraction process is still a big issue. Classical wavelet transform can detect sudden changes and peaks in temporal signals. Analogously, when extending to the graph/spectral domain, graph wavelet can concentrate more on key vertices in the graph and discriminatively extract localized features. In this study, to capture the complex spatial-temporal dependencies in network-wide traffic data, we learn the traffic network as a graph and propose a graph wavelet gated recurrent (GWGR) neural network. The graph wavelet is incorporated as a key component for extracting spatial features in the proposed model. A gated recurrent structure is employed to learn temporal dependencies in the sequence data. Comparing to baseline models, the proposed model can achieve state-of-the-art prediction performance and training efficiency on two real-world datasets. In addition, experiments show that the sparsity of graph wavelet weight matrices greatly increases the interpretability of GWGR.
BibTeX:
@article{cui2020learning,
title={Learning traffic as a graph: A gated graph wavelet recurrent neural network for network-scale traffic prediction},
author={Cui, Zhiyong and Ke, Ruimin and Pu, Ziyuan and Ma, Xiaolei and Wang, Yinhai},
journal={Transportation Research Part C: Emerging Technologies},
volume={115},
pages={102620},
year={2020},
publisher={Elsevier}
}
BibTeX:
@article{cui2019graph,
  title={Graph Markov Network for Traffic Forecasting with Missing Data},
  author={Cui, Zhiyong and Lin, Longfei and Pu, Ziyuan and Wang, Yinhai},
  journal={arXiv preprint arXiv:1912.05457},
  year={2019}
}
Transportation AI Platform
Z. Cui, M. Fu, M. Zhu, X. Ban, Y. Wang* An Artificial Intelligence Platform for Network-Wide Congestion Detection and Prediction using Multi-Source Data
2020Under Review
(Presented at TRB 2020)
Abstract: The advancement of new smart traffic sensing, mobile communication, and artificial intelligence technologies has greatly stimulated the growth of transportation data. The increase of computation power enabled by advanced hardware and the rise of artificial intelligence (AI) technologies provides great opportunities to comprehensively utilize the transportation big data. Transportation domain knowledge is beneficial for designing AI models and solving transportation problems. However, because most AI algorithms were not originally designed for transportation problems, using big data and AI technologies to solve transportation problems is facing challenges. Since key hyper-parameters are missed in some proposed AI models, many proposed AI-based methods can hardly be accurately re-implemented. Further, in most of the AI-based transportation research studies, there is no uniform dataset to evaluate the proposed models. In this study, to overcome the challenges mentioned earlier, we propose a transportation AI platform with widely accepted datasets, provide well-established models, and use uniform training and testing procedures to assist the evaluation of emerging novel methodologies. We design a novel architecture for platform to enhance the efficiency of the transportation data processing, management, and communication and increase the computational power of the platform. Traffic forecasting involving high-dimensional spatiotemporal data is a good applicable scenario to utilize novel deep learning models to solve complicated transportation problems. The developed transportation AI platform is capable of evaluating the traffic prediction performance of various implemented models by comparing and visualizing the prediction results tested on multiple real-world network-wide traffic state data sets.
CapsNet Nested LSTM
X. Ma, H. Zhong, Y. Li, J. Ma, Z. Cui*, Y. Wang Forecasting Transportation Network Speed Using Deep Capsule Networks with Nested LSTM Models
2020IEEE Transportation on Intelligent Transportation Systems
Abstract: Accurate and reliable traffic forecasting for complicated transportation networks is of vital importance to modern transportation management. The complicated spatial dependencies of roadway links and the dynamic temporal patterns of traffic states make it particularly challenging. To address these challenges, we propose a new capsule network (CapsNet) to extract the spatial features of traffic networks and utilize a nested LSTM (NLSTM) structure to capture the hierarchical temporal dependencies in traffic sequence data. A framework for network-level traffic forecasting is also proposed by sequentially connecting CapsNet and NLSTM. On the basis of literature review, our study is the first to adopt CapsNet and NLSTM in the field of traffic forecasting. An experiment on a Beijing transportation network with 278 links shows that the proposed framework with the capability of capturing complicated spatiotemporal traffic patterns outperforms multiple state-of-the-art traffic forecasting baseline models. The superiority and feasibility of CapsNet and NLSTM are also demonstrated, respectively, by visualizing and quantitatively evaluating the experimental results.
BibTeX:
@article{ma2020forecasting,
	title={Forecasting transportation network speed using deep capsule networks with nested lstm models},
	author={Ma, Xiaolei and Zhong, Houyue and Li, Yi and Ma, Junyan and Cui, Zhiyong and Wang, Yinhai},
	journal={IEEE Transactions on Intelligent Transportation Systems},
	year={2020},
	publisher={IEEE}
}
Traffic Graph Conv LSTM
Z. Cui, K. Henrickson, R. Ke, Y. Wang* Traffic Graph Convolutional Recurrent Neural Network: A Deep Learning Framework for Network-Scale Traffic Learning and Forecasting
2019IEEE Transportation on Intelligent Transportation Systems
(Presented at TRB 2019)
Abstract: Traffic forecasting is a particularly challenging application of spatiotemporal forecasting, due to the time-varying traffic patterns and the complicated spatial dependencies on road networks. To address this challenge, we learn the traffic network as a graph and propose a novel deep learning framework, Traffic Graph Convolutional Long Short-Term Memory Neural Network (TGC-LSTM), to learn the interactions between roadways in the traffic network and forecast the network-wide traffic state. We define the traffic graph convolution based on the physical network topology. The relationship between the proposed traffic graph convolution and the spectral graph convolution is also discussed. An L1-norm on graph convolution weights and an L2-norm on graph convolution features are added to the model's loss function to enhance the interpretability of the proposed model. Experimental results show that the proposed model outperforms baseline methods on two real-world traffic state datasets. The visualization of the graph convolution weights indicates that the proposed framework can recognize the most influential road segments in real-world traffic networks.
BibTeX:
@article{cui2019traffic,
	title={Traffic graph convolutional recurrent neural network: A deep learning framework for network-scale traffic learning and forecasting},
	author={Cui, Zhiyong and Henrickson, Kristian and Ke, Ruimin and Wang, Yinhai},
	journal={IEEE Transactions on Intelligent Transportation Systems},
	year={2019},
	publisher={IEEE}
}
Z. Cui, K. Henrickson, S. Biancardo, Z. Pu, Y, Wang* Establishing a Multi-Source Data Integration Framework for Transportation Data Analytics
2019Journal of Transportation Engineering, Part A: Systems
(Presented at TRB 2019)
Abstract: In recent years, with the advancement in traffic sensing, data storage, and communication technologies, the availability and diversity of transportation data have increased substantially. When the volume and variety of traffic data increase dramatically, integrating multisource traffic data to conduct traffic analysis is becoming a challenging task. The heterogeneous spatiotemporal resolutions of traffic data and the lack of standard geospatial representations of multisource data are the main hurdles for solving the traffic data-integration problem. In this study, to overcome these challenges, a transportation data-integration framework based on a uniform geospatial roadway referencing layer is proposed. In the framework, on the basis of traffic sensors’ locations and sensing areas, transportation-related data are classified into four categories, including on-road segment-based data, off-road segment-based data, on-road point-based data, and off-road point-based data. Four data-integration solutions are proposed accordingly. An iterative map conflation algorithm as a core component of the framework is proposed for integrating the on-road segment-based data. The overall integration performance of the four types of data and the efficiency of the iterative map conflation algorithm in terms of percentage of integrated roadway segments and computation time are analyzed. To produce efficient transportation analytics, the proposed framework is implemented on an interactive data-driven transportation analytics platform. Based on the implemented framework, several case studies of real-world transportation data analytics are presented and discussed.
BibTeX:
@article{cui2020establishing,
  title={Establishing Multisource Data-Integration Framework for Transportation Data Analytics},
  author={Cui, Zhiyong and Henrickson, Kristian and Biancardo, Salvatore Antonio and Pu, Ziyuan and Wang, Yinhai},
  journal={Journal of Transportation Engineering, Part A: Systems},
  volume={146},
  number={5},
  pages={04020024},
  year={2020},
  publisher={American Society of Civil Engineers}
}
Simplified OPTICS
Z. Cui, Y. Long* Perspectives on Stability and Mobility of Transit Passenger’s Travel Behaviour through Smart Card Data
2019IET Intelligent Transport Systems
(Presented at KDD Workshop on Urban Computing 2015)
Abstract: Existing studies have extensively used spatiotemporal data to discover the mobility patterns of various types of travellers. Smart card data (SCD) collected by the automated fare collection systems can reflect a general view of the mobility pattern of public transit riders. Mobility patterns of transit riders are temporally and spatially dynamic, and therefore difficult to measure. However, few existing studies measure both the mobility and stability of transit riders’ travel patterns over a long period of time. To analyse the long-term changes of transit riders’ travel behaviour, the authors define a metric for measuring the similarity between SCD, in this study. Also an improved density-based clustering algorithm, simplified smoothed ordering points to identify the clustering structure (SS-OPTICS), to identify transit rider clusters is proposed. Compared to the original OPTICS, SS-OPTICS needs fewer parameters and has better generalisation ability. Further, the generated clusters are categorised according to their features of regularity and occasionality. Based on the generated clusters and categories, fine- and coarse-grained travel pattern transitions of transit riders over four years from 2010 to 2014 are measured. By combining socioeconomic data of Beijing in the year of 2010 and 2014, the interdependence between stability and mobility of transit riders’ travel behaviour is also discussed.
BibTeX:
@article{cui2019perspectives,
	title={Perspectives on stability and mobility of transit passenger's travel behaviour through smart card data},
	author={Cui, Zhiyong and Long, Ying},
	journal={IET Intelligent Transport Systems},
	volume={13},
	number={12},
	pages={1761--1769},
	year={2019},
	publisher={IET}
}
GAN for Traffic Estimation
Y. Liang, Z. Cui, T. Tian, H. Chen, Y. Wang* A deep generative adversarial architecture for network-wide spatial-temporal traffic-state estimation
2018Transportation Research Record
Abstract: This study proposes a deep generative adversarial architecture (GAA) for network-wide spatial-temporal traffic-state estimation. The GAA is able to combine traffic-flow theory with neural networks and thus improve the accuracy of traffic-state estimation. It consists of two Long Short-Term Memory Neural Networks (LSTM NNs) which capture correlation in time and space among traffic flow and traffic density. One of the LSTM NNs, called a discriminative network, aims to maximize the probability of assigning correct labels to both true traffic-state matrices (i.e., traffic flow and traffic density within a given spatial-temporal area) and the traffic-state matrices generated from the other neural network. The other LSTM NN, called a generative network, aims to generate traffic-state matrices which maximize the probability that the discriminative network assigns true labels to them. The two LSTM NNs are trained simultaneously such that the trained generative network can generate traffic matrices similar to those in the training data set. Given a traffic-state matrix with missing values, we use back-propagation on three defined loss functions to map the corrupted matrix to a latent space. The mapping vector is then passed through the pre-trained generative network to estimate the missing values of the corrupted matrix. The proposed GAA is compared with the existing Bayesian network approach on loop detector data collected from Seattle, Washington and that collected from San Diego, California. Experimental results indicate that the GAA can achieve higher accuracy in traffic-state estimation than the Bayesian network approach.
BibTeX:
@article{liang2018deep,
  title={A deep generative adversarial architecture for network-wide spatial-temporal traffic-state estimation},
  author={Liang, Yunyi and Cui, Zhiyong and Tian, Yu and Chen, Huimiao and Wang, Yinhai},
  journal={Transportation Research Record},
  volume={2672},
  number={45},
  pages={87--105},
  year={2018},
  publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
Z. Cui, R. Ke, Y. Wang Deep Bidirectional and Unidirectional LSTM Recurrent Neural Network for Network-wide Traffic Speed Prediction
2017KDD Workshop on Urban Computing
Abstract: Short-term traffic forecasting based on deep learning methods, especially long short-term memory (LSTM) neural networks, has received much attention in recent years. However, the potential of deep learning methods in traffic forecasting has not yet fully been exploited in terms of the depth of the model architecture, the spatial scale of the prediction area, and the predictive power of spatial-temporal data. In this paper, a deep stacked bidirectional and unidirectional LSTM (SBU-LSTM) neural network architecture is proposed, which considers both forward and backward dependencies in time series data, to predict network-wide traffic speed. A bidirectional LSTM (BDLSM) layer is exploited to capture spatial features and bidirectional temporal dependencies from historical data. To the best of our knowledge, this is the first time that BDLSTMs have been applied as building blocks for a deep architecture model to measure the backward dependency of traffic data for prediction. The proposed model can handle missing values in input data by using a masking mechanism. Further, this scalable model can predict traffic speed for both freeway and complex urban traffic networks. Comparisons with other classical and state-of-the-art models indicate that the proposed SBU-LSTM neural network achieves superior prediction performance for the whole traffic network in both accuracy and robustness.
BibTeX:
@article{cui2018deep,
  title={Deep bidirectional and unidirectional LSTM recurrent neural network for network-wide traffic speed prediction},
  author={Cui, Zhiyong and Ke, Ruimin and Pu, Ziyuan and Wang, Yinhai},
  journal={arXiv preprint arXiv:1801.02143},
  year={2018}
}
DRIVE Net
Z. Cui, S. Zhang, K. Henrickson, Y. Wang New progress of DRIVE Net: An E-science transportation platform for data sharing, visualization, modelling, and analysis
(AASHTO High Value Research Project Award)
2016IEEE International Smart Cities Conference (ISC2)
Abstract: Big data represents a new era in data exploration and utilization. With the growing quantity and variety of data being collected from intelligent transportation systems and other sensors, data-driven transportation research will rely on a new generation of tools to analyze and visualize those data. To address this need, the Digital Roadway Interactive Visualization and Evaluation Network (DRIVE Net) was developed to enable large-scale online data sharing, visualization, modeling and analysis. By incorporating an increasing variety of data sets from different sensing and acquisition technologies, the new DRIVE Net system provides a more stable, powerful, and interactive platform, and is now able to handle more complex computational tasks, visualize large-scale spatial data, and support data sharing services.
BibTeX:
@inproceedings{cui2016new,
  title={New progress of DRIVE Net: An E-science transportation platform for data sharing, visualization, modeling, and analysis},
  author={Cui, Zhiyong and Zhang, Shen and Henrickson, Kristian C and Wang, Yinhai},
  booktitle={2016 IEEE International Smart Cities Conference (ISC2)},
  pages={1--2},
  year={2016},
  organization={IEEE}
}
Z. Cui, S. Yang, H. Tsai A vision-based hierarchical framework for autonomous front-vehicle taillights detection and signal recognition
2015IEEE International Conference on Intelligent Transportation Systems (ITSC)
Abstract: Automatically recognizing rear light signals of front vehicles can significantly improve driving safety by automatic alarm and taking actions proactively to prevent rear-end collisions and accidents. Much previous research only focuses on detecting brake signals at night. In this paper, we present the design and implementation of a robust hierarchical framework for detecting taillights of vehicles and estimating alert signals (turning and braking) in the daytime. The three-layer structure of the vision-based framework can obviously reduce both false positives and false negatives of taillight detection. Comparing to other existing work addressing nighttime detection, the proposed method is capable of recognizing taillight signals under different illumination circumstances. By carrying out contrast experiments with existing state-of-the-art methods, the results show the high detection rate of the framework in different weather conditions during the daytime.
BibTeX:
@inproceedings{cui2015vision,
  title={A vision-based hierarchical framework for autonomous front-vehicle taillights detection and signal recognition},
  author={Cui, Zhiyong and Yang, Shao-Wen and Tsai, Hsin-Mu},
  booktitle={2015 IEEE 18th International Conference on Intelligent Transportation Systems},
  pages={931--937},
  year={2015},
  organization={IEEE}
}
Z. Cui, S. Yang, H. Tsai Characterizing channel fading in vehicular visible light communications with video data
2014IEEE Vehicular Networking Conference (VNC)
Abstract: There is no prior work in characterizing fading caused by vehicle mobility in vehicular visible light communications (V2LC). Different from a radio frequency (RF) communication link, the path loss of a V2LC link is dictated by not only the transmitter-receiver (T-R) distance, but also the irradiance angle and the incidence angle, which have large variation when the vehicles are in motion. In this paper, we took a novel approach to take a first look at the problem. Utilizing the video data obtained from a dashboard camera and computer vision techniques, we are able to estimate the relative location and angle parameters of neighboring vehicles with great level of detail. These parameters are then used to derive a time function of path loss, with which the autocorrelation and the channel coherence time are calculated. Our results show that V2LC links have much slower channel time variation compared to RF V2V links: the coherence time is at least an order larger.
BibTeX:
@inproceedings{cui2014characterizing,
  title={Characterizing channel fading in vehicular visible light communications with video data},
  author={Cui, Zhiyong and Wang, Chenqi and Tsai, Hsin-Mu},
  booktitle={2014 IEEE Vehicular Networking Conference (VNC)},
  pages={226--229},
  year={2014},
  organization={IEEE}
}

Teaching

 
Instructor
- CEE 412/CET 522: Transportation Data Management and Visualization -- Winter 2021
     - 44 undergrads and grads; rating: 4.1/5.0
- CEE 412/CET 522: Transportation Data Management and Visualization -- Winter 2020 [Gallery] (CEE Department Chair's Award)
     - 50 undergrads and grads; rating: 4.1/5.0
Guest Lecture
- CEE 412/CET 512: Transportation Data Management -- Winter 2019
- Engineering Discovery Days, University of Washington -- Spring 2017, 2018, 2019
Teach Assistant
- CEE 412 / CET 512: Transportation Data Management, UW, Winter 2019