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.
Crédit photo: Lottie animation by Centre Robotics (LottieFiles Free, used with credit). · source
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.
À lire aussi
More in Autonomy
The IPO everyone's talking about has me asking questions nobody seems to want to answer.
Robert "Bob" Macintosh · 12 hours ago · 3 min
The market's sudden pivot from Iran headlines to tech earnings tells us everything about how seriously investors take the automation thesis.
Mark Kowalski · 15 hours ago · 5 min
After years of voice assistants that made me want to throw my phone out the window, Google's AI might finally be cracking the in-car experience.
Mark Kowalski · 23 hours ago · 5 min
New research shows robots navigating without task-specific training. I've got thoughts.

