Truncated Taylor Control Barrier Function
- TTCBF is a safety framework that uses truncated Taylor series to approximate barrier functions for enforcing forward invariance in sampled-data control-affine systems.
- It reduces tuning complexity compared to high-order CBF methods by relying on a single class K function and a computed bound on the Taylor remainder.
- TTCBF has been validated in applications like robotic navigation and quadrotor control, demonstrating practical, robust, and real-time safety filtering.
The Truncated Taylor Control Barrier Function (TTCBF) is a framework for enforcing safety in sampled-data, control-affine nonlinear systems, particularly in the presence of high-relative-degree safety constraints. TTCBFs employ Taylor series expansions of barrier functions, truncated at the relative degree, to synthesize control inputs that guarantee forward invariance of safe sets in discrete-time or zero-order-hold implementations. By integrating a single class function and bounding the Taylor remainder, TTCBFs generalize Control Barrier Functions (CBFs) to arbitrary relative degree, offering a reduction in tuning complexity compared to high-order CBF methods and enabling practical, robust, real-time safety filtering in applications ranging from robotic navigation to real quadrotor systems (Xu et al., 21 Jan 2026, Xu et al., 19 Mar 2025, Liu et al., 14 Nov 2025, Xiao et al., 12 Dec 2025, Zhang et al., 2021).
1. System Model and Safety Problem
Consider a control-affine nonlinear system,
where and are sufficiently smooth vector fields. The control input is typically held constant within each sampling interval under a zero-order hold (ZOH) implementation: for .
A safety requirement is encoded by a barrier function , with safe set ; here, is the relative degree of , i.e., the minimal for which control appears in .
The safety-critical control problem is to design a feedback input such that for all given .
2. Principle of TTCBF Construction
2.1 Taylor Series Expansion and Discrete-Time Approximation
The TTCBF approach centers on the truncated Taylor expansion of the barrier function along the system trajectory, evaluated over a sampling period . For a relative degree barrier, Taylor's theorem yields
where is the -th time derivative of along closed-loop trajectories, and is the Lagrange remainder of order , which depends on higher-order derivatives evaluated at an intermediate point .
2.2 TTCBF Inequality
A single class function is used to induce decay in the safety function, leading to the TTCBF discrete-time safety condition: where is a computable, typically conservative upper bound on the Taylor remainder : with a uniform upper bound on in a neighborhood of (Liu et al., 14 Nov 2025, Xu et al., 19 Mar 2025).
This condition is affine in and can be directly implemented as a constraint in a quadratic program (QP), ensuring forward invariance of the discrete safe set under sampled-data control (Xu et al., 21 Jan 2026, Xiao et al., 12 Dec 2025, Zhang et al., 2021).
3. Theoretical Properties and Comparison to High-Order CBFs
TTCBFs generalize standard CBFs to any relative degree without introducing nested auxiliary barrier functions or multiple class functions:
- High-Order CBFs (HOCBFs): For relative degree , require a chain of auxiliary functions (e.g., , , etc.) and independently tuned class functions, resulting in increased parameterization and tuning complexity, along with a chain of forward invariance conditions on nested sets.
- TTCBFs: Require only a single class function, with all conservatism or aggressiveness determined by its gain. The burden of high-dimensional parameter search is avoided; design complexity is reduced from to (Xu et al., 19 Mar 2025, Xu et al., 21 Jan 2026).
The TTCBF condition is both necessary and sufficient for safety on the sampling interval in the local, linearized tube around , provided the remainder is tightly bounded (Xiao et al., 12 Dec 2025).
4. Implementation Methodology
The TTCBF framework is typically realized via the following procedure per sampling step (Zhang et al., 2021, Liu et al., 14 Nov 2025):
- State Measurement: Acquire the current state (or a robustified estimate in case of measurement uncertainty).
- Taylor Model Computation: Form the truncated Taylor series of the barrier along trajectories starting from , up to order .
- Remainder Bounding: Compute or estimate the remainder bound using local Lipschitz, Hessian, or polynomial bounds.
- QP Formulation: Construct the safety constraint as a linear inequality in and embed it in a quadratic program:
where and are derived from the Lie derivatives and remainder bound.
- Input Application: Apply as a constant input over .
- Robustification (if required): In presence of measurement and actuation uncertainties, the state tube and input set are tightened accordingly; interval Taylor models and reachable set overapproximations are employed (Zhang et al., 2021).
The framework admits further refinement via event-triggered control, where the QP is re-solved if trajectories exit a predetermined state-tube before the intended sampling time (Xiao et al., 12 Dec 2025).
5. Adaptive TTCBF (aTTCBF) and Enhanced Variants
Adaptive TTCBF (aTTCBF) introduces online adaptation of the class gain (Xu et al., 21 Jan 2026): where is optimized at each time step within the QP, allowing the system to automatically scale conservatism for feasibility.
Compared to High-Order Adaptive CBFs (PACBF, RACBF), aTTCBF dramatically reduces the number of tuning parameters: for the corridor navigation benchmark, aTTCBF used 18 versus 72 (PACBF) and 126 (RACBF), while delivering preferable tracking and QP solve times (0.71 ms vs 1.56 ms) without increasing control effort (Xu et al., 21 Jan 2026).
6. Practical Examples and Experimental Validation
High-Order System: In a relative-degree-6 spring-mass system, a TTCBF-based controller guarantees with tight adherence to the safety specification, while a nominal controller overshoots by 0.4 m and violates safety. The control remains aggressive until near the safety boundary, where it smoothly regulates action (Xu et al., 21 Jan 2026).
Mobile Robot Navigation: For a corridor navigation problem with obstacles modeled as high-relative-degree CBFs (), TTCBF and aTTCBF filters maintain strict safety, minimizing both path-tracking error and control effort. The one-dimensional tuning of stands in contrast with the high-dimensional parametric tuning needed for HOCBF implementations (Xu et al., 19 Mar 2025, Xu et al., 21 Jan 2026).
Real-Time Hardware: On the Crazyflie quadcopter (6-state double integrator, 50 Hz control), TTCBF algorithms (reachable set overapproximation, interval Taylor, Lasserre SDP for margin, final QP) executed in $5$–$8$ ms per sample, demonstrating practical real-time deployability (Zhang et al., 2021).
7. Robustification and Sampling Effects
TTCBFs are explicitly designed for sampled-data system safety. By bounding the Taylor remainder and formulating the safety constraint over the sampling period, TTCBFs ensure forward invariance of the safe set even in the presence of inter-sample growth, measurement, and actuation uncertainties (Zhang et al., 2021, Liu et al., 14 Nov 2025).
Robust implementation involves:
- Overapproximating the reachable tube using interval arithmetic and zonotopes.
- Shrinking input sets and recomputing Taylor bounds under input uncertainty.
- Accommodating uncertainty via tightened constraints in the QP.
This ensures the system remains continuously safe under zero-order-hold, not just at sample points, addressing a key limitation of traditional CBF and HOCBF approaches in sampled-data settings (Liu et al., 14 Nov 2025).
Summary Table: Comparison of TTCBF and HOCBF Methods
| Feature | HOCBF | TTCBF |
|---|---|---|
| Relative Degree | Arbitrary, but requires auxiliary functions | Arbitrary, Taylors to order |
| Class | functions, high-dimensional tuning | Single function, 1-dimensional tuning |
| Safety Guarantee | Via nested auxiliary sets | Directly on |
| QP Implementation | Multiple constraints | Single affine constraint |
| Discrete-Time Safety | Continuity not explicit under ZOH | Explicitly enforces intersample safety |
TTCBF thus provides a scalable, computationally tractable framework for high-order, sampled-data safety-critical control, unifying theoretical guarantees with practical real-time applicability (Xu et al., 21 Jan 2026, Xu et al., 19 Mar 2025, Zhang et al., 2021, Liu et al., 14 Nov 2025, Xiao et al., 12 Dec 2025).