Multi-Scenario Highway Lane-Change Intention Prediction: A Temporal Physics-Informed Multi-Modal Framework

Researchers developed a Temporal Physics-Informed AI (TPI-AI) framework that predicts vehicle lane-change intentions with high accuracy by combining deep learning with physics-based safety metrics. The model achieved macro-F1 scores of 0.9562, 0.9124, and 0.8345 for 1, 2, and 3-second prediction horizons on the highD dataset, outperforming standalone baseline models. This hybrid approach addresses critical challenges like noisy sensor data and class imbalance in autonomous driving systems.

Multi-Scenario Highway Lane-Change Intention Prediction: A Temporal Physics-Informed Multi-Modal Framework

New AI Framework Predicts Lane Changes with Physics-Informed Precision

Researchers have unveiled a novel hybrid AI framework that significantly improves the accuracy and robustness of predicting a vehicle's lane-change intentions, a critical challenge for autonomous driving systems. The proposed Temporal Physics-Informed AI (TPI-AI) model fuses deep learning with physics-based safety metrics to overcome common hurdles like noisy sensor data and severe class imbalance, demonstrating superior performance across diverse highway scenarios in new research.

Bridging Data-Driven and Physics-Based Reasoning

The core innovation of the TPI-AI framework lies in its hybrid architecture, which marries the pattern recognition power of deep learning with the explainable, rule-based logic of vehicle dynamics. A two-layer bidirectional LSTM (Bi-LSTM) encoder first processes multi-step trajectory histories to learn compact temporal embeddings of a vehicle's past motion.

These learned embeddings are then concatenated with a suite of handcrafted, physics-inspired interaction features. This feature set includes critical safety indicators such as time-to-collision (TTC), headway distance, and safe-gap metrics, which provide the model with fundamental contextual understanding of the driving environment.

The combined feature vector is fed into a LightGBM classifier to perform the final three-class intention recognition: predicting whether a vehicle will maintain its lane (No-LC), change to the left (Left-LC), or change to the right (Right-LC). To address the inherent rarity of lane-change events compared to lane-keeping, the team employed imbalance-aware optimization techniques, including data resampling and fold-wise threshold calibration, to boost minority-class reliability.

Robust Performance Across Challenging Real-World Datasets

The framework was rigorously evaluated on two large-scale, real-world datasets captured by drones: the highD dataset (featuring straight German highways) and the more complex exiD dataset (containing ramp-rich environments). Testing used location-based data splits to ensure generalization and evaluated prediction horizons of 1, 2, and 3 seconds.

TPI-AI consistently outperformed standalone LightGBM and Bi-LSTM baseline models. On the highD dataset, it achieved macro-F1 scores of 0.9562, 0.9124, and 0.8345 for the 1, 2, and 3-second horizons, respectively. Its performance on the challenging exiD dataset remained strong, with scores of 0.9247, 0.8197, and 0.7605 for the same timeframes.

These results, detailed in the preprint arXiv:2512.24075v3, demonstrate that the model maintains high accuracy even as the prediction horizon extends and in geometrically complex scenarios like highway ramps, where intention prediction is most difficult.

Why This Advance Matters for Autonomous Driving

Accurate and early lane-change prediction is a cornerstone for the safety and smooth operation of both Autonomous Vehicles (AVs) and Advanced Driver-Assistance Systems (ADAS). This research provides a tangible path forward for solving key industry pain points.

  • Enhanced Safety & Generalization: By integrating physics-based features like TTC, the model gains an explainable understanding of risk, improving its reliability and ability to generalize across unseen highway geometries compared to purely data-driven black-box models.
  • Solving Data Imbalance: The focused approach on class imbalance directly addresses a major practical obstacle, ensuring the system is equally adept at predicting rare but critical lane-change maneuvers as it is at recognizing common lane-keeping behavior.
  • Path to Real-World Deployment: The framework's strong performance on real drone data (highD, exiD) over actionable 1-3 second horizons shows its potential for integration into next-generation perception and planning stacks, making autonomous driving more anticipatory and safer for all road users.

常见问题