pith. sign in

arxiv: 2605.23354 · v1 · pith:WI3E77FFnew · submitted 2026-05-22 · 📡 eess.SY · cs.SY

Physics-informed sparse identification-based tube model predictive control for aerial vehicles

Pith reviewed 2026-05-25 03:55 UTC · model grok-4.3

classification 📡 eess.SY cs.SY
keywords model predictive controlphysics-informed machine learningsparse identificationtube MPCquadrotorrobust controlaerial vehiclesadaptive tube
0
0 comments X

The pith

A physics-informed sparse model supports adaptive-tube MPC that guarantees stability while reducing computation for aerial vehicles.

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

This paper develops a model predictive control framework for autonomous aerial vehicles that uses physics-informed machine learning to identify a sparse, control-affine dynamic model. The model embeds first-principles knowledge and learns residual uncertainties from data, then feeds into a robust MPC scheme that employs high-order Runge-Kutta discretization and adapts the tube radius online from the residual error. Theoretical results establish recursive feasibility and stability of the closed-loop system. Experiments on a quadrotor show the approach lowers computational load relative to nonlinear MPC and high-fidelity robust MPC while delivering better tracking and robustness than PID, nonlinear MPC, neural-network MPC, and fixed-tube robust MPC.

Core claim

The central claim is that a sparse control-affine model obtained via physics-informed machine learning, when placed inside a tube-based robust MPC with residual-error-driven tube adaptation and high-order Runge-Kutta integration, yields a control law that is both computationally lighter than full nonlinear or high-fidelity robust MPC and provably recursively feasible and stable under uncertainty.

What carries the argument

The PIML-derived sparse control-affine model whose residual error directly sets the time-varying tube radius inside a Runge-Kutta-discretized robust MPC.

If this is right

  • Recursive feasibility and asymptotic stability hold for the adaptive-tube closed loop.
  • Online computation is lower than that of nonlinear MPC or robust MPC built on a high-fidelity model.
  • Tracking error and robustness metrics exceed those of PID, nonlinear MPC, neural-network MPC, and fixed-tube robust MPC on the tested quadrotor.
  • The scheme remains suitable for resource-constrained aerial platforms because the sparse model keeps prediction cheap while the adaptive tube avoids excess conservatism.

Where Pith is reading between the lines

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

  • Learning only the residual mismatch rather than the entire dynamics may keep the model interpretable and fast enough for real-time embedded use.
  • The same residual-driven tube adaptation could be tested on other partially known robotic platforms such as manipulators or ground vehicles.
  • If the adaptation rule proves reliable across wider uncertainty classes, designers may be able to drop fixed conservative tubes in many robust MPC applications.

Load-bearing premise

The residual error learned by the PIML model can be used directly to adapt the tube radius in a way that guarantees constraint satisfaction and recursive feasibility without introducing excessive conservatism.

What would settle it

A closed-loop quadrotor experiment in which the proposed controller produces a state or input constraint violation under disturbances that the residual model was trained to capture would falsify the robustness guarantee.

Figures

Figures reproduced from arXiv: 2605.23354 by Lijie You, Tayyab Manzoor, Yan Wang, Yasir Ali, Yuanqing Xia.

Figure 1
Figure 1. Figure 1: Aerial vehicle’s inertial and body-fixed frame [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: PIML framework tions of ℓ-th column in Ψ(xˆ,uˆ) and weighted coefficient of δℓ(xˆ,uˆ) concerned with j-th state, i.e., Sj = [Sj0, Sj1, Sj2, . . . , Sjncf ] ⊤, respectively. Next, sparse optimization is used as follows: Sj = arg min Sj [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Overall architecture of the control strategy (read with Algorithm [PITH_FULL_IMAGE:figures/full_fig_p014_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Disturbance profile used in numerical results [PITH_FULL_IMAGE:figures/full_fig_p020_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Trajectory tracking response for different types of trajectories [PITH_FULL_IMAGE:figures/full_fig_p022_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Simulation to hardware deployment and hovering experiments [PITH_FULL_IMAGE:figures/full_fig_p023_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Real-time indoor experiments related to state response [PITH_FULL_IMAGE:figures/full_fig_p023_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Control input during hovering experiment [PITH_FULL_IMAGE:figures/full_fig_p024_8.png] view at source ↗
read the original abstract

Autonomous aerial vehicles necessitate control strategies that balance computational efficiency with robust performance in dynamic operational environments. This paper proposes a model predictive control (MPC) framework for aerial platforms that leverages physics-informed machine learning (PIML) to achieve an optimal balance between computational tractability and robust performance. At the core of the proposed approach lies a sparse, control-affine model identified via the PIML method, which provides a parsimonious yet interpretable representation of the system dynamics by embedding first-principles knowledge and learning residual uncertainties from operational data. This model is incorporated within a robust MPC scheme that adopts a high-order Runge-Kutta discretization to ensure prediction accuracy and an adaptive tube-based mechanism to guarantee constraint satisfaction under uncertainty. The online adaptation of the tube, directly informed by the residual error of the PIML model, ensures robust stability without introducing excessive conservatism. Rigorous theoretical proofs are provided to establish recursive feasibility and stability. Numerical simulations and experiments on a quadrotor demonstrate that our method significantly reduces computational load compared to nonlinear MPC and robust MPC using a high-fidelity model, while outperforming PID, nonlinear MPC, neural-network-based MPC, and fixed-tube robust MPC in tracking performance and robustness, showcasing the practical efficiency of the proposed PIML-based control synthesis for resource-constrained aerial systems.

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 / 2 minor

Summary. The paper proposes a physics-informed machine learning (PIML) method to identify a sparse control-affine dynamic model for aerial vehicles by embedding first-principles knowledge and learning residuals from data. This model is embedded in a tube MPC controller that uses high-order Runge-Kutta discretization and adapts the tube radius online from the PIML residual error, with claimed proofs of recursive feasibility and stability. Numerical simulations and quadrotor experiments are reported to show lower computational load than nonlinear or high-fidelity robust MPC and better tracking/robustness than PID, nonlinear MPC, neural-network MPC, and fixed-tube robust MPC.

Significance. If the adaptive-tube construction from the learned residual supplies a rigorously bounded uncertainty set that preserves recursive feasibility under discretization, the method would combine the parsimony of sparse models with reduced conservatism relative to fixed-tube or high-fidelity robust MPC, offering a practical route to robust control on resource-constrained aerial platforms.

major comments (2)
  1. [§4] §4 (Recursive feasibility and stability proofs): the central claim that the online tube adaptation from the PIML residual guarantees constraint satisfaction and recursive feasibility requires an explicit set-valued bound on the residual (including its propagation through the high-order Runge-Kutta scheme) rather than a pointwise error; without this, the invariant-tube property used in the proof is not secured.
  2. [§3.2] §3.2 (Tube adaptation law) and Eq. (tube radius update): the adaptation rule is stated to be “directly informed by the residual error,” but no Lipschitz or interval bound is supplied to ensure the adapted tube remains a robust positively invariant set when the identified model is control-affine and the discretization error is present; this is load-bearing for the stability theorem.
minor comments (2)
  1. Notation for the PIML residual and the tube radius should be unified across the model-identification and control sections to avoid ambiguity in the feasibility argument.
  2. The experimental section would benefit from reporting the actual CPU times and constraint-violation statistics (not only qualitative outperformance) to substantiate the computational-load claim.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive and detailed comments, which have identified important aspects where the theoretical analysis can be strengthened. We address each major comment below.

read point-by-point responses
  1. Referee: [§4] §4 (Recursive feasibility and stability proofs): the central claim that the online tube adaptation from the PIML residual guarantees constraint satisfaction and recursive feasibility requires an explicit set-valued bound on the residual (including its propagation through the high-order Runge-Kutta scheme) rather than a pointwise error; without this, the invariant-tube property used in the proof is not secured.

    Authors: We acknowledge that the proof requires an explicit set-valued bound on the residual (including propagation through the Runge-Kutta scheme) to rigorously establish the invariant-tube property. The original manuscript relies on the online adaptation from the pointwise PIML residual, but we agree this is insufficient without the set-valued characterization. In the revision we will derive and insert the required bound in Section 4, using Lipschitz constants of the control-affine dynamics and interval estimates for the discretization error. revision: yes

  2. Referee: [§3.2] §3.2 (Tube adaptation law) and Eq. (tube radius update): the adaptation rule is stated to be “directly informed by the residual error,” but no Lipschitz or interval bound is supplied to ensure the adapted tube remains a robust positively invariant set when the identified model is control-affine and the discretization error is present; this is load-bearing for the stability theorem.

    Authors: We agree that a Lipschitz or interval bound on the residual is needed to guarantee that the adapted tube remains a robust positively invariant set. The manuscript states the adaptation is informed by the residual but does not supply the supporting bound. We will revise Section 3.2 to include the necessary Lipschitz/interval analysis for the control-affine model and discretization, thereby securing the invariance property used in the stability theorem. revision: yes

Circularity Check

0 steps flagged

No circularity: model from data, MPC with proofs, validated externally

full rationale

The derivation begins with PIML-based sparse identification of a control-affine model from operational data, followed by incorporation into an adaptive-tube MPC scheme whose radius update uses the learned residual. Recursive feasibility and stability are asserted via provided theoretical proofs rather than by redefinition or fitting. Performance claims rest on numerical simulations and quadrotor experiments against external baselines (PID, NMPC, NN-MPC, fixed-tube RMPC), not on any internal renaming or self-referential prediction. No self-citations, ansatzes smuggled via prior work, or fitted inputs relabeled as predictions appear in the supplied text; the chain remains self-contained against external benchmarks.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The approach depends on the assumption that system dynamics admit a sparse control-affine representation with learnable residuals, plus standard robust MPC assumptions on bounded uncertainty; no new physical entities are introduced.

free parameters (1)
  • PIML model coefficients
    Learned from operational flight data to capture residual dynamics
axioms (1)
  • domain assumption Aerial vehicle dynamics admit a sparse control-affine form with additive residual uncertainties that can be identified from data
    This underpins the PIML sparse identification step

pith-pipeline@v0.9.0 · 5772 in / 1322 out tokens · 29393 ms · 2026-05-25T03:55:12.315087+00:00 · methodology

discussion (0)

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

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

31 extracted references · 31 canonical work pages

  1. [1]

    Xu, Reinforcement learning-based distributed optimal formation tracking control with obstacle avoidance for quadrotor UA Vs, Aerospace Science and Technology 173 (2026) 111789

    L.-X. Xu, Reinforcement learning-based distributed optimal formation tracking control with obstacle avoidance for quadrotor UA Vs, Aerospace Science and Technology 173 (2026) 111789. doi:10.1016/j.ast.2026. 111789

  2. [2]

    Tian, L.-J

    K. Tian, L.-J. Hu, C. Bai, H.-P. Ren, Adaptive model predictive con- trol with extended state observer for unmanned aerial vehicle trajec- tory tracking, Aerospace Science and Technology 168 (2026) 111085. doi:10.1016/j.ast.2025.111085

  3. [3]

    Osman, Y

    M. Osman, Y. Xia, M. Mahdi, T. Manzoor, G. E. M. Abro, A. H. Bajodah, Physics-informed sparse reinforcement learning for hybrid VTOL UA V control: HILS verification and tethered hover bench- marking, Aerospace Science and Technology 172 (2026) 111646. doi: 10.1016/j.ast.2026.111646. 30

  4. [4]

    H. Ye, J. Cao, X. Yang, S. Shao, Safety-critical model predictive control for quadcopter UA V subject to wind disturbances and measurement errors in confined environments, Aerospace Science and Technology 173 (2026) 111790. doi:10.1016/j.ast.2026.111790

  5. [5]

    Manzoor, H

    T. Manzoor, H. Pei, Z. Sun, Z. Cheng, Model predictive control tech- nique for ducted fan aerial vehicles using physics-informed machine learning, Drones 7 (1) (2023). doi:10.3390/drones7010004

  6. [6]

    Drgoa, T

    J. Drgoa, T. X. Nghiem, T. Beckers, M. Fazlyab, E. Mallada, C. Jones, D. Vrabie, S. L. Brunton, R. Findeisen, Safe physics-informed machine learning for dynamics and control, in: 2025 American Control Con- ference (ACC), 2025, pp. 591–606. doi:10.23919/ACC63710.2025. 11107836

  7. [7]

    C. Kong, B. Wang, L. He, Q. Jiang, C. Liu, ANN-MPC: An adaptive neural network-based nonlinear model predictive control method for ro- bust trajectory tracking of quadrotors, IEEE Robotics and Automation Letters 10 (10) (2025) 10966–10973. doi:10.1109/LRA.2025.3607272

  8. [8]

    A. K. Kamath, S. G. Anavatti, M. Feroskhan, A physics-informed neural network approach to augmented dynamics visual servoing of multirotors, IEEE Transactions on Cybernetics 54 (11) (2024) 6319–6332. doi:10. 1109/TCYB.2024.3413072

  9. [9]

    Ghanifar, A

    M. Ghanifar, A. Ali Nikkhah, M. Kamzan, M. Teshnehlab, M. Tayefi, Online trajectory regeneration for multirotors via a proportional- derivative physics-informed neural network, IEEE Access 13 (2025) 145168–145190. doi:10.1109/ACCESS.2025.3598862

  10. [10]

    S. H. Hong, J. Ou, Y. Wang, Physics-guided neural network and gpu- accelerated nonlinear model predictive control for quadcopter, Neural Computing and Applications 35 (1) (2023) 393–413. doi:https://doi. org/10.1007/s00521-022-07783-4

  11. [11]

    Saviolo, G

    A. Saviolo, G. Li, G. Loianno, Physics-inspired temporal learning of quadrotor dynamics for accurate model predictive trajectory tracking, IEEE Robotics and Automation Letters 7 (4) (2022) 10256–10263. doi: 10.1109/LRA.2022.3192609. 31

  12. [12]

    C. A. Osorio Quero, J. Martinez-Carranza, Physics-informed machine learning for UA V control, in: 2024 21st International Conference on Electrical Engineering, Computing Science and Automatic Control (CCE), 2024, pp. 1–6. doi:10.1109/CCE62852.2024.10770871

  13. [13]

    Abdulkadirov, P

    R. Abdulkadirov, P. Lyakhov, D. Butusov, N. Nagornov, D. Kalita, Physics-aware machine learning approach for high-precision quadcopter dynamics modeling, Drones 9 (3) (2025). doi:10.3390/drones9030187

  14. [14]

    Aryan, S

    P. Aryan, S. Panichella, Physics-informed machine learning for preci- sion unmanned aerial vehicle control: Adaptive transformers with safety guarantees, Engineering Applications of Artificial Intelligence 172 (2026) 114379. doi:10.1016/j.engappai.2026.114379

  15. [15]

    Manzoor, H

    T. Manzoor, H. Pei, Y. Xia, Z. Sun, Y. Ali, Compound learning-based model predictive control approach for ducted-fan aerial vehicles, IEEE Transactions on Neural Networks and Learning Systems 36 (5) (2025) 9395–9407. doi:10.1109/TNNLS.2024.3422401

  16. [16]

    J. Wang, M. Fazlyab, Actorcritic physics-informed neural lyapunov control, IEEE Control Systems Letters 8 (2024) 1751–1756. doi: 10.1109/LCSYS.2024.3416235

  17. [17]

    Saviolo, J

    A. Saviolo, J. Frey, A. Rathod, M. Diehl, G. Loianno, Active learning of discrete-time dynamics for uncertainty-aware model predictive control, IEEE Transactions on Robotics 40 (2024) 1273–1291. doi:10.1109/ TRO.2023.3339543

  18. [18]

    Tagliabue, J

    A. Tagliabue, J. P. How, Efficient deep learning of robust policies from MPC using imitation and tube-guided data augmentation, IEEE Trans- actions on Robotics 40 (2024) 4301–4321. doi:10.1109/TRO.2024. 3431988

  19. [19]

    Y. Li, X. Yang, X. Zheng, Disturbance-learning-based robust model pre- dictive control for attitude tracking of small aircraft, IEEE Transactions on Industrial Electronics (2025) 1–11 doi:10.1109/TIE.2025.3536558

  20. [20]

    Osman, Y

    M. Osman, Y. Xia, M. Mahdi, T. Manzoor, A. H. Bajodah, A. Ali, A. Ali, A. Ahmed, An adaptive SINDy-lyapunov model predictive 32 control framework for dual-system VTOL UA Vs, International Jour- nal of Robust and Nonlinear Control 36 (5) (2026) 2388–2417. doi: 10.1002/rnc.70272

  21. [21]

    Masset, R

    X. Cheng, Y. Wang, J. Zhao, N. Liu, Z. Cai, Data-driven adaptive hybrid-based control for some tiltrotor UA Vs in the low-speed flight, Aerospace Science and Technology 170 (2026) 111513. doi:10.1016/j. ast.2025.111513

  22. [22]

    H. Sun, L. Dai, P. Wang, An efficient moving obstacle avoidance scheme for UA Vs via output feedback robust mpc, IEEE Transac- tions on Aerospace and Electronic Systems 60 (5) (2024) 6199–6212. doi:10.1109/TAES.2024.3401094

  23. [23]

    Heinlein, S

    M. Heinlein, S. Subramanian, S. Lucia, Robust model predictive control exploiting monotonicity properties, IEEE Transactions on Automatic Control 70 (9) (2025) 6260–6267. doi:10.1109/TAC.2025.3558137

  24. [24]

    W. Qin, W. Tang, W. Xia, Robust fault-tolerant control based on set- membership estimation and tube MPC, IEEE Transactions on Automa- tion Science and Engineering 22 (2025) 19499–19510. doi:10.1109/ TASE.2025.3594583

  25. [25]

    L. Chen, Y. Liu, Z. Sun, L. Yang, Q. Yan, A tube-based mpc method for path tracking of autonomous vehicles with disturbances at handling limits, IEEE Transactions on Vehicular Technology (2025) 1–15 doi: 10.1109/TVT.2025.3620016

  26. [26]

    H. Lin, L. Zhang, W. Xie, Trajectory tracking control of quadrotor UA V with tube-based model predictive control, in: 2025 37th Chinese Control and Decision Conference (CCDC), 2025, pp. 3197–3202. doi:10.1109/ CCDC65474.2025.11090705

  27. [27]

    P. K. Mishra, M. V. Gasparino, G. Chowdhary, Deep model predic- tive control with stability guarantees, IEEE Transactions on Automatic Control 70 (8) (2025) 5460–5467. doi:10.1109/TAC.2025.3550072

  28. [28]

    Limon, T

    D. Limon, T. Alamo, D. M. Raimondo, D. M. de la Peña, J. M. Bravo, A. Ferramosca, E. F. Camacho, Input-to-State Stability: A Unifying Framework for Robust Model Predictive Control, Springer 33 Berlin Heidelberg, Berlin, Heidelberg, 2009, pp. 1–26. doi:10.1007/ 978-3-642-01094-1_1

  29. [29]

    E. D. Sontag, Input to State Stability: Basic Concepts and Results, Springer Berlin Heidelberg, Berlin, Heidelberg, 2008, pp. 163–220. doi: 10.1007/978-3-540-77653-6_3

  30. [30]

    J. A. E. Andersson, J. Gillis, G. Horn, J. B. Rawlings, M. Diehl, CasADi – A software framework for nonlinear optimization and optimal control, Mathematical Programming Computation 11 (1) (2019) 1–36. doi: 10.1007/s12532-018-0139-4

  31. [31]

    Wächter, L

    A. Wächter, L. T. Biegler, On the implementation of an interior- point filter line-search algorithm for large-scale nonlinear program- ming, Mathematical Programming 106 (2006) 25–57. doi:10.1007/ s10107-004-0559-y . 34