菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - Inner Speech as Behavior Guides: Steerable Imitation of Diverse Behaviors for Human-AI coordination

Effective human-AI coordination requires artificial agents capable of exhibiting and responding to human-like behaviors while adapting to changing contexts. Imitation learning has emerged as one of the prominent approaches to build such agents by training them to mimic human-demonstrated behaviors. However, current methods struggle to capture the inherent diversity and non-Markovian nature of human behavior and lack the ability to steer behavior at inference time. Drawing inspiration from the theory of human cognitive processes, where inner speech guides action selection before execution, we propose MIMIC (Modeling Inner Motivations for Imitation and Control), a framework that uses language as an internal representation of behavioral intent. MIMIC employs the novel use of vision-language models as linguistic scaffolding to train a conditional variational autoencoder capable of generating inner speech from observations. A diffusion-based behavior cloning policy then selects actions conditioned on current observations and the generated inner speech. MIMIC enables fine-grained steering of behavior at inference time by conditioning the agent on behavior-specific speech. Experiments across robotic manipulation tasks and human-AI collaboration games demonstrate that MIMIC significantly enhances both behavior diversity and fidelity to human demonstrations while enabling nuanced behavioral steering without training on additional demonstrations. We open source our code and provide pre-trained MIMIC agents and qualitative demos at: this https URL.

顶级标签: agents robotics natural language processing
详细标签: imitation learning human-ai coordination inner speech vision-language models behavioral steering 或 搜索:

内心言语作为行为引导:用于人机协调的多样化行为的可操控模仿 / Inner Speech as Behavior Guides: Steerable Imitation of Diverse Behaviors for Human-AI coordination


1️⃣ 一句话总结

这篇论文提出了一种名为MIMIC的新方法,它模仿人类‘内心独白’指导行动的方式,让AI不仅能更逼真地模仿人类多样化的行为,还能在执行任务时通过语言指令进行精细的行为操控,从而更好地与人协作。

源自 arXiv: 2602.20517