Papers for

underwater robotics engineers

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 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 segmentation improved by geometry guided feature enhancement

GeoCueFormer: Geometry-Guided Wavelet Representation and Prediction-Cued Dual-Stage Decoder for Underwater Semantic Segmentation

Abstract: Underwater semantic segmentation is essential for marine ecosystem monitoring, yet remains challenging due to severe visual degradation. Light absorption and scattering often lead to color shifts, low contrast, and blurred boundaries, making shallow detail features unreliable. Existing underwater segmentation methods improve RGB feature aggregation or boundary prediction, but still lack an explicit mechanism to distinguish structure-related details from degradation-induced responses. To address this limitation, we propose GeoCueFormer, a lightweight framework that combines geometry-constrained frequency enhancement with prediction-cued refinement. GeoCueFormer performs stage-specific wavelet enhancement on hierarchical encoder features to complement shallow boundary details while preserving deep structural semantics. A depth-derived spatial gate constrains shallow frequency enhancement toward geometry-consistent regions, and a prediction-cued dual-stage decoder further refines ambiguous high-resolution features. GeoCueFormer obtains 82.23% and 73.04% mIoU on SUIM and DUT, respectively. Under comparable model complexity and standard benchmark settings on SUIM and DUT, it achieves SOTA performance while maintaining a favorable accuracy-complexity trade-off. These results show that distinguishing structural details from degradation-induced interference is more effective for underwater segmentation.

Wed 16 SeptComputer Vision and Pattern Recognition
The gist
Underwater images are hard to analyze because water changes how things look, making colors faded and edges blurry. The authors built a system called GeoCueFormer that uses information about shapes and depth to better separate important structures from underwater visual noise. This system improves the clarity of details and refines uncertain parts of the image, leading to better recognition of objects underwater. They tested GeoCueFormer on standard underwater datasets and found it outperformed other methods while keeping the model efficient.
Open 2609.18069v1