Implicit Neural Surface Deformation with Explicit Velocity Fields
Lu Sang, Zehranaz Canfes, Dongliang Cao, Florian Bernard, Daniel Cremers
TL;DR
The paper presents an unsupervised framework that jointly learns time-varying neural implicit surfaces and velocity fields to interpolate deformations between two point clouds. It keyizes a Modified Level-Set Equation to deform the implicit field directly, while enforcing Eikonal constraints and volume preservation via a divergence-free velocity field, enabling physically plausible intermediate shapes without ground-truth intermediates. The method uses two MLPs (Implicit-Net and Velocity-Net) and a compact loss combining MLSE, smoothness, and matching terms, trained end-to-end with forward Euler integration. Experiments across multiple datasets show competitive or superior interpolation quality and robustness to incomplete or sparse inputs, with favorable runtime compared to prior approaches and applicability to both rigid and non-rigid deformations.
Abstract
In this work, we introduce the first unsupervised method that simultaneously predicts time-varying neural implicit surfaces and deformations between pairs of point clouds. We propose to model the point movement using an explicit velocity field and directly deform a time-varying implicit field using the modified level-set equation. This equation utilizes an iso-surface evolution with Eikonal constraints in a compact formulation, ensuring the integrity of the signed distance field. By applying a smooth, volume-preserving constraint to the velocity field, our method successfully recovers physically plausible intermediate shapes. Our method is able to handle both rigid and non-rigid deformations without any intermediate shape supervision. Our experimental results demonstrate that our method significantly outperforms existing works, delivering superior results in both quality and efficiency.
