# A Multi-Pass GAN for Fluid Flow Super-Resolution

**Authors:** Maximilian Werhahn, You Xie, Mengyu Chu, Nils Thuerey

arXiv: 1906.01689 · 2019-08-06

## TL;DR

This paper introduces a multi-pass GAN approach for volumetric super-resolution, enabling high up-scaling factors by decomposing the problem into orthogonal slices and leveraging spatio-temporal supervision.

## Contribution

The novel multi-pass GAN method allows volumetric up-scaling by a factor of eight, overcoming previous limitations in neural network size and training complexity.

## Key findings

- Achieved volumetric up-scaling by a factor of eight.
- Demonstrated generality across complex 3D datasets.
- Compared favorably to previous super-resolution methods.

## Abstract

We propose a novel method to up-sample volumetric functions with generative neural networks using several orthogonal passes. Our method decomposes generative problems on Cartesian field functions into multiple smaller sub-problems that can be learned more efficiently. Specifically, we utilize two separate generative adversarial networks: the first one up-scales slices which are parallel to the XY-plane, whereas the second one refines the whole volume along the Z-axis working on slices in the YZ-plane. In this way, we obtain full coverage for the 3D target function and can leverage spatio-temporal supervision with a set of discriminators. Additionally, we demonstrate that our method can be combined with curriculum learning and progressive growing approaches. We arrive at a first method that can up-sample volumes by a factor of eight along each dimension, i.e., increasing the number of degrees of freedom by 512. Large volumetric up-scaling factors such as this one have previously not been attainable as the required number of weights in the neural networks renders adversarial training runs prohibitively difficult. We demonstrate the generality of our trained networks with a series of comparisons to previous work, a variety of complex 3D results, and an analysis of the resulting performance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01689/full.md

## Figures

58 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01689/full.md

## References

49 references — full list in the complete paper: https://tomesphere.com/paper/1906.01689/full.md

---
Source: https://tomesphere.com/paper/1906.01689