论文精选

人类行为预测新模型在多模态基准上表现领先

Neuro-Symbolic Hierarchical Intention Anticipation in Human Behavior

精选理由

这个新模型挺有意思,它用神经符号的方法来预测人类行为,在 NTU 数据集上表现比现有方法好不少,能更准确地预测未来动作和意图。

这篇论文提出了一种名为 Hierarchical Planning Decoder (HPD) 的新模型,它结合了神经符号结构来预测人类行为。在 NTU RGB+D 120 数据集的 15,002 个多模态片段测试中,该模型在预测未来动作和意图方面优于现有方法。在预测 3 步时,其准确率比最强基线高出 7.3 个百分点,且 96.8% 的预测轨迹符合逻辑约束。

原文 · arXiv cs.LG

Neuro-Symbolic Hierarchical Intention Anticipation in Human Behavior

Assistive autonomous systems must anticipate human goals before an observed behavior is complete. This article formulates anticipation as goal inference from a partially observed multimodal episode together with structured prediction of the remaining behavior, rather than exact motor forecasting. A compact Hierarchical Planning Decoder (HPD) is attached to a frozen neuro-symbolic recognition encoder and predicts, at four ontological levels, the next actions, the remaining activities and low-level intentions, and the episode high-level intention(HLI). The decoder is trained with soft neuro-symbolic regularization combining transition-coherence and hierarchical continuity losses, and is decoded with hard reachability masks that enforce ontological validity at inference. On a compositional four-level benchmark of 15,002 multimodal episodes built over NTU RGB+D 120 features, three headline properties are observed together. The advantage over the strongest sequential baseline grows with the anticipation horizon, from +1.7 points at step 1 to +7.3 points at step 3 (top-5). Under compositional generalization, where one parent association per multi-parent low level intention is held out, this advantage widens to +4.9 points at step 1. At the episode level, 96.8% of anticipated trajectories satisfy the joint logic constraints, above the 88.1% strongest-baseline value and the 73.9% ground-truth floor; soft logic terms alone account for a 59.8 to 71.1% relative reduction of HLI-reachability violations, and the hard masks then eliminate them entirely. Neural generation supplies predictive ranking, symbolic constraints supply onto logical validity, and their combination yields coherent hierarchical anticipation while exposing remaining challenges in compositional goal generalization and unordered set prediction.