GRCVLGJul 16, 2023

Neural Stream Functions

arXiv:2307.08142v1h-index: 48
Originality Incremental advance
AI Analysis

This work addresses flow analysis in computational fluid dynamics or visualization domains, but it is incremental as it adapts neural methods to an existing problem with optional enhancements.

The authors tackled the problem of computing stream functions for vector fields by training an implicit neural representation to learn a scalar function with gradients orthogonal to the field, enabling visualization of stream surfaces. They introduced optional constraints for specific solutions and demonstrated results through qualitative and quantitative comparisons on synthetic and simulated data.

We present a neural network approach to compute stream functions, which are scalar functions with gradients orthogonal to a given vector field. As a result, isosurfaces of the stream function extract stream surfaces, which can be visualized to analyze flow features. Our approach takes a vector field as input and trains an implicit neural representation to learn a stream function for that vector field. The network learns to map input coordinates to a stream function value by minimizing the inner product of the gradient of the neural network's output and the vector field. Since stream function solutions may not be unique, we give optional constraints for the network to learn particular stream functions of interest. Specifically, we introduce regularizing loss functions that can optionally be used to generate stream function solutions whose stream surfaces follow the flow field's curvature, or that can learn a stream function that includes a stream surface passing through a seeding rake. We also discuss considerations for properly visualizing the trained implicit network and extracting artifact-free surfaces. We compare our results with other implicit solutions and present qualitative and quantitative results for several synthetic and simulated vector fields.

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