arXiv:2511.20011cs.CVcs.AI2025-11被引 1

用多维度上下文融合提升城市行人过街意图预测准确率

Multi-Context Fusion Transformer for Pedestrian Crossing Intention Prediction in Urban Environments

  • 从行为、环境、定位和车辆运动四维度建模行人上下文
  • 在JAADbeh等数据集上达到最高93%准确率
  • 适合自动驾驶安全系统研发人员参考

行人过街意图预测对提升自动驾驶车辆的行人安全至关重要。然而,城市环境中影响行人行为的因素复杂多样,导致准确预测仍具挑战。本文提出多上下文融合Transformer(MFT),综合行人行为、环境、定位及车辆运动四个维度的数值上下文特征,实现精准预测。MFT采用渐进式融合策略:先通过上下文内互注意力实现各维度内部特征交互与序列融合,生成上下文特定的上下文标记;再通过跨上下文互注意力,以全局CLS标记为紧凑的多上下文表示进行跨维度整合;最后通过引导式上下文内与跨上下文注意力,分别优化各上下文标记与全局标记,实现更深层高效的融合。实验结果表明,MFT在JAADbeh、JAADall和PIE数据集上分别达到73%、93%和90%的准确率,优于现有方法。大量消融实验证明了网络结构与各输入上下文的有效性。代码已开源:https://github.com/ZhongHang0307/Multi-Context-Fusion-Transformer。

原文摘要 · Abstract (English)

Pedestrian crossing intention prediction is essential for autonomous vehicles to improve pedestrian safety and reduce traffic accidents. However, accurate pedestrian intention prediction in urban environments remains challenging due to the multitude of factors affecting pedestrian behavior. In this paper, we propose a multi-context fusion Transformer (MFT) that leverages diverse numerical contextual attributes across four key dimensions, encompassing pedestrian behavior context, environmental context, pedestrian localization context and vehicle motion context, to enable accurate pedestrian intention prediction. MFT employs a progressive fusion strategy, where mutual intra-context attention enables reciprocal interactions within each context, thereby facilitating feature sequence fusion and yielding a context token as a context-specific representation. This is followed by mutual cross-context attention, which integrates features across contexts with a global CLS token serving as a compact multi-context representation. Finally, guided intra-context attention refines context tokens within each context through directed interactions, while guided cross-context attention strengthens the global CLS token to promote multi-context fusion via guided information propagation, yielding deeper and more efficient integration. Experimental results validate the superiority of MFT over state-of-the-art methods, achieving accuracy rates of 73%, 93%, and 90% on the JAADbeh, JAADall, and PIE datasets, respectively. Extensive ablation studies are further conducted to investigate the effectiveness of the network architecture and contribution of different input context. Our code is open-source: https://github.com/ZhongHang0307/Multi-Context-Fusion-Transformer.

意图预测Transformer自动驾驶多模态融合

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。