菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-20
📄 Abstract - Understanding Human Actions through the Lens of Executable Models

Human-centred systems require an understanding of human actions in the physical world. Temporally extended sequences of actions are intentional and structured, yet existing methods for recognising what actions are performed often do not attempt to capture their structure, particularly how the actions are executed. This, however, is crucial for assessing the quality of the action's execution and its differences from other actions. To capture the internal mechanics of actions, we introduce a domain-specific language EXACT that represents human motions as underspecified motion programs, interpreted as reward-generating functions for zero-shot policy inference using forward-backwards representations. By leveraging the compositional nature of EXACT motion programs, we combine individual policies into an executable neuro-symbolic model that uses program structure for compositional modelling. We evaluate the utility of the proposed pipeline for creating executable action models by analysing motion-capture data to understand human actions, for the tasks of human action segmentation and action anomaly detection. Our results show that the use of executable action models improves data efficiency and captures intuitive relationships between actions compared with monolithic, task-specific approaches.

顶级标签: agents systems behavior
详细标签: executable models action understanding motion programs neuro-symbolic policy inference 或 搜索:

通过可执行模型理解人类行为 / Understanding Human Actions through the Lens of Executable Models


1️⃣ 一句话总结

这篇论文提出了一种名为EXACT的新方法,它将人类动作视为可执行的程序,从而能更有效地理解动作的内部结构和执行质量,在动作分割和异常检测任务上比传统方法更高效、更直观。

源自 arXiv: 2604.18064