LGGRJan 24, 2022

Neural Implicit Surface Evolution

arXiv:2201.09636v424 citations
AI Analysis

This work addresses the problem of efficiently simulating surface evolution for applications in computer graphics and geometry processing, though it appears incremental as it builds on existing neural implicit surface methods.

The paper tackles modeling dynamic implicit surfaces using neural networks extended to space-time, enabling continuous geometric transformations like evolving surfaces under vector fields and curvature-based smoothing, with results showing faster convergence when initializing from pre-trained conditions.

This work investigates the use of smooth neural networks for modeling dynamic variations of implicit surfaces under the level set equation (LSE). For this, it extends the representation of neural implicit surfaces to the space-time $\mathbb{R}^3\times \mathbb{R}$, which opens up mechanisms for continuous geometric transformations. Examples include evolving an initial surface towards general vector fields, smoothing and sharpening using the mean curvature equation, and interpolations of initial conditions. The network training considers two constraints. A data term is responsible for fitting the initial condition to the corresponding time instant, usually $\mathbb{R}^3 \times \{0\}$. Then, a LSE term forces the network to approximate the underlying geometric evolution given by the LSE, without any supervision. The network can also be initialized based on previously trained initial conditions, resulting in faster convergence compared to the standard approach.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes