Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 133 tok/s
Gemini 2.5 Pro 54 tok/s Pro
GPT-5 Medium 30 tok/s Pro
GPT-5 High 34 tok/s Pro
GPT-4o 61 tok/s Pro
Kimi K2 194 tok/s Pro
GPT OSS 120B 430 tok/s Pro
Claude Sonnet 4.5 39 tok/s Pro
2000 character limit reached

D2E Framework for Variable-Domain PDEs

Updated 9 November 2025
  • D2E is a framework that learns PDE solution mappings on geometrically variable domains using deformation theory and metric embeddings.
  • It integrates domain and function encodings with neural operator architectures to ensure continuity and universal approximation even for non-diffeomorphic changes.
  • Empirical results demonstrate low error rates and significant speed-ups when D2E is coupled with traditional FEM solvers on complex domain geometries.

The D2E framework, as defined in "A deformation-based framework for learning solution mappings of PDEs defined on varying domains" (Xiao et al., 2 Dec 2024), is a mathematically rigorous approach for learning solution operators of partial differential equations (PDEs) when the domain itself varies, possibly discontinuously, within a broad class of shapes. D2E provides a principled metric-to-Banach-space mapping, leveraging deformation theory, metric embeddings, and neural operator architectures to support data-driven solution representation across non-diffeomorphic, homeomorphic regions, and facilitates the integration of these learned operators in large-scale scientific computing.

1. Mathematical Foundation and Problem Setting

The D2E framework operates in the context of parametric PDE solution operators where input data (boundary conditions, source terms) and solutions are defined over a family of domains U={ΩRd}U = \{\Omega \subset \mathbb{R}^d\}, with potentially complex geometrical variability. The set UU is equipped with a metric dUd_U—for instance, on star domains,

dU(Ω1,Ω2)=cΩ1cΩ22+supeSbΩ1(e)bΩ2(e),d_U(\Omega_1, \Omega_2) = \|c_{\Omega_1} - c_{\Omega_2}\|_2 + \sup_{e \in S} |b_{\Omega_1}(e) - b_{\Omega_2}(e)|,

where cΩc_\Omega is the centroid and bΩ:SR+b_\Omega : S \to \mathbb{R}^+ is a Lipschitz radial boundary function over the unit sphere SS.

The core input-output space is the disjoint union X=ΩUB(Ω)X = \bigsqcup_{\Omega \in U} \mathcal{B}(\Omega), where B(Ω)\mathcal{B}(\Omega) is a Borel function space (e.g., L2L^2), with the "deformation-pullback" metric

dX(fΩ1,gΩ2)=dU(Ω1,Ω2)+fΩ1D[Ω1]gΩ2D[Ω2]L2(Ω0),d_X(f_{\Omega_1}, g_{\Omega_2}) = d_U(\Omega_1, \Omega_2) + \|f_{\Omega_1} \circ D[\Omega_1] - g_{\Omega_2} \circ D[\Omega_2]\|_{L^2(\Omega_0)},

using a bijective deformation map D[Ω]:Ω0ΩD[\Omega] : \Omega_0 \to \Omega from a fixed reference domain Ω0\Omega_0.

The D2E framework defines the target space as L2(V)L^2(V), where VΩUΩV \supset \bigcup_{\Omega \in U} \Omega is an encompassing bounding box, and each solution uΩu_\Omega is extended by zero outside Ω\Omega to a function uΩVL2(V)u_\Omega^V \in L^2(V). Thus, D2E recasts the solution mapping as

H^:KL2(V),fΩuΩV,\widehat{\mathcal{H}} : K \to L^2(V),\quad f_\Omega \mapsto u_\Omega^V,

where KXK \subset X is a compact subset for training/analysis.

2. Theoretical Guarantees and Continuity

The D2E framework is grounded in two central theorems:

  • Continuity Theorem (Thm. 3.3): The solution operator H:KX\mathcal{H}: K \to X is continuous with respect to the metric dXd_X, and, upon zero-extension, its image under E:XL2(V)E: X \to L^2(V), H^=EH\widehat{\mathcal{H}} = E \circ \mathcal{H}, is a continuous map from KK into L2(V)L^2(V).
  • Universal Approximation (Thm. 2.3): Any continuous metric-to-Banach map G:KYG: K \to Y, with YY Banach, can be approximated arbitrarily well by composition of a finite-dimensional encoder, a continuous finite-dimensional map, and a decoder into YY:

G(x)u(G~(φn(x))),xK,G(x) \approx u(\widetilde{G}(\varphi_n(x))),\quad x \in K,

for suitable encoders/decoders φn,ψn\varphi_n, \psi_n and dimension pp.

These results remain valid even if the family of domains is not diffeomorphic, only requiring homeomorphism and mild regularity on deformations.

3. Specialization to Star-Shaped and Locally Deformed Domains

For star-shaped domains, the D2E approach defines explicit deformation maps: D[Ω](x)=cΩ+bΩ(xx2)x,xΩ0=B(0,1),D[\Omega](x) = c_\Omega + b_\Omega\left(\frac{x}{\|x\|_2}\right) x, \quad x \in \Omega_0 = B(0,1), yielding a bijective, Borel-measurable deformation continuous in Ω\Omega (in L2(Ω0)L^2(\Omega_0)). The metric dUd_U gives a natural measure of geometric variability, and the combined metric dXd_X ensures that domain and function variability are both respected.

For locally deformed domains—such as a fixed square with a “floating” subdomain in contact along an edge—the D2E metric and encoder can incorporate discontinuous deformations, leveraging the fact that the continuity of the mapping and theoretical guarantees do not depend on smoothness of D[Ω]D[\Omega].

4. Encoder, Embedding, and Neural Operator Architecture

D2E relies on a two-branch encoding:

  • Domain encoding φn11(Ω)\varphi^{1}_{n_1}(\Omega): samples the centroid and radial boundary function at n1n_1 directions:

φn11(Ω)=(cΩ;bΩ(e1),,bΩ(en1))\varphi^1_{n_1}(\Omega) = (c_\Omega; b_\Omega(e_1),\ldots, b_\Omega(e_{n_1}))

  • Function encoding φn22(fΩD[Ω])\varphi^2_{n_2}(f_\Omega \circ D[\Omega]): samples the pullback of the input function at n2n_2 discrete points in Ω0\Omega_0.

The combined encoder φn(fΩ)=(φn11(Ω),φn22(fΩD[Ω]))\varphi_n(f_\Omega) = (\varphi^1_{n_1}(\Omega), \varphi^2_{n_2}(f_\Omega \circ D[\Omega])) is shown to satisfy the compactness/uniform approximation conditions required for the theoretical results.

The D2E neural operator instantiates the continuous map H^\widehat{\mathcal{H}} through a two-branch, trunk-branch neural architecture, typically based on MIONet: H^θ(fΩ)(x)=j=1pgj1(φn11(Ω);θ)gj2(φn22(fΩD[Ω]);θ)uj(x;θ)\widehat{\mathcal{H}}_\theta(f_\Omega)(x) = \sum_{j=1}^p g^1_j(\varphi^1_{n_1}(\Omega); \theta) \cdot g^2_j(\varphi^2_{n_2}(f_\Omega \circ D[\Omega]); \theta) \cdot u_j(x; \theta) where the g1,g2g^1, g^2 are MLPs (or linear maps for linearity preservation), and the uju_j are local bases or MLPs for function output on VV.

The training objective is the empirical average: L(θ)=1Ni=1NH^θ(fi)()Ωiui()L2(Ωi)2L(\theta) = \frac{1}{N} \sum_{i=1}^N \| \widehat{\mathcal{H}}_\theta(f_i)(\cdot)|_{\Omega_i} - u_i(\cdot) \|^2_{L^2(\Omega_i)} optimized with standard stochastic gradient techniques.

If the governing PDE is linear in the input (e.g., Poisson), forcing gj2g_j^2 to be affine ensures that the network preserves linearity of the solution operator, enabling integration into hybrid iterative methods (HIMs) and guaranteeing superposition: H^θ(αf+βg)=αH^θ(f)+βH^θ(g)\widehat{\mathcal{H}}_\theta(\alpha f + \beta g) = \alpha \widehat{\mathcal{H}}_\theta(f) + \beta \widehat{\mathcal{H}}_\theta(g)

5. Numerical Experiments and Empirical Results

Empirical validation of the D2E framework, using D2E-MIONet, includes:

  • Convex polygons (quadrilaterals, pentagons, hexagons): D2E-MIONet achieves 4.6%\sim 4.6\% relative L2L^2-error, versus 2.9%\sim 2.9\% for D2D-MIONet; Geo-FNO fails (∼96% error) when used on unstructured meshes, indicating the advantage of the deformation-based embedding.
  • Smooth star domains: For fully parameterized PDEs with variable coefficient kk, source ff, and Dirichlet data gg, D2D-MIONet achieves 3.0%\sim 3.0\% relative error in 2D, 12%\sim 12\% in 3D.
  • Locally deformed domains (discontinuous D[Ω]D[\Omega]): The D2E framework achieves 1.9%\sim 1.9\% error with robust regularity across geometric transitions.
  • Hybrid iterative methods on large-scale FEM meshes: Coupling Gauss-Seidel with D2E-MIONet in polygonal domains yields an 8.4×8.4\times speed-up over standard Gauss-Seidel iteration.

These results empirically confirm that the D2E framework realizes provably convergent, accurate approximation for PDE solution operators across highly variable homeomorphic (and not necessarily diffeomorphic) shapes, and enables robust generalization to both large deformation and local domain perturbation.

6. Key Features, Applicability, and Limitations

Three properties particularly distinguish D2E:

  1. Domain Generality: Applicability to homeomorphic rather than strictly diffeomorphic domains, thus encompassing broad classes of geometric variability.
  2. Deformation Flexibility: Deformation maps D[Ω]D[\Omega] need not be continuous, which allows for modular modeling of domain changes (e.g., local geometric modifications in large systems).
  3. Linearity Preservation: When the neural operator architecture is linearity-preserving (e.g., via affine branch networks in MIONet), the surrogate solution mapping strictly maintains the linear superposition principle for linear PDEs—crucial for scientific computing workflows.

A potential limitation arises from the necessity to specify suitable deformation maps and metrics for the domain class of interest, which may require specialized problem-dependent treatment for non-star-shaped or topologically complex domains.

7. Context and Connections within the Scientific Machine Learning Landscape

The D2E framework responds to the challenge of learning solution mappings of PDEs on varying domains, where previous neural operator frameworks are typically limited to fixed or smoothly-deforming geometries. By formalizing a metric-based, zero-extension representation and demonstrating reliable neural approximations with theoretical guarantees, D2E bridges geometric learning and neural operator theory. The seamless integration of D2E-surrogate models into traditional solvers (e.g., via hybrid iterative methods) highlights its utility for large-scale scientific computation, and the empirical results substantiate its superiority over mesh-agnostic spectral operator approaches in complex geometry settings (Xiao et al., 2 Dec 2024).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)
Forward Email Streamline Icon: https://streamlinehq.com

Follow Topic

Get notified by email when new papers are published related to D2E Framework.