🤖 AI Summary
To address the high testing cost and reliance on physical interaction or complex simulation in robot imitation learning for dynamic interactive scenarios, this paper proposes EnerVerse-AC, an action-conditioned world model. Methodologically, it introduces a novel multi-level action-conditioning mechanism and ray-map encoding to synthesize high-fidelity, multi-view dynamic visual observations conditioned on input actions—enabling policy evaluation and data augmentation without physical robots or heavy simulation. Furthermore, a failure-trajectory-augmented data strategy enhances out-of-distribution generalization and action controllability. Empirically, on multiple robotic manipulation tasks, EnerVerse-AC achieves video prediction quality comparable to real-world observations, improves policy evaluation accuracy by 23%, and reduces both training and testing costs by over 70%.
📝 Abstract
Robotic imitation learning has advanced from solving static tasks to addressing dynamic interaction scenarios, but testing and evaluation remain costly and challenging due to the need for real-time interaction with dynamic environments. We propose EnerVerse-AC (EVAC), an action-conditional world model that generates future visual observations based on an agent's predicted actions, enabling realistic and controllable robotic inference. Building on prior architectures, EVAC introduces a multi-level action-conditioning mechanism and ray map encoding for dynamic multi-view image generation while expanding training data with diverse failure trajectories to improve generalization. As both a data engine and evaluator, EVAC augments human-collected trajectories into diverse datasets and generates realistic, action-conditioned video observations for policy testing, eliminating the need for physical robots or complex simulations. This approach significantly reduces costs while maintaining high fidelity in robotic manipulation evaluation. Extensive experiments validate the effectiveness of our method. Code, checkpoints, and datasets can be found at.