DialFRED: Dialogue-Enabled Agents for Embodied Instruction Following
Xiaofeng Gao, Qiaozi Gao, Ran Gong, Kaixiang Lin, Govind Thattai, Gaurav S. Sukhatme
TL;DR
DialFRED addresses the limited interactivity of language-guided embodied AI by enabling agents to proactively ask clarifying questions. It augments ALFRED with a large dataset of 53K human-annotated question–answer pairs and an oracle, plus data augmentation that expands sub-goal types to 25. The proposed questioner–performer framework pre-trains the questioner on human dialogue and fine-tunes it with reinforcement learning to optimize when and what to ask, while the performer executes actions using the QAs. Experimental results show that incorporating dialogue yields meaningful improvements in task success and efficiency, validating the value of dialogue in embodied instruction following and suggesting this approach can extend to other embodied tasks.
Abstract
Language-guided Embodied AI benchmarks requiring an agent to navigate an environment and manipulate objects typically allow one-way communication: the human user gives a natural language command to the agent, and the agent can only follow the command passively. We present DialFRED, a dialogue-enabled embodied instruction following benchmark based on the ALFRED benchmark. DialFRED allows an agent to actively ask questions to the human user; the additional information in the user's response is used by the agent to better complete its task. We release a human-annotated dataset with 53K task-relevant questions and answers and an oracle to answer questions. To solve DialFRED, we propose a questioner-performer framework wherein the questioner is pre-trained with the human-annotated data and fine-tuned with reinforcement learning. We make DialFRED publicly available and encourage researchers to propose and evaluate their solutions to building dialog-enabled embodied agents.
