🤖 AI Summary
Underwater embodied agents face severe challenges in extreme environments—such as low visibility and strong dynamic currents—leading to degraded perception, impaired decision-making, and poor long-horizon task completion. Method: This paper introduces UnderwaterEmbodiedBench, the first high-fidelity, task-driven underwater embodied intelligence benchmark, covering eight realistic marine tasks. We propose a unified multimodal large language model framework that jointly processes optical and sonar modalities, integrating memory mechanisms and a sequential decision-making architecture to unify perception, memory, and reasoning. Contribution/Results: Experiments reveal a substantial performance gap between current state-of-the-art agents and human experts, confirming the benchmark’s high difficulty and diagnostic utility. UnderwaterEmbodiedBench provides a reproducible, scalable, and standardized testbed for evaluating underwater AI algorithms, studying generalization, and transferring capabilities to real-world robotic systems.
📝 Abstract
We introduce OceanGym, the first comprehensive benchmark for ocean underwater embodied agents, designed to advance AI in one of the most demanding real-world environments. Unlike terrestrial or aerial domains, underwater settings present extreme perceptual and decision-making challenges, including low visibility, dynamic ocean currents, making effective agent deployment exceptionally difficult. OceanGym encompasses eight realistic task domains and a unified agent framework driven by Multi-modal Large Language Models (MLLMs), which integrates perception, memory, and sequential decision-making. Agents are required to comprehend optical and sonar data, autonomously explore complex environments, and accomplish long-horizon objectives under these harsh conditions. Extensive experiments reveal substantial gaps between state-of-the-art MLLM-driven agents and human experts, highlighting the persistent difficulty of perception, planning, and adaptability in ocean underwater environments. By providing a high-fidelity, rigorously designed platform, OceanGym establishes a testbed for developing robust embodied AI and transferring these capabilities to real-world autonomous ocean underwater vehicles, marking a decisive step toward intelligent agents capable of operating in one of Earth's last unexplored frontiers. The code and data are available at https://github.com/OceanGPT/OceanGym.