ROCVAug 15, 2025

Relative Position Matters: Trajectory Prediction and Planning with Polar Representation

arXiv:2508.11492v14 citationsh-index: 6
Originality Highly original
AI Analysis

This addresses the problem of modeling spatial relationships for autonomous vehicles, representing an incremental improvement over existing coordinate-based methods.

The paper tackles trajectory prediction and planning in autonomous driving by proposing Polaris, a method that operates entirely in Polar coordinates instead of conventional Cartesian coordinates, achieving state-of-the-art performance on Argoverse 2 and nuPlan benchmarks.

Trajectory prediction and planning in autonomous driving are highly challenging due to the complexity of predicting surrounding agents' movements and planning the ego agent's actions in dynamic environments. Existing methods encode map and agent positions and decode future trajectories in Cartesian coordinates. However, modeling the relationships between the ego vehicle and surrounding traffic elements in Cartesian space can be suboptimal, as it does not naturally capture the varying influence of different elements based on their relative distances and directions. To address this limitation, we adopt the Polar coordinate system, where positions are represented by radius and angle. This representation provides a more intuitive and effective way to model spatial changes and relative relationships, especially in terms of distance and directional influence. Based on this insight, we propose Polaris, a novel method that operates entirely in Polar coordinates, distinguishing itself from conventional Cartesian-based approaches. By leveraging the Polar representation, this method explicitly models distance and direction variations and captures relative relationships through dedicated encoding and refinement modules, enabling more structured and spatially aware trajectory prediction and planning. Extensive experiments on the challenging prediction (Argoverse 2) and planning benchmarks (nuPlan) demonstrate that Polaris achieves state-of-the-art performance.

Foundations

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

Your Notes