Belief-Space Safety Filter (BeliefSF)
- BeliefSF is a framework that filters candidate actions based on a complete belief state, ensuring safety under uncertainty and partial observability.
- It encompasses diverse formulations—including Gaussian, particle-based, and latent variable methods—using barrier functions, CVaR bounds, and probabilistic constraints.
- Synthesis mechanisms such as quadratic programs and planning-based filters provide safety guarantees, supported by both theoretical analysis and empirical performance metrics.
Belief-Space Safety Filter (BeliefSF) denotes a class of safety-filtering mechanisms that operate on a belief state rather than on a single estimated state. Across the literature, the belief may be a Gaussian belief , a sample-based or particle-based belief, a posterior over a latent parameter , or a belief over hidden human types. The common pattern is that a nominal control, policy, or candidate action is filtered, screened, or replaced so that the resulting closed-loop evolution remains inside a belief-space safe set or satisfies a belief-dependent risk constraint. Later work uses the term explicitly, while earlier work realizes the same structure through Belief Control Barrier Functions (BCBFs), risk-aware controllers for particle filters, probabilistically constrained belief-space planning, and value-based safety switching (Vahs et al., 2023, Vahs et al., 2023, Vahs et al., 11 Mar 2026, Hu, 1 Jun 2026).
1. Conceptual scope and lineage
BeliefSF emerged from the observation that safety-critical control under partial observability cannot be reduced to filtering the nominal control with respect to a point estimate alone. In the Gaussian-belief setting, BCBFs were introduced to leverage “all information provided by state estimators,” converting a state-space chance constraint into a barrier condition on the belief state (Vahs et al., 2023). In non-Gaussian settings, a risk-aware controller based on continuous-discrete particle filters defined belief dynamics explicitly and constructed safe sets in the underlying belief space; although that paper does not use the term “BeliefSF,” it states that its controller “filters the reference control in real time to ensure the belief remains in a safe set that implies bounded risk over the unknown state” (Vahs et al., 2023).
Subsequent work broadened the notion substantially. Sample-based BCBFs generalized the framework to arbitrary sample-based beliefs and incorporated concentration bounds on VaR and CVaR, including robustness to one-sided Kolmogorov–Smirnov distribution shift (Han et al., 5 Apr 2025). A layered reach-avoid POMDP architecture then used the term BeliefSF directly for a conformal-enhanced BCBF-based safety filter that operates at high rate alongside a lower-rate information-gathering controller (Vahs et al., 11 Mar 2026). In interactive robotics, value-based BeliefSF was cast in an information-space Hamilton–Jacobi framework, where the safe set is a superlevel set of a value function over the joint information state and the filter explicitly depends on runtime inference over latent human parameters (Hu, 1 Jun 2026).
This suggests that BeliefSF is best understood as an umbrella construction rather than a single algorithm. The underlying safety certificate may be a CBF inequality, a CVaR bound, a probabilistic constraint in a belief tree, an expected residual-risk threshold, or a value-function superlevel condition. What remains invariant is the belief-dependent screening of control.
2. Belief representations and belief dynamics
The literature instantiates BeliefSF with several distinct belief models. In EKF-based formulations, the state belief is Gaussian,
with belief state . Continuous-time belief propagation follows
and discrete-time updates are provided by an EKF or, under state-dependent measurement noise, a GEKF (Vahs et al., 2023, Walia et al., 15 Oct 2025).
In particle-based formulations, the belief is represented by weighted particles,
and the stacked belief state is
For continuous-discrete particle filters, each particle evolves according to the stochastic dynamics, and the stacked belief evolves as
0
followed by the discrete measurement update 1 (Vahs et al., 2023). Closely related sample-based BCBF work uses a stacked sample belief
2
for partially observed environment state samples generated by a Bayesian filter such as a particle filter or EKF (Han et al., 5 Apr 2025).
Other BeliefSF variants use beliefs over latent variables rather than over the physical state. Risk-constrained belief-space MPPI maintains an online posterior 3 over a time-invariant latent parameter 4 and updates it by Bayes’ rule,
5
with particle filtering used for inference (Enwerem et al., 4 Apr 2026). In interactive robotics, the joint information-space state is 6, where 7 is a belief over latent human type, and the closed-loop dynamics couple physical evolution and inference updates (Hu, 1 Jun 2026).
A further variant appears in automated driving, where ego localization uncertainty is modeled as a Gaussian belief 8 over 2D Cartesian position, and the belief-space quantity of interest is expected residual risk under this localization uncertainty rather than a barrier function (Karunainayagam et al., 12 May 2026).
3. Safety sets, risk functionals, and certification objects
BeliefSF does not impose a single canonical safety functional. In Gaussian BCBF formulations, a state-space half-space constraint 9 is lifted to the belief-space barrier
0
so that the safe set is 1 (Vahs et al., 2023). In the GEKF extension, the same Gaussian-belief barrier is retained, but the discrete-update safety analysis uses the GEKF innovation covariance 2 to bound the probability of leaving the belief-safe set during measurement updates (Walia et al., 15 Oct 2025).
For non-Gaussian particle beliefs, safety is expressed through a lower confidence bound on tail risk. With 3 defining the state-space safe set 4, the particle-filter method defines
5
and 6. If 7, then with confidence at least 8, the true 9 is nonnegative (Vahs et al., 2023). The sample-based BCBF framework uses the analogous lower-confidence object
0
with 1 equal to VaR or CVaR, and extends it to a robust version 2 under a one-sided KS distance bound 3 (Han et al., 5 Apr 2025).
A different certificate appears in conformal BCBF BeliefSF. There, finite-horizon interval safety on 4 is expressed via nonconformity scores
5
computed over continuous particle trajectories. Sorting these scores yields a conformal threshold, and if the threshold is nonpositive, then 6 (Vahs et al., 11 Mar 2026).
Belief-dependent chance constraints also appear directly, without barrier reparameterization. In online belief-space planning, the central quantity is
7
with analogous constraints on propagated beliefs 8. Unsafe actions are those for which the recursive probabilistic constraint fails in the current search tree (Zhitnikov et al., 2024).
In automated driving, the safety object is expected residual risk rather than a safe set: 9 Candidate actions can then be filtered by constraints such as 0 or 1 (Karunainayagam et al., 12 May 2026).
4. Filter synthesis mechanisms
The most common BeliefSF synthesis is a quadratic program that minimally modifies a nominal input. In EKF-based BCBFs, the runtime filter solves
2
or an ECBF analogue for higher relative degree constraints (Vahs et al., 2023). The PF-CVaR version uses the nonsmooth barrier 3 and enforces a nonsmooth stochastic CBF constraint inside a small QP over the control input dimension 4 (Vahs et al., 2023). Sample-based BCBFs likewise solve a single-constraint QP with 5 or 6 replacing 7, using automatic differentiation for gradients and Hessians (Han et al., 5 Apr 2025).
Conformal BeliefSF adopts a different decomposition. A nominal controller and a Belief Control Lyapunov Function information-gathering controller run at the observation rate, while the high-rate safety filter selects the top-8 particles according to the conformal score and solves a QP with per-particle stochastic reciprocal CBF constraints. Safety has strict precedence and overrides the nominal or information-gathering action whenever necessary (Vahs et al., 11 Mar 2026).
Planning-based variants filter actions rather than instantaneous controls. In residual-risk filtering for automated driving, a discrete candidate set 9 is evaluated by Monte Carlo over ego-pose belief samples, unsafe candidates are discarded,
0
and the optimal safe candidate is selected according to a task objective 1 (Karunainayagam et al., 12 May 2026). In probabilistically constrained MCTS, the filter is embedded into tree expansion: after a candidate action is selected by UCB or PUCT, propagated and posterior belief constraints are checked, and if violated the action is marked dangerous, pruned by CleanTree, and removed from the tree statistics (Zhitnikov et al., 2024).
BeliefSF also appears in sampling-based stochastic optimal control. Risk-constrained belief-space MPPI evaluates each candidate control sequence under multiple belief-particle rollouts, computes the empirical 2 of the trajectory-level safety-margin violation, and implements a “soft BeliefSF” through a penalty 3 in the candidate score (Enwerem et al., 4 Apr 2026). In neural value-based interactive robotics, the filter is a switching mechanism: the nominal policy is executed unless the learned belief-space value at the next state would fall below 4, in which case the controller switches to a learned safety fallback policy 5 that maintains 6 (Hu, 1 Jun 2026).
5. Guarantees and empirical performance
The theoretical guarantees follow the certificate used by each variant. For continuous-time BCBFs in Gaussian belief space, if the barrier inequality is enforced between measurements, forward invariance of the belief-safe set holds over each flow interval; additional jump analysis yields probabilistic guarantees across EKF updates, and an augmented safe set can guarantee 7 across measurement jumps (Vahs et al., 2023). PF-CVaR BeliefSF proves belief-space forward invariance under feasibility of the QP and the discrete-update assumption 8; combined with the CVaR concentration theorem, this implies that with probability at least 9, 0 for all 1 (Vahs et al., 2023). Sample-based BCBFs extend the guarantee to lower confidence bounds on VaR or CVaR and to one-sided KS-robust distribution shift (Han et al., 5 Apr 2025). Conformal BeliefSF proves interval safety 2, and across 3 intervals yields mission safety at least 4 (Vahs et al., 11 Mar 2026). JIST verification for neural BeliefSF gives a finite-sample guarantee of the form
5
with probability at least 6, provided the binomial tail inequality is satisfied on calibration rollouts sampled from the trusted inference region 7 (Hu, 1 Jun 2026).
Reported empirical performance is consistently tied to reduced conservativeness relative to physical-space or mean-state baselines, but the exact mechanism differs by formulation. In Gaussian BCBF simulations of unicycle obstacle avoidance, the reported number of collisions over 100 trials was 8 for BCBF with 9, 0 for chance-constrained NMPC, and 1 for a stochastic CBF baseline; hardware quadrotor experiments reported 2 collision-free runs under changing sensing conditions (Vahs et al., 2023). In multimodal particle-filter simulations with 3 runs and 4, the reported collisions were 5 for 6-SCBF, 7 for ML-SCBF, 8 for BE-SCBF, 9 for the PF-CVaR method with 0, and 1 for 2 (Vahs et al., 2023). Sample-based BCBFs report real-time performance of approximately 3 kHz and note that 4 is safest but more conservative, whereas 5 provides the best balance in dynamic collision avoidance (Han et al., 5 Apr 2025). In risk-constrained belief-space MPPI for dexterous stowing, high risk aversion 6 achieved 7 success with zero contact violations, compared to 8 for a risk-neutral-like configuration and 9 for a chance-constrained baseline (Enwerem et al., 4 Apr 2026). In reach-avoid POMDP experiments, the layered BeliefSF architecture reported success rates of 0 in Constrained Lightdark and 1 in Constrained Antenna, while state-of-the-art constrained POMDP solvers were substantially lower in the same tables (Vahs et al., 11 Mar 2026). In the human-vehicle benchmark, BeliefSF achieved 2 safe rate and 3 completion, compared to 4 safe rate and 5 completion for a physical-space safety filter; with 6, 7, and 8, JIST improved certified coverage from 9 to 00 (Hu, 1 Jun 2026).
6. Assumptions, limitations, and current directions
The guarantees of BeliefSF are highly sensitive to the assumptions made by each formulation. Gaussian-belief BCBFs assume Gaussianity, first-order linearization, and EKF-style belief dynamics; the GEKF extension still assumes a unimodal Gaussian belief and validity of local linearization, even though it explicitly accommodates multiplicative state-dependent measurement noise (Vahs et al., 2023, Walia et al., 15 Oct 2025). PF-based formulations avoid Gaussian assumptions but rely on sample quality, sufficient particle count, and assumptions on discrete resampling; the non-Gaussian PF-CVaR analysis explicitly excludes rare extreme resampling outcomes that collapse the filter onto unsafe particles (Vahs et al., 2023). Sample-based BCBFs require i.i.d. samples from the belief and valid lower-tail concentration conditions; robustness is only certified up to the prescribed one-sided KS bound 01 (Han et al., 5 Apr 2025).
Planning and verification variants introduce additional assumptions. Probabilistically constrained MCTS assumes bounded rewards, a Regularity Hypothesis, and accurate model-based particle propagation; the anytime guarantee is relative to the currently expanded tree, not to the unexpanded belief space (Zhitnikov et al., 2024). Risk-constrained belief-space MPPI assumes a static latent parameter 02, known noise models, and a union-bound extension for repeated solves that is explicitly described as conservative (Enwerem et al., 4 Apr 2026). Belief-space residual-risk filtering in automated driving assumes Gaussian ego and object uncertainties, independence between ego and object uncertainties, a common planar frame, and omission of yaw uncertainty; sample sizes of 03–04 are noted as a limitation for statistical stability at high uncertainty (Karunainayagam et al., 12 May 2026). Trusted-inference neural BeliefSF assumes exchangeability between calibration and deployment rollouts, and its verification power depends directly on the correctness of the inference reliability score 05 and the learned approximations 06 and 07 (Hu, 1 Jun 2026).
A plausible implication is that BeliefSF research is converging on two complementary directions rather than one. One direction seeks sharper online certificates for high-dimensional, non-Gaussian beliefs through particle methods, conformal prediction, and risk concentration. The other seeks scalable deployment through learned value functions, learned inference reliability scores, and neural approximations, followed by finite-sample certification. The term “BeliefSF” therefore denotes not merely safety filtering in belief coordinates, but a family of architectures in which runtime inference, uncertainty-aware certification, and minimal intervention are coupled by construction.