Astra: Efficient Transformer Architecture and Contrastive Dynamics Learning for Embodied Instruction Following
Yueen Ma, Dafeng Chi, Shiguang Wu, Yuecheng Liu, Yuzheng Zhuang, Irwin King
TL;DR
Astra introduces a segment-level Transformer for embodied instruction following that leverages trajectory attention—allowing causal inter-segment and bidirectional intra-segment connections—and per-dimension learnable action queries to decode actions in parallel. A complementary contrastive dynamics learning objective encodes entire trajectories to strengthen environment dynamics modeling and cross-modal alignment, using positive samples from action perturbations and image augmentations and negatives from mismatched segments. The approach achieves substantial performance gains on VIMA-Bench, ManiSkill, and CALVIN, with ablations confirming the critical roles of trajectory attention, action queries, and CDL. The work demonstrates that segment-level processing and lightweight contrastive signals can significantly improve imitation learning in multimodal EIF tasks, with practical implications for efficient robotics transformers and potential integration with pretrained Large VLAs. In addition, Astra’s architecture remains compatible with various vision, language, and action encoders, enabling flexible deployment and future real-world extensions including 3D perception integration.
Abstract
Vision-language-action models have gained significant attention for their ability to model multimodal sequences in embodied instruction following tasks. However, most existing models rely on causal attention, which we find suboptimal for processing sequences composed of interleaved segments from different modalities. In this paper, we introduce Astra, a novel Transformer architecture featuring trajectory attention and learnable action queries, designed to efficiently process segmented multimodal trajectories and predict actions for imitation learning. Furthermore, we propose a contrastive dynamics learning objective to enhance the model's understanding of environment dynamics and multimodal alignment, complementing the primary behavior cloning objective. Through extensive experiments on three large-scale robot manipulation benchmarks, Astra demonstrates substantial performance improvements over previous models.
