paper-with-me

Papers

NPSolver: Neural Poisson Solver with Iterative Physics Supervision

2026-05-25 · Bocheng Zeng, Rui Zhang, Runze Mao, Mengtao Yan, Xuan Bai, Yang Liu, Zhi X. Chen, Hao Sun arxiv

Efficiently solving Poisson equations on complex, irregular domains remains a fundamental challenge in scientific computing, as classical iterative solvers often suffer from prohibitive runtime due to ill-conditioned systems. While neural operators offer a fast alternative, they typically rely on large-scale labeled datasets or struggle with unstable training dynamics when using physics-informed residual losses. We propose \textsc{NPSolver}, a neural Poisson solver trained without solution labels via iterative physics supervision. Instead of relying on fully converged numerical solutions or raw PDE residuals, \textsc{NPSolver} utilizes a small number of preconditioned conjugate gradient (PCG) steps to refine its own predictions, providing a more stable and well-scaled training signal. Theoretical analysis confirms that this iterative supervision serves as a well-conditioned error proxy and that a stop-gradient design is essential for optimization stability. To better capture boundary-driven features under mixed boundary conditions, we further introduce the Boundary-Aware Transolver (\textsc{BA-Transolver}) architecture that explicitly separates interior and boundary tokenization. Extensive evaluations on 2D and 3D irregular geometries demonstrate that \textsc{NPSolver} outperforms both physics-informed and data-driven baselines. Furthermore, a downstream thermal control task highlights the model's capability for conducting efficient and reliable gradient-based boundary control. We will release our codes and data at https://github.com/intell-sci-comput/NPSolver.

📄 PDF Abstract BibTeX arXiv:2605.25786

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards a Machine-Learned Poisson Solver for Low-Temperature Plasma Simulations in Complex Geometries

2023-06-13 · Ihda Chaerony Siffa, Markus M. Becker, Klaus-Dieter Weltmann, Jan Trieschmann

Poisson's equation plays an important role in modeling many physical systems. In electrostatic self-consistent low-temperature plasma (LTP) simulations, Poisson's equation is solved at each simulation time step, which ca…

GPU

A Neural-preconditioned Poisson Solver for Mixed Dirichlet and Neumann Boundary Conditions

2023-09-29 · Kai Weixian Lan, Elias Gueidon, Ayano Kaneda, Julian Panetta 외

We introduce a neural-preconditioned iterative solver for Poisson equations with mixed boundary conditions. Typical Poisson discretizations yield large, ill-conditioned linear systems. Iterative solvers can be effective …

DS-GPS : A Deep Statistical Graph Poisson Solver (for faster CFD simulations)

2022-11-21 · Matthieu Nastorg, Marc Schoenauer, Guillaume Charpiat, Thibault Faney 외

This paper proposes a novel Machine Learning-based approach to solve a Poisson problem with mixed boundary conditions. Leveraging Graph Neural Networks, we develop a model able to process unstructured grids with the adva…

Metamizer: a versatile neural optimizer for fast and accurate physics simulations

2024-10-10 · Nils Wandel, Stefan Schulz, Reinhard Klein

Efficient physics simulations are essential for numerous applications, ranging from realistic cloth animations or smoke effects in video games, to analyzing pollutant dispersion in environmental sciences, to calculating …

PRDP: Progressively Refined Differentiable Physics

2025-02-26 · Kanishk Bhatia, Felix Koehler, Nils Thuerey

The physics solvers employed for neural network training are primarily iterative, and hence, differentiating through them introduces a severe computational burden as iterations grow large. Inspired by works in bilevel op…

Bilevel Optimization