Physics-informed sparse identification-based tube model predictive control for aerial vehicles
Pith reviewed 2026-05-25 03:55 UTC · model grok-4.3
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.
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
- 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
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.
Referee Report
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)
- [§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.
- [§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)
- 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.
- 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
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
-
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
-
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
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
free parameters (1)
- PIML model coefficients
axioms (1)
- domain assumption Aerial vehicle dynamics admit a sparse control-affine form with additive residual uncertainties that can be identified from data
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
sparse regression ... Ψ(ˆx, ˆu)ξ ... adaptive tube ... D(k) updated by exponential smoothing and forgetting factor ... recursive feasibility and ISS
-
IndisputableMonolith/Foundation/BranchSelection.leanbranch_selection unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
tube radius adapted online from PIML residual error
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
-
[1]
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]
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]
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]
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]
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]
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]
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]
-
[9]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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
work page doi:10.1016/j 2026
-
[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]
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]
-
[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]
-
[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]
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
work page 2009
-
[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]
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]
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
work page 2006
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.