Two New Papers Tackle the Same Problem Traffic AI Keeps Ignoring: Reality
Reinforcement learning for traffic control sounds great until you remember that wireless signals lag and cars don't teleport. These researchers actually accounted for that.
By
Most coverage of AI traffic control reads like a press release. "Reinforcement learning optimizes signal timing!" "AI reduces congestion!" What these pieces consistently skip over is the part where, you know, the real world happens. Sensors lag. Communication delays exist. And when your AI assumes perfect information but gets stale data, things go wrong fast.
Two recent papers caught my attention because they're actually grappling with this messiness instead of pretending it away.
The Delay Problem Nobody Wants to Talk About
The first paper, from researchers working on highway on-ramp merging, tackles something I honestly hadn't thought much about until I read it: what happens when a roadside unit sends traffic data to a vehicle, but that data arrives late?
The scenario they're studying involves a roadside sensor unit that watches nearby traffic, processes what it sees, and beams state estimates to approaching vehicles over V2I (vehicle-to-infrastructure) links. This isn't science fiction, it's already deployed in some connected roadway systems. But here's the catch: edge processing takes time. Wireless transmission takes time. By the time the car gets the data, the situation may have changed.
Their framework, called DAROM, treats this as what they call a "random delay Markov decision process." The technical details involve a Delay-Aware Encoder that conditions on delayed observations, masked action histories, and the observed delay magnitude to infer current state. What matters practically is this: in simulations using real traffic data from the NGSIM dataset, their approach achieved over 99% success in high-density traffic even with random delays up to 2.0 seconds.
Related coverage
More in Autonomy
A startup called REO says it will sell a pickup truck for $21,500. The price is striking. The evidence for it is less so.
Aisha Patel · 24 Jun · 9 min
Researchers are patching the 'trajectory scoring gap' in sidewalk robots with VLMs and human attention modeling. The ideas are clever. The caveats are real.
Mark Kowalski · 20 Jun · 6 min
Two new papers tackle one of robotics' most stubborn problems: getting a robot to figure out its location using LiDAR, without needing to have visited the place before.
Sarah Williams · 19 Jun · 5 min
The defense tech startup is moving from drones to full autonomous fighters, and it raises questions about where the line between AI autonomy and human oversight actually sits.

