Accelerating Eulerian Fluid Simulation With Convolutional Networks
Jonathan Tompson, Kristofer Schlachter, Pablo Sprechmann, Ken Perlin

TL;DR
This paper introduces a deep learning-based method that accelerates fluid simulations by solving the linear systems in Eulerian fluid models more efficiently, achieving real-time performance with high realism.
Contribution
It presents a novel unsupervised training framework for convolutional networks to efficiently solve linear systems in fluid simulations, improving speed and realism.
Findings
Real-time 2D and 3D simulations achieved.
Outperforms recent data-driven methods.
Good generalization properties demonstrated.
Abstract
Efficient simulation of the Navier-Stokes equations for fluid flow is a long standing problem in applied mathematics, for which state-of-the-art methods require large compute resources. In this work, we propose a data-driven approach that leverages the approximation power of deep-learning with the precision of standard solvers to obtain fast and highly realistic simulations. Our method solves the incompressible Euler equations using the standard operator splitting method, in which a large sparse linear system with many free parameters must be solved. We use a Convolutional Network with a highly tailored architecture, trained using a novel unsupervised learning framework to solve the linear system. We present real-time 2D and 3D simulations that outperform recently proposed data-driven methods; the obtained results are realistic and show good generalization properties.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputer Graphics and Visualization Techniques · Model Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis
