Autonomous Navigation in Ice-Covered Waters with Learned Predictions on Ship-Ice Interactions
Ninghan Zhong, Alessandro Potenza, Stephen L. Smith
TL;DR
This work tackles autonomous navigation in ice-covered waters where collision-free paths are often infeasible due to dense, moving ice. It introduces a deep learning predictor that estimates coarse ice dynamics via occupancy maps, coupled with a physics-informed loss to enforce mass conservation, and a lattice-based planner that uses a caching-enabled A*-style search with an occupancy-difference collision cost. The approach is evaluated in both simulation and a physical testbed, showing reduced ice collisions and competitive travel distances compared to state-of-the-art baselines, especially at higher ice concentrations. The results demonstrate that anticipating obstacle motions can significantly enhance safety and efficiency for ASVs in icy environments, with public code and demos available for reproduction.
Abstract
Autonomous navigation in ice-covered waters poses significant challenges due to the frequent lack of viable collision-free trajectories. When complete obstacle avoidance is infeasible, it becomes imperative for the navigation strategy to minimize collisions. Additionally, the dynamic nature of ice, which moves in response to ship maneuvers, complicates the path planning process. To address these challenges, we propose a novel deep learning model to estimate the coarse dynamics of ice movements triggered by ship actions through occupancy estimation. To ensure real-time applicability, we propose a novel approach that caches intermediate prediction results and seamlessly integrates the predictive model into a graph search planner. We evaluate the proposed planner both in simulation and in a physical testbed against existing approaches and show that our planner significantly reduces collisions with ice when compared to the state-of-the-art. Codes and demos of this work are available at https://github.com/IvanIZ/predictive-asv-planner.
