---
title: Boundary-Informed Neural Networks
url: https://www.emergentmind.com/topics/boundary-informed-neural-networks-binns
type: topic
---

# Boundary-Informed Neural Networks

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 [2307.10521], boundary-integral type neural networks for computational mechanics [2301.04480], BINet as a boundary integral network for PDEs [2110.00352], the “Boundary-Informed Alone Neural Network” (BIAN) for inverse coefficient identification from boundary data only [2501.08006], and, in a stirred-tank surrogate study, a specific model class with boundary-condition penalties but no PDE residual [2507.11640]. 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 [2507.17535], [2510.24557], [2310.19474], [1801.02642].

## 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 [2501.08006], [2307.10521], [2301.04480], [2507.11640], [1801.02642].

| Variant | Defining mechanism | Representative papers |
|---|---|---|
| Boundary-integral BINNs | BIE residuals on boundary collocation points | [2110.00352], [2307.10521], [2308.01053], [2301.04480], [2502.21253] |
| Boundary-only inverse BINNs | Recover interior source/solution/coefficient from boundary measurements only | [2501.08006] |
| Boundary-constrained PINN/PINO variants | Distance functions or solution structures enforce BCs structurally | [2507.17535], [2510.24557] |
| Boundary-observation operator models | Boundary encoder, latent elliptic PDE, decoder | [2310.19474] |
| Data-plus-BC surrogate usage | Data loss plus BC loss, no PDE residual | [2507.11640] |
| Decision-boundary shaping | Generator creates local support clouds around data | [1801.02642] |

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,
\[
\mathcal{S}[h](x) := -\int_{\partial\Omega} G(x,y)h(y)\,ds_y,\qquad
\mathcal{D}[h](x) := -\int_{\partial\Omega} \frac{\partial G(x,y)}{\partial n_y}h(y)\,ds_y,
\]
where \(G(x,y)\) is the fundamental solution of the operator \(\mathcal{L}\). For Dirichlet problems, the boundary density \(h\) is learned so that \(\mathcal{S}[h]=g\) or \((\frac12\mathcal{I}\pm \mathcal{D})[h]=g\) on \(\partial\Omega\). Because \(\mathcal{S}[h]\) and \(\mathcal{D}[h]\) satisfy \(\mathcal{L}u=0\) away from the boundary, training enforces only the boundary condition. This yields automatic PDE satisfaction, dimension reduction from \(d\) to \(d-1\), and elimination of differential operators from the optimization loop [2110.00352].

Acoustic BINNs for the Helmholtz equation use the same principle in direct BIE form. The field satisfies
\[
C(x) p(x) + \mathrm{CPV}\int_{\Gamma} F(x,y)\,p(y)\,d\Gamma(y)
= \int_{\Gamma} G(x,y)\,q(y)\,d\Gamma(y), \quad x\in\Gamma,
\]
where \(q=\partial p/\partial n\). 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 \( \mathrm{Loss}_{\mathrm{BC}} \) formulation [2307.10521].

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 [2308.01053].

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 [2301.04480].

## 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
\[
\mathcal{L}(u(x), \varepsilon(x)) = f(x), \quad x\in\Omega,
\]
with mixed boundary conditions on \(\partial\Omega\), and seeks to recover the unknown medium \(\varepsilon(x)\) and the state \(u(x)\) only from boundary measurements. The key reformulation writes
\[
-\nabla\cdot(\varepsilon(x)\nabla u(x))=f(x)
\quad \Longrightarrow \quad
-\nabla^2 u(x)=g(x),
\]
with an equivalent source
\[
g(x)=\frac{f(x)+\nabla \varepsilon(x)\nabla u(x)}{\varepsilon(x)}.
\]
Green’s theorem and a weighted residual with Green’s function then produce the boundary–interior relations
\[
c(x'_b)u(x'_b)=\int_{\Gamma}(G\nabla u-u\nabla G)\cdot d\Gamma+\int_{\Omega}Gg\,d\Omega
\]
for boundary source points and
\[
u(x'_i)=\int_{\Gamma}(G\nabla u-u\nabla G)\cdot d\Gamma+\int_{\Omega}Gg\,d\Omega
\]
for interior source points. Boundary values and fluxes thus determine an interior source field through an integral energy/flux balance, without interior measurements [2501.08006].

The architecture uses three fully connected residual networks: an approximator \(u_a(x;\theta_a)\) for the equivalent source \(g(x)\), a generator \(u_g(x;\theta_g)\) for the interior solution \(u(x)\), 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 \(D(x)>0.1\) the method doubles the number of source points at boundary corners and retrains [2501.08006].

The theoretical result is boundary-data based. Under space-filling boundary sampling and Hölder continuity assumptions, Theorem 1 yields
\[
\mathrm{Loss}(u_a)\le C'_1\mathrm{Loss}_m(u_a)+
C'_{\max}\left(m_b^{-\frac{\alpha}{d-1}-0.5}+m_b^{-\frac{2\alpha+d}{2(d-1)}}\right),
\]
with leading behavior
\[
\mathrm{Loss}(u_a)=O\left(m_b^{-\frac{\alpha}{d-1}-0.5}\right).
\]
No interior data appear in the probabilistic assumptions. Numerically, for a Laplace problem with spatially varying medium, BIAN reports medium-distribution \(L_2\) error \(0.0143\) and solution \(L_2\) error \(0.0121\), compared with \(0.0313/0.3117\) for PINN, \(0.0526/0.2978\) for WAN, and \(0.9872/0.2281\) for DRM. For a Poisson problem with piecewise uniform medium, it reports solution \(L_2\) error \(0.0079\) and medium \(L_2\) error \(0.069\). 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 [2501.08006].

## 4. Boundary constraints without boundary integrals

Boundary-informed design is not restricted to BIEs. HB-PINN for Navier–Stokes equations introduces a solution ansatz
\[
q(\mathbf{x},t)=\mathcal{P}_q(\mathbf{x},t)+\mathcal{D}_q(\mathbf{x},t)\,\mathcal{H}_q(\mathbf{x},t),
\]
with a particular solution network \(\mathcal{N}_{\mathcal{P}_q}\), a distance metric network \(\mathcal{N}_{\mathcal{D}_q}\), and a primary network \(\mathcal{N}_{\mathcal{H}_q}\). The distance target is a normalized power-law transform
\[
f(\hat D_q)=1-\left(1-\hat D_q/\max(\hat D_q)\right)^\alpha,
\]
so that \(\mathcal{D}_q=0\) 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 [2507.17535].

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 \(\tilde u(\Psi_1,\dots,\Psi_I)\) that satisfies the boundary condition \(\mathcal B=0\) for any differentiable \(\Psi_i\), 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 \(C^1\) but globally \(C^0\) 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 \(C^1\) but only \(C^0\) globally, and that GLSS and OP overcome this limitation [2510.24557].

SINNs move the boundary-informed principle into a latent operator framework. They learn
\[
\mathcal{F}=\delta\circ \mathcal{E}_{\mathcal A}\circ \epsilon^\partial,
\]
where \(\epsilon^\partial\) is a boundary encoder, \(\mathcal{E}_{\mathcal A}\) is the solution operator of a latent elliptic system
\[
D_{\mathcal A}\ell(x)=\sum_{i,j=1}^d A_{ij}\,\partial_{x_i}\partial_{x_j}\ell(x)=0,
\]
and \(\delta\) is a decoder. The model is trained from pairs \((u_i,b_i)\) 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 [2310.19474].

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 [1801.02642]. In the stirred-tank surrogate paper, by contrast, “BINN” is defined operationally as Model III with \(\mathcal{L}_{\text{PDE}}=0\), \(\mathcal{L}_{\text{BC}}\neq 0\), \(\mathcal{L}_{\text{data},\mathbf v}\neq 0\), and \(\mathcal{L}_{\text{data},p}\neq 0\) [2507.11640].

## 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 [2501.08006] | Laplace with spatially varying medium | Medium \(L_2\) error \(0.0143\); solution \(L_2\) error \(0.0121\) |
| Acoustic BINN [2307.10521] | Interior rectangle, Case 1 | Re\(\{p\}\) error \(2.38\times 10^{-6}\); Im\(\{p\}\) error \(6.43\times 10^{-7}\) |
| Piezoelectric BINN [2308.01053] | Piezoelectric strip | Largest relative error \(<6.5\times10^{-5}\); CPU time \(\sim 56.3\) s |
| HB-PINN [2507.17535] | Cylinder wake flow | \(\mathrm{MSE}=0.00433\); \(L^2_{\mathrm{rel}}=0.06093\) |
| Stirred-tank BINN [2507.11640] | \(64\) labels per \(\mathrm{Re}_{\text{train}}\), \(\mathrm{Re}_{\text{test}}=1000\) | \(\delta_{\ell^1}^{(\mathbf v)}\approx 4.60\%\); \(\delta_{\ell^1}^{(p)}\approx 6.86\%\) |

In the acoustic Helmholtz study, BINNs achieve relative errors on the order of \(10^{-6}\)–\(10^{-7}\) 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 \( \mathrm{Loss}_{\mathrm{BC}} \) formulation [2307.10521]. In the 2D elastostatic and piezoelectric study, the piezoelectric strip benchmark gives largest relative error \(<6.5\times10^{-5}\) and CPU time \(\sim 56.3\) s for BINN, versus relative errors up to \(2.4\times10^{-2}\) and CPU time \(\sim 172.5\) s for the compared PINN, on the reported pointwise test [2308.01053].

Fracture-mechanics BINNs add Special crack-tip Neural Networks (SPNNs), which encode the asymptotic crack-tip structure directly through
\[
u(\xi)=d_1+d_2(1\pm \xi)^{1/2}+d_3(1\pm \xi)^{3/2}+\dots,
\qquad
t(\xi)=e_1+e_2(1\pm \xi)^{-1/2}+e_3(1\pm \xi)^{1/2}+\dots .
\]
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 \(80\%\) 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 [2502.21253].

HB-PINN improves boundary-dominated Navier–Stokes benchmarks relative to several PINN baselines. On the cylinder case, the paper reports \(\mathrm{MSE}=0.00433\) and \(L^2_{\text{rel}}=0.06093\), versus \(0.00763\) and \(0.08089\) for PirateNet and much larger errors for sPINN and hPINN. On the segmented-inlet obstructed cavity, it reports \(\mathrm{MSE}=0.00088\) and \(L^2_{\text{rel}}=0.06655\), again outperforming the baselines listed there [2507.17535].

The stirred-tank paper places BINNs between PINNs and pure supervised NNs. With \(64\) labeled points per \(\mathrm{Re}_{\text{train}}\), Model III (“BINN”) reports \(\delta_{\ell^1}^{(\mathbf v)}\approx 4.60\%\) and \(\delta_{\ell^1}^{(p)}\approx 6.86\%\), better than the pure data NN’s \(9.37\%\) and \(13.35\%\), but worse than the PINN-with-data model. With \(10{,}000\) labels per \(\mathrm{Re}_{\text{train}}\), BINN and PINN become very similar, while BINN training time is about \(3.55\) minutes versus about \(8.1\) minutes for the PINN-with-data model [2507.11640].

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 [1801.02642].

## 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 [2307.10521], [2308.01053].

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 \(C^1\) boundaries that are only \(C^0\) 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 [2510.24557].

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 \(\varepsilon\), and the coefficient-reconstruction step is less detailed than the equivalent-source and solution stages [2501.08006].

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 [2501.08006], [2307.10521], [2507.11640], [1801.02642].

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 [2307.10521], [2308.01053], [2507.17535], [2510.24557]. 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.

Source: https://www.emergentmind.com/topics/boundary-informed-neural-networks-binns