Boundary-Informed Neural Networks
- BINNs are neural architectures that infuse boundary data and constraints into model design, ensuring automatic satisfaction of PDE conditions.
- They employ diverse formulations, including boundary-integral methods, boundary-only inverse models, and structural enforcement approaches, tailored to specific applications.
- Empirical studies show BINNs achieve lower errors and improved efficiency near complex boundaries, though challenges remain in high-frequency and nonlinear regimes.
Searching arXiv for recent and foundational papers on BINNs and related boundary-informed methods. Boundary-Informed Neural Networks (BINNs) denote a family of neural architectures in which boundary data, boundary geometry, boundary operators, or explicit boundary constraints are the primary mechanism by which interior fields, coefficients, or decision surfaces are learned. In the cited literature, the label is not monosemous. It includes “Boundary Integrated Neural Networks” for acoustic radiation and scattering (Qu et al., 2023), boundary-integral type neural networks for computational mechanics (Sun et al., 2023), BINet as a boundary integral network for PDEs (Lin et al., 2021), the “Boundary-Informed Alone Neural Network” (BIAN) for inverse coefficient identification from boundary data only (Chen et al., 14 Jan 2025), and, in a stirred-tank surrogate study, a specific model class with boundary-condition penalties but no PDE residual (Trávníková et al., 15 Jul 2025). A broader boundary-informed reading also encompasses hard boundary-enforced PINN/PINO constructions, latent elliptic boundary-observation operators, and generator-based decision-boundary shaping in supervised learning (Zhou et al., 23 Jul 2025, Göschel et al., 28 Oct 2025, Horsky et al., 2023, Singh et al., 2018).
1. Terminology and conceptual scope
In the cited literature, a BINN is characterized less by a single canonical architecture than by where the physics or geometry is imposed. In one lineage, the governing PDE is rewritten as a boundary integral equation (BIE), all unknowns are transferred to the boundary, and the neural network approximates only boundary traces or boundary densities. In another, the solution ansatz is explicitly factorized so that boundary conditions are satisfied structurally. In a third, boundary observations are encoded and propagated to the interior through a latent elliptic system. A more specialized usage treats “BINN” as a supervised surrogate augmented by boundary-condition residuals but without PDE residuals. A still broader, non-PDE usage treats local decision-boundary geometry as the target of learning via synthetic support points (Chen et al., 14 Jan 2025, Qu et al., 2023, Sun et al., 2023, Trávníková et al., 15 Jul 2025, Singh et al., 2018).
| Variant | Defining mechanism | Representative papers |
|---|---|---|
| Boundary-integral BINNs | BIE residuals on boundary collocation points | (Lin et al., 2021, Qu et al., 2023, Zhang et al., 2023, Sun et al., 2023, Zhang et al., 28 Feb 2025) |
| Boundary-only inverse BINNs | Recover interior source/solution/coefficient from boundary measurements only | (Chen et al., 14 Jan 2025) |
| Boundary-constrained PINN/PINO variants | Distance functions or solution structures enforce BCs structurally | (Zhou et al., 23 Jul 2025, Göschel et al., 28 Oct 2025) |
| Boundary-observation operator models | Boundary encoder, latent elliptic PDE, decoder | (Horsky et al., 2023) |
| Data-plus-BC surrogate usage | Data loss plus BC loss, no PDE residual | (Trávníková et al., 15 Jul 2025) |
| Decision-boundary shaping | Generator creates local support clouds around data | (Singh et al., 2018) |
A persistent consequence of this terminological breadth is that “boundary-informed” can refer to fundamentally different mathematical objects: Green’s-function kernels, boundary-only inverse operators, hard boundary ansatzes, or learned neighborhood structure in classification. This suggests that BINNs are best understood as a design principle rather than a single algorithmic template.
2. Boundary-integral formulations as the dominant PDE lineage
The most technically mature BINN lineage rewrites the PDE as a boundary integral problem. In BINet, the solution is represented by a single-layer or double-layer potential,
where is the fundamental solution of the operator . For Dirichlet problems, the boundary density is learned so that or on . Because and satisfy away from the boundary, training enforces only the boundary condition. This yields automatic PDE satisfaction, dimension reduction from 0 to 1, and elimination of differential operators from the optimization loop (Lin et al., 2021).
Acoustic BINNs for the Helmholtz equation use the same principle in direct BIE form. The field satisfies
2
where 3. The network takes only boundary coordinates as input and outputs the real and imaginary parts of the boundary trace. The preferred loss is a single-term BIE residual rather than a composite PDE-plus-BC penalty, which the paper reports as faster and more accurate than the alternative 4 formulation (Qu et al., 2023).
The same architecture is extended to 2D elastostatics and piezoelectricity by approximating only boundary displacements, tractions, electric potentials, and electric displacements. The governing differential operator is replaced by an integral operator, high-order derivatives of the network are avoided, and all boundary conditions are inherently incorporated within the formulation. This gives a loss consisting solely of BIE residuals, while retaining the classical BEM advantage of boundary-only discretization and validity in bounded and unbounded domains (Zhang et al., 2023).
A computational-mechanics BINN formulation makes the same point in a different language: boundary integral equations are employed to transfer all the unknowns to the boundary, the unknowns are approximated using neural networks, and the loss function is chosen as the residuals of the boundary integral equations. That paper also develops regularization techniques for weakly singular and Cauchy principle integrals, and emphasizes that BINN can easily handle heterogeneous problems with a single neural network without domain decomposition (Sun et al., 2023).
3. Boundary-only inverse problems and the BIAN formulation
BIAN is the most explicit instantiation of a boundary-only inverse BINN. It considers coefficient identification for elliptic PDEs of the form
5
with mixed boundary conditions on 6, and seeks to recover the unknown medium 7 and the state 8 only from boundary measurements. The key reformulation writes
9
with an equivalent source
0
Green’s theorem and a weighted residual with Green’s function then produce the boundary–interior relations
1
for boundary source points and
2
for interior source points. Boundary values and fluxes thus determine an interior source field through an integral energy/flux balance, without interior measurements (Chen et al., 14 Jan 2025).
The architecture uses three fully connected residual networks: an approximator 3 for the equivalent source 4, a generator 5 for the interior solution 6, and a single-layer discriminator that monitors boundary-error distributions. The approximator is trained by minimizing the residual of the boundary identity; the generator is trained by minimizing the residual of the interior representation; the discriminator computes a Jensen–Shannon divergence between the generator’s boundary error distribution and a uniform distribution, and if 7 the method doubles the number of source points at boundary corners and retrains (Chen et al., 14 Jan 2025).
The theoretical result is boundary-data based. Under space-filling boundary sampling and Hölder continuity assumptions, Theorem 1 yields
8
with leading behavior
9
No interior data appear in the probabilistic assumptions. Numerically, for a Laplace problem with spatially varying medium, BIAN reports medium-distribution 0 error 1 and solution 2 error 3, compared with 4 for PINN, 5 for WAN, and 6 for DRM. For a Poisson problem with piecewise uniform medium, it reports solution 7 error 8 and medium 9 error 0. The paper states that “The derived equivalent source and solution can subsequently be used to infer the indeterminate medium distributions,” but the coefficient-reconstruction step is not as fully detailed as the source/solution learning (Chen et al., 14 Jan 2025).
4. Boundary constraints without boundary integrals
Boundary-informed design is not restricted to BIEs. HB-PINN for Navier–Stokes equations introduces a solution ansatz
1
with a particular solution network 2, a distance metric network 3, and a primary network 4. The distance target is a normalized power-law transform
5
so that 6 on the boundary and the interior correction vanishes there. The particular and distance networks are pretrained and frozen; the primary network is then trained only on PDE residuals. This decouples boundary enforcement from interior PDE fitting and yields a structurally boundary-constrained PINN (Zhou et al., 23 Jul 2025).
A closely related but more general operator-level program appears in strong boundary enforcement for PINNs and PINOs. There, weak enforcement penalizes boundary residuals, strong enforcement introduces a solution structure 7 that satisfies the boundary condition 8 for any differentiable 9, and semi-weak enforcement treats only part of the boundary data strongly. Two constructions are proposed: generalized local solution structures (GLSS), which separate distance and normalization functions and handle piecewise 0 but globally 1 boundaries, and orthogonal projections (OP), which use signed distance functions and projections onto boundary hyperplanes. The paper’s central claim is that earlier strong Neumann/Robin methods can become unstable when the boundary is piecewise 2 but only 3 globally, and that GLSS and OP overcome this limitation (Göschel et al., 28 Oct 2025).
SINNs move the boundary-informed principle into a latent operator framework. They learn
4
where 5 is a boundary encoder, 6 is the solution operator of a latent elliptic system
7
and 8 is a decoder. The model is trained from pairs 9 without knowledge of the underlying PDE. The latent elliptic system supplies a well-posed boundary-to-interior propagation mechanism even for boundary observation problems that are generic, and even ill-posed (Horsky et al., 2023).
The nomenclature is broader still. In BON, a collaborative generator produces perturbations around each sample so as to create a data support around each original data point which prevents decision boundaries from passing too close to the original data points. BON++ adds Memory Aware Synapses to prevent catastrophic forgetting of these support clouds. Here, “boundary-informed” refers to shaping the classifier’s decision boundary through learned local neighborhoods rather than to PDE boundary conditions (Singh et al., 2018). In the stirred-tank surrogate paper, by contrast, “BINN” is defined operationally as Model III with 0, 1, 2, and 3 (Trávníková et al., 15 Jul 2025).
5. Empirical behavior across representative variants
The numerical literature reports strong but highly task-dependent performance. In BIE-based PDE solvers, the typical advantages are boundary-only collocation, smaller networks, and lower errors than PINN baselines. In inverse or hard-constraint variants, the gains are concentrated near complex boundaries and in low-data regimes. Reported headline results include the following.
| Representative method | Problem | Reported result |
|---|---|---|
| BIAN (Chen et al., 14 Jan 2025) | Laplace with spatially varying medium | Medium 4 error 5; solution 6 error 7 |
| Acoustic BINN (Qu et al., 2023) | Interior rectangle, Case 1 | Re8 error 9; Im0 error 1 |
| Piezoelectric BINN (Zhang et al., 2023) | Piezoelectric strip | Largest relative error 2; CPU time 3 s |
| HB-PINN (Zhou et al., 23 Jul 2025) | Cylinder wake flow | 4; 5 |
| Stirred-tank BINN (Trávníková et al., 15 Jul 2025) | 6 labels per 7, 8 | 9; 0 |
In the acoustic Helmholtz study, BINNs achieve relative errors on the order of 1–2 in several bounded and unbounded examples with 2 hidden layers and about 10–20 neurons, and the pure BIE residual converges much faster than the composite 3 formulation (Qu et al., 2023). In the 2D elastostatic and piezoelectric study, the piezoelectric strip benchmark gives largest relative error 4 and CPU time 5 s for BINN, versus relative errors up to 6 and CPU time 7 s for the compared PINN, on the reported pointwise test (Zhang et al., 2023).
Fracture-mechanics BINNs add Special crack-tip Neural Networks (SPNNs), which encode the asymptotic crack-tip structure directly through
8
The reported sensitivity study shows that a 2-term SPNN loses accuracy as SPNN size grows, whereas SPNNs with more than 3 terms retain high SIF accuracy even when the SPNN covers 9 of crack length. The same paper reports excellent agreement for mode-I/mode-II fracture parameters and for piezoelectric EDIF/SIF benchmarks in PZT-5H strips (Zhang et al., 28 Feb 2025).
HB-PINN improves boundary-dominated Navier–Stokes benchmarks relative to several PINN baselines. On the cylinder case, the paper reports 0 and 1, versus 2 and 3 for PirateNet and much larger errors for sPINN and hPINN. On the segmented-inlet obstructed cavity, it reports 4 and 5, again outperforming the baselines listed there (Zhou et al., 23 Jul 2025).
The stirred-tank paper places BINNs between PINNs and pure supervised NNs. With 6 labeled points per 7, Model III (“BINN”) reports 8 and 9, better than the pure data NN’s 00 and 01, but worse than the PINN-with-data model. With 02 labels per 03, BINN and PINN become very similar, while BINN training time is about 04 minutes versus about 05 minutes for the PINN-with-data model (Trávníková et al., 15 Jul 2025).
Outside PDEs, BON improves convergence on CIFAR-10 using DenseNet but does not significantly improve final test accuracy, because the generator tends to collapse to the identity mapping. BON++ uses MAS to preserve the synthetic support clouds and yields qualitatively better local boundary shaping on Iris (Singh et al., 2018).
6. Limitations, ambiguities, and active directions
The literature also shows that BINNs are constrained by the mathematical mechanism chosen to inform the network. Boundary-integral BINNs depend on a known fundamental solution, so extension to nonlinear PDEs is not straightforward, and large-scale 3D settings raise the usual BEM difficulties of oscillatory kernels, singular quadrature, and dense operator application. Acoustic BINNs explicitly note that behavior in very high-frequency regimes is not yet explored, while elastostatic and piezoelectric BINNs emphasize that 3D extensions are conceptually straightforward but computationally more demanding (Qu et al., 2023, Zhang et al., 2023).
Hard boundary-enforcement schemes are not universally stable in their naïve forms. Strong enforcement of Neumann or Robin data via earlier distance-function constructions can fail on domains with piecewise 06 boundaries that are only 07 globally, which is the rationale for GLSS and OP. This is a genuine methodological controversy: strong enforcement can improve accuracy and training times, but only if the boundary representation is compatible with the regularity of the geometry (Göschel et al., 28 Oct 2025).
Inverse boundary-only BINNs face identifiability and post-processing questions. BIAN provides a fully specified source-learning and solution-learning pipeline and a convergence theorem for the boundary residual, but it does not give full identifiability theorems for 08, and the coefficient-reconstruction step is less detailed than the equivalent-source and solution stages (Chen et al., 14 Jan 2025).
The broader terminology remains unsettled. The acronym has been used for “Boundary Integrated Neural Networks,” “boundary-integral type neural networks,” “Boundary-Informed Alone Neural Network,” a surrogate with boundary residuals but no PDE residual, and even decision-boundary support generation in supervised learning. This suggests that the stable content of the field lies not in the acronym itself but in a recurring architectural principle: boundary information is lifted from an auxiliary penalty to a primary structural component of the model (Chen et al., 14 Jan 2025, Qu et al., 2023, Trávníková et al., 15 Jul 2025, Singh et al., 2018).
The active directions named in the cited papers are correspondingly diverse: structural–acoustic sensitivity analysis, 3D elastostatics and 3D piezoelectricity, fast multipole and hierarchical-matrix acceleration, adaptive boundary sampling, hybrid boundary/interior schemes, iterative linearization for weakly nonlinear problems, and extensions to more complex coupled systems (Qu et al., 2023, Zhang et al., 2023, Zhou et al., 23 Jul 2025, Göschel et al., 28 Oct 2025). Across these variants, the unifying thesis is consistent: when the relevant operator, constraint, or data-acquisition process is fundamentally boundary-driven, a neural architecture that encodes that fact explicitly can reduce sampling burden, sharpen physical fidelity near boundaries, and alter the conditioning of the learning problem itself.