← Search

Philipp Dahlinger

4 accepted papers

2025

AMBER: Adaptive Mesh Generation by Iterative Mesh Resolution Prediction

NeurIPS 2025poster

The cost and accuracy of simulating complex physical systems using the Finite Element Method (FEM) scales with the resolution of the underlying mesh. Adaptive meshes improve computational efficiency by refining resolution in critical regions, but typically require task-specific heuristics or cumbers…

Cited by 0SourcecodeScholar
2025

MaNGO — Adaptable Graph Network Simulators via Meta-Learning

NeurIPS 2025poster

Accurately simulating physics is crucial across scientific domains, with applications spanning from robotics to materials science. While traditional mesh-based simulations are precise, they are often computationally expensive and require knowledge of physical parameters, such as material properties.…

Cited by 0SourceScholar
2023

Accurate Bayesian Meta-Learning by Accurate Task Posterior Inference

ICLR 2023poster

Bayesian meta-learning (BML) enables fitting expressive generative models to small datasets by incorporating inductive priors learned from a set of related tasks. The Neural Process (NP) is a prominent deep neural network-based BML architecture, which has shown remarkable results in recent years. In…

Cited by 4SourcePDFScholar
2023

Swarm Reinforcement Learning for Adaptive Mesh Refinement

NeurIPS 2023poster

The Finite Element Method, an important technique in engineering, is aided by Adaptive Mesh Refinement (AMR), which dynamically refines mesh regions to allow for a favorable trade-off between computational speed and simulation accuracy. Classical methods for AMR depend on task-specific heuristics or…