Retrospective Cost Adaptive Control (RCAC)
- RCAC is a retrospective quadratic optimization framework that directly updates controller gains using past closed-loop data and reconstructed performance variables.
- It employs a recursive least-squares strategy to minimize a cumulative quadratic cost, enabling adaptive command following and disturbance rejection.
- RCAC has been successfully applied in aerospace, multicopter autotuning, and propulsion, offering effective adaptive augmentation with minimal plant model dependency.
Searching arXiv for recent and foundational papers on Retrospective Cost Adaptive Control to ground the article in cited research. Retrospective Cost Adaptive Control (RCAC) is a direct adaptive control methodology for discrete-time and sampled-data systems in which a linearly parameterized controller is updated online by minimizing a quadratic retrospective cost built from measured closed-loop data and a reconstructed “what-if” performance variable. In the formulation used across recent aerospace, propulsion, and estimation applications, RCAC combines a controller parameterization such as , a retrospective performance variable that evaluates how performance would have changed under an alternative controller parameter, and a recursive least-squares-like minimization of a cumulative quadratic objective (DeBoskey et al., 9 Jun 2025, Islam et al., 2021). In contemporary practice, RCAC appears both in its canonical sampled-data form for command following and disturbance rejection and in application-specific variants such as adaptive digital autopilot augmentation, multicopter autotuning, thrust regulation for solid-fuel ramjets, and retrospective-cost-based attitude estimation (Lee et al., 2021, Spencer et al., 2021, Oveissi et al., 2024).
1. Historical framing and conceptual identity
RCAC is presented in the recent literature as a digital adaptive control technique applicable to stabilization, command following, and disturbance rejection, using past measured data and past applied input to recursively optimize controller gains online (Lee et al., 2021, Lee et al., 2022). Its contemporary role is especially clear in application papers that contrast it with fixed-gain robust control and model-heavy adaptive designs: fixed-gain control trades nominal performance against uncertainty, whereas RCAC seeks online performance recovery or improvement using limited plant-side structural information rather than a full identified model (Islam et al., 2021, Lee et al., 2021).
A central point in the literature is terminological. In propulsion and flight-control papers, retrospective cost optimization (RCO) denotes the optimization principle, while retrospective cost adaptive control (RCAC) denotes the controller implementation derived from that principle (DeBoskey et al., 9 Jun 2025). This distinction is explicit in the solid-fuel ramjet thrust-regulation study, where the controller is said to be “based on retrospective cost optimization,” but the implemented algorithm is explicitly labeled RCAC (DeBoskey et al., 9 Jun 2025).
Recent work also makes clear that RCAC is best understood as a controller-parameter adaptation framework, not a plant-parameter identification framework. In multicopter autotuning and PX4 autopilot augmentation, RCAC updates gains of existing P/PI/PID-type loops rather than first identifying a high-fidelity model of the airframe (Spencer et al., 2021, Goel et al., 2020). A plausible implication is that RCAC is particularly attractive in embedded control stacks where the baseline structure is already acceptable and only gain adaptation or augmentation is desired.
2. Canonical mathematical structure
The canonical RCAC structure appearing across papers begins with a linearly parameterized controller,
where is a regressor formed from measured signals and is the adaptive controller parameter vector (DeBoskey et al., 9 Jun 2025, Islam et al., 2021). In the propulsion and autopilot papers, is typically constructed from tracking error, integral-of-error, error differences, and optionally feedforward references (DeBoskey et al., 9 Jun 2025, Lee et al., 2021, Spencer et al., 2021).
The defining RCAC ingredient is the retrospective performance variable, which in one standard form is written as
with an FIR surrogate filter (DeBoskey et al., 9 Jun 2025, Oveissi et al., 2024). In digital PID-specialized formulations used in flight-control and multicopter papers, this reduces to a one-step form
where is the sign of the leading numerator coefficient of the transfer function from 0 to 1 (Lee et al., 2021, Spencer et al., 2021, Goel et al., 2020, Goel et al., 2020). In both cases, 2 is a reconstructed or hypothetical performance variable answering the counterfactual question: what would the current performance have been if a different controller parameter had been used?
The retrospective cost is then formed as a cumulative quadratic objective. A widely used form is
3
or, in PID-specialized formulations with explicit control regularization,
4
(DeBoskey et al., 9 Jun 2025, Lee et al., 2021, Spencer et al., 2021). The parameter update is the minimizer
5
which, because 6 is quadratic in 7, admits an RLS-style recursion (DeBoskey et al., 9 Jun 2025, Lee et al., 2021).
A representative recursive update used in the SFRJ paper is
8
with covariance recursion
9
where 0 and 1 (DeBoskey et al., 9 Jun 2025). In the digital PID flight-control literature, the analogous recursion includes both performance and control penalties through 2 and 3 (Lee et al., 2021, Spencer et al., 2021).
This mathematical structure explains why RCAC is often described as a direct adaptive method with least-squares flavor: it updates controller coefficients, not plant parameters, but it does so by solving a recursively updated quadratic optimization problem using measured data.
3. Target-model information, feasibility, and nonminimum-phase structure
A major theoretical point developed in the data-driven RCAC paper is that RCAC is not assumption-free with respect to plant structure (Islam et al., 2021). In sampled-data SISO settings, the target model must encode specific information about the plant, and the paper identifies the essential elements as the sign of the leading numerator coefficient, the relative degree, and all nonminimum-phase zeros of the discretized plant (Islam et al., 2021).
This requirement arises because the closed-loop map that RCAC attempts to shape inherits the plant numerator. The paper shows that if the target model omits actual nonminimum-phase zeros, the adaptation may attempt their cancellation through unstable controller poles, leading to hidden instability (Islam et al., 2021). Thus, for SISO systems, a nominal quasi-feasible target model must preserve those numerator-side structural features even if the full plant model is unknown.
The same paper introduces data-driven RCAC (DDRCAC), which combines RCAC with online system identification via RLS with variable-rate forgetting. In DDRCAC, the identified numerator of the input-output model is used to build a time-varying target model, thereby supplying online the structural information—especially NMP zero content—that RCAC needs (Islam et al., 2021). This is a significant shift from standard RCAC: instead of assuming the target-model information is known a priori, the controller identifies the limited plant-side information required for retrospective-cost adaptation.
A plausible implication is that RCAC occupies a middle ground between purely model-free heuristics and full certainty-equivalent adaptive control. The adaptation law itself may be data-driven, but target-model feasibility remains a structural issue, especially for nonminimum-phase plants (Islam et al., 2021).
4. Controller parameterizations and implementation styles
Recent applications overwhelmingly implement RCAC through low-order, linearly parameterized controllers. The most common parameterizations are adaptive P, PI, PID, and PID-plus-feedforward forms (DeBoskey et al., 9 Jun 2025, Lee et al., 2021, Spencer et al., 2021, Goel et al., 2020, Goel et al., 2020).
In the SFRJ thrust-regulation framework, RCAC adapts a PID controller with
4
written compactly as
5
(DeBoskey et al., 9 Jun 2025). In fixed-wing PX4 augmentation and multicopter autotuning, the parameter vector often includes a feedforward term,
6
with regressor
7
(Lee et al., 2021, Spencer et al., 2021).
The choice of regressor is application-dependent. In the quadcopter PX4 augmentation paper, proportional augmentations are used in position and reduced-attitude channels, PI in velocity channels, and PID+feedforward in angular-rate channels (Goel et al., 2020). In the multicopter autotuner, all 27 PX4 gains across the position, velocity, attitude, and rate loops are adapted by assigning controller-specific regressor structures and error-normalization functions 8, including both 9 and
0
depending on the loop (Spencer et al., 2021).
The continuous-time extension, CTRCAC, retains the RCAC logic but replaces the sampled-data recursion with continuous-time filtered signals and a continuous-time retrospective cost,
1
leading to differential equations for 2 and 3 (Mirtaba et al., 6 Jun 2025). This extension preserves the retrospective-cost principle while removing the primary dependence on a discrete-time implementation.
5. Application domains
RCAC has recently been used in multiple aerospace and propulsion contexts. The dominant implementation pattern is not wholesale controller replacement but adaptive augmentation of an existing architecture.
In fixed-wing autopilot work, RCAC augments the PX4 inner-loop attitude controller while leaving the mission planner, TECS, guidance law, and control allocation intact (Lee et al., 2021, Lee et al., 2022). Adaptive signals are added to the pitch-rate and roll-rate command generators and, conceptually, to the angular-acceleration command stage. This augmentation architecture is central: RCAC learns corrective inner-loop action to compensate degraded nominal gains or actuator faults without redesigning the entire flight stack (Lee et al., 2021). The 2022 fixed-wing paper extends this to physical flight experiments on a Volantex Ranger 1600 and reports that the augmented adaptive autopilot recovers baseline performance under degraded nominal gains and improves tracking under a stuck-aileron fault (Lee et al., 2022).
In multicopters, RCAC has been used in two distinct ways. One is adaptive augmentation of PX4, where parallel adaptive signals 4, 5, 6, and 7 are added to the nested position and attitude loops (Goel et al., 2020). The other is autotuning, where fixed gains in the cascaded PX4 autopilot are replaced by adaptive gains that are learned over a single “learning trajectory” flight and then saved as an autotuned controller (Spencer et al., 2021). The autotuner paper reports performance improvements on a second-order Hilbert-curve trajectory of 8 in simulation and 9 in real flight tests relative to default PX4 gains (Spencer et al., 2021).
In propulsion, RCAC has been applied to solid-fuel ramjet thrust regulation. One study integrates RCAC with a neural-network thrust estimator because thrust is not directly measurable in flight; the neural network maps in-situ measurements 0 to estimated thrust, and RCAC then regulates the estimated thrust by adjusting a variable capture radius 1 (DeBoskey et al., 9 Jun 2025). A later CFD-based SFRJ study uses an adaptive PI controller updated online by RCAC to regulate thrust through combustor-wall heat-flux modulation, with the key implementation point that the adaptive update uses measured thrust data rather than the CFD model itself (Khokhar et al., 6 Nov 2025).
RCAC ideas have also migrated beyond control into estimation. The retrospective cost attitude estimator (RCAE) on 2 uses an RCAC-style retrospective cost to adapt a scalar correction magnitude inside a multiplicative attitude-estimation update (Oveissi et al., 2024). This preserves the structure of RCAC—parameterized correction, retrospective performance variable, quadratic retrospective cost, RLS-style update—but repurposes it for state estimation rather than control. This suggests that retrospective-cost machinery is portable across control and estimation problems when a suitable performance variable can be defined.
Representative recent application papers
| Domain | Role of RCAC | Representative paper |
|---|---|---|
| Fixed-wing flight control | Inner-loop adaptive augmentation, fault accommodation | (Lee et al., 2021, Lee et al., 2022) |
| Multicopter control | PX4 augmentation and autotuning of 27 gains | (Goel et al., 2020, Spencer et al., 2021) |
| Ramjet propulsion | Adaptive thrust regulation with estimated or measured thrust | (DeBoskey et al., 9 Jun 2025, Khokhar et al., 6 Nov 2025) |
6. Practical behavior, tuning, and limitations
Across application papers, RCAC is consistently described as model-light, not model-free in an absolute sense. The fixed-wing PX4 paper states that RCAC requires only the sign 3 of the leading numerator coefficient from adaptive input to performance variable (Lee et al., 2021). The SFRJ thrust paper says RCAC “optimizes the controller coefficients using only the measured data and does not rely on the SFRJ model to update the controller gains,” but still uses a finite impulse response surrogate 4, with the simplest choice 5 (DeBoskey et al., 9 Jun 2025). The CFD-based SFRJ paper likewise uses RCAC as a data-driven adaptive mechanism while still relying on offline knowledge to select nominal operating heat flux and safe pre-unstart envelopes (Khokhar et al., 6 Nov 2025).
Hyperparameter sensitivity is a recurring theme. In the SFRJ work, larger 6 yields faster convergence but larger overshoot, while larger 7 yields a faster response (DeBoskey et al., 9 Jun 2025, Khokhar et al., 6 Nov 2025). In multicopter and fixed-wing applications, authors specify channel-dependent 8, 9, and sometimes 0, but generally do not provide exhaustive tuning theory (Lee et al., 2021, Lee et al., 2022, Spencer et al., 2021). The continuous-time CTRCAC paper introduces particle swarm optimization to automate tuning of 1 and filter pole 2 offline in simulation, while experimental hyperparameters remain manually tuned (Mirtaba et al., 6 Jun 2025).
Several practical limitations appear repeatedly. First, many papers provide only empirical validation and omit formal closed-loop stability theorems for the actual nonlinear plant-controller interconnection (DeBoskey et al., 9 Jun 2025, Lee et al., 2021, Lee et al., 2022, Mirtaba et al., 6 Jun 2025). Second, handling of saturation, anti-windup, and hard constraints is usually outside the RCAC law itself. The quadcopter augmentation paper explicitly reports that one adaptive angular-rate gain diverged in flight and had to be set to zero, highlighting the practical need for parameter bounding or projection even though these were not included in the reported implementation (Goel et al., 2020). Third, persistence of excitation is rarely treated formally, though some papers address it operationally through designed learning trajectories that excite all loops (Spencer et al., 2021).
A further source of confusion in the literature is the relation between RCAC and predictive-cost methods. Papers on predictive cost adaptive control (PCAC) and nonlinear predictive cost adaptive control (NPCAC) are methodologically adjacent but distinct: they perform online model identification and then solve a predictive finite-horizon optimization, whereas RCAC adapts controller parameters through a retrospective cost built on past measured data (Nguyen, 25 Aug 2025, Alhazmi et al., 5 Feb 2026). The distinction is substantive rather than terminological. RCAC is retrospective and direct in its standard form; PCAC is predictive and indirect, with model identification feeding the controller. The Rijke-tube PCAC paper explicitly compares PCAC with prior RCAC results on the same thermoacoustic platform and reports faster suppression for PCAC, but this does not make PCAC an RCAC variant in the strict sense (Paredes et al., 2024).
A final limitation is reproducibility. Several recent application papers use RCAC but omit the full retrospective cost and recursive update equations, instead citing earlier RCAC sources for algorithmic details (Lee et al., 2022, Khokhar et al., 6 Nov 2025). This reflects a mature methodology entering application-oriented literature: the architectural use of RCAC is central, but the full derivation is increasingly assumed background knowledge.
7. Extensions and adjacent developments
The RCAC framework has generated several notable extensions. DDRCAC integrates RCAC with online identification to estimate the target-model information needed for nonminimum-phase and MIMO plants (Islam et al., 2021). CTRCAC carries the retrospective-cost idea into continuous time with continuous-time filtering and adaptive ODEs for 3 and 4 (Mirtaba et al., 6 Jun 2025). RCAE ports retrospective-cost optimization to attitude estimation on 5, showing that the core machinery is not limited to control inputs but can also update estimator corrections (Oveissi et al., 2024). RC/ESC, a retrospective-cost-based extremum-seeking controller with vanishing perturbation, uses RCAC-style retrospective optimization to reduce the need for persistent dither in online output minimization (Paredes et al., 2024).
These developments suggest that the essential RCAC pattern is broader than any single controller family. That pattern consists of four elements: a linearly parameterized decision law, a retrospective performance variable, a cumulative quadratic cost, and a recursive least-squares-type update. What changes across domains is the interpretation of the “control” variable, the choice of performance variable, and the source of surrogate dynamics used to reconstruct retrospective performance (Oveissi et al., 2024, Paredes et al., 2024).
From the perspective of current arXiv literature, RCAC is therefore best characterized as a retrospective quadratic optimization framework for direct adaptive update of controller or correction parameters, especially effective when low-order controller structures are preferred, accurate reduced-order models are unavailable, and measured closed-loop data are abundant (DeBoskey et al., 9 Jun 2025, Khokhar et al., 6 Nov 2025, Islam et al., 2021). Its strongest contemporary contributions are not new theoretical derivations of the canonical law, but the demonstration that the retrospective-cost principle can be embedded in real autopilot stacks, propulsion-control loops, and even nonlinear estimation pipelines while preserving computational tractability and architectural simplicity.