CVJul 9, 2025

ILNet: Trajectory Prediction with Inverse Learning Attention for Enhancing Intention Capture

arXiv:2507.06531v11 citationsh-index: 3Has CodeIEEE transactions on intelligent transportation systems (Print)
Originality Incremental advance
AI Analysis

This work addresses trajectory prediction for autonomous vehicles by improving intention capture in complex interactions, representing an incremental advance over existing methods.

The paper tackles trajectory prediction in multi-agent scenarios by proposing ILNet, which uses inverse learning attention and dynamic anchor selection to better capture intentions and interactions, achieving state-of-the-art performance on INTERACTION and Argoverse datasets with higher accuracy and multimodal distributions using fewer parameters.

Trajectory prediction for multi-agent interaction scenarios is a crucial challenge. Most advanced methods model agent interactions by efficiently factorized attention based on the temporal and agent axes. However, this static and foward modeling lacks explicit interactive spatio-temporal coordination, capturing only obvious and immediate behavioral intentions. Alternatively, the modern trajectory prediction framework refines the successive predictions by a fixed-anchor selection strategy, which is difficult to adapt in different future environments. It is acknowledged that human drivers dynamically adjust initial driving decisions based on further assumptions about the intentions of surrounding vehicles. Motivated by human driving behaviors, this paper proposes ILNet, a multi-agent trajectory prediction method with Inverse Learning (IL) attention and Dynamic Anchor Selection (DAS) module. IL Attention employs an inverse learning paradigm to model interactions at neighboring moments, introducing proposed intentions to dynamically encode the spatio-temporal coordination of interactions, thereby enhancing the model's ability to capture complex interaction patterns. Then, the learnable DAS module is proposed to extract multiple trajectory change keypoints as anchors in parallel with almost no increase in parameters. Experimental results show that the ILNet achieves state-of-the-art performance on the INTERACTION and Argoverse motion forecasting datasets. Particularly, in challenged interaction scenarios, ILNet achieves higher accuracy and more multimodal distributions of trajectories over fewer parameters. Our codes are available at https://github.com/mjZeng11/ILNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes