Papers for

marine environmental monitoring teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Underwater robot orbits targets despite losing visual contact

AquaOrbit: Sim-to-Real Reinforcement Learning for Underwater Target Orbiting under Intermittent Visual Feedback

Abstract: Intermittent visual loss disrupts target-relative feedback during underwater orbiting, making it difficult to maintain coordinated motion and reacquire a moving target. We present AquaOrbit, a reinforcement-learning controller with a recovery module for underwater target orbiting under interrupted visual feedback. During detection loss, the recovery module uses latched line-of-sight, roll, and depth references to support stabilization and target reacquisition. We train the controller in Isaac Sim with dynamics, observation, and vision-loss randomization. Evaluated without retraining in Gazebo/ROS2 under a different physics engine and perception perturbations, AquaOrbit completes 20/20 orbiting trials in each of the static- and moving-target conditions on an unseen variable-depth 3-D trajectory. In the moving-target condition, it reduces mean line-of-sight error by approximately 46% relative to a PID-based visual servoing controller with recovery while maintaining comparable path-tracking accuracy; removing the recovery module reduces completion to 9/20. Zero-shot physical deployment with fully onboard perception and control demonstrates elliptical, figure-eight, and variable-depth circular trajectories, including the latter two trajectory types absent from training. The robot maintains attitude stability during manual occlusions lasting up to 8s and reacquires the target within 2.5s in the reported attitude-induced field-of-view loss events.

Mon 21 SeptRobotics
The gist
Losing sight of a moving target underwater makes it hard for robots to keep circling around it and find it again. The authors developed AquaOrbit, a controller that helps underwater robots continue orbiting even when vision cuts out temporarily by using past information about the target’s position and robot’s motion. They trained this system entirely in simulation and showed it works well on real robots without extra training, handling different target movements and vision interruptions. Their system outperforms traditional control methods, especially when vision is lost for several seconds.
Open 2609.24054v1

Underwater robot simulation platform improves real-world learning and control

FinsSim: A Reality-Aligned Integrated Simulation Platform for Underwater Robot Learning

Abstract: Underwater robot learning relies on simulators that integrate high-fidelity hydrodynamics, convenient learning interfaces, and a credible transition to real scenarios. In this work, we present FinsSim, a reality-aligned integrated simulation platform for Sim-to-Real underwater robot learning. FinsSim first constructs high-fidelity simulation with selectable backends to adapt to diverse requirements. To facilitate underwater robot research, it further offers standard control baselines, alongside with unified robot learning workflows. For reliable Sim-to-Real transfer, FinsSim adopts a multi-sensor fusion scheme to provide low-cost yet precise localization. Moreover, it implements calibrated thruster-hydrodynamics models and a constrained wrench allocation algorithm. Bridging these modules by ROS~2, FinsSim establishes a complete Sim-to-Real transfer pipeline. Through matched simulations and experiments, it is demonstrated that reliable Sim-to-Real transfer of underwater robot control policies can be achieved with the FinsSim framework. Separate ablation studies also validate that the modules of FinsSim can address the pivotal issues of underwater Sim-to-Real from different aspects. Overall, this work aims to bridge the gap between theoretical research and practical applications, ultimately driving advancements in the field of underwater robotics.

Sun 20 SeptRobotics
The gist
Training robots to work underwater is hard because real-world testing is expensive and complicated. The authors created a simulation platform called FinsSim that mimics underwater conditions closely and helps robots learn how to move and navigate under water. They included detailed physics, sensor setups, and control methods to make sure what works in simulation also works when the robot is deployed. Tests showed that robots trained with FinsSim could successfully transfer their skills to the real world.
Open 2609.23943v1

Underwater robot navigates and grasps objects without training

AquaCap: A Training-Free Underwater Embodied Agent with Code-as-Policy

Abstract: Recent advances in vision-language-action models have stimulated growing interest in underwater embodied intelligence. However, their reliance on large-scale interaction data limits their applicability underwater, where data collection is costly and scarce. To address this challenge, we present AquaCap, a training-free Code-as-Policy framework for autonomous underwater navigation and manipulation. AquaCap employs a dual-layer agent that translates task instructions and environmental observations into condition-aware plans and executable control programs. Structured perception then provides the agent with semantic, geometric, and reliability-aware observations under degraded underwater conditions. A failure-aware memory diagnoses unsuccessful actions and supports closed-loop replanning and code revision. This design enables online adaptation without task-specific training or parameter updates. AquaCap achieves a 66.43% success rate in simulation. Real-world experiments further demonstrate autonomous grasping and object transport with an ROV, including the manipulation of targets displaced by hydrodynamic disturbances.

Sat 19 SeptRobotics
The gist
Collecting data to train underwater robots is very expensive and difficult, which limits their abilities. The authors created AquaCap, a system that can understand instructions and its environment to plan actions and control an underwater robot without needing any pre-training. It uses detailed perception and remembers failed attempts to adjust its plans in real time. AquaCap was tested in simulations with a good success rate and showed it could grab and move objects underwater despite water disturbances.
Open 2609.23133v1