Neural Poisson Solver: A Universal and Continuous Framework for Natural Signal Blending
Delong Wu, Hao Zhu, Qi Zhang, You Li, Zhan Ma, Xun Cao
TL;DR
Implicit neural representations (INRs) provide a continuous mapping from coordinates to signal values but pose challenges for gradient‑domain blending due to discretization and boundary handling. The authors propose Neural Poisson Solver, a boundary‑condition‑free, plug‑and‑play framework that blends INRs by optimizing a Poisson equation via a gradient‑guided neural solver, using a gradient fidelity loss $L_{grad}$ and a color‑consistency loss $L_{color}$ balanced by $\lambda$, operating directly on continuous INRs. The method supports signals across dimensions, including 2D images and 5D radiance fields, leveraging Disorder‑Invariant Implicit Neural Representation (DINER) for high‑frequency detail. Experimental results report Poisson PDE error reductions by $1/10$ to $1/1000$ relative to classical solvers and natural, artifact‑free blending in both 2D and NeRF‑based data, with memory considerations for high‑dimensional tasks. This work provides a versatile, priors‑free tool for INR‑based editing with broad implications for computational photography and neural rendering.
Abstract
Implicit Neural Representation (INR) has become a popular method for representing visual signals (e.g., 2D images and 3D scenes), demonstrating promising results in various downstream applications. Given its potential as a medium for visual signals, exploring the development of a neural blending method that utilizes INRs is a natural progression. Neural blending involves merging two INRs to create a new INR that encapsulates information from both original representations. A direct approach involves applying traditional image editing methods to the INR rendering process. However, this method often results in blending distortions, artifacts, and color shifts, primarily due to the discretization of the underlying pixel grid and the introduction of boundary conditions for solving variational problems. To tackle this issue, we introduce the Neural Poisson Solver, a plug-and-play and universally applicable framework across different signal dimensions for blending visual signals represented by INRs. Our Neural Poisson Solver offers a variational problem-solving approach based on the continuous Poisson equation, demonstrating exceptional performance across various domains. Specifically, we propose a gradient-guided neural solver to represent the solution process of the variational problem, refining the target signal to achieve natural blending results. We also develop a Poisson equation-based loss and optimization scheme to train our solver, ensuring it effectively blends the input INR scenes while preserving their inherent structure and semantic content. The lack of dependence on additional prior knowledge makes our method easily adaptable to various task categories, highlighting its versatility. Comprehensive experimental results validate the robustness of our approach across multiple dimensions and blending tasks.
