---
title: Physics-Informed Multiresolution Wavelet NN
url: https://www.emergentmind.com/topics/physics-informed-multiresolution-wavelet-neural-network-pimwnn
type: topic
---

# Physics-Informed Multiresolution Wavelet NN

Physics-Informed Multiresolution Wavelet Neural Network (PIMWNN) denotes a class of PDE solvers in which the unknown solution is approximated by a multiresolution wavelet neural network, substituted directly into the governing equation, and fitted through physics-based residual equations and least squares rather than conventional end-to-end nonlinear PINN optimization. In the formulation introduced in “Physics-informed Multiresolution Wavelet Neural Network Method for Solving Partial Differential Equations” [2508.07546], the method combines the collocation-based, physics-informed idea of PINNs with a fixed multiresolution wavelet basis, and is presented as a mesh-free approach for stationary and time-dependent PDEs. Its stated motivation is to improve accuracy and speed relative to standard PINNs and to address spectral bias, especially in regimes with high-frequency, oscillatory, or localized structure; this motivation is consistent with reports that standard PINNs become difficult to train on multi-scale propagating wavefields and on sharp boundary layers [2006.11894] [2606.09676].

## 1. Definition and conceptual scope

PIMWNN is built from two ingredients. The first is the physics-informed training paradigm: interior PDE residuals and boundary or initial conditions are enforced at collocation points. The second is the multiresolution wavelet neural network (MWNN) ansatz: the solution is represented by scaling functions and wavelets across several resolution levels. In the 2025 formulation, the central workflow is explicit: use the MWNN to approximate unknown functions, substitute the MWNN into PDEs, evaluate the resulting equations at collocation points, and determine the unknown output-layer coefficients by least squares [2508.07546].

This construction distinguishes PIMWNN from the standard PINN template in two ways. First, the approximation space is not a generic coordinate-to-solution multilayer perceptron; it is an interpretable wavelet expansion whose refinement is controlled by the finest scale \(J\). Second, training is not described as a nonconvex gradient-based search over all hidden weights and biases. The basis functions are fixed, and the trainable parameters are the outer-layer coefficients only. A plausible implication is that PIMWNN inherits some of the approximation advantages of wavelets—localization in space and explicit scale separation—while also avoiding part of the optimization burden that characterizes standard PINNs.

The method is presented for both stationary and time-dependent PDEs. For stationary problems,
\[
\mathcal{A}u = f, \quad x\in \Omega, \qquad \mathcal{B}u = g, \quad x\in \Gamma,
\]
and for time-dependent problems,
\[
\mathcal{A}u = f, \quad x\in \Omega \times I, \qquad
\mathcal{B}u = g, \quad x\in \Gamma \times I, \qquad
\mathcal{C}u = h, \quad x\in \Omega \times \{0\}.
\]
The derivation and experiments explicitly formulate the Dirichlet case, although the method is described more generally as able to handle Dirichlet, Neumann, and Robin boundary conditions [2508.07546].

## 2. Multiresolution wavelet approximation

The multiresolution structure follows a standard MRA. The method uses nested subspaces
\[
V_j \subset V_{j+1} \subset \cdots \subset L^2(\mathbb{R}), \quad j\in \mathbb{Z},
\]
with
\[
\bigcap V_j = \{0\}, \qquad \overline{\bigcup V_j}=L^2,
\]
a scaling function \(\phi\), and wavelet spaces \(W_j\) satisfying
\[
V_j \oplus W_j = V_{j+1}.
\]
The associated decomposition is
\[
f(t) = \sum_{k\in\mathbb{Z}} \langle f,\phi_{0,k}\rangle \phi_{0,k}(t) + \sum_{j\ge 0}\sum_{k\in\mathbb{Z}} \langle f,\psi_{j,k}\rangle \psi_{j,k}(t).
\]
In the concrete implementation, the paper uses Shannon wavelets on \([0,L]\), with
\[
\phi_{j,k}(x)=2^{j/2}\,\mathrm{sinc}\!\left(\frac{2^j}{L}x-k\right),
\]
\[
\psi_{j,k}(x) =2^{j/2}\,\mathrm{sinc}\!\left(\frac{1}{2}\left(\frac{2^j}{L}x-k\right)\right) \cdot \cos\!\left(\frac{3\pi}{2}\left(\frac{2^j}{L}x-k\right)\right),
\]
and
\[
\mathrm{sinc}(x)=\frac{\sin(\pi x)}{\pi x}.
\]
The 1D multiresolution approximation is
\[
f(x)\approx f_{V_J}(x) = \sum_{k=0}^{n_{J_0}} c_{J_0,k}\phi_{J_0,k}(x) + \sum_{j=J_0}^{J-1}\sum_{k=0}^{n_j} d_{j,k}\psi_{j,k}(x),
\]
which the network rewrites as
\[
f(x)=\sum_{i=1}^N a_i \theta_i(x),
\qquad
N = 2^J + J - J_0 + 1.
\]
For PDE solving, the unknown is represented as
\[
u(x)=\sum_{i=1}^N u_i \theta_i(x)=\mathbf{\Theta}(x)\mathbf{U},
\]
or, in space-time,
\[
u(x,t)=\sum_{i=1}^N u_i\theta_i(x,t)=\mathbf{\Theta}(x,t)\mathbf{U}.
\]

For two variables, tensor-product bases are used. The 2D scaling basis is
\[
\Phi_{j,n_1,n_2}(x_1,x_2)=\phi_{j,n_1}(x_1)\phi_{j,n_2}(x_2),
\]
and the 2D wavelets are
\[
\Psi^1_{j,n_1,n_2}=\phi_{j,n_1}\psi_{j,n_2}, \qquad
\Psi^2_{j,n_1,n_2}=\psi_{j,n_1}\phi_{j,n_2}, \qquad
\Psi^3_{j,n_1,n_2}=\psi_{j,n_1}\psi_{j,n_2}.
\]
Thus the hidden layer is not generic: it is partitioned into a coarse scaling subnetwork and wavelet subnetworks at successive resolutions. Increasing \(J\) adds finer basis elements rather than merely widening an MLP [2508.07546].

## 3. Physics-informed least-squares formulation

For stationary PDEs, substituting the MWNN ansatz into the PDE and Dirichlet boundary conditions gives
\[
\mathcal{A}\mathbf{\Theta}(x)\mathbf{U}=f(x), \qquad x\in\Omega,
\]
\[
\mathbf{\Theta}(x)\mathbf{U}=g_D(x), \qquad x\in \Gamma_D.
\]
With interior collocation points \(\{x_i\}_{i=1}^{N_f}\) and boundary collocation points \(\{x_k\}_{k=1}^{N_b}\), the method assembles
\[
\begin{bmatrix} \mathbf{A}\ \mathbf{B} \end{bmatrix} \mathbf{U} = \begin{bmatrix} \mathbf{F}\ \mathbf{G} \end{bmatrix},
\]
where \(A_i=\mathcal{A}\mathbf{\Theta}(x_i)\), \(B_k=\

Source: https://www.emergentmind.com/topics/physics-informed-multiresolution-wavelet-neural-network-pimwnn