Multi-agent trajectory prediction is essential for autonomous driving systems, as its performance heavily depends on the quality of feature representations. This paper proposes PFR-HiVT, a lightweight and effective approach for multi-agent trajectory prediction, and evaluates it on the Argoverse 1.1 motion forecasting dataset. Although existing methods such as the Hierarchical Vector Transformer (HiVT) have achieved strong performance, they still exhibit limitations in feature extraction and feature transition across different stages of the network. To address these limitations, a collaborative feature enhancement framework is introduced, consisting of two encoder-side modules and a Progressive Feature Refinement Global Interactor (PFR-Global Interactor). Specifically, the Feature Enhancement Module (FEM) and the Attention Enhancement Module (AEM) are employed to refine local spatiotemporal features before global interaction. In addition, the PFR-Global Interactor integrates three lightweight components—the Simple Feature Refinement Module (SFR), the Lightweight Gate Module (LG), and the Residual Connection Module (RC)—to progressively refine globally interacted features prior to trajectory decoding. All proposed modules adopt lightweight designs, introducing only 230.5 k additional parameters (approximately 8.7% of the total parameters of HiVT-128). Experiments on the Argoverse 1.1 dataset show that PFR-HiVT achieves a minADE of 0.703, a minFDE of 1.041, and an MR of 0.112, outperforming the baseline HiVT model. Ablation studies further validate the effectiveness and synergy of the proposed modules.
Bai et al. (Mon,) studied this question.