GROOT-2: Weakly Supervised Multi-Modal Instruction Following Agents
Shaofei Cai, Bowei Zhang, Zihao Wang, Haowei Lin, Xiaojian Ma, Anji Liu, Yitao Liang
TL;DR
GROOT-2 tackles open-world multimodal instruction following under weak supervision by combining constrained self-imitating on unlabeled demonstrations with human intent alignment from a small labeled set. It leverages a latent variable framework with a VAE-inspired structure and a Transformer-XL policy to map multimodal instructions into a shared latent space and condition actions, guided by two objectives that balance reconstruction and alignment. The approach is validated across four diverse environments (Atari, Minecraft, Language Table, Simpler Env), showing improved instruction following when leveraging both unlabeled and labeled data and revealing how latent space factors such as the ratio $R = \frac{BC}{BC + KL}$ govern behavior. The results suggest that multimodal instruction following with weak supervision can scale with data, benefiting from language and video cues, and offers a practical path toward flexible, human-aligned agents.
Abstract
Developing agents that can follow multimodal instructions remains a fundamental challenge in robotics and AI. Although large-scale pre-training on unlabeled datasets (no language instruction) has enabled agents to learn diverse behaviors, these agents often struggle with following instructions. While augmenting the dataset with instruction labels can mitigate this issue, acquiring such high-quality annotations at scale is impractical. To address this issue, we frame the problem as a semi-supervised learning task and introduce GROOT-2, a multimodal instructable agent trained using a novel approach that combines weak supervision with latent variable models. Our method consists of two key components: constrained self-imitating, which utilizes large amounts of unlabeled demonstrations to enable the policy to learn diverse behaviors, and human intention alignment, which uses a smaller set of labeled demonstrations to ensure the latent space reflects human intentions. GROOT-2's effectiveness is validated across four diverse environments, ranging from video games to robotic manipulation, demonstrating its robust multimodal instruction-following capabilities.
