Arterial Network Traffic State Prediction with Connected Vehicle Data: An Abnormality-Aware Spatiotemporal Network

This paper proposes a novel framework for predicting arterial traffic states using real-world connected vehicle data, featuring a two-stage traffic state extraction method and an Abnormality-aware Spatiotemporal Graph Convolution Network (AASTGCN) that effectively handles both normal and abnormal traffic conditions by separately modeling them with a dual-expert architecture and a gated-fusion mechanism.

Lei Han, Mohamed Abdel-Aty, Yang-Jun Joo

Published 2026-03-06
📖 4 min read☕ Coffee break read

Imagine a massive, bustling city as a giant, living organism. The arterial roads (the main streets) are its veins, carrying the blood (traffic) that keeps the city alive. For a long time, city planners tried to monitor these veins using fixed sensors like loop detectors buried in the pavement. But this is like trying to understand the health of a whole body by only checking the temperature of a few specific spots on the skin. It's expensive, limited, and often misses the bigger picture.

Enter Connected Vehicles (CVs). These are modern cars equipped with GPS and communication tech. They act like millions of tiny, mobile doctors floating through the city, constantly reporting their own health (speed, location, stops).

This paper introduces a new "super-doctor" system called AASTGCN that uses data from these cars to predict traffic jams and delays across an entire city-scale network. Here is how it works, broken down simply:

1. The Problem: The "Normal" vs. The "Chaos"

Most traffic prediction systems are like students who only study for a standard math test. They are great at predicting what happens on a normal Tuesday morning (the "normal" pattern). But when a crash happens, a hurricane evacuation starts, or a parade blocks the road (the "abnormal" chaos), these systems get confused. They try to force the chaotic data into their "normal" patterns, leading to bad predictions exactly when you need them most.

2. The Solution: The "Dual-Expert" Team

The authors built a system with two specialized experts working together, like a medical team with a General Practitioner and a Trauma Surgeon.

  • The General Practitioner (Normal Expert): This expert studies the "routine." It looks at historical data to see that "every Monday at 8 AM, traffic is heavy." It uses this long-term memory to predict the future when things are running smoothly.
  • The Trauma Surgeon (Abnormal Expert): This expert is on high alert for emergencies. It is trained specifically to recognize when something is wrong—when traffic suddenly stops or slows down in a way that doesn't fit the usual pattern.

The Magic Trick: Instead of mixing these two experts together, the system keeps them separate. It first checks: "Is this a normal Tuesday, or is there a crash?"

  • If it's normal, it listens mostly to the General Practitioner and the long-term history.
  • If it's abnormal, it switches to the Trauma Surgeon, who ignores the "usual" patterns and focuses entirely on the real-time chaos to make a quick, accurate guess.

3. The "Gatekeeper" Mechanism

How does the system decide which expert to listen to? Imagine a smart gatekeeper standing at a crossroads.

  • When the weather is calm, the gatekeeper opens the door wide to the "History Library," letting the system use past patterns to predict the future.
  • When a storm hits (an accident), the gatekeeper slams the library door shut and opens the "Live News Feed" wide, forcing the system to focus only on what is happening right now.

This "gate" automatically adjusts itself, ensuring the system uses the right tool for the job.

4. The Scale: A City-Scale Experiment

To prove this works, the researchers didn't just test it on a tiny neighborhood. They tested it on a giant network of 1,050 road links (covering nearly 400 miles) in Central Florida.

  • They used real data from over 400,000 daily car journeys.
  • They had to deal with a "low penetration" problem: Only about 2-3% of the cars on the road were connected. It's like trying to predict the weather with only a few weather balloons.
  • The Result: Their system (AASTGCN) was significantly better than all other existing methods. It predicted delays and queue lengths (how long the line of cars is) with much higher accuracy, especially during those rare, chaotic moments when other systems failed.

Why This Matters

Think of traffic management like conducting an orchestra.

  • Old methods were like a conductor who only knew the sheet music for a calm symphony. When a drummer started playing jazz during a classical piece, the conductor got lost, and the music fell apart.
  • This new system is a conductor who can instantly switch styles. It knows the symphony by heart, but the moment the jazz drum starts, it knows exactly how to adapt the orchestra to keep the music (traffic) flowing smoothly.

In short: This paper gives cities a smarter way to "see" traffic. By separating the "boring routine" from the "chaotic emergencies" and using a special "gate" to switch between them, it can predict traffic jams and delays more accurately than ever before, even when things go wrong.