Learning to Move Cities: Deep Meta-Models and Reinforcement Policies for Calibration and Control in Urban Networks
Shared latent traffic models calibrate urban simulators and cut travel time by up to 51% with deep Q-learning.
The paper links urban traffic-simulator calibration and reinforcement-learning control through a shared latent representation. A combinatorial MLP-autoencoder maps origin-destination demand and network parameters to travel times and congestion, supporting sample-efficient Bayesian calibration. A deep Q-learning agent with experience replay and target networks then adjusts scheduling and routing. On benchmark networks, the method reduces system-wide travel times by up to 51% compared with baseline operations.
- MLP-autoencoder learns low-dimensional traffic manifolds for Bayesian calibration
- Deep Q-learning adjusts scheduling and routing on compressed traffic state
- Reported system travel times fall by up to 51% versus baseline
Full article218 words · extracted from arxiv.org · click to collapse
Urban transportation networks present complex optimization challenges spanning calibration of high-fidelity simulators and real-time operational control. This paper presents a shared latent-space framework that connects simulator calibration and reinforcement learning control through a common learned representation of urban traffic dynamics. First, we develop a combinatorial MLP-autoencoder architecture that learns low-dimensional manifolds linking simulator inputs (origin-destination demand, network parameters) to outputs (travel times, congestion patterns), enabling efficient Bayesian optimization for calibration. This approach demonstrates superior sample efficiency compared to traditional dimension reduction methods, achieving better fit to observational data within fixed computational budgets. Second, we implement a deep Q-learning agent with experience replay and target networks to optimize dynamic traffic assignment through scheduling and routing adjustments. In empirical evaluations on benchmark networks, our approach reduces system-wide travel times by up to 51% compared to baseline operations. The learned latent representation is not only used to reduce the dimensionality of Bayesian calibration, but is also incorporated into the reinforcement learning state representation, allowing the control policy to operate on compressed and calibrated traffic dynamics. This shared latent-space formulation provides a unified pathway from simulator calibration to adaptive operational control within intelligent transportation systems. Our results highlight the transformative potential of deep learning methods in urban mobility planning and management, particularly for large-scale networks where traditional optimization approaches face computational bottlenecks.
Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.21945