Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

The Constitutional Filter: Bayesian Estimation of Compliant Agents

T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read A new Bayesian filter, CoFi, multiplies the standard measurement update by the probability that an agent satisfies a neuro-symbolic Constitution, and on real marine data this improves tracking accuracy whenever the learned trust ratio is…

desk verdict A novel and promising neuro-symbolic filter whose central empirical claim is currently undermined by a self-referential likelihood construction and in-sample trust calibration, but the idea deserves a serious referee. read the letter →

arxiv 2412.18347 v3 pith:YTPPMM5V submitted 2024-12-24 cs.RO

classification cs.RO
keywords constitutionalfilterBayesianestimationneuro-symbolicsystemsprobabilisticlogicprogrammingparticlestatisticalrelationalmapmarinetraffictrackingtrustcalibration
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

The paper argues that a Bayesian tracker can be made more accurate by consulting an explicit, human-interpretable model of the rules the tracked agent is expected to follow, which it calls a Constitution. It introduces the Constitutional Filter (CoFi), which multiplies the usual measurement likelihood by a constitutional likelihood: the probability that the agent's state and sensor reading satisfy rules expressed in probabilistic first-order logic. On real marine traffic data, CoFi tracks vessels more accurately than a standard particle filter whenever a learned trust ratio is positive, and it degrades exactly to the baseline when the trust ratio is zero. The practical payoff is that expert knowledge about laws, physical limits, and preferences can be injected into any recursive Bayesian estimator without losing the safety net of the rule-free filter.

What carries the argument

The load-bearing object is the constitutional likelihood $p(c_t|x_t,z_t)$, obtained in three steps: (i) grounding a deep probabilistic first-order logic program (the Constitution, consisting of background knowledge, perception, and a StaR Map environment model) at a candidate state and measurement; (ii) computing the satisfaction probability via the sum-product of Eq. 11; and (iii) turning the discrete satisfaction values into a continuous density by kernel density estimation over samples from the filter's predictive prior. This density enters Eq. 15 as an additional multiplicative factor in the Bayes update, and Eq. 16 modulates it with the trust ratio $\tau$ so that $\tau = 0$ returns the standard filter.

What would settle it

Run CoFi on a trajectory with known ground truth where the agent systematically violates the Constitution while the process and measurement models are correct; if maximizing tracking accuracy ever selects $\tau > 0$ and the resulting error exceeds the $\tau = 0$ particle filter on that trajectory, the claim that CoFi guarantees baseline recovery is contradicted.

Watch

Extended reading notes

Core claim

The central discovery is a belief update (Eq. 15) in which the posterior is proportional to the product of the measurement likelihood, the standard predictive prior, and a constitutional likelihood $p(c_t|x_t,z_t)$ computed from a neuro-symbolic program. The Constitution encodes the agent's expected compliance as probabilistic first-order logic clauses over spatial relations from a StaR Map, background knowledge, and perceptual features; exact sum-product inference yields the probability that a state-measurement pair satisfies it. Because this probability is a discrete number, CoFi converts it into a density by kernel density estimation over samples drawn from the filter's own prior, and then blends it with a uniform distribution through a trust ratio $\tau$ (Eq. 16). The paper demonstrates on AIS vessel data that a trust-calibrated CoFi improves mean absolute tracking error as soon as $\tau > 0$, while $\tau = 0$ exactly recovers the unconstitutional particle filter, so an inaccurate Constitution cannot degrade performance.

Load-bearing premise

The update treats a kernel density estimate built from the filter's own predictive samples as a genuine likelihood for an unobserved 'constitution satisfied' event, even though those samples come from the very distribution the update is meant to correct.

Editorial extensions

If this is right

  • Any Bayes filter, whether particle, Kalman, or unscented, can host CoFi, because the Constitution step only adds one extra likelihood factor to the update.
  • For the roughly 89% of vessels in the dataset whose optimal trust ratio is positive, CoFi reduces tracking error; the remaining vessels fall back to the particle filter baseline.
  • Precomputing the constitutional likelihood as a static scalar field brings CoFi's per-update runtime close to the baseline particle filter (0.007 s versus 0.004 s in the experiments).
  • The Constitution is a symbolic, human-readable artifact, so the reasoning that guides tracking can be inspected and edited by a domain expert.
  • A false or ill-matched Constitution cannot hurt tracking below baseline, because trust calibration is allowed to set $\tau = 0$.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same construction should transfer to road traffic, pedestrian crowds, or airspace rules: any domain where a probabilistic first-order logic program can separate likely from unlikely states could show similar gains, with the StaR Map replaced by any uncertain semantic map.
  • The KDE step in Section IV-D samples from the filter's own predictive prior, so the resulting 'likelihood' is partly a function of the belief it is meant to correct; a testable consistency check would compare CoFi's posterior with one using an independent Monte Carlo estimate of $p(c_t|x_t,z_t)$.
  • Trust features could be learned online per agent instead of calibrated offline on historical data, letting CoFi adapt when an agent's compliance changes mid-trajectory, something the current time-invariant trust setting does not address.
  • If the Constitution is interpreted as a prior over states rather than a likelihood, Eq. 15 resembles a product-of-experts update; exploring that reading could clarify when the KDE approximation is valid and yield a more principled normalization.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces the Constitutional Filter (CoFi), an extension of recursive Bayesian estimation in which a neuro-symbolic "Constitution"—a probabilistic first-order logic program over states, measurements, and environmental features—contributes an extra likelihood factor p(c_t|x_t,z_t) to the belief update (Eq. 15). A scalar trust ratio τ (Eq. 16) blends this constitutional likelihood with a uniform term, with τ=0 recovering a standard particle filter. The method is evaluated on real-world AIS marine traffic data, where τ is calibrated per trust feature (vessel type, waterway binding, anchoring classifier) to maximize tracking accuracy; the paper reports that a trust-calibrated CoFi outperforms a baseline particle filter and recovers baseline performance when τ=0.

Significance. If the central construction were sound, CoFi would be a valuable contribution: it connects probabilistic logic programming and statistical relational maps with recursive state estimation, it is evaluated on real data, and the authors provide an open-source implementation. The interpretability of the Constitution and the idea of learned trust are appealing. However, the paper's core claim—that Eq. 15 is a valid Bayesian update using a constitutional likelihood—rests on an unjustified density-estimation step over the filter's own prior, and the reported performance gains are obtained by calibrating τ on the same data used for evaluation. These are load-bearing issues, not presentation problems.

major comments (3)
  1. [IV-D, Eq. (15)] The constitutional likelihood is not derived as a likelihood. Given a fixed Constitution, P(C_t|x_t,z_t) from Eq. (11) is a deterministic function q(x,z) of the state and measurement. A valid likelihood for the unobserved event c_t=1 would be Bernoulli(q(x,z)), or its density q(x,z)^{c}(1-q(x,z))^{1-c} if c_t were observed. Instead, Section IV-D samples x_t from the filter's own predictive prior p(x_t|c_{1:t-1},z_{1:t-1}) and z_t from p(z_t|x_t), forms S={q(x_t^{(n)},z_t^{(n)})}, and applies KDE. The resulting density, evaluated at q(x_t,z_t), estimates the prior-predictive distribution of q, not the conditional likelihood p(c_t|x_t,z_t). Substituting this quantity into Eq. (15) multiplies the measurement likelihood by a factor derived from the same predictive distribution that the update is supposed to correct. No consistency argument is given, so Eq. (15) is not established as a Bayes update for p(x_t|c_{1:t},z_{1:t}).
  2. [IV-F, Eq. (16)] The trust-ratio interpolation in Eq. (16) is dimensionally and semantically unclear. The paper alternates between treating P(C_t|x_t,z_t) as a probability (Eq. 11) and treating p(c_t|x_t,z_t) as a continuous density over KDE outputs (Section IV-D). The uniform term U(0,1) is a density for a continuous variable on [0,1], not a likelihood for a binary compliance event, and no observed value c_t appears anywhere in the data. Consequently, the mixture p_τ(ct|xt,zt)=τ p(ct|xt,zt)+(1−τ)U(0,1) does not have a clear probabilistic interpretation, and the claim that τ=0 reduces exactly to the standard Bayesian update is not supported by the definitions given.
  3. [V-D, V-E, Figs. 7-8] The experimental evaluation is in-sample. Section V-D states that "CoFi chooses τ to maximize its tracking accuracy for agents with the respective trust features" and that this is computed as an offline task on historical AIS data. Figure 8 then reports errors at the optimal τ values selected for each vessel group. No training/test split, cross-validation, or held-out evaluation is described. Therefore the central claim of Section V-E—that "CoFi provides more accurate tracking as soon as τ>0"—is a statement about in-sample fitting, not a predictive statement about new trajectories. The claim that CoFi 'learns to trust' agents would require evaluation on data not used to choose τ.
minor comments (5)
  1. [IV-C, Eq. (11)] The set J over which the sum-product is computed should be defined explicitly as the set of models satisfying the query constitution(X,Y); otherwise the sum over all models would not yield P(C_t|x_t,z_t).
  2. [IV-D] The KDE bandwidth and kernel are not specified; the resulting density, and hence the behavior of Eq. (15), may be sensitive to these choices, so a sensitivity analysis or at least the chosen parameters should be reported.
  3. [V-D] The paper assumes the trust features and the appropriate trust are time-invariant throughout a journey, but one of the trust features is an anchoring classifier that can change over time; this assumption should be justified or relaxed.
  4. [V-E, Fig. 8] The y-axis label 'Relative Error' is undefined; the text mentions 'relative mean absolute error' but the reference value (e.g., relative to the particle filter error or to the true position scale) is not stated, and no absolute errors, standard deviations, or sample sizes are reported for the curves.
  5. [IV-F, Eq. (16)] The notation for the trust ratio is inconsistent: Eq. (16) writes τ(ψ_t) but the surrounding text and experiments use τ without explicitly showing the dependence on ψ for each vessel group.

Circularity Check

2 steps flagged · score 7.0 of 10

CoFi's claimed gains reduce to: (1) a trust ratio τ fitted on the same AIS data used for evaluation and (2) a 'constitutional likelihood' estimated from the filter's own predictive prior; both make the central accuracy result partly self-confirming.

  1. fitted input called prediction [Section V-D (Calibrating the Trust Ratio) and Section V-E (Constitutional Filtering), Figure 7/8]
    "CoFi chooses τ to maximize its tracking accuracy for agents with the respective trust features. In our experiments, we perform this computation as an offline learning task on historical AIS data, comparing performance across discrete choices for τ. ... As Figure 8 shows, CoFi provides more accurate tracking as soon as τ > 0, leveraging the information provided by the Constitutional likelihood in CoFi's belief update."

    The optimal τ values selected in V-D to maximize tracking accuracy on the AIS data are then used in V-E to report accuracy. No held-out split is described, and Figure 7 is explicitly computed over 'the entire dataset population'. Thus the relative-error curves in Figure 8 at τ>0 are the objective-function values of the τ-calibration, not an independent prediction. 'CoFi provides more accurate tracking as soon as τ>0' is therefore a restatement of the τ-selection criterion: τ was chosen to make that true. The τ=0 baseline is recovered by construction, but the claimed benefit is for τ>0, where the reported gain is in-sample.

  2. self definitional [Section IV-D (Density Estimation of the Constitutional Likelihood) and Section IV-E (Constitutional Bayesian Belief Update), Eq. 12 and Eq. 15]
    "S = { P(C_t|x_t^(n), z_t^(n)) }_{n∈{1,...,N}}, where x_t^(n) ∼ p(x_t|c_1:t−1,z_1:t−1) and z_t^(n) ∼ p(z_t|x_t). One can then approximate the density p(c_t|x_t,z_t) from S, for instance, using Kernel Density Estimation."

    The 'constitutional likelihood' p(c_t|x_t,z_t) is defined by drawing x_t from the filter's own predictive prior p(x_t|c_1:t−1,z_1:t−1) and z_t from the measurement model, then KDE-smoothing the resulting scalar satisfaction probabilities. This estimates the prior-predictive density of q=P(C_t|x_t,z_t), not a conditionally independent likelihood for an observed constitution event. When this density is plugged into Eq. 15, the measurement likelihood is multiplied by a factor derived from the same predictive distribution the update is supposed to correct, so the posterior double-counts the prior. No observed c_t and no consistency argument justify the density as p(c_t|x_t,z_t); the 'constitutional information' is, by construction, an autocatalytic reweighting of the filter's own prior.

full rationale

The paper is not circular via self-citation: the cited prior work (ProMis, StaR Maps) supplies building blocks rather than the central result. The circularity is internal. First, the central performance claim is fitted rather than predictive: τ is calibrated per trust-feature group to maximize tracking accuracy on the AIS data, and the same data are then used to show that CoFi is more accurate for τ>0. Since no train/test split is described, Figure 8's improvement is the calibration objective, not an independent evaluation. Second, the constitutional likelihood itself is constructed from the filter's own predictive prior. Equation 12 samples x_t from p(x_t|c_1:t−1,z_1:t−1) and z_t from p(z_t|x_t), and the KDE over S yields the prior-predictive density of satisfaction probabilities. Using that as p(c_t|x_t,z_t) in Eq. 15 means the 'constitution step' re-weights the measurement update by a factor that already reflects the filter's prior beliefs, rather than by independent evidence. The τ=0 limit correctly recovers a standard particle filter, but the claimed benefit is specifically for τ>0, where both the fitted-trust and prior-derived-likelihood issues apply. Together these make the central accuracy result substantially self-confirming, though the underlying StaR Map and symbolic-constraint pipeline have independent engineering content.

Assumptions & free parameters 3 free parameters · 4 assumptions · 1 invented entities

The method relies on a small number of hand-assigned rule probabilities and distribution parameters, plus the crucial assumption that the KDE-based constitutional likelihood is legitimate. The trust ratio is the only parameter actually fitted to data, but it is fitted on the same data used to evaluate the method, which loads the performance claim onto a free parameter.

free parameters (3)
  • Trust ratio τ = Per trust-feature group, chosen from a discrete grid to maximize tracking accuracy
    Selected in Section V-D on historical AIS data; the evaluation in Section V-E uses these same optimal values.
  • Constitution clause probabilities = 0.95 for safe, 0.90 for respects_waterways, 0.1 for over(x, anchorage)
    Hand-assigned in Listing 1; the filter behavior depends on these choices.
  • Environment and perception distribution parameters = Means and variances in Listing 1 (e.g., distance to land normal(150,15), depth normal(20,1))
    Provided by StaR Maps or expert assumptions; not fitted to tracking error but set the Constitutional likelihood.
assumptions (4)
  • standard math Markov property for states and measurements
    Standard recursive filtering assumption, stated in Section III-A, Eqs. 5-6.
  • ad hoc to paper The KDE-estimated p(c_t|x_t,z_t) is a valid likelihood for an unobserved event
    Section IV-D introduces this without proof; the samples used for KDE come from the filter's own prior.
  • domain assumption A static probabilistic logic program can capture agent compliance
    Listing 1 fixes the rules and probabilities; the method does not learn or revise the Constitution.
  • domain assumption StaR Map moment estimates (Eqs. 7-8) represent true spatial relation distributions
    Section III-B assumes the randomized map samples produce unbiased estimates used in the Constitution.
invented entities (1)
  • Constitution satisfaction event c_t
    purpose: Acts as a pseudo-observation whose likelihood is multiplied into the Bayesian update (Eq. 15).
    c_t is never directly observed; it is defined by the model. The only external check is tracking error on the same data used to calibrate τ, so there is no independent falsifiable handle.

how reviews work

0 comments
Cite this review

Pith. "Pith review of The Constitutional Filter: Bayesian Estimation of Compliant Agents." pith.science (2026). https://pith.science/paper/YTPPMM5V

@misc{pith2026241218347,
  author       = {Pith},
  title        = {Pith review of: The Constitutional Filter: Bayesian Estimation of Compliant Agents},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YTPPMM5V}},
  note         = {Machine review of arXiv:2412.18347}
}
read the original abstract

Predicting agents impacted by legal policies, physical limitations, and operational preferences is inherently difficult. In recent years, neuro-symbolic methods have emerged, integrating machine learning and symbolic reasoning models into end-to-end learnable systems. Hereby, a promising avenue for expressing high-level constraints over multi-modal input data in robotics has opened up. This work introduces an approach for Bayesian estimation of agents expected to comply with a human-interpretable neuro-symbolic model we call its Constitution. Hence, we present the Constitutional Filter (CoFi), leading to improved tracking of agents by leveraging expert knowledge, incorporating deep learning architectures, and accounting for environmental uncertainties. CoFi extends the general, recursive Bayesian estimation setting, ensuring compatibility with a vast landscape of established techniques such as Particle Filters. To underpin the advantages of CoFi, we evaluate its performance on real-world marine traffic data. Beyond improved performance, we show how CoFi can learn to trust and adapt to the level of compliance of an agent, recovering baseline performance even if the assumed Constitution clashes with reality.

Figures

Figures reproduced from arXiv: 2412.18347 by the authors.

Figure 1
Figure 1. The Constitutional Filter’s estimation cycle: A Constitution for a remote-controlled, unmanned aircraft sys￾tem is shown on the left. The right-hand side shows the tracked drone and the likely compliant areas shaded in blue. neuro-symbolic model of its internal rules and perception of its state space. While such models have been employed as the basis for planning, e.g., mission design for Unmanned Aircraft Systems i… view at source ↗
Figure 2
Figure 2. StaR Maps parameters in an Advanced Aerial Mobility setting: Here, the expected values of two basic probabilistic spatial relations are shown in an urban environ￾ment, namely over and distance (used in [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. The Constitutional Filter’s architecture: CoFi ex￾tends recursive Bayesian estimation using a neuro-symbolic model of the tracked agent’s decision-making constraints, integrating background knowledge, perception, and a proba￾bilistic environment representation. C. Exact Probabilistic Inference We now aim to compute the probability of a pair (xt, zt) satisfying the first-order logic program of Ct when solving for the… view at source ↗
Figures from the paper (5 more)
Figure 1
Figure 1. Figure 1: For CoFi, we assume Bt to be provided by a domain expert, i.e., by formalizing their knowledge as first￾order logic or by translating natural language descriptions through, e.g., a Large Language Model. Further, Pt encodes the semantics of the environment as experience…
Figure 4
Figure 4. Figure 4: Statistical relational maps for marine traffic: Expectations of StaR Map relations employed in Listing 1 at New York’s harbor, considering land, waterways, anchorage areas, and depth. Distances are shown in kilometers. CoFi’s prior of the state follows the standard for…
Figure 5
Figure 5. Figure 5: Marine traffic over constitutional probabilities: Here, we show real-world AIS traces from (a) often compli￾ant cargo and (b) often incompliant towing vessels on top of the probabilities for each to satisfy the constitution. Cargo Towing SAR 0.0 0.2 0.4 0.6 0.8 1.0 E x…
Figure 6
Figure 6. Figure 6: shows how the probability of agents sticking to the Constitution depends on, e.g., their employment type. Note how, for example, towing vehicles are overall less likely to follow the Constitution, as seen in Figure 5b. We will revisit this observation in Section V-E wh…
Figure 8
Figure 8. Figure 8: CoFi adapting to appropriate trust: We show the relative mean absolute error, comparing CoFi’s performance with the baseline Particle Filter. Once a vessel profits from τ > 0, CoFi achieves greatly improved accuracy. VI. DISCUSSION We propose the Constitutional Filter …

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. The Constitutional Controller: Doubt-Calibrated Steering of Compliant Agents

    cs.RO 2025-07 conditional novelty 5.0 of 10

    A drone controller learns its own position-error distribution and uses it to re-weight a logical compliance map, yielding crash-free path choices in a real indoor testbed.

Reference graph

Works this paper leans on

43 extracted references · 39 canonical work pages · cited by 1 Pith paper

  1. [1]

    Lane-Level Integrity Provision for Navigation and Map Matching With GNSS, Dead Reckoning, and Enhanced Maps,

    R. Toledo-Moreo, D. Betaille, and F. Peyret, “Lane-Level Integrity Provision for Navigation and Map Matching With GNSS, Dead Reckoning, and Enhanced Maps,”IEEE Transactions on Intelligent Transportation Systems, vol. 11, no. 1, pp. 100–112, mar 2010

  2. [2]

    Mission design for unmanned aerial vehicles using hybrid probabilistic logic programs,

    S. Kohaut, B. Flade, D. S. Dhami, J. Eggert, and K. Kersting, “Mission design for unmanned aerial vehicles using hybrid probabilistic logic programs,” in2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2023, pp. 1506–1513

  3. [3]

    An introduction to prolog III,

    A. Colmerauer, “An introduction to prolog III,”Communications of the ACM, vol. 33, no. 7, pp. 69–90, 1990

  4. [4]

    Bayesian logic programming: Theory and tool,

    K. Kersting and L. De Raedt, “Bayesian logic programming: Theory and tool,”Introduction to Statistical Relational Learning, p. 291, 2007

  5. [5]

    Problog: A probabilistic prolog and its application in link discovery

    L. De Raedt, A. Kimmig, and H. Toivonen, “Problog: A probabilistic prolog and its application in link discovery.” inIJCAI, vol. 7. Hy- derabad, 2007, pp. 2462–2467

  6. [6]

    Inference and learning in probabilistic logic programs using weighted boolean formulas,

    D. Fierens, G. Van den Broeck, J. Renkens, D. Shterionov, B. Gut- mann, I. Thon, G. Janssens, and L. De Raedt, “Inference and learning in probabilistic logic programs using weighted boolean formulas,” Theory and Practice of Logic Programming, vol. 15, no. 3, pp. 358– 401, 2015

  7. [7]

    DeepProbLog: Neural probabilistic logic programming,

    R. Manhaeve, S. Dumancic, A. Kimmig, T. Demeester, and L. De Raedt, “DeepProbLog: Neural probabilistic logic programming,” advances in neural information processing systems, vol. 31, 2018

  8. [8]

    Neurasp: Embracing neural networks into answer set programming,

    Z. Yang, A. Ishay, and J. Lee, “Neurasp: Embracing neural networks into answer set programming,” in29th International Joint Conference on Artificial Intelligence (IJCAI 2020), 2020

Show all 43 references
  1. [9]

    Scalable neural-probabilistic answer set programming,

    A. Skryagin, D. Ochs, D. S. Dhami, and K. Kersting, “Scalable neural-probabilistic answer set programming,”Journal of Artificial Intelligence Research, vol. 78, pp. 579–617, 2023

  2. [10]

    Towards probabilistic clearance, explanation and optimization,

    S. Kohaut, B. Flade, D. S. Dhami, J. Eggert, and K. Kersting, “Towards probabilistic clearance, explanation and optimization,” in2024 Inter- national Conference on Unmanned Aircraft Systems (ICUAS). IEEE, 2024, pp. 911–916

  3. [11]

    Probabilistic logic program- ming for hybrid relational domains,

    D. Nitti, T. De Laet, and L. De Raedt, “Probabilistic logic program- ming for hybrid relational domains,”Machine Learning, vol. 103, pp. 407–449, 2016

  4. [12]

    Thrun, W

    S. Thrun, W. Burgard, and D. Fox,Probabilistic Robotics, ser. Intel- ligent robotics and autonomous agents. MIT Press, 2005

  5. [13]

    A new approach to linear filtering and prediction problems,

    R. E. Kalman, “A new approach to linear filtering and prediction problems,”Journal of Basic Engineering, vol. 82, no. 1, pp. 35–45, 03 1960. [Online]. Available: https://doi.org/10.1115/1.3662552

  6. [14]

    MonoSLAM: Real-Time Single Camera SLAM,

    A. J. Davison, I. D. Reid, N. D. Molton, and O. Stasse, “MonoSLAM: Real-Time Single Camera SLAM,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 29, no. 6, pp. 1052–1067, jun 2007

  7. [15]

    EKF-LOAM: An Adaptive Fusion of LiDAR SLAM With Wheel Odometry and Inertial Data for Confined Spaces With Few Geometric Features,

    G. P. C. Junior, A. M. C. Rezende, V . R. F. Miranda, R. Fernandes, H. Azpurua, A. A. Neto, G. Pessin, and G. M. Freitas, “EKF-LOAM: An Adaptive Fusion of LiDAR SLAM With Wheel Odometry and Inertial Data for Confined Spaces With Few Geometric Features,” IEEE Transactions on Au...

  8. [16]

    Robust Extended Kalman Filtering for Systems With Measurement Outliers,

    H. Fang, M. A. Haile, and Y . Wang, “Robust Extended Kalman Filtering for Systems With Measurement Outliers,”IEEE Transactions on Control Systems Technology, vol. 30, no. 2, pp. 795–802, mar 2022

  9. [17]

    Unscented SLAM for large-scale outdoor environments,

    R. Martinez-Cantin and J. A. Castellanos, “Unscented SLAM for large-scale outdoor environments,”2005 IEEE/RSJ International Con- ference on Intelligent Robots and Systems, IROS, pp. 3427–3432, 2005

  10. [18]

    Computationally Relaxed Unscented Kalman Filter,

    J. Kuti, I. J. Rudas, H. Gao, and P. Galambos, “Computationally Relaxed Unscented Kalman Filter,”IEEE Transactions on Cybernetics, vol. 53, no. 3, pp. 1557–1565, mar 2023

  11. [19]

    Nonlinear filtering: Interacting particle resolution,

    P. Del Moral, “Nonlinear filtering: Interacting particle resolution,” Comptes Rendus de l’Acad ´emie des Sciences-Series I-Mathematics, vol. 325, no. 6, pp. 653–658, 1997

  12. [20]

    An Improved Particle Filter for UA V Passive Tracking Based on RSS,

    J. Gao and H. Zhao, “An Improved Particle Filter for UA V Passive Tracking Based on RSS,” in2020 IEEE 92nd Vehicular Technology Conference. IEEE, nov 2020, pp. 1–6

  13. [21]

    Developments in modern GNSS and its impact on autonomous vehicle architectures,

    N. Joubert, T. G. Reid, and F. Noble, “Developments in modern GNSS and its impact on autonomous vehicle architectures,” in2020 IEEE Intelligent Vehicles Symposium (IV). IEEE, 2020, pp. 2029–2036

  14. [22]

    A sensor fusion approach for localization with cumulative error elimination,

    F. Zhang, H. Stahle, G. Chen, C. C. C. Simon, C. Buckl, and A. Knoll, “A sensor fusion approach for localization with cumulative error elimination,” in2012 IEEE International Conference on Multisensor Fusion and Integration for Intelligent Systems (MFI). IEEE, sep 2012, pp. 1–6

  15. [23]

    Improved Vehicle Localization Using On-Board Sensors and Vehicle Lateral Velocity,

    L. Gao, L. Xiong, X. Xia, Y . Lu, Z. Yu, and A. Khajepour, “Improved Vehicle Localization Using On-Board Sensors and Vehicle Lateral Velocity,”IEEE Sensors Journal, vol. 22, no. 7, pp. 6818–6831, apr 2022

  16. [24]

    State of the Art in Vision- Based Localization Techniques for Autonomous Navigation Systems,

    Y . Alkendi, L. Seneviratne, and Y . Zweiri, “State of the Art in Vision- Based Localization Techniques for Autonomous Navigation Systems,” IEEE Access, vol. 9, pp. 76 847–76 874, 2021

  17. [25]

    Lane Detection Based Camera to Map Alignment Using Open-Source Map Data,

    B. Flade, M. Nieto, G. Velez, and J. Eggert, “Lane Detection Based Camera to Map Alignment Using Open-Source Map Data,” in21st IEEE International Conference on Intelligent Transportation Systems, 2018, pp. 890–897

  18. [26]

    Robust Localization with Low-Mounted Multiple LiDARs in Urban Environments,

    M. Demir and K. Fujimura, “Robust Localization with Low-Mounted Multiple LiDARs in Urban Environments,” in2019 IEEE Intelligent Transportation Systems Conference (ITSC). IEEE, oct 2019, pp. 3288–3293

  19. [27]

    LIDAR-based Stabilization, Navigation and Localization for UA Vs Operating in Dark Indoor En- vironments,

    M. Petrlik, T. Krajnik, and M. Saska, “LIDAR-based Stabilization, Navigation and Localization for UA Vs Operating in Dark Indoor En- vironments,” in2021 International Conference on Unmanned Aircraft Systems (ICUAS), no. 871479. IEEE, jun 2021, pp. 243–251

  20. [28]

    Vehicle localization with low cost radar sensors,

    E. Ward and J. Folkesson, “Vehicle localization with low cost radar sensors,” in2016 IEEE Intelligent Vehicles Symposium (IV), vol. 2016- Augus, no. Iv. IEEE, jun 2016, pp. 864–870

  21. [29]

    Tightly-Coupled EKF-Based Radar-Inertial Odometry,

    J. Michalczyk, R. Jung, and S. Weiss, “Tightly-Coupled EKF-Based Radar-Inertial Odometry,” in2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, oct 2022, pp. 12 336–12 343

  22. [30]

    Multi-Sensor Fusion with Extended Kalman Filter for Indoor Localization system of Multirotor UA V,

    P. Karaked, W. Saengphet, and S. Tantrairatn, “Multi-Sensor Fusion with Extended Kalman Filter for Indoor Localization system of Multirotor UA V,” in2022 19th International Joint Conference on Computer Science and Software Engineering (JCSSE). IEEE, jun 2022, pp. 1–5

  23. [31]

    Vision-Enhanced Low-Cost Localization in Crowdsourced Maps,

    B. Flade, A. Koppert, G. Velez, A. Das, D. Betaille, G. Dubbelman, O. Otaegui, and J. Eggert, “Vision-Enhanced Low-Cost Localization in Crowdsourced Maps,”IEEE Intelligent Transportation Systems Magazine, vol. 12, no. 3, pp. 70–80, 2020

  24. [32]

    Fast and precise localization at stop intersections,

    A. Barth, J. Siegemund, and J. Schwehr, “Fast and precise localization at stop intersections,” in2013 IEEE Intelligent Vehicles Symposium (IV). IEEE, jun 2013, pp. 82–87

  25. [33]

    Ego lane estimation using vehicle observations and map information,

    D. Svensson and J. Sorstedt, “Ego lane estimation using vehicle observations and map information,” in2016 IEEE Intelligent Vehicles Symposium (IV). IEEE, jun 2016, pp. 909–914

  26. [34]

    The Social Force PHD Filter for Tracking Pedestrians,

    K. Krishanth, X. Chen, R. Tharmarasa, T. Kirubarajan, and M. Mc- Donald, “The Social Force PHD Filter for Tracking Pedestrians,”IEEE Transactions on Aerospace and Electronic Systems, vol. 53, no. 4, pp. 2045–2059, aug 2017

  27. [35]

    Star maps: Unveiling uncertainty in geospatial relations,

    B. Flade, S. Kohaut, J. Eggert, D. S. Dhami, and K. Kersting, “Star maps: Unveiling uncertainty in geospatial relations,” in2024 IEEE 27th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2024

  28. [36]

    Error decomposition for hybrid localization systems,

    B. Flade, S. Kohaut, and J. Eggert, “Error decomposition for hybrid localization systems,” in2021 IEEE International Intelligent Trans- portation Systems Conference (ITSC). IEEE, 2021, pp. 149–156

  29. [37]

    Swi-prolog,

    J. Wielemaker, T. Schrijvers, M. Triska, and T. Lager, “Swi-prolog,” Theory and Practice of Logic Programming, vol. 12, no. 1-2, pp. 67– 96, 2012

  30. [38]

    Multi-shot ASP solving with clingo,

    M. Gebser, R. Kaminski, B. Kaufmann, and T. Schaub, “Multi-shot ASP solving with clingo,”CoRR, vol. abs/1705.09811, 2017

  31. [39]

    D sharp: Fast d-DNNF compilation with sharpSAT,

    C. Muise, S. A. McIlraith, J. C. Beck, and E. I. Hsu, “D sharp: Fast d-DNNF compilation with sharpSAT,” inAdvances in Artificial Intelli- gence: 25th Canadian Conference on Artificial Intelligence, Canadian AI 2012, Toronto, ON, Canada, May 28-30, 2012. Proceedings 25. Springe...

  32. [40]

    Remarks on some non- parametric estimates of a density function,

    R. A. Davis, K.-S. Lii, and D. N. Politis, “Remarks on some non- parametric estimates of a density function,”Selected Works of Murray Rosenblatt, pp. 95–100, 2011

  33. [41]

    On estimation of a probability density function and mode,

    E. Parzen, “On estimation of a probability density function and mode,” The annals of mathematical statistics, vol. 33, no. 3, pp. 1065–1076, 1962

  34. [42]

    Technical characteristics for an automatic identification system using time-division multiple access in the VHF maritime mobile band,

    M. Series, “Technical characteristics for an automatic identification system using time-division multiple access in the VHF maritime mobile band,”Recommendation ITU: Geneva, Switzerland, pp. 1371– 1375, 2014

  35. [43]

    Marine Cadastre Vessel Traffic,

    US NOAA Office for Coastal Management, “Marine Cadastre Vessel Traffic,” https://hub.marinecadastre.gov/pages/vesseltraffic, accessed: March 2025

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.