target vehicle
Appendix 571 In this appendix, we provide more details about the four experiments and some scenario examples
Autoregressive sampling is used to create a traffic snapshot. We train a scenario generation model TrafficGen with mixed data. The detailed hyperparameters are shown in Table 4. Figure 7: Dynamics of the generated traffic scenarios. The first column is the original case. The middle columns show the generated scenarios at different timesteps.
- Energy (0.47)
- Transportation (0.30)
GContextFormer: A global context-aware hybrid multi-head attention approach with scaled additive aggregation for multimodal trajectory prediction
Chen, Yuzhi, Xie, Yuanchang, Zhao, Lei, Liu, Pan, Zou, Yajie, Wang, Chen
Multimodal trajectory prediction generates multiple plausible future trajectories to address vehicle motion uncertainty from intention ambiguity and execution variability. However, HD map-dependent models suffer from costly data acquisition, delayed updates, and vulnerability to corrupted inputs, causing prediction failures. Map-free approaches lack global context, with pairwise attention over-amplifying straight patterns while suppressing transitional patterns, resulting in motion-intention misalignment. This paper proposes GContextFormer, a plug-and-play encoder-decoder architecture with global context-aware hybrid attention and scaled additive aggregation achieving intention-aligned multimodal prediction without map reliance. The Motion-Aware Encoder builds scene-level intention prior via bounded scaled additive aggregation over mode-embedded trajectory tokens and refines per-mode representations under shared global context, mitigating inter-mode suppression and promoting intention alignment. The Hierarchical Interaction Decoder decomposes social reasoning into dual-pathway cross-attention: a standard pathway ensures uniform geometric coverage over agent-mode pairs while a neighbor-context-enhanced pathway emphasizes salient interactions, with gating module mediating their contributions to maintain coverage-focus balance. Experiments on eight highway-ramp scenarios from TOD-VT dataset show GContextFormer outperforms state-of-the-art baselines. Compared to existing transformer models, GContextFormer achieves greater robustness and concentrated improvements in high-curvature and transition zones via spatial distributions. Interpretability is achieved through motion mode distinctions and neighbor context modulation exposing reasoning attribution. The modular architecture supports extensibility toward cross-domain multimodal reasoning tasks. Source: https://fenghy-chen.github.io/sources/.
- North America > United States > Massachusetts > Middlesex County > Lowell (0.14)
- Asia > China > Hubei Province > Wuhan (0.04)
- Asia > China > Jiangsu Province > Nanjing (0.04)
- (9 more...)
X-TRACK: Physics-Aware xLSTM for Realistic Vehicle Trajectory Prediction
Chugh, Aanchal Rajesh, Neumeier, Marion, Dorn, Sebastian
Recent advancements in Recurrent Neural Network (RNN) architectures, particularly the Extended Long Short Term Memory (xLSTM), have addressed the limitations of traditional Long Short Term Memory (LSTM) networks by introducing exponential gating and enhanced memory structures. These improvements make xLSTM suitable for time-series prediction tasks as they exhibit the ability to model long-term temporal dependencies better than LSTMs. Despite their potential, these xLSTM-based models remain largely unexplored in the context of vehicle trajectory prediction. Therefore, this paper introduces a novel xLSTM-based vehicle trajectory prediction framework, X-TRAJ, and its physics-aware variant, X-TRACK (eXtended LSTM for TRAjectory prediction Constraint by Kinematics), which explicitly integrates vehicle motion kinematics into the model learning process. By introducing physical constraints, the proposed model generates realistic and feasible trajectories. A comprehensive evaluation on the highD and NGSIM datasets demonstrates that X-TRACK outperforms state-of-the-art baselines.
- Europe > Germany > Bavaria > Upper Bavaria > Ingolstadt (0.04)
- North America > United States > Louisiana > Orleans Parish > New Orleans (0.04)
- Europe > France > Île-de-France > Paris > Paris (0.04)
- (2 more...)
An Intention-driven Lane Change Framework Considering Heterogeneous Dynamic Cooperation in Mixed-traffic Environment
Qiu, Xiaoyun, Liu, Haichao, Pan, Yue, Ma, Jun, Zheng, Xinhu
Abstract--In mixed-traffic environments, where autonomous vehicles (A Vs) must interact with diverse human-driven vehicles (HVs), the unpredictability of human intentions and heterogeneous driving behaviors poses significant challenges to safe and efficient lane change maneuvers. Existing methods often oversimplify these interactions by assuming uniform or fixed behavioral patterns. T o address this limitation, we propose an intention-driven lane change framework that integrates driving-style recognition with cooperation-aware decision-making and motion-planning. First, a deep learning-based classifier is developed to identify distinct human driving styles from the NGSIM dataset in real time. Second, we introduce a cooperation score composed of intrinsic and interactive components, which estimates surrounding drivers' intentions and quantifies their willingness to cooperate with the ego vehicle's lane change. Third, a decision-making module is designed by combining behavior cloning (BC) with inverse reinforcement learning (IRL) to determine whether a lane change should be initiated under current conditions. Finally, a coordinated motion-planning architecture is established, integrating IRL-based intention inference with model predictive control (MPC) to generate collision-free and socially compliant trajectories. Extensive experiments demonstrate that the proposed intention-driven BC-IRL model achieves superior performance, reaching 94.2% accuracy and 94.3% F1-score, and outperforming multiple rule-based and learning-based baselines. In particular, it improves lane change recognition by 4-15% in F1-score, highlighting the benefit of modeling inter-driver heterogeneity via intrinsic and interactive cooperation scores.
- North America > United States > California > Los Angeles County > Los Angeles (0.14)
- Asia > China > Guangdong Province > Guangzhou (0.05)
- Asia > China > Hong Kong (0.04)
- North America > United States > Illinois > Cook County > Chicago (0.04)
- Transportation > Ground > Road (1.00)
- Government (1.00)
- Automobiles & Trucks (1.00)
- North America > United States > Nevada > Clark County > Las Vegas (0.04)
- Asia > Singapore (0.04)
Probabilistic Collision Risk Estimation through Gauss-Legendre Cubature and Non-Homogeneous Poisson Processes
Overtaking in high-speed autonomous racing demands precise, real-time estimation of collision risk; particularly in wheel-to-wheel scenarios where safety margins are minimal. Existing methods for collision risk estimation either rely on simplified geometric approximations, like bounding circles, or perform Monte Carlo sampling which leads to overly conservative motion planning behavior at racing speeds. We introduce the Gauss-Legendre Rectangle (GLR) algorithm, a principled two-stage integration method that estimates collision risk by combining Gauss-Legendre with a non-homogeneous Poisson process over time. GLR produces accurate risk estimates that account for vehicle geometry and trajectory uncertainty. In experiments across 446 overtaking scenarios in a high-fidelity Formula One racing simulation, GLR outperforms five state-of-the-art baselines achieving an average error reduction of 77% and surpassing the next-best method by 52%, all while running at 1000 Hz. The framework is general and applicable to broader motion planning contexts beyond autonomous racing.
- Oceania > Australia (0.04)
- North America > United States > Oregon (0.04)
- North America > Cuba (0.04)
- (3 more...)
DBF-MA: A Differential Bayesian Filtering Planner for Multi-Agent Autonomous Racing Overtakes
Weiss, Trent, Kulkarni, Amar, Behl, Madhur
Abstract--A significant challenge in autonomous racing is to generate overtaking maneuvers. Racing agents must execute these maneuvers on complex racetracks with little room for error . Optimization techniques and graph-based methods have been proposed, but these methods often rely on oversimplified assumptions for collision-avoidance and dynamic constraints. In this work, we present an approach to trajectory synthesis based on an extension of the Differential Bayesian Filtering framework. Our method is derivative-free, does not require a spherical approximation of the vehicle footprint, linearization of constraints, or simplifying upper bounds on collision avoidance. We conduct a closed-loop analysis of DBF-MA and find it successfully overtakes an opponent in 87% of tested scenarios, outperforming existing methods in autonomous overtaking. Autonomous racing has emerged as a distinct and growing research area [1].
- Oceania > Australia (0.04)
- North America > United States > Oregon (0.04)
- Europe > United Kingdom (0.04)
- Transportation (1.00)
- Leisure & Entertainment > Sports > Motorsports (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Optimization (1.00)
- Information Technology > Artificial Intelligence > Machine Learning (1.00)
- Information Technology > Artificial Intelligence > Robots > Autonomous Vehicles (0.69)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Uncertainty (0.69)
Improved Vehicle Maneuver Prediction using Game Theoretic Priors
Conventional maneuver prediction methods use some sort of classification model on temporal trajectory data to predict behavior of agents over a set time horizon. Despite of having the best precision and recall, these models cannot predict a lane change accurately unless they incorporate information about the entire scene. Level-k game theory can leverage the human-like hierarchical reasoning to come up with the most rational decisions each agent can make in a group. This can be leveraged to model interactions between different vehicles in presence of each other and hence compute the most rational decisions each agent would make. The result of game theoretic evaluation can be used as a "prior" or combined with a traditional motion-based classification model to achieve more accurate predictions. The proposed approach assumes that the states of the vehicles around the target lead vehicle are known. The module will output the most rational maneuver prediction of the target vehicle based on an online optimization solution. These predictions are instrumental in decision making systems like Adaptive Cruise Control (ACC) or Traxen's iQ-Cruise further improving the resulting fuel savings.
Lane Change Intention Prediction of two distinct Populations using a Transformer
De Cristofaro, Francesco, Lex, Cornelia, Hu, Jia, Eichberger, Arno
--As a result of the growing importance of lane change intention prediction for a safe and efficient driving experience in complex driving scenarios, researchers have in recent years started to train novel machine learning algorithms on available datasets with promising results. A shortcoming of this recent research effort, though, is that the vast majority of the proposed algorithms are trained on a single datasets. In doing so, researchers failed to test if their algorithm would be as effective if tested on a different dataset and, by extension, on a different population with respect to the one on which they were trained. In this article we test a transformer designed for lane change intention prediction on two datasets collected by LevelX in Germany and Hong Kong. We found that the transformer's accuracy plummeted when tested on a population different to the one it was trained on with accuracy values as low as 39 . Index T erms --Motion prediction, intention prediction, lane change prediction, motion planning, decision making, automated driving, autonomous driving, artificial intelligence.
- Asia > China > Hong Kong (0.25)
- North America > United States (0.15)
- Oceania > Australia (0.04)
- (3 more...)
- Transportation > Ground > Road (1.00)
- Automobiles & Trucks (1.00)