Resume-aware faculty matching

Find professors who actually fit you

Upload your resume. Four AI agents analyze your background, rank the faculty who fit, inspect their recent research, and help you draft outreach — grounded in their actual work, not templates.

Free to startNo credit cardCancel anytime
Top matches Balanced preset
Dr. Sarah Chen
Stanford · Interpretability · NLP
91
Dr. Marcus Holloway
MIT · Robotics · RL
84
Dr. Aisha Okonkwo
CMU · Fairness · HCI
82
Nova · Professor Researcher · re-ranking top 20…
Sean Qian

Sean Qian

· H.J. Heinz III Professor

Carnegie Mellon University · Civil and Environmental Engineering

Active 2005–2024

h-index35
Citations4.7k
Papers16683 last 5y
Funding$1.3M
See your match with Sean Qian — sign in to PhdFit.Sign in

About

Sean Qian is a H.J. Heinz III Professor jointly appointed at the Department of Civil and Environmental Engineering, Heinz College of Information Systems and Public Policy, and the Department of Electrical and Computer Engineering at Carnegie Mellon University (CMU). He directs the Mobility Data Analytics Center (MAC) at CMU. His research interests include large-scale dynamic network modeling and data analytics for multi-modal transportation systems, development of intelligent transportation systems (ITS), and understanding infrastructure system interdependency. Qian's work focuses on advancing infrastructure systems through innovative applications of AI/ML technologies, digital twin technologies, and big data analytics to improve transportation efficiency, safety, and resilience. His research has been supported by numerous public agencies and private firms, and he has contributed to the development of AI-enabled traffic incident management systems, smart loading zones, and digital twin collaborations with Fujitsu. Qian is actively involved in the academic community as an associate editor for several transportation journals and as a member of key committees related to network modeling and AI. He has received notable awards including the NSF CAREER award in 2018 and the Greenshields Prize from the Transportation Research Board in 2017.

Research topics

  • Computer Science
  • Data Mining
  • Artificial Intelligence
  • Transport engineering
  • Engineering
  • Theoretical computer science
  • Mathematics
  • Statistics
  • Econometrics
  • Environmental health
  • Machine Learning
  • Business
  • Medicine
  • Geography
  • Environmental science
  • Environmental planning
  • Computer network

Selected publications

  • Inferring heterogeneous treatment effects of work zones on crashes

    Accident Analysis & Prevention · 2022 · 21 citations

    Senior authorCorresponding
    • Computer Science
    • Environmental science
    • Transport engineering

    The increasing number of work zone crashes has been a significant concern for road users, transportation agencies, and researchers. Crashes can be caused by work zones, and this effect changes across different work zone configurations, traffic volumes, roadway functional classifications, and weather conditions. This is typically represented by Crash Modification Functions (CMFunctions). However, current methods for developing work zone CMFunctions have two major limitations: (1) They focus on analyzing statistical associations and fail to mitigate the confounding bias due to possible unobservable roadway characteristics; and (2) They cannot address CMFunctions of multiple variables simultaneously, such as weather and traffic conditions, since they are represented using mixed data types (continuous and categorical) that could potentially affect the causal effect of work zones on crashes. In this study, we develop a method that utilizes causal forest with fixed-effect modeling to mitigate the confounding bias while identifying CMFunctions conditioning on various environmental characteristics, including work zone configurations, traffic volume, roadway functional classification, and weather conditions. The developed method was applied to 3378 work zones that occurred in Pennsylvania between 2015 and 2017. The results were validated via a series of robustness tests. The validations demonstrate that this method can mitigate the confounding bias and identify CMFunctions of multiple variables. The results also show that the causal effect of a work zone on crash occurrence is significantly positive (p<0.05) on roadways with high traffic volumes (e.g., > 20,000 vehicles per day) and on medium length (e.g., 2000 to 5000 m) work zones. It appears that having medium-long (e.g., between 6000 and 8000 m) work zones or long duration (e.g., longer than 4 h) work zones do not necessarily lead to extra crashes.

  • Hierarchical Graph Convolution Network for Traffic Forecasting

    Proceedings of the AAAI Conference on Artificial Intelligence · 2021 · 194 citations

    • Computer Science
    • Computer Science
    • Data Mining

    Traffic forecasting is attracting considerable interest due to its widespread application in intelligent transportation systems. Given the complex and dynamic traffic data, many methods focus on how to establish a spatial-temporal model to express the non-stationary traffic patterns. Recently, the latest Graph Convolution Network (GCN) has been introduced to learn spatial features while the time neural networks are used to learn temporal features. These GCN based methods obtain state-of-the-art performance. However, the current GCN based methods ignore the natural hierarchical structure of traffic systems which is composed of the micro layers of road networks and the macro layers of region networks, in which the nodes are obtained through pooling method and could include some hot traffic regions such as downtown and CBD etc., while the current GCN is only applied on the micro graph of road networks. In this paper, we propose a novel Hierarchical Graph Convolution Networks (HGCN) for traffic forecasting by operating on both the micro and macro traffic graphs. The proposed method is evaluated on two complex city traffic speed datasets. Compared to the latest GCN based methods like Graph WaveNet, the proposed HGCN gets higher traffic forecasting precision with lower computational cost.The website of the code is https://github.com/guokan987/HGCN.git.

  • Inferring the causal effect of work zones on crashes: Methodology and a case study

    Analytic Methods in Accident Research · 2021 · 25 citations

    Senior authorCorresponding
    • Computer Science
    • Computer Science
    • Transport engineering

    The increasing number of crashes occurring in work zones has received considerable attention in recent years. Previous studies have mainly focused on associations between work zone configurations and crash occurrence. Although identification of associational relations helps us understand how work zones co-exist with crashes, it does not provide interventional guidelines necessary to improve safety of work zone operations. In this paper, a causal inference model based on the potential outcome framework is proposed to rigorously infer the causal effects of work zone presence on crash risks under various work zone configurations, along with robustness tests. In developing such a causal model, three research gaps are identified and addressed: (1) potential confounding bias due to unobservable roadway characteristics; (2) potential bias caused by unobserved variables in multisource data; and (3) lack of actually observed traffic data and weather information at the exact time when a crash occurred and lack of large-scale high-granular data. The proposed methodology is applied to 5,006 work zones in Pennsylvania from 2015 to 2017, and the results are validated via a series of robustness tests. The results show that the causal effect of a work zone on crash occurrence is significantly positive, especially on roadways with high traffic volumes, on long-distance work zones, and work zones conducted during daytime. It appears that conducting work zones during nighttime with the current deployment strategies on Pennsylvania state roads does not necessarily increase crash risks, but a work zone significantly increases crash risks during day time.

  • Dynamic Graph Convolution Network for Traffic Forecasting Based on Latent Network of Laplace Matrix Estimation

    IEEE Transactions on Intelligent Transportation Systems · 2020 · 190 citations

    • Computer Science
    • Data Mining
    • Computer Science

    Traffic forecasting is a challenging problem in the transportation research field as the complexity and non-stationary changing of the traffic data, thus the key to the issue is how to explore proper spatial and temporal characteristics. Based on this thought, many creative methods have been proposed, in which Graph Convolution Network (GCN) based methods have shown promising performance. However, these methods depend on the graph construction, which mainly uses the prior knowledge of the road network. Recently, some works realized the fact of the road network graph changing and tried to construct dynamic graphs for GCN, but they do not fully exploit the spatial and temporal properties of the traffic data in the graph construction. In this paper, we propose a novel dynamic graph convolution network for traffic forecasting, in which a latent network is introduced to extract spatial-temporal features for constructing the dynamic road network graph matrices adaptively. The proposed method is evaluated on several traffic datasets and the experimental results show that it outperforms the state of the art traffic forecasting methods. The website of the code is <uri xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">https://github.com/guokan987/DGCN.git</uri> .

  • Optimized Graph Convolution Recurrent Neural Network for Traffic Prediction

    IEEE Transactions on Intelligent Transportation Systems · 2020 · 355 citations

    • Computer Science
    • Computer Science
    • Data Mining

    Traffic prediction is a core problem in the intelligent transportation system and has broad applications in the transportation management and planning, and the main challenge of this field is how to efficiently explore the spatial and temporal information of traffic data. Recently, various deep learning methods, such as convolution neural network (CNN), have shown promising performance in traffic prediction. However, it samples traffic data in regular grids as the input of CNN, thus it destroys the spatial structure of the road network. In this paper, we introduce a graph network and propose an optimized graph convolution recurrent neural network for traffic prediction, in which the spatial information of the road network is represented as a graph. Additionally, distinguishing with most current methods using a simple and empirical spatial graph, the proposed method learns an optimized graph through a data-driven way in the training phase, which reveals the latent relationship among the road segments from the traffic data. Lastly, the proposed method is evaluated on three real-world case studies, and the experimental results show that the proposed method outperforms state-of-the-art traffic prediction methods.

  • Travel Impacts of a Complete Street Project in a Mixed Urban Corridor

    2020 · 20 citations

    Senior authorCorresponding
    • Transport engineering
    • Geography
    • Environmental planning

Recent grants

Frequent coauthors

  • Wei Ma

    Hong Kong Polytechnic University

    18 shared
  • Baocai Yin

    Beijing University of Technology

    17 shared
  • Yongli Hu

    Beijing University of Technology

    15 shared
  • Xidong Pi

    Carnegie Mellon University

    14 shared
  • Rick Grahn

    National Renewable Energy Laboratory

    12 shared
  • Kan Guo

    Beihang University

    11 shared
  • Junbin Gao

    University of Sydney

    10 shared
  • Yanfeng Sun

    10 shared

Labs

Education

  • B.S., Civil Engineering

    Tsinghua University

    2004
  • M.S., Civil Engineering

    Tsinghua University

    2006
  • Ph.D., Civil Engineering

    UC Davis

    2011
  • M.S., Statistics

    Stanford University

    2012

Awards & honors

  • NSF CAREER Award (2018)
  • Greenshields Prize from the Transportation Research Board (2…

Similar researchers at Carnegie Mellon University

  • Resume-aware match score
  • Save to shortlist
  • AI-drafted outreach

See your match with Sean Qian

PhdFit ranks faculty by your research interests, methods, and publications — grounded in their actual work, not templates.

  • Free to start
  • No credit card
  • 30-second signup