paper-with-me

Papers

Symmetric Basis Convolutions for Learning Lagrangian Fluid Mechanics

2024-03-25 · Rene Winchenbach, Nils Thuerey

Learning physical simulations has been an essential and central aspect of many recent research efforts in machine learning, particularly for Navier-Stokes-based fluid mechanics. Classic numerical solvers have traditionally been computationally expensive and challenging to use in inverse problems, whereas Neural solvers aim to address both concerns through machine learning. We propose a general formulation for continuous convolutions using separable basis functions as a superset of existing methods and evaluate a large set of basis functions in the context of (a) a compressible 1D SPH simulation, (b) a weakly compressible 2D SPH simulation, and (c) an incompressible 2D SPH Simulation. We demonstrate that even and odd symmetries included in the basis functions are key aspects of stability and accuracy. Our broad evaluation shows that Fourier-based continuous convolutions outperform all other architectures regarding accuracy and generalization. Finally, using these Fourier-based networks, we show that prior inductive biases, such as window functions, are no longer necessary. An implementation of our approach, as well as complete datasets and solver implementations, is available at https://github.com/tum-pbs/SFBC.

📄 PDF Abstract BibTeX arXiv:2403.16680

Code (1)

tum-pbs/sfbc 공식 구현 pytorch

Tasks

Physical Simulations

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Lagrangian Fluid Simulation with Continuous Convolutions

2020-05-01 · ICLR 2020 1 · Benjamin Ummenhofer, Lukas Prantl, Nils Thuerey, Vladlen Koltun

We present an approach to Lagrangian fluid simulation with a new type of convolutional network. Our networks process sets of moving particles, which describe fluids in space and time. Unlike previous approaches, we do no…

LagrangeBench: A Lagrangian Fluid Mechanics Benchmarking Suite

2023-09-28 · NeurIPS 2023 11 · Artur P. Toshev, Gianluca Galletti, Fabian Fritz, Stefan Adami 외

Machine learning has been successfully applied to grid-based PDE modeling in various scientific applications. However, learned PDE solvers based on Lagrangian particle discretizations, which are the preferred approach to…

Benchmarking

AdvectiveNet: An Eulerian-Lagrangian Fluidic reservoir for Point Cloud Processing

2020-02-01 · ICLR 2020 1 · Xingzhe He, Helen Lu Cao, Bo Zhu

This paper presents a novel physics-inspired deep learning approach for point cloud processing motivated by the natural flow phenomena in fluid mechanics. Our learning architecture jointly defines data in an Eulerian wor…

Point Cloud Classification

Asymptotic self-similar blow-up profile for three-dimensional axisymmetric Euler equations using neural networks

2022-01-18 · Yongji Wang, Ching-Yao Lai, Javier Gómez-Serrano, Tristan Buckmaster

Whether there exist finite time blow-up solutions for the 2-D Boussinesq and the 3-D Euler equations are of fundamental importance to the field of fluid mechanics. We develop a new numerical framework, employing physics-…

The Principle of Minimum Pressure Gradient: An Alternative Basis for Physics-Informed Learning of Incompressible Fluid Mechanics

2024-01-15 · Hussam Alhussein, Mohammed Daqaq

Recent advances in the application of physics-informed learning into the field of fluid mechanics have been predominantly grounded in the Newtonian framework, primarly leveraging Navier-Stokes Equation or one of its vari…