Topology Aware Neural Interpolation of Scalar Fields
Mohamed Kissi, Keanu Sisouk, Joshua A. Levine, Julien Tierny
TL;DR
This work tackles the ill-posed problem of inverting persistence diagrams to reconstruct time-varying scalar fields from sparse keyframes. It introduces TimeToScalarField, a neural generator that maps time to a scalar field, augmented with topology-aware losses derived from persistence diagrams and a differentiable persistence optimization framework. A two-phase training regime first learns plausible geometry and then enforces topology, yielding instant query-time interpolations that preserve topological features. Empirical results on 2D and 3D datasets show superior topological fidelity and competitive data fidelity compared to linear and neural baselines, with a public implementation provided for reproducibility.
Abstract
This paper presents a neural scheme for the topology-aware interpolation of time-varying scalar fields. Given a time-varying sequence of persistence diagrams, along with a sparse temporal sampling of the corresponding scalar fields, denoted as keyframes, our interpolation approach aims at "inverting" the non-keyframe diagrams to produce plausible estimations of the corresponding, missing data. For this, we rely on a neural architecture which learns the relation from a time value to the corresponding scalar field, based on the keyframe examples, and reliably extends this relation to the non-keyframe time steps. We show how augmenting this architecture with specific topological losses exploiting the input diagrams both improves the geometrical and topological reconstruction of the non-keyframe time steps. At query time, given an input time value for which an interpolation is desired, our approach instantaneously produces an output, via a single propagation of the time input through the network. Experiments interpolating 2D and 3D time-varying datasets show our approach superiority, both in terms of data and topological fitting, with regard to reference interpolation schemes. Our implementation is available at this GitHub link : https://github.com/MohamedKISSI/Topology-Aware-Neural-Interpolation-of-Scalar-Fields.git.
