Localized Graph-Based Neural Dynamics Models for Terrain Manipulation
Chaoqi Liu, Yunzhu Li, Kris Hauser
TL;DR
Terrain manipulation requires accurate predictive models for high-dimensional, deformable terrains. The authors propose Localized Graph-Based Neural Dynamics (L-GBND) that learns a RoI proposer and RoI-aware dynamics on a large particle graph, augmented with boundary-aware node features. The forward model follows $\hat{x}_{t+1} = f(x_t, u_t)$, with computation restricted to the RoI to enable orders-of-magnitude speedups and reduced memory usage while preserving accuracy; planning uses MPPI to select trajectories toward a target heightmap. The approach is validated in simulation and real-world experiments on excavation and shaping tasks across materials, demonstrating strong sim-to-real transfer and scalable planning for terrain manipulation.
Abstract
Predictive models can be particularly helpful for robots to effectively manipulate terrains in construction sites and extraterrestrial surfaces. However, terrain state representations become extremely high-dimensional especially to capture fine-resolution details and when depth is unknown or unbounded. This paper introduces a learning-based approach for terrain dynamics modeling and manipulation, leveraging the Graph-based Neural Dynamics (GBND) framework to represent terrain deformation as motion of a graph of particles. Based on the principle that the moving portion of a terrain is usually localized, our approach builds a large terrain graph (potentially millions of particles) but only identifies a very small active subgraph (hundreds of particles) for predicting the outcomes of robot-terrain interaction. To minimize the size of the active subgraph we introduce a learning-based approach that identifies a small region of interest (RoI) based on the robot's control inputs and the current scene. We also introduce a novel domain boundary feature encoding that allows GBNDs to perform accurate dynamics prediction in the RoI interior while avoiding particle penetration through RoI boundaries. Our proposed method is both orders of magnitude faster than naive GBND and it achieves better overall prediction accuracy. We further evaluated our framework on excavation and shaping tasks on terrain with different granularity.
