SimTIO: A Simulation-Grounded Multi-Agent LLM Framework for Compositional Traffic Intervention Optimization

TL;DR

SimTIO framework optimizes traffic interventions, reducing bottleneck time loss by 9.18% on average.

cs.MA 🔴 Advanced 2026-09-05 12 views
Shuyang Li Ruimin Ke
traffic optimization multi-agent LLM simulation bottleneck analysis

Key Findings

Methodology

SimTIO combines SUMO simulation and multi-agent LLM to optimize traffic interventions by freezing bottleneck edges and composing various interventions. It includes signal control, corridor speed, and demand routing, with specialist agents refining parameters based on simulation feedback.

Key Results

  • SimTIO reduced Top-10 bottleneck time loss by 9.18% and network-wide delay by 2.78% across 15 city cases.
  • Found feasible improvement plans in 86.7% of cases, compared to 73.3% for random search and 80% for deterministic heuristics.
  • LLM feedback optimizer generally outperformed baselines, though Top-10 improvement differences were not statistically significant.

Significance

SimTIO provides a tool for traffic analysts to optimize local bottlenecks without compromising network-wide performance. By integrating simulation and LLM, it effectively identifies and optimizes interventions in complex urban networks, offering significant academic and practical value.

Technical Contribution

SimTIO integrates LLM with microscopic traffic simulation, offering a novel approach to traffic intervention optimization. It innovatively uses LLM as a feedback-guided local search operator while reserving final decision authority for executable tools and explicit safety constraints.

Novelty

SimTIO is the first to apply LLM in traffic intervention optimization, differing from traditional methods by its simulation-based decision authority separation and diverse intervention composition evaluation.

Limitations

  • SimTIO relies on high-quality locally calibrated demand and network data, which may limit its application in data-scarce regions.
  • The framework requires significant computational resources for simulation, potentially affecting its feasibility in real-time applications.

Future Work

Future work could explore SimTIO's application in more urban networks and optimize its computational efficiency to support real-time traffic management.

AI Executive Summary

Traffic analysts face the challenge of translating diagnosed bottlenecks into executable interventions without degrading network-wide performance. The SimTIO framework combines SUMO simulation and multi-agent large language models to generate, compose, and select traffic interventions under explicit operational constraints. It first simulates an unmodified SUMO scenario to identify a baseline-frozen set of bottleneck edges, then optimizes through signal control, corridor speed, and demand routing interventions. Experimental results show that SimTIO reduced bottleneck time loss by 9.18% and network-wide delay by 2.78% across 15 cases. Although Top-10 improvement differences were not statistically significant compared to baselines, SimTIO generally outperformed random search and deterministic heuristics. These results suggest that LLMs can serve as constrained, feedback-guided local search operators while reserving final decision authority for executable tools and explicit safety constraints. The SimTIO framework provides a tool for traffic analysts to optimize local bottlenecks without compromising network-wide performance, offering significant academic and practical value.

Deep Analysis

Background

Traffic optimization has been a crucial topic in urban management. Traditional methods like signal control and demand management have been extensively studied, but optimizing local bottlenecks without affecting overall performance in complex urban networks remains a challenge. Recently, with the rise of large language models, researchers have begun exploring their application in traffic optimization.

Core Problem

Traffic analysts need to translate diagnosed bottlenecks into executable interventions without degrading network-wide performance. This process requires precise optimization in complex urban networks, involving the composition and evaluation of various interventions.

Innovation

The core innovation of the SimTIO framework lies in combining large language models with microscopic traffic simulation, achieving traffic intervention optimization through multi-agent collaboration. Each component has a specific role, with signal control, corridor speed, and demand routing interventions refined by specialist agents based on simulation feedback.

Methodology

  • �� Use SUMO to simulate unmodified scenarios and identify bottleneck edges
  • �� Initialize interventions for signal control, corridor speed, and demand routing
  • �� Specialist agents refine parameters based on simulation feedback
  • �� Combine compatible interventions and re-simulate to assess interaction effects
  • �� Final selection optimizes bottleneck time loss under constraints

Experiments

Experiments were conducted across five U.S. urban networks, three synthetic-demand seeds, and 2,400 origin-destination trips per scenario. Using a seven-candidate simulation budget, SimTIO's performance was evaluated across different scenarios.

Results

SimTIO reduced Top-10 bottleneck time loss by 9.18% and network-wide delay by 2.78% across 15 cases. Compared to random search and deterministic heuristics, SimTIO found better improvement plans in most cases.

Applications

The SimTIO framework can be used by traffic analysts to screen signal, speed-limit, and routing interventions before field deployment. Practical use requires locally calibrated demand, verified network data, and agency review.

Limitations & Outlook

SimTIO relies on high-quality locally calibrated demand and network data, which may limit its application in data-scarce regions. The framework requires significant computational resources for simulation, potentially affecting its feasibility in real-time applications.

Plain Language Accessible to non-experts

Imagine a city's traffic system as a giant puzzle. Each intersection and road is a piece of the puzzle. SimTIO acts like a smart puzzle player, quickly identifying which parts need adjustment to optimize the whole puzzle. By simulating different traffic interventions, SimTIO finds the best puzzle combination, making traffic flow smoother. Just like finding the right puzzle piece, SimTIO continually tries and adjusts until it finds the best traffic solution.

ELI14 Explained like you're 14

Imagine you're playing a complex traffic game, and your task is to make the city's traffic flow more smoothly. SimTIO is like your super assistant, testing different traffic strategies like adjusting traffic light timings, changing speed limits, or rerouting traffic. After each try, SimTIO tells you which strategies work and which need tweaking. Just like trying new strategies in a game, SimTIO helps you find the best traffic solution, making city traffic more efficient!

Glossary

SUMO (Simulation of Urban MObility)

SUMO is an open-source software for microscopic traffic simulation, capable of simulating urban traffic flow and signal control.

Used in the paper to evaluate the effectiveness of traffic interventions.

Bottleneck Time Loss

Refers to the time lost by vehicles at bottlenecks due to congestion.

Used as one of the optimization objectives to evaluate intervention effectiveness.

Multi-agent System

A system composed of multiple agents, each with independent decision-making capabilities.

Used in SimTIO to optimize different traffic interventions.

Large Language Model (LLM)

A large-scale machine learning model capable of generating and understanding natural language.

Used to guide the selection and optimization of traffic interventions.

Feedback-guided Local Search

A method that continuously adjusts search strategies based on feedback information.

Used in SimTIO to optimize traffic interventions.

Open Questions Unanswered questions from this research

  • 1 How can SimTIO be applied in data-scarce regions? New data collection and calibration methods are needed.
  • 2 What is the potential of SimTIO in real-time traffic management? Computational efficiency needs optimization.

Applications

Immediate Applications

Urban Traffic Optimization

Traffic analysts can use SimTIO to screen optimal traffic interventions before deployment, improving urban traffic efficiency.

Long-term Vision

Intelligent Traffic Systems

SimTIO can be part of intelligent traffic systems, helping cities achieve more efficient traffic management and planning.

Abstract

Traffic analysts must translate diagnosed bottlenecks into executable interventions without allowing local improvements to degrade network-wide performance. This study presents SimTIO, a simulation-grounded multi-agent large language model framework for composing and selecting traffic interventions under explicit operational constraints. SimTIO first simulates an unmodified SUMO scenario to identify a baseline-frozen set of ten bottleneck edges. A grounded sampler then initializes signal-control, corridor-speed, and demand-preserving routing actions, while three specialist agents use measured simulation feedback to select one-parameter refinements from validator-confirmed mutation catalogs. Compatible actions are combined and re-simulated so that their interaction effects are measured rather than inferred. Final selection minimizes bottleneck time loss while constraining network-wide delay, neighboring-road spillover, throughput loss, and teleport events, with the unmodified scenario retained as a no-operation guard. Across 15 cases covering five U.S. urban networks, three synthetic-demand seeds, and 2,400 origin-destination trips per scenario, SimTIO reduced Top-10 bottleneck time loss by an average of 9.18 percent and network-wide delay by 2.78 percent. It found a feasible improving plan in 86.7 percent of cases, compared with 73.3 percent for grounded random search and 80.0 percent for a deterministic heuristic under the same seven-simulation budget, although the differences in Top-10 improvement were not statistically significant. These results support using LLMs as constrained, feedback-guided local search operators while reserving final decision authority for executable tools, microscopic simulation, and explicit safety constraints.

cs.MA eess.SY