Great GATsBi: Hybrid, Multimodal, Trajectory Forecasting for Bicycles using Anticipation Mechanism
Kevin Riehl, Shaimaa K. El-Baklish, Anastasios Kouvelas, Michail A. Makridis

TL;DR
Great GATsBi is a hybrid, multimodal trajectory prediction framework for bicycles that combines physics-based and social-based modeling, leveraging graph attention networks and anticipation mechanisms to improve short-term and long-term forecasting accuracy.
Contribution
The paper introduces a novel hybrid model that integrates physics and social modeling for bicycle trajectory prediction, incorporating anticipation of future trajectories using graph attention networks.
Findings
Outperforms state-of-the-art in bicycle trajectory prediction
Effective in short-term and long-term predictions
Validated through controlled mass-cycling experiments
Abstract
Accurate prediction of road user movement is increasingly required by many applications ranging from advanced driver assistance systems to autonomous driving, and especially crucial for road safety. Even though most traffic accident fatalities account to bicycles, they have received little attention, as previous work focused mainly on pedestrians and motorized vehicles. In this work, we present the Great GATsBi, a domain-knowledge-based, hybrid, multimodal trajectory prediction framework for bicycles. The model incorporates both physics-based modeling (inspired by motorized vehicles) and social-based modeling (inspired by pedestrian movements) to explicitly account for the dual nature of bicycle movement. The social interactions are modeled with a graph attention network, and include decayed historical, but also anticipated, future trajectory data of a bicycles neighborhood, following…
Peer Reviews
Decision·Submitted to ICLR 2026
Combines physical and social modeling in a clear and interpretable way. Provides extensive experiments and a new real-world dataset.
Technically, the framework still relies on conventional components (LSTM + GAT + GMM). Is there any plan to explore whether transformer-based or VLMs could further improve representation and generalization? The model’s transferability to complex urban or mixed-traffic environments has not been validated, as experiments are limited to a controlled cycling scenario.
1. The model develops a hybrid framework that combines physics-based and social-based modeling to effectively match bicycles’ dual behavioral traits of vehicle-like dynamics and pedestrian-like flexibility. 2. The social module innovatively integrates psychological and social science insights (neighbor trajectory anticipation and perception decay) to make social interaction modeling more realistic. 3. A high-quality controlled mass cycling dataset is built to avoid external interferences, provid
1. Risk of Circular Logic in the Core Innovation: The "anticipation mechanism" in the social module requires predicting the future trajectories of neighboring agents (using a simple const.v model, mentioned in ilne 239) to serve as input for forecasting the ego agent's future. This creates a potential circular argument: predicting agent A's future relies on first predicting agent B's future, which is itself a challenging prediction problem. The model sidesteps this fundamental issue rather than
- Separately predicting with bicycle dynamics and social interaction, then fusing them for motion prediction, is novel. - The authors organized some cyclists and collected 270 minutes of cycling data with a drone, which was then annotated with YOLO and conventional vision algorithms. - The experiments show overall improved results compared to SocialLSTM.
- The newly collected cycling data are simply just riding within a roundabout, with no enforcement on the interaction between cyclists. The readers can imagine that, if everyone just rode in an orbit, no interaction could happen at all, thus raising doubt on the necessity to model interactions. Furthermore, the lack of diverse scenarios beyond roundabouts makes readers concerned about the model’s generalizability. - The fusion is essentially a mixture-of-experts where the experts are a combinati
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Autonomous Vehicle Technology and Safety · Data Management and Algorithms
