|
Mingzhou Yang
email:
yang7492@umn.edu unscramble
Awards
- [05/2024] Recieved Doctoral Dissertation Fellowship 2024-2025.
- [04/2023] Best Blue Sky Paper Award (runner-up) in SDM'23.
|
Publications (representative papers are highlighted, * co-first-authors) last update: October 2025 |
|
Geo-lucid Conditional Diffusion Models for High Physical Fidelity Trajectory Generation
Mingzhou Yang, Arun Sharma, Majid Farhadloo, Bharat Jayaprakash, Shashi Shekhar
SIGSPATIAL '25: The 33rd ACM International Conference on Advances in Geographic Information Systems, November 3–6, 2025, Minneapolis, MN, USA
paper |
abstract |
bibtex
Given a set of historical vehicle trajectories and their descriptive attributes, the goal is to train a generative model that produces synthetic trajectories with high physical fidelity. Here, physical fidelity is defined as fidelity to both geometric and dynamic properties of trajectories. The problem is important since trajectory generation can contribute to data augmentation for many traffic-related applications, such as popular route discovery and traffic light control. The key challenge of this problem lies in achieving high physical fidelity under coarse geospatial attributes (e.g., origin-destination pairs) that lack fine-grained details. Current methods, which mostly focus on geometric properties, have limited utility in domain-specific scenarios due to their neglect of trajectory dynamics. To address these limitations, we propose GCDM, a novel Geo-Lucid Conditional Diffusion Model framework that integrates road map attributes into the generative process through spatially hierarchical generation and map-informed latent variables. Experiments on real-world vehicle trajectory datasets show that GCDM outperforms state-of-the-art methods in geo-distribution similarity and dynamics fidelity.
@inproceedings{yang2025geolucid,
title={Geo-lucid Conditional Diffusion Models for High Physical Fidelity Trajectory Generation},
author={Yang, Mingzhou and Sharma, Arun and Farhadloo, Majid and Jayaprakash, Bharat and Shekhar, Shashi},
booktitle={Proceedings of the 33rd ACM International Conference on Advances in Geographic Information Systems (SIGSPATIAL '25)},
year={2025},
organization={ACM},
doi={10.1145/3748636.3762749}
}
|
|
Climate smart computing: A perspective
Mingzhou Yang, Bharat Jayaprakash, Subhankar Ghosh, Hyeonjung Jung, Matthew Eagon, William F. Northrop, Shashi Shekhar
Pervasive and Mobile Computing, 2025, Volume 108, Article 102019
paper |
abstract |
bibtex
Climate change is a societal grand challenge and many nations have signed the Paris Agreement (2015) aiming for net-zero emissions. The computing community has an opportunity to contribute significantly to addressing climate change across all its dimensions, including understanding, resilience, mitigation, and adaptation. Traditional computing methods face major challenges. For example, machine learning is overwhelmed due to non-stationarity (e.g., climate change), data paucity (e.g., rare climate events), the high cost of ground truth collection, and the need to observe natural laws (e.g., conservation of mass). This paper shares a perspective on a range of climate-smart computing challenges and opportunities based on multi-decade scholarly activities and acknowledges the broader societal debate on climate solutions. Moreover, it envisions advancements in computing methods specifically designed to tackle the challenges posed by climate change. It calls for a broad array of computer science strategies and innovations to be developed to address the multifaceted challenges of climate change.
@article{yang2025climate,
title={Climate smart computing: A perspective},
author={Yang, Mingzhou and Jayaprakash, Bharat and Ghosh, Subhankar and Jung, Hyeonjung and Eagon, Matthew and Northrop, William F. and Shekhar, Shashi},
journal={Pervasive and Mobile Computing},
volume={108},
pages={102019},
year={2025},
publisher={Elsevier}
}
|
|
Towards Pareto-optimality with Multi-level Bi-objective Routing: A Summary of Results
Mingzhou Yang, Ruolei Zeng, Arun Sharma, Shunichi Sawamura, William F. Northrop, Shashi Shekhar
IWCTS '24: Proceedings of the 17th ACM SIGSPATIAL International Workshop on Computational Transportation Science
paper |
abstract |
bibtex
Given an origin, a destination, and a directed graph in which each edge is associated with a pair of non-negative costs, the bi-objective routing problem aims to find the set of all Pareto-optimal paths. This problem is societally important due to several applications, such as route finding that considers both vehicle travel time and energy consumption. The problem is challenging due to the potentially large number of candidate Pareto-optimal paths to be enumerated during the search, making existing compute-on-demand methods inefficient due to their high time complexity. One way forward is the introduction of precomputation algorithms. However, the large size of the Pareto-optimal set makes it infeasible to precompute and store all-pair solutions. In addition, generalizing traditional single-objective hierarchical algorithms to bi-objective cases is nontrivial because of the non-comparability of candidate paths and the need to accommodate multiple Pareto-optimal paths for each node pair. To overcome these limitations, we propose Multi-Level Bi-Objective Routing (MBOR) algorithms using three novel ideas: boundary multigraph representation, Pareto frontier encoding, and two-dimensional cost-interval based pruning. Computational experiments using real road network data demonstrate that the proposed methods significantly outperform baseline methods in terms of online runtime and precomputation time.
@inproceedings{yang2024towards,
title={Towards Pareto-optimality with Multi-level Bi-objective Routing: A Summary of Results},
author={Yang, Mingzhou and Zeng, Ruolei and Sharma, Arun and Sawamura, Shunichi and Northrop, William F. and Shekhar, Shashi},
booktitle={Proceedings of the 17th ACM SIGSPATIAL International Workshop on Computational Transportation Science},
pages={36--45},
year={2024}
}
|
|
Eco-PiNN: A Physics-informed Neural Network for Eco-toll Estimation*
Yan Li*, Mingzhou Yang*, Matthew Eagon, Majid Farhadloo, Yiqun Xie, William F Northrop, Shashi Shekhar
SDM 2023
paper |
abstract |
bibtex
The eco-toll estimation problem quantifies the expected environmental cost (e.g., energy consumption, exhaust emissions) for a vehicle to travel along a path. This problem is important for societal applications such as eco-routing, which aims to find paths with the lowest exhaust emissions or energy need. The challenges of this problem are threefold: (1) the dependence of a vehicle's eco-toll on its physical parameters; (2) the lack of access to data with eco-toll information; and (3) the influence of contextual information (i.e. the connections of adjacent segments in the path) on the eco-toll of road segments. Prior work on eco-toll estimation has mostly relied on pure data-driven approaches and has high estimation errors given the limited training data. To address these limitations, we propose a novel Eco-toll estimation Physics-informed Neural Network framework (Eco-PiNN) using three novel ideas, namely, (1) a physics-informed decoder that integrates the physical laws governing vehicle dynamics into the network, (2) an attention-based contextual information encoder, and (3) a physics-informed regularization to reduce overfitting. Experiments on real-world heavy-duty truck data show that the proposed method can greatly improve the accuracy of eco-toll estimation compared with state-of-the-art methods.
@inproceedings{li2023eco,
title={Eco-pinn: A physics-informed neural network for eco-toll estimation},
author={Li, Yan and Yang, Mingzhou and Eagon, Matthew and Farhadloo, Majid and Xie, Yiqun and Northrop, William F and Shekhar, Shashi},
booktitle={Proceedings of the 2023 SIAM International Conference on Data Mining (SDM)},
pages={838--846},
year={2023},
organization={SIAM}
}
|
|
Data Mining Challenges and Opportunities to Achieve Net Zero Carbon Emissions: Focus on Electrified Vehicles
Mingzhou Yang, Bharat Jayaprakash, Matthew Eagon, Hyeonjung Jung, William F Northrop, Shashi Shekhar
SDM 2023, Best Blue Sky Paper Award (runner-up)
paper |
abstract |
bibtex
Society must achieve net zero carbon emissions to mitigate anthropogenic climate change and preserve a livable planet. Reducing transportation emissions is an important component to achieve net zero because such emissions account for a quarter of global carbon released into the environment. Driven by increasingly available transportation big data and enhanced computational speed, data mining techniques have become powerful tools to achieve transportation decarbonization. This paper describes existing gaps in transportation decarbonization research where data mining can help address problems related to medium and heavy vehicle electrification, electric micromobility safety, and analysis of alternative fuel-powered and plug-in hybrid electric vehicles. Our recommendations encompass open research problems, opportunities for data mining applications, and examples of areas where advancements in data mining techniques are needed. We encourage the data mining community to explore these challenges and opportunities to help achieve net zero emissions goals.
@inproceedings{yang2023data,
title={Data Mining Challenges and Opportunities to Achieve Net Zero Carbon Emissions: Focus on Electrified Vehicles},
author={Yang, Mingzhou and Jayaprakash, Bharat and Eagon, Matthew and Jung, Hyeonjung and Northrop, William F and Shekhar, Shashi},
booktitle={Proceedings of the 2023 SIAM International Conference on Data Mining (SDM)},
pages={953--956},
year={2023},
organization={SIAM}
}
|
|
Revolutionizing electric vehicle management: spatial computing challenges and opportunities
Hyeonjung Jung, Mingzhou Yang, Matthew Eagon, William Northrop
IWCTS '22: Proceedings of the 15th ACM SIGSPATIAL International Workshop on Computational Transportation Science
paper |
abstract |
bibtex
Electric vehicles (EVs) have been identified as one of the necessary solutions to reduce the carbon footprint of transportation, a large source of greenhouse gas (GHG). As adoption of EVs and infrastructures to support them grow, formidable hurdles to achieving equitable economic growth and reliable transportation and energy system via effective management of EVs have been discovered. This opens major opportunities and challenges for spatial computing research. Equitable distribution of EV infrastructure in a broad region presents complicated spatial computing challenges with a great social impact. Spatial computing informed adoption and management of EVs will be essential to achieving the maximum carbon reduction through EVs along with a reliable transition to a renewable energy future. On the road, EV drivers may benefit from spatial computing to choose routes that take into account public fast-charging stations as well as energy needs of the route, such as speed, weather (e.g. air-conditioning, heating, and elevation changes). This paper presents open research questions of spatial computing related to EV management.
@inproceedings{jung2022revolutionizing,
title={Revolutionizing electric vehicle management: Spatial computing challenges and opportunities},
author={Jung, Hyeonjung and Yang, Mingzhou and Eagon, Matthew and Northrop, William},
booktitle={Proceedings of the 15th ACM SIGSPATIAL International Workshop on Computational Transportation Science},
pages={1--4},
year={2022}
}
|
|
Inferring passengers interactive choices on public transits via ma-al: Multi-agent apprenticeship learning
Mingzhou Yang Yanhua Li, Xun Zhou, Hui Lu, Zhihong Tian, Jun Luo
WWW 2020
paper |
abstract |
bibtex
Public transports, such as subway lines and buses, offer affordable ride-sharing services and reduce the road network traffic. Extracting passengers’ preferences from their public transit choices is important to city planners but technically non-trivial. When traveling by taking public transits, passengers make sequences of transit choices, and their rewards are usually influenced by other passengers’ choices. This process can be modeled as a Markov Game (MG). In this paper, we make the first effort to model travelers’ preferences of making transit choices using MGs. Based on the discovery that passengers usually do not change their policies, we propose novel algorithms to extract reward functions from the observed deterministic equilibrium joint policy of all agents in a general-sum MG to infer travelers’ preferences. First, we assume we have the access to the entire joint policy. We characterize the set of all reward functions for which the given joint policy is a Nash equilibrium policy. In order to remove the degeneracy of the solution, we then attempt to pick reward functions so as to maximize the sum of the deviation between the the observed policy and the sub-optimal policy of each agent. This results in a skillfully solvable linear programming algorithm for the multi-agent inverse reinforcement learning (MA-IRL) problem. Then, we deal with the case where we have access to the equilibrium joint policy through a set of actual trajectories. We propose an iterative algorithm inspired by single-agent apprenticeship learning algorithms and the cyclic coordinate descent approach. We evaluate the proposed algorithms on both a simple Grid Game and a unique real-world dataset (from Shenzhen, China). Results show that when we have access to the full policy, our algorithm can efficiently recover most of the reward structure, especially the interaction of agents. In the case where we only have access to a set of sampled expert trajectories, our algorithm can provide an explanation of the expert trajectories. Measured with respect to the experts’ unknown reward function, the performance of the policy output by our algorithm is close to that of the expert policy.
@inproceedings{yang2020inferring,
title={Inferring passengers interactive choices on public transits via ma-al: Multi-agent apprenticeship learning},
author={Yang, Mingzhou and Li, Yanhua and Zhou, Xun and Lu, Hui and Tian, Zhihong and Luo, Jun},
booktitle={Proceedings of The Web Conference 2020},
pages={1637--1647},
year={2020}
}
|
Modified version of template from here
|
|