Search papers, labs, and topics across Lattice.
SPEAR is a novel Python library that enhances photorealistic embodied AI research by connecting to Unreal Engine applications through a modular plugin architecture, significantly increasing programmability and rendering speed. It exposes over 14,000 unique UE functions, allowing for complex interactions and rendering of high-quality images at 73 frames per second, which is an order of magnitude faster than existing solutions. The platform's high-level programming model facilitates the execution of intricate workflows with deterministic data dependencies, showcasing its versatility across various applications, from controlling diverse embodied agents to rendering detailed environments and enabling natural language scene editing.
SPEAR achieves photorealistic rendering at unprecedented speeds while vastly expanding programmability, enabling complex embodied AI interactions like never before.
Interactive simulators have become powerful tools for training embodied agents and generating synthetic visual data, but existing photorealistic simulators suffer from limited generality, programmability, and rendering speed. We address these limitations by introducing SPEAR: A Simulator for Photorealistic Embodied AI Research. At its core, SPEAR is a Python library that can connect to, and programmatically control, any Unreal Engine (UE) application via a modular plugin architecture. SPEAR exposes over 14K unique UE functions to Python, representing an order-of-magnitude increase in programmable functionality over existing UE-based simulators. Additionally, a single SPEAR instance can render 1920x1080 photorealistic beauty images directly into a user's NumPy array at 73 frames per second - an order of magnitude faster than existing UE plugins - while also providing ground truth image modalities that are not available in any existing UE-based simulator (e.g., a non-diffuse intrinsic image decomposition, material IDs, and physically based shading parameters). Finally, SPEAR introduces an expressive high-level programming model that enables users to specify complex graphs of UE work with arbitrary data dependencies among work items, and to execute these graphs deterministically within a single UE frame. We demonstrate the utility of SPEAR through a diverse collection of example applications: controlling multiple embodied agents with distinct action spaces (e.g., humans, cars, and robots) across several in-the-wild UE projects; rendering photorealistic city-scale environments; manipulating UE's procedural content generation systems; rendering synchronized multi-view images of detailed human faces; coordinating an interactive co-simulation with the MuJoCo physics simulator; and editing scenes with natural language via an AI coding assistant.