pith. sign in

arxiv: 2606.17766 · v1 · pith:7IHON24Znew · submitted 2026-06-16 · 🧮 math.OC

Operator Learning for PDE Backstepping Control of Parabolic Equations on Time-Varying Domains

Pith reviewed 2026-06-26 23:39 UTC · model grok-4.3

classification 🧮 math.OC
keywords backstepping controlneural operatorparabolic PDEtime-varying domainboundary feedbackDeepONetexponential stabilizationoperator learning
0
0 comments X

The pith

A neural operator approximates the time-varying backstepping kernel to stabilize parabolic PDEs on moving domains with exponential decay on finite intervals.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper formulates the backstepping kernel design for parabolic equations on time-varying domains as an operator that takes the boundary trajectory as input. By transforming the kernel PDE to a fixed reference domain, it proves the kernel depends continuously on the trajectory. This continuity supports training a neural operator to approximate the kernel without solving the PDE repeatedly online. The approximate kernel then yields a boundary controller that guarantees exponential decay of the state on any finite time horizon. Numerical tests with DeepONet show the method runs nearly a thousand times faster than conventional solvers.

Core claim

The time-varying backstepping design is recast as an operator from the moving-boundary trajectory to the kernel function; after a fixed-domain transformation that establishes continuous dependence, a neural operator approximation of this map produces a feedback law under which the closed-loop parabolic system decays exponentially on every finite time interval.

What carries the argument

The backstepping kernel operator, approximated via DeepONet after mapping the time-varying domain to a fixed reference domain.

If this is right

  • The closed-loop system admits an exponential decay estimate on any prescribed finite time interval.
  • Online kernel generation accelerates by nearly three orders of magnitude compared with repeated numerical solves of the kernel PDE.
  • Real-time boundary feedback stabilization becomes feasible for parabolic systems whose spatial domain changes with time.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same fixed-domain mapping plus operator learning could reduce computation in other parameter-dependent PDE control designs where kernels must be recomputed online.
  • Hardware-in-the-loop tests on physical systems with deforming domains would directly check whether the observed speedup translates to closed-loop performance under sensor noise and actuator limits.
  • Extending the operator input to include additional parameters such as variable coefficients could broaden the approach beyond pure domain motion.

Load-bearing premise

The continuous dependence of the kernel on the boundary trajectory is strong enough that the neural approximation error still preserves the exponential decay property of the exact backstepping controller.

What would settle it

A simulation or experiment in which the closed-loop state fails to exhibit the predicted exponential decay rate when the neural operator is used in place of the exact kernel would falsify the claim.

Figures

Figures reproduced from arXiv: 2606.17766 by Jinrun Yan, Kai Liu, Zhong-Jie Han.

Figure 1
Figure 1. Figure 1: Evolution of the open-loop state v(x, t). the operator K. Once Kˆ is obtained, we used the inverse transformation of (2.9) so that we can reconstruct the kernel ˆk(x, y, t), which is then used to construct the feedback control law Uˆ(t) in (3.16). As shown in [PITH_FULL_IMAGE:figures/full_fig_p014_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Example of the kernel K(ξ, η, t) (left), learned kernel Kˆ (ξ, η, t) (middle), and the error K − Kˆ (right) at t = 1.5 s. Having verified the accuracy of the kernel approximation, the predicted kernel Kˆ (ξ, η, t) and its spatial derivative are used to compute the feedback control law(3.16). Then, we present the state evolution of the closed-loop system in [PITH_FULL_IMAGE:figures/full_fig_p014_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Example of the kernel K(ξ, η, t) (left), learned kernel Kˆ (ξ, η, t) (middle), and the error K − Kˆ (right) at t = 2.5 s [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Example of the kernel K(ξ, η, t) (left), learned kernel Kˆ (ξ, η, t)(middle), and the error K − Kˆ (right) at t = 3.5 s. rapidly driving the state v(x, t) to the origin within the time-varying spatial domain [PITH_FULL_IMAGE:figures/full_fig_p015_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Closed-loop evolution of the state v(x, t) under the DeepONet-based feedback control law [PITH_FULL_IMAGE:figures/full_fig_p016_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Comparison of the L 2 -norm evolution between the open-loop and closed-loop systems. 16 [PITH_FULL_IMAGE:figures/full_fig_p016_6.png] view at source ↗
read the original abstract

This paper develops a learning-based boundary control framework for stabilizing a parabolic equation defined on time-varying spatial domain. Although the partial differential equation (PDE) backstepping method provides a systematic theoretical framework for such moving-boundary systems, its real-time implementation is hindered by the need to repeatedly solve time-varying kernel PDEs on evolving domains. To overcome this limitation, we first formulate the time-varying backstepping design as an operator that maps the moving-boundary trajectory to the corresponding backstepping kernel. By mapping the time-varying domain of the backstepping kernel equation onto a fixed reference domain, we establish the continuous dependence of the kernel on the moving-boundary trajectory, which provides the theoretical basis for approximating the backstepping design operator by a neural operator. Based on the approximate kernel operator, we construct the corresponding boundary feedback controller to stabilize the system. It is shown that the closed-loop system admits an exponential decay estimate on any prescribed finite time interval. For numerical implementation, DeepONet is employed to learn the time-varying kernel operator from offline-generated numerical kernel solutions and is subsequently deployed online to generate the required time-varying kernels without repeatedly solving the kernel PDE. Numerical benchmarks demonstrate that the proposed neural-operator-based implementation bypasses repeated online solution of the time-varying kernel PDE, achieves a significant acceleration of close to three orders of magnitude compared with conventional numerical kernel solvers, and thus enables real-time stabilization of the system on time-varying spatial domain.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 3 minor

Summary. The paper develops an operator-learning framework for boundary feedback stabilization of a parabolic PDE on a time-varying spatial domain. It reformulates the backstepping kernel design as an operator from the moving-boundary trajectory to the kernel, establishes continuous dependence of this operator via a fixed-reference-domain mapping, approximates the operator with DeepONet trained offline on numerical kernel solutions, and claims that the resulting approximate feedback yields an exponential decay estimate for the closed-loop system on any prescribed finite interval [0,T]. Numerical examples report a computational speedup of nearly three orders of magnitude relative to repeated online solution of the time-varying kernel PDE.

Significance. If the stability claim with the learned kernel holds, the work provides a practical route to real-time backstepping control for moving-boundary parabolic systems by eliminating repeated kernel PDE solves. The fixed-domain mapping that yields continuous dependence of the kernel operator is a clear technical strength, as is the explicit numerical acceleration result. These elements together address a recognized implementation barrier in the field.

major comments (2)
  1. [§3] §3 (stability theorem for approximate kernel): the argument that the neural-operator approximation preserves the exponential decay estimate on [0,T] invokes continuous dependence of the kernel on the trajectory but supplies no quantitative modulus of continuity or explicit stability margin relating the approximation error ||K_approx - K|| (in the norm used for the target-system perturbation) to the allowable residual that keeps the decay rate positive. Without this bound the link from offline DeepONet training to the claimed closed-loop decay remains unsecured.
  2. [§4] §4 (numerical validation): the reported closed-loop simulations do not quantify the realized DeepONet approximation error in the same norm appearing in the stability proof, nor do they show how that error affects the observed decay rate across different trajectories; this leaves the practical margin between training accuracy and theoretical requirement unverified.
minor comments (3)
  1. [Abstract] Abstract: the statement of the exponential decay estimate should specify the norm and whether the decay rate depends on the length of the interval [0,T].
  2. [§2] Notation: the mapping from the time-varying domain to the fixed reference domain is introduced without a dedicated symbol; consistent notation would improve readability when the operator is later approximated.
  3. [Figures 3-5] Figure captions: several figures comparing kernel solutions lack error bars or quantitative L^2 or L^∞ discrepancy values between the DeepONet output and the reference solver.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive comments and positive assessment of the significance of the work. We address the major comments point by point below.

read point-by-point responses
  1. Referee: [§3] §3 (stability theorem for approximate kernel): the argument that the neural-operator approximation preserves the exponential decay estimate on [0,T] invokes continuous dependence of the kernel on the trajectory but supplies no quantitative modulus of continuity or explicit stability margin relating the approximation error ||K_approx - K|| (in the norm used for the target-system perturbation) to the allowable residual that keeps the decay rate positive. Without this bound the link from offline DeepONet training to the claimed closed-loop decay remains unsecured.

    Authors: We agree that the stability theorem invokes the established continuous dependence of the kernel operator (via the fixed-reference-domain mapping) without supplying an explicit modulus of continuity or a quantitative stability margin that directly relates the approximation error in the target-system norm to a positive decay rate. The current argument guarantees that sufficiently accurate approximations preserve the exponential decay on any fixed [0,T], but does not quantify the allowable residual. We will add a remark or auxiliary lemma in the revised manuscript that derives a modulus of continuity for the kernel operator and an explicit margin relating the perturbation size to the decay rate on [0,T]. revision: yes

  2. Referee: [§4] §4 (numerical validation): the reported closed-loop simulations do not quantify the realized DeepONet approximation error in the same norm appearing in the stability proof, nor do they show how that error affects the observed decay rate across different trajectories; this leaves the practical margin between training accuracy and theoretical requirement unverified.

    Authors: The numerical section demonstrates stabilization and the reported speedup using the learned kernels, but does not report the approximation error in the precise norm appearing in the stability proof nor explicitly correlate that error with observed decay rates across trajectories. We will revise the numerical examples to include the kernel approximation errors measured in the relevant norm from the proof, together with comparisons of realized versus theoretical decay rates for multiple trajectories, thereby verifying the practical margin between training accuracy and the theoretical requirement. revision: yes

Circularity Check

0 steps flagged

No significant circularity; derivation relies on standard backstepping plus operator approximation without reduction to inputs by construction

full rationale

The paper maps the time-varying kernel PDE to a fixed domain to establish continuous dependence of the kernel on the boundary trajectory, then trains a neural operator (DeepONet) offline on numerical solutions of that operator and deploys it for real-time feedback. The exponential decay claim for the closed-loop system with the approximate kernel is asserted after constructing the controller from the learned operator, but the provided text contains no equations or steps where a stability estimate is obtained by fitting a parameter to the target data or by renaming the training input as a prediction. No self-citation chains, uniqueness theorems imported from the authors' prior work, or ansatzes smuggled via citation appear in the abstract or description. The central claim therefore remains independent of the fitted values and does not reduce to its own inputs.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The central claim rests on the continuous-dependence property of the kernel (a domain assumption) and on the accuracy of the trained neural operator (whose parameters are fitted). No new entities are postulated.

free parameters (1)
  • DeepONet weights and biases
    Fitted offline to numerical kernel solutions generated on the reference domain.
axioms (1)
  • domain assumption Continuous dependence of the backstepping kernel on the moving-boundary trajectory after fixed-reference-domain mapping
    Invoked to justify neural-operator approximation and to preserve closed-loop stability.

pith-pipeline@v0.9.1-grok · 5795 in / 1214 out tokens · 37120 ms · 2026-06-26T23:39:12.567529+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

23 extracted references · 1 linked inside Pith

  1. [1]

    Computation of empirical eigenfunctions and order reduction for nonlinear parabolic PDE systems with time-dependent spatial domains

    Antonios Armaou and Panagiotis D Christofides. Computation of empirical eigenfunctions and order reduction for nonlinear parabolic PDE systems with time-dependent spatial domains. Nonlinear Analysis, Theory, Methods and Applications, 47(4):2869–2874, 2001

  2. [2]

    Neural operators for bypassing gain and control computations in PDE backstepping.IEEE Transactions on Automatic Control, 69(8):5310–5325, 2023

    Luke Bhan, Yuanyuan Shi, and Miroslav Krstic. Neural operators for bypassing gain and control computations in PDE backstepping.IEEE Transactions on Automatic Control, 69(8):5310–5325, 2023

  3. [3]

    Operator learning for nonlinear adaptive control

    Luke Bhan, Yuanyuan Shi, and Miroslav Krstic. Operator learning for nonlinear adaptive control. InLearning for dynamics and control conference, pages 346–357. PMLR, 2023

  4. [4]

    American Mathematical Soc., 2007

    Jean-Michel Coron.Control and nonlinearity. American Mathematical Soc., 2007

  5. [5]

    Ap- proximation rates of deeponets for learning operators arising from advection–diffusion equa- tions.Neural Networks, 153:411–426, 2022

    Beichuan Deng, Yeonjong Shin, Lu Lu, Zhongqiang Zhang, and George Em Karniadakis. Ap- proximation rates of deeponets for learning operators arising from advection–diffusion equa- tions.Neural Networks, 153:411–426, 2022

  6. [6]

    Boundary time- varying feedbacks for fixed-time stabilization of constant-parameter reaction–diffusion systems

    Nicol´ as Espitia, Andrey Polyakov, Denis Efimov, and Wilfrid Perruquetti. Boundary time- varying feedbacks for fixed-time stabilization of constant-parameter reaction–diffusion systems. Automatica, 103:398–407, 2019

  7. [7]

    PDE backstepping control of one- dimensional heat equation with time-varying domain.Automatica, 54:41–48, 2015

    Mojtaba Izadi, Javad Abdollahi, and Stevan S Dubljevic. PDE backstepping control of one- dimensional heat equation with time-varying domain.Automatica, 54:41–48, 2015

  8. [8]

    An efficient implementation of back- stepping observers for time-varying parabolic PDEs.IFAC Proceedings Volumes, 45(2):798– 803, 2012

    Lukas Jadachowski, Thomas Meurer, and Andreas Kugi. An efficient implementation of back- stepping observers for time-varying parabolic PDEs.IFAC Proceedings Volumes, 45(2):798– 803, 2012

  9. [9]

    Control and state estimation of the one-phase stefan problem via backstepping design.IEEE Transactions on Automatic Control, 64(2):510–525, 2018

    Shumon Koga, Mamadou Diagne, and Miroslav Krstic. Control and state estimation of the one-phase stefan problem via backstepping design.IEEE Transactions on Automatic Control, 64(2):510–525, 2018

  10. [10]

    Springer, 2020

    Shumon Koga and Miroslav Krstic.Materials phase change PDE control&estimation. Springer, 2020

  11. [11]

    Neural operators of backstepping controller and observer gain functions for reaction–diffusion PDEs.Automatica, 164:111649, 2024

    Miroslav Krstic, Luke Bhan, and Yuanyuan Shi. Neural operators of backstepping controller and observer gain functions for reaction–diffusion PDEs.Automatica, 164:111649, 2024

  12. [12]

    SIAM, 2008

    Miroslav Krstic and Andrey Smyshlyaev.Boundary control of PDEs: A course on backstepping designs. SIAM, 2008. 17

  13. [13]

    Fourier neural operator for parametric partial differential equations.arXiv preprint arXiv:2010.08895, 2020

    Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations.arXiv preprint arXiv:2010.08895, 2020

  14. [14]

    Learning nonlinear operators via deeponet based on the universal approximation theorem of operators

    Lu Lu, Pengzhan Jin, Guofei Pang, Zhongqiang Zhang, and George Em Karniadakis. Learning nonlinear operators via deeponet based on the universal approximation theorem of operators. Nature machine intelligence, 3(3):218–229, 2021

  15. [15]

    Operator learning for prescribed-time stabilization of reaction-diffusion systems.arXiv preprint arXiv:2602.23157, 2026

    Kaijing Lyu, Umberto Biccari, and Jun-Min Wang. Operator learning for prescribed-time stabilization of reaction-diffusion systems.arXiv preprint arXiv:2602.23157, 2026

  16. [16]

    Boundary control of a parallel-flow heat exchanger by input–output linearization.Journal of Process Control, 20(10):1161–1174, 2010

    Ahmed Maidi, Moussa Diaf, and Jean-Pierre Corriou. Boundary control of a parallel-flow heat exchanger by input–output linearization.Journal of Process Control, 20(10):1161–1174, 2010

  17. [17]

    Tracking control for boundary controlled parabolic PDEs with varying parameters: Combining backstepping and differential flatness.Automatica, 45(5):1182–1194, 2009

    Thomas Meurer and Andreas Kugi. Tracking control for boundary controlled parabolic PDEs with varying parameters: Combining backstepping and differential flatness.Automatica, 45(5):1182–1194, 2009

  18. [18]

    James Ng and Stevan Dubljevic. Optimal boundary control of a diffusion–convection-reaction PDE model with time-dependent spatial domain: Czochralski crystal growth process.Chemical engineering science, 67(1):111–119, 2012

  19. [19]

    Closed-form boundary state feedbacks for a class of 1- d partial integro-differential equations.IEEE Transactions on Automatic control, 49(12):2185– 2202, 2004

    Andrey Smyshlyaev and Miroslav Krstic. Closed-form boundary state feedbacks for a class of 1- d partial integro-differential equations.IEEE Transactions on Automatic control, 49(12):2185– 2202, 2004

  20. [20]

    Backstepping observers for a class of parabolic PDEs

    Andrey Smyshlyaev and Miroslav Krstic. Backstepping observers for a class of parabolic PDEs. Systems&Control Letters, 54(7):613–625, 2005

  21. [21]

    Backstepping neural operators for 2×2 hyperbolic PDEs.Automatica, 178:112351, 2025

    Shanshan Wang, Mamadou Diagne, and Miroslav Krstic. Backstepping neural operators for 2×2 hyperbolic PDEs.Automatica, 178:112351, 2025

  22. [22]

    Deep learning of delay-compensated backstepping for reaction–diffusion PDEs.IEEE Transactions on Automatic Control, 70(6):4209–4216, 2025

    Shanshan Wang, Mamadou Diagne, and Miroslav Krstic. Deep learning of delay-compensated backstepping for reaction–diffusion PDEs.IEEE Transactions on Automatic Control, 70(6):4209–4216, 2025

  23. [23]

    On approximation and imple- mentation of transformation based feedback laws for distributed parameter systems.IFAC- PapersOnLine, 50(1):6786–6792, 2017

    Frank Woittennek, Marcus Riesmeier, and Stefan Ecklebe. On approximation and imple- mentation of transformation based feedback laws for distributed parameter systems.IFAC- PapersOnLine, 50(1):6786–6792, 2017. 18