Sequential Bayesian Estimation of the Probability of Detection for Tracking

Size: px
Start display at page:

Download "Sequential Bayesian Estimation of the Probability of Detection for Tracking"

Transcription

1 2th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 Sequential Bayesian Estimation of the Probability of Detection for Tracking Kevin G. Jamieson Applied Physics Lab University of Washington Seattle, WA, U.S.A. Maya R. Gupta Electrical Engineering Dept. University of Washington Seattle, WA, U.S.A. David W. Krout Applied Physics Lab University of Washington Seattle, WA, U.S.A. Abstract We propose a Bayesian estimation method to sequentially update the probability of detection for tracking. A beta distribution is used for the prior, which can be centered on the best a priori guess for the probability of detection. The tracker s belief about whether it detected the target at the last scan is used to update the posterior estimate of the probability of detection. The method can be applied to any tracking algorithm that requires an estimate of the probability of detection. Experiments with the probabilistic data association (PDA) tracker show that the proposed estimation method can increase the amount of time a target is tracked and decrease the localization error when compared to using a fixed value. Experiments also show that for some values of the probability of detection, using an inflated value of the probability of detection in PDA can actually lead to better performance. Keywords: Tracking, filtering, Bayesian estimation, probability of detection, probabilistic data association (PDA). Introduction The probability of detection is an important parameter in many tracking algorithms. Each scan by the tracker can result in hundreds of detected returns. One of these returns may be a detection of a target, but the overwhelming majority will be false alarms originating from clutter that is characterized by the terrain, environment, and other sources of noise. The probability of detection θ is the probability that a return from the target will exceed a set threshold. If θ is overly optimistic, the tracker will accept returns from clutter as detections of the target and potentially lose the track. Likewise, if the parameter is pessimistic, the tracker will reject returns from the target and lose the track if the target makes a maneuver. In this paper, we propose a Bayesian estimation method for the probability of detection that fuses the stream of information from the tracker and takes into account prior information. In contrast to using an assumed constant value for the probability of detection, the proposed Bayesian estimation strategy continuously updates its estimate of the probability of detection θ and feeds it back into the tracker for improved performance. This estimation strategy can be used with any tracking algorithm that uses an estimate of the probability of detection, but experimentally we focus on the probabilistic data association (PDA) tracker []. PDA was chosen because of its ubiquitous use in industry and research alike. Mušicki demonstrated the potential sensitivity of the PDA algorithm with respect to the estimate of θ [2]. We show that averaged over 0,000 runs of a simulation, the average tracking time of a target and the localization error can be improved by estimating θ rather than using a fixed inaccurate value. Section 2 will review related work on estimating the probability of detection and how our proposed strategy differs from that work. Section 3. will derive the proposed estimation method while Sections 3.2 and 3.3 will give a brief review of PDA and show how the necessary information is extracted from PDA. Sections 4 and 5 will present and discuss the results from testing the algorithm in simulation. Finally, we will conclude with closing remarks and proposed future work in Section 6. 2 Related Work In practice, the probability of detection is the probability that the amplitude of a return from the target exceeds some detection threshold. The amplitude of a return is a function of a number of well-understood but difficult to model factors that may be time varying and hard to estimate. The most influential of these factors are environmental conditions, obstructing terrain, and the target strength of the target. Some efforts have treated θ as a random variable and used the sonar equation to estimate the expected value of θ, which is then used as the estimate for the tracker [3]. While theoretically satisfying, this method requires many variables of the scenario to be known and relies heavily on accurately modeling the environment. The probabilistic data association filter with amplitude information (PDAFAI) offers a method of estimating the probability of detection by fitting distributions to the amplitudes of targets and clutter []. The probability of detection is calculated by integrating the target distribution above the detection threshold. Other work has used these same distributions to directly set the threshold and determine θ [4]. Unfortunately, these distributions are disputed because they sometimes poorly fit observed data [5]. Also, the distribution used to model the amplitudes of returns from targets typically does not address the aspect de ISIF 64

2 pendency of the target and varying target strength [6]. There have been efforts made to incorporate aspect-dependent target strength information into the target distribution [7] but these attempts can run into problems parameterizing the distributions due to a lack of relevant data. Incorrectly parameterizing the distributions can lead to performance far worse than what could have been achieved without considering amplitude information at all. While amplitude information may be a valuable feature in determining θ, the contribution of this paper is to instead consider estimating θ based on feedback from the tracker. For the PDA tracker, that means the estimate is based only on the distance from the predicted location of a target return. Combining amplitude information with the proposed method is of interest for future work. 3 Estimating θ The proposed method forms a feedback loop where the tracker output is used to estimate θ after each scan, and then the estimated θ is fed back to the tracker to use at the next scan. First, we describe in Section 3. the proposed Bayesian posterior estimate of θ given a prior and the observed data from the target after k scans. The observed data is provided by a tracker; for the experiments we use the probabilistic data association tracker. Relevant aspects of the PDA tracker are reviewed in Section 3.2. In Section 3.3 we detail how the output from PDA is used to sequentially form the posterior estimates of θ. 3. Proposed Bayesian Estimation of the Probability of Detection We model the probability of detection θ [0, ] as a random variable Θ. We assume a prior distribution P (θ), and form the kth posterior P (θ X k ) after the kth scan based on the data X k received by the tracker up through the kth scan. Then before the k + th scan, we feedback to the tracker the current best estimate of the probability of detection, which we take to be the expectation of the kth posterior, E PΘ Xk [Θ]. Let M k {0,,..., k} be the random number of target returns within k scans. It is assumed that at most one return per scan can have originated from the target. The likelihood P (M k m θ) is binomial: ( ) k P (M k m θ) θ m ( θ) k m. m We assume the distribution P (M k m X k ) is output by the tracker based on its input data X k, and we take the prior P (θ) to be a beta distribution with parameters (α, β) because it is the conjugate prior for the binomial: Θ B(α, β) θα ( θ) β, where B(α, β) denotes the beta function evaluated with α,β. 642 Using Bayes rule and the assumption that M k is a sufficient statistic for X k, the derivation in Appendix A. shows that the kth posterior of θ given M k can be written as P (θ M k m, X k ) θm+α ( θ) k m+β B(m + α, k m + β). Marginalizing out the M k, the kth posterior is P (θ X k ) P (θ M k m, X k )P (M k m X k ) θ m+α ( θ) k m+β B(m + α, k m + β) P (M k m X k ). () After the kth scan, we feedback to the tracker an estimate that is the expectation of the uncertain probability of detection given its kth posterior, E PΘ Xk [Θ]. As detailed in Appendix A.2, E PΘ Xk [Θ] θp (θ X k )dθ, α + E[M k] k + α + β. (2) Next, we compute E[M k ]. Let Y k be a binary random variable indicating whether the target was detected on the kth scan. Then the total number of detections M k in k scans can be expressed recursively, { M k, given Y k 0 M k M k +, given Y k. Thus, E[M k ] E[M k ] + P (Y k ) P (Y n ). (3) n After each scan, we get P (Y k ) from the tracker, and use it to compute the new estimated probability of detection as per (2) and (3). 3.2 Brief Review of PDA PDA uses the theory of Kalman filtering to probabilistically associate returns with the single assumed target or with clutter []. The target state x, containing position and velocity, is described by a Gaussian distribution with mean ˆx k k and covariance P k k. The target s state evolves according to the linear transformation F with Gaussian noise ν k N (0, Q). That is, at time k + the state is described by ˆx k+ k Fˆx k k, (4) P k+ k FP k k F T + Q.

3 The measurement z k at time k is related to the target state by a linear transformation H with additive noise w k N (0, R) such that z k N (ẑ k, S k ) with ẑ k Hˆx k k, S k HP k k H T + R. Using the Gaussian assumption, an elliptical validation region for measurements is defined as (z k ẑ k ) T S k (z k ẑ k ) φ, where φ is the gate size. All measurements outside this validation region are discarded. Let r k be the number of returns from the kth scan and let z (i) k denote the ith measurement. PDA assigns z (i) k the probability b i that it originated from the target and all others came from clutter. Assuming a Poisson clutter model, b 0 is defined as the probability that none of the measurements within the validation region originated from the target. Then, 4 Simulations The performance and impact of the proposed estimation strategy of θ was evaluated by running Monte Carlo simulations for a maneuvering target in a variety of different clutter densities and choices of θ. 4. Simulation Set-up The target exhibits a trajectory with constant speed and constant non-zero acceleration as shown in Figure. The θ parameter is most critical in situations with a maneuvering target because the first-order dynamics modeled by F do not predict an accelerating target, thus the tracker is more reliant on the measurements than its internal dynamics. The proposed algorithm may be applied to a number of tracking scenarios and the simulation shown here does not attempt to reflect a specific tracking environment. where e 0 b 0 e 0 + r k, (5) j e j e i b i e 0 + r k, i, 2,..., r k j e j (i) e i N (z k ; ẑ k, S k ), ( ) e 0 λ θ P G, (6) λ is the clutter density, and P G is the probability that the true target return falls within the validation region. Once the b i s are defined, ˆx k k is found to be ˆx k k ˆx k k + K r k i b i (z (i) k ẑ k) (7) where K is a gain matrix. In practice, an estimate of θ is used in (6), and one sees from (6) and (7) that an inaccurate estimate can significantly affect performance. 3.3 Calculating P (Y k ) using PDA To form the kth estimate of θ to use in (6), P (Y n ) is needed for n,..., k in (3). As reviewed in Section 3.2, PDA assumes the association events are mutually exclusive, and thus the probability that at least one of the measurements originated from the target is ( b 0 ). We estimate P (Y n ) as P (Y n ) ( b 0,n ), (8) where b 0,n is b 0 from (5) calculated at the nth scan. This risks inaccurate feedback from the tracking filter, but our simulations did not show any unstable behavior. However the implications of this feedback should be studied further. 643 Figure : The true trajectory of the target is shown as the smooth arc in the 20x20 km search space. The dots are returns from both the target and clutter for one scan. The connected dots are the previous estimated target locations. Any measurements falling within the large oval are in the validation region. Here, the clutter density is the highest considered in the experiments. The target state x tracks two-dimensional position and velocity where it evolves as described by (4) where [ ] FT 0 F 0 F T and F T with state process noise covariance defined as [ ] QT 0 Q and Q 0 Q T σν 2 T [ ] T, 0 [ T 4 /4 T 3 /2 T 3 /2 T 2 Parameter T is the duration between measurements and in our scenario is set to a constant, T. The measurement covariance matrix is defined as ].

4 [ ] σ 2 R w 0 0 σw 2, where w k N (0, σ 2 w) was added to the target s true trajectory, σ ν σ w 0.. Figure shows the case where baseline clutter has been added to the scenario. Three clutter density levels were used; a baseline amount (shown in Figure ), two-thirds this amount, and one-third this amount. The track was initialized by two point initialization from the target s true trajectory plus the added Gaussian noise. The complete simulation was 50 scans long. 4.2 Simulated θ and prior For each scenario we fixed the true value of θ and iterated over different prior values of ˆθ to test how well the algorithm adjusted to tracking using an incorrect prior. We also varied the α and β parameters from the prior beta distribution used in (2) to see the effect on performance. The values of α and β are defined as α γ ˆθ β γ( ˆθ) (9) where γ is a precision parameter and ˆθ is the prior value of the probability of detection. A higher value of γ corresponds to a stronger prior. A baseline prior method using a fixed value of ˆθ is used to compare with the estimation method. The probability of detection for the scenario was implemented such that if the true θ was p, ( p) of the target returns were removed. This approach was used rather than simulating Bernoulli random variables with some probability p because this latter method would create variance on the true probability of detection each run. Variance on the true θ could potentially create bias on the algorithm s posterior estimate of θ due to it calculating statistics on more favorable draws from of the Bernoulli random variables. 4.3 Metrics Each metric analyzed is the result of 0,000 Monte Carlo runs. Three metrics are reported Expected track time Sum squared error () from true trajectory The posterior estimate of θ The expected track time is the mean amount of time the target was tracked before the simulation ended. A lost track is declared when the distance between the estimated target position and the actual target position exceeds a fixed threshold (equal to roughly four times the steady-state standard deviation). The posterior estimate of θ and the were calculated from 0,000 completed tracks and do not include runs if any of the compared methods lost the track. 5 Results In general, the disparity between methods is largest when the scenario is hard, that is, when lower true values of the probability of detection and higher clutter densities are used. An increase in clutter density for any given true probability of detection scales each method s scores such that the rank in which the methods perform does not change but the proportion by how much does. We present results in Figures 2 and 3 for the highest level of clutter density. Figure 2 shows the results for the three metrics using the true θ, the baseline where there is a fixed prior ˆθ, and the proposed estimated θ with three different strength prior distributions centered at ˆθ. The true probability of detection used for each row s results is stated to the left of each of the rows. The x-axis of each of the plots scales over different values of the prior ˆθ used in each of the methods. When θ ˆθ, the method using the true probability of detection and the baseline prior method are equal. The columns from left to right describe the results of expected track time,, and the final posterior estimate of θ. Figure 3 maintains the layout of Figure 2 but shows the comparison of results using feedback from PDA versus those using perfect feedback where P (Y k ) takes values of only or 0 with perfect accuracy. 5. The expected track time, found in column of Figure 2, shows that the baseline using a fixed prior value ˆθ falls off sharply for values of ˆθ away from the true value of θ. The proposed estimation method with a strong prior distribution (γ 00) exhibits performance correlated with using a fixed prior but for almost all scenarios and metrics is better by a small amount. Using a more moderate prior (γ 0) the method performs better in some places but worse in others. The performance of the estimation with the most adaptable prior (γ ) is mostly invariant to the prior ˆθ because it relies almost solely on the PDA output. However, being so reliant on the PDA output leads to poor performance for that method. Perhaps surprisingly, in the third-row of Figure 2, for θ, one sees that using an inflated value of the probability of detection outperformed using the actual probability of detection in terms of expected track time and. It is our hypothesis that this occurs because setting the probability of detection higher with PDA produces a smaller gate size, which means fewer returns will fall within the gate and PDA will be less confused by false contacts. This issue is more important when θ is low because there is in fact a higher relative number of false contacts. When the true probability of detection is raised to or any performance gain over using the correct probability of detection is within the variance of the error. 644

5 θ θ θ θ Baseline PDA Feedback γ PDA Feedback γ 0 PDA Feedback γ 00 Figure 2: Comparison of using the true probability of detection, the baseline prior, and the Bayesian estimates. Column : Expected track time over the scenario of length 50. Column 2: Sum squared error. Column 3: Final posterior probability of detection. 645

6 θ θ θ Perfect Feedback γ Perfect Feedback γ 0 Perfect Feedback γ 00 PDA Feedback γ PDA Feedback γ 0 PDA Feedback γ 00 Figure 3: Comparison of using PDA feedback (solid) versus perfect feedback (dotted). Column : Expected track time over the scenario of length 50. Column 2: Sum squared error. Column 3: Final posterior probability of detection. 646

7 5.2 Sum of Squared Error When looking at the scores in the results presented in Figure 2 the reader may wonder why the method using the true probability of detection is not getting consistent, flat scores across a scaling value of ˆθ. Because the method uses the true probability of detection regardless of the varying prior ˆθ this scaling parameter should have no effect on the score. However, it is important to consider that this metric was only calculated if all methods completed the run. All methods are more likely to complete the track if the random draws from the added noise distributions are more favorable, leading to easier tracking scenarios, which partly explains why the is lower when there is a large disagreement between the true and prior value of the probability of detection. However, this effect is confounded by the idiosyncrasies of PDA. For a given prior value the methods scores can be meaningfully compared. Across varying values of the true probability of detection, we can observe in the center column of Figure 2 that the has unmistakable structure. The baseline prior method, which uses the prior value ˆθ as a constant and is markerless in the plots, performs poorly relative to the other methods at the lowest and highest bounds of the scaling prior ˆθ. We might attribute this to the prior ˆθ simply being far from the true value of the probability of detection but even when the true θ and ˆθ the baseline prior is still a significant loser. Overall, the clear winners for are the Bayesian methods using values of γ equal to 0 and Final Estimates Notably, Figure 2 shows in column three that the final estimate of θ after the fifty scans consistently underestimates θ, even when the prior beta distribution is centered at the correct value. 5.4 Effects of Imperfect Tracker Feedback We hypothesized that the proposed method would work better if the tracker feedback was better. To test this, we compared using PDA to provide its estimate of P (Y k ) to using the feedback that would be given by a perfect tracker that returns P (Y k ) if the target was in fact present and P (Y k ) 0 if the target was not actually present (the tracker in the simulation is still the standard PDA however). The results are shown in Figure 3. First, notice that in the third column of Figure 3 the dotted lines show that the perfect-feedback posterior estimates are closer to the correct θ than the PDA feedback posteriors illustrated by the solid lines. In particular, if the beta prior distribution is centered on the correct θ value, the final perfect feedback estimate is correct, unlike when using the PDA tracker feedback. Despite the difference in final estimates, given strong priors (the purple and dark blue lines) there is little difference in the track times between the perfect feedback and the PDA feedback, as shown in column one of Figure 3. On the other hand, given a weak prior (shown as the light-blue lines), one sees that expected track time can be increased up to 4% 6 Conclusions and Open Questions The goal of the proposed Bayesian estimation strategy was to accurately estimate the probability of detection to improve tracking performance. Estimating the probability of detection did improve tracking performance if a strong prior was used (the beta prior with γ 00). We hypothesize that a more highly-maneuvering target or a higher clutter density would produce stronger benefits from adapting to the data. The most surprising result is that an overestimate of the probability of detection when θ yields improved performance over using the true θ. The assumption of this paper was that using the true value of the probability of detection in PDA is better than using an incorrect one. Because we found scenarios where this assumption does not hold, perhaps instead of trying to estimate the true probability of detection, we should shift our efforts to directly model the performance of PDA as a function of the probability of detection. In this paper we formed a Bayesian estimate of θ, but actually θ enters into the PDA formula as /θ. Assume for the simplicity of the following argument that P G. We implemented PDA s e 0 by substituting the Bayesian estimate E PΘ Xk [Θ] from (2) for θ in (6) to find e 0 λ( β+k E[M k] α+e[m k ] ). Alternatively, one could form a Bayesian estimate of /θ as E PΘ Xk [/Θ], which results in e 0 λ( β+k E[M k] α+e[m k ] ). Note that an inflated value of θ results in a smaller e 0, and as we just concluded above, improves performance. Because using the expectation of the inverse of θ results in a strictly larger value of e 0, we would expect worse performance. In fact, our results with that estimator (not reported in this paper due to lack of space) confirm this hypothesis. This is further evidence to suggest that the implementation of the probability of detection in PDA may be suboptimal. The probability of detection is often used as a parameter in track-management algorithms. If θ was estimated inaccurately due to poor feedback and used in track-management algorithms, false tracks may persist longer than they would have if a fixed θ was used. While we recognize the potential to design a better measure of track quality by estimating θ, we leave the problem of how to implement it in a robust way as an open question. In the derivation of our Bayesian estimation strategy we assumed the probability of detection to be a constant, but in practice the probability of detection is likely to be timevarying. A natural extension of this work would be to model the probability of detection as a time-varying parameter based on the environment and the varying target strength. Much of the related work in estimating θ has focused on parametric models of the distribution of the amplitudes from returns. How to integrate that approach and the estimation 647

8 method presented here is an open question, but one that we believe deserves further study. Acknowledgment This work was funded by the U.S. Office of Naval Research, Contract Number N G-0460 and by an U.S. Office of Naval Research YIP Award. References [] T. Kirubarajan and Y. Bar-Shalom, Probabilistic data association techniques for target tracking in clutter, Proceedings of the IEEE, vol. 92, no. 3, pp , Mar [2] D. Mušicki and X. Wang, Reliability of PDA based target tracking in clutter, in Proceedings of the Seventh International Conference on Information Fusion, Per Svensson and Johan Schubert, Eds., Mountain View, CA, Jun 2004, vol. II, pp , International Society of Information Fusion. A. Posterior of θ given M k P (θ M k m, X k ) P (θ M k m) P (M k m θ)p (θ) P (M k m) C P (M k m θ)p (θ), ( ) k θ m+α ( θ) k m+β C B(α, β) m where the normalization constant C can be simplified: C P (M k m θ)p (θ)dθ ( ) k θ m+α ( θ) k m+β dθ θ0 B(α, β) m ( ) k B(m + α, k m + β). B(α, β) m Combining terms, P (θ M k m, X k ) θm+α ( θ) k m+β B(m + α, k m + β). A.2 The Expectation of the Posterior [3] L.D. Stone. and B.R. Osborn, Incorporating performance prediction uncertainty into detection and tracking, U.S. Navy Journal of Underwater Acoustics, Dec [4] S.B. Gelfand, T.E. Fortmann, and Y. Bar-Shalom, Adaptive detection threshold optimization for tracking in clutter, IEEE Transactions on Aerospace and Electronic Systems, vol. 32, no. 2, pp , Apr 996. [5] D.A. Abraham and A.P. Lyons, Novel physical interpretations of k-distributed reverberation, IEEE Journal of Oceanic Engineering, vol. 27, no. 4, pp , Oct [6] D.M. Drumheller, The bistatic simple integrated structure (basis) model, Tech. Rep. FRL/FR-MM/ , Naval Research Laboratory, May [7] J.W. Pitton and W.L.J. Fox, Incorporating target strength into environmentally-adaptive sonar tracking, OCEANS Europe, pp. 5, June A Appendix This appendix contains the complete derivations of the paper s results. 648 E PΘ Xk [Θ] θp (θ X k )dθ, then substituting from () θ P (M k m X k ) θm+α ( θ) k m+β dθ B(m + α, k m + β) θ m+α ( θ) k m+β dθ P (M k m X k ) B(m + α, k m + β) B(m + α +, k m + β) P (M k m X k ) B(m + α, k m + β) ( ) Γ(k + α + β) P (M k m X k ) Γ(m + α)γ(k m + β) ( ) Γ(m + α + )Γ(k m + β) Γ(k + α + β + ) m + α P (M k m X k ) k + α + β P (M k m X k )(m + α) k + α + β ( ) α + P (M k m X k )m k + α + β α + E[M k] k + α + β.

Introduction to Bayesian Statistics

Introduction to Bayesian Statistics Bayesian Parameter Estimation Introduction to Bayesian Statistics Harvey Thornburg Center for Computer Research in Music and Acoustics (CCRMA) Department of Music, Stanford University Stanford, California

More information

A Tree Search Approach to Target Tracking in Clutter

A Tree Search Approach to Target Tracking in Clutter 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 A Tree Search Approach to Target Tracking in Clutter Jill K. Nelson and Hossein Roufarshbaf Department of Electrical

More information

Tracking and Identification of Multiple targets

Tracking and Identification of Multiple targets Tracking and Identification of Multiple targets Samir Hachour, François Delmotte, Eric Lefèvre, David Mercier Laboratoire de Génie Informatique et d'automatique de l'artois, EA 3926 LGI2A first name.last

More information

Robotics 2 Target Tracking. Kai Arras, Cyrill Stachniss, Maren Bennewitz, Wolfram Burgard

Robotics 2 Target Tracking. Kai Arras, Cyrill Stachniss, Maren Bennewitz, Wolfram Burgard Robotics 2 Target Tracking Kai Arras, Cyrill Stachniss, Maren Bennewitz, Wolfram Burgard Slides by Kai Arras, Gian Diego Tipaldi, v.1.1, Jan 2012 Chapter Contents Target Tracking Overview Applications

More information

Lecture Outline. Target Tracking: Lecture 3 Maneuvering Target Tracking Issues. Maneuver Illustration. Maneuver Illustration. Maneuver Detection

Lecture Outline. Target Tracking: Lecture 3 Maneuvering Target Tracking Issues. Maneuver Illustration. Maneuver Illustration. Maneuver Detection REGLERTEKNIK Lecture Outline AUTOMATIC CONTROL Target Tracking: Lecture 3 Maneuvering Target Tracking Issues Maneuver Detection Emre Özkan emre@isy.liu.se Division of Automatic Control Department of Electrical

More information

A Sufficient Comparison of Trackers

A Sufficient Comparison of Trackers A Sufficient Comparison of Trackers David Bizup University of Virginia Department of Systems and Information Engineering P.O. Box 400747 151 Engineer's Way Charlottesville, VA 22904 Donald E. Brown University

More information

Design of Nearly Constant Velocity Track Filters for Brief Maneuvers

Design of Nearly Constant Velocity Track Filters for Brief Maneuvers 4th International Conference on Information Fusion Chicago, Illinois, USA, July 5-8, 20 Design of Nearly Constant Velocity rack Filters for Brief Maneuvers W. Dale Blair Georgia ech Research Institute

More information

STONY BROOK UNIVERSITY. CEAS Technical Report 829

STONY BROOK UNIVERSITY. CEAS Technical Report 829 1 STONY BROOK UNIVERSITY CEAS Technical Report 829 Variable and Multiple Target Tracking by Particle Filtering and Maximum Likelihood Monte Carlo Method Jaechan Lim January 4, 2006 2 Abstract In most applications

More information

Robotics 2 Target Tracking. Giorgio Grisetti, Cyrill Stachniss, Kai Arras, Wolfram Burgard

Robotics 2 Target Tracking. Giorgio Grisetti, Cyrill Stachniss, Kai Arras, Wolfram Burgard Robotics 2 Target Tracking Giorgio Grisetti, Cyrill Stachniss, Kai Arras, Wolfram Burgard Linear Dynamical System (LDS) Stochastic process governed by is the state vector is the input vector is the process

More information

Generalizations to the Track-Oriented MHT Recursion

Generalizations to the Track-Oriented MHT Recursion 18th International Conference on Information Fusion Washington, DC - July 6-9, 2015 Generalizations to the Track-Oriented MHT Recursion Stefano Coraluppi and Craig Carthel Systems & Technology Research

More information

Robotics 2 Data Association. Giorgio Grisetti, Cyrill Stachniss, Kai Arras, Wolfram Burgard

Robotics 2 Data Association. Giorgio Grisetti, Cyrill Stachniss, Kai Arras, Wolfram Burgard Robotics 2 Data Association Giorgio Grisetti, Cyrill Stachniss, Kai Arras, Wolfram Burgard Data Association Data association is the process of associating uncertain measurements to known tracks. Problem

More information

1 Using standard errors when comparing estimated values

1 Using standard errors when comparing estimated values MLPR Assignment Part : General comments Below are comments on some recurring issues I came across when marking the second part of the assignment, which I thought it would help to explain in more detail

More information

A Gaussian Mixture Motion Model and Contact Fusion Applied to the Metron Data Set

A Gaussian Mixture Motion Model and Contact Fusion Applied to the Metron Data Set 1th International Conference on Information Fusion Chicago, Illinois, USA, July 5-8, 211 A Gaussian Mixture Motion Model and Contact Fusion Applied to the Metron Data Set Kathrin Wilkens 1,2 1 Institute

More information

Predetection Fusion with Doppler. Measurements and Amplitude Information

Predetection Fusion with Doppler. Measurements and Amplitude Information Predetection Fusion with Doppler 1 Measurements and Amplitude Information Ramona Georgescu, Student Member, IEEE and Peter Willett, Fellow, IEEE Abstract In previous work we discussed an efficient form

More information

ADDRESSING TRACK COALESCENCE IN SEQUENTIAL K-BEST MULTIPLE HYPOTHESIS TRACKING

ADDRESSING TRACK COALESCENCE IN SEQUENTIAL K-BEST MULTIPLE HYPOTHESIS TRACKING ADDRESSING TRACK COALESCENCE IN SEQUENTIAL K-BEST MULTIPLE HYPOTHESIS TRACKING A Thesis Presented to The Academic Faculty By Ryan D. Palkki In Partial Fulfillment of the Requirements for the Degree Master

More information

F denotes cumulative density. denotes probability density function; (.)

F denotes cumulative density. denotes probability density function; (.) BAYESIAN ANALYSIS: FOREWORDS Notation. System means the real thing and a model is an assumed mathematical form for the system.. he probability model class M contains the set of the all admissible models

More information

Rao-Blackwellized Particle Filter for Multiple Target Tracking

Rao-Blackwellized Particle Filter for Multiple Target Tracking Rao-Blackwellized Particle Filter for Multiple Target Tracking Simo Särkkä, Aki Vehtari, Jouko Lampinen Helsinki University of Technology, Finland Abstract In this article we propose a new Rao-Blackwellized

More information

PMR Learning as Inference

PMR Learning as Inference Outline PMR Learning as Inference Probabilistic Modelling and Reasoning Amos Storkey Modelling 2 The Exponential Family 3 Bayesian Sets School of Informatics, University of Edinburgh Amos Storkey PMR Learning

More information

Bayesian inference. Fredrik Ronquist and Peter Beerli. October 3, 2007

Bayesian inference. Fredrik Ronquist and Peter Beerli. October 3, 2007 Bayesian inference Fredrik Ronquist and Peter Beerli October 3, 2007 1 Introduction The last few decades has seen a growing interest in Bayesian inference, an alternative approach to statistical inference.

More information

A Study of Covariances within Basic and Extended Kalman Filters

A Study of Covariances within Basic and Extended Kalman Filters A Study of Covariances within Basic and Extended Kalman Filters David Wheeler Kyle Ingersoll December 2, 2013 Abstract This paper explores the role of covariance in the context of Kalman filters. The underlying

More information

Nonlinear Estimation Techniques for Impact Point Prediction of Ballistic Targets

Nonlinear Estimation Techniques for Impact Point Prediction of Ballistic Targets Nonlinear Estimation Techniques for Impact Point Prediction of Ballistic Targets J. Clayton Kerce a, George C. Brown a, and David F. Hardiman b a Georgia Tech Research Institute, Georgia Institute of Technology,

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Brown University CSCI 1950-F, Spring 2012 Prof. Erik Sudderth Lecture 25: Markov Chain Monte Carlo (MCMC) Course Review and Advanced Topics Many figures courtesy Kevin

More information

Introduction: MLE, MAP, Bayesian reasoning (28/8/13)

Introduction: MLE, MAP, Bayesian reasoning (28/8/13) STA561: Probabilistic machine learning Introduction: MLE, MAP, Bayesian reasoning (28/8/13) Lecturer: Barbara Engelhardt Scribes: K. Ulrich, J. Subramanian, N. Raval, J. O Hollaren 1 Classifiers In this

More information

Particle Filters. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics

Particle Filters. Pieter Abbeel UC Berkeley EECS. Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics Particle Filters Pieter Abbeel UC Berkeley EECS Many slides adapted from Thrun, Burgard and Fox, Probabilistic Robotics Motivation For continuous spaces: often no analytical formulas for Bayes filter updates

More information

A Unifying Framework for Multi-Target Tracking and Existence

A Unifying Framework for Multi-Target Tracking and Existence A Unifying Framework for Multi-Target Tracking and Existence Jaco Vermaak Simon Maskell, Mark Briers Cambridge University Engineering Department QinetiQ Ltd., Malvern Technology Centre Cambridge, U.K.

More information

Mobile Robot Localization

Mobile Robot Localization Mobile Robot Localization 1 The Problem of Robot Localization Given a map of the environment, how can a robot determine its pose (planar coordinates + orientation)? Two sources of uncertainty: - observations

More information

Introduction p. 1 Fundamental Problems p. 2 Core of Fundamental Theory and General Mathematical Ideas p. 3 Classical Statistical Decision p.

Introduction p. 1 Fundamental Problems p. 2 Core of Fundamental Theory and General Mathematical Ideas p. 3 Classical Statistical Decision p. Preface p. xiii Acknowledgment p. xix Introduction p. 1 Fundamental Problems p. 2 Core of Fundamental Theory and General Mathematical Ideas p. 3 Classical Statistical Decision p. 4 Bayes Decision p. 5

More information

Parameter estimation and forecasting. Cristiano Porciani AIfA, Uni-Bonn

Parameter estimation and forecasting. Cristiano Porciani AIfA, Uni-Bonn Parameter estimation and forecasting Cristiano Porciani AIfA, Uni-Bonn Questions? C. Porciani Estimation & forecasting 2 Temperature fluctuations Variance at multipole l (angle ~180o/l) C. Porciani Estimation

More information

Parametric Models. Dr. Shuang LIANG. School of Software Engineering TongJi University Fall, 2012

Parametric Models. Dr. Shuang LIANG. School of Software Engineering TongJi University Fall, 2012 Parametric Models Dr. Shuang LIANG School of Software Engineering TongJi University Fall, 2012 Today s Topics Maximum Likelihood Estimation Bayesian Density Estimation Today s Topics Maximum Likelihood

More information

Statistical Methods in Particle Physics

Statistical Methods in Particle Physics Statistical Methods in Particle Physics Lecture 11 January 7, 2013 Silvia Masciocchi, GSI Darmstadt s.masciocchi@gsi.de Winter Semester 2012 / 13 Outline How to communicate the statistical uncertainty

More information

Sensor Tasking and Control

Sensor Tasking and Control Sensor Tasking and Control Sensing Networking Leonidas Guibas Stanford University Computation CS428 Sensor systems are about sensing, after all... System State Continuous and Discrete Variables The quantities

More information

Mobile Robot Localization

Mobile Robot Localization Mobile Robot Localization 1 The Problem of Robot Localization Given a map of the environment, how can a robot determine its pose (planar coordinates + orientation)? Two sources of uncertainty: - observations

More information

5.1 2D example 59 Figure 5.1: Parabolic velocity field in a straight two-dimensional pipe. Figure 5.2: Concentration on the input boundary of the pipe. The vertical axis corresponds to r 2 -coordinate,

More information

Track-to-Track Fusion Architectures A Review

Track-to-Track Fusion Architectures A Review Itzhack Y. Bar-Itzhack Memorial Symposium on Estimation, Navigation, and Spacecraft Control, Haifa, Israel, October 14 17, 2012 Track-to-Track Architectures A Review Xin Tian and Yaakov Bar-Shalom This

More information

Bayesian Social Learning with Random Decision Making in Sequential Systems

Bayesian Social Learning with Random Decision Making in Sequential Systems Bayesian Social Learning with Random Decision Making in Sequential Systems Yunlong Wang supervised by Petar M. Djurić Department of Electrical and Computer Engineering Stony Brook University Stony Brook,

More information

σ(a) = a N (x; 0, 1 2 ) dx. σ(a) = Φ(a) =

σ(a) = a N (x; 0, 1 2 ) dx. σ(a) = Φ(a) = Until now we have always worked with likelihoods and prior distributions that were conjugate to each other, allowing the computation of the posterior distribution to be done in closed form. Unfortunately,

More information

Robotics. Lecture 4: Probabilistic Robotics. See course website for up to date information.

Robotics. Lecture 4: Probabilistic Robotics. See course website   for up to date information. Robotics Lecture 4: Probabilistic Robotics See course website http://www.doc.ic.ac.uk/~ajd/robotics/ for up to date information. Andrew Davison Department of Computing Imperial College London Review: Sensors

More information

Bayesian Regression (1/31/13)

Bayesian Regression (1/31/13) STA613/CBB540: Statistical methods in computational biology Bayesian Regression (1/31/13) Lecturer: Barbara Engelhardt Scribe: Amanda Lea 1 Bayesian Paradigm Bayesian methods ask: given that I have observed

More information

Incorporating Track Uncertainty into the OSPA Metric

Incorporating Track Uncertainty into the OSPA Metric 14th International Conference on Information Fusion Chicago, Illinois, USA, July 5-8, 211 Incorporating Trac Uncertainty into the OSPA Metric Sharad Nagappa School of EPS Heriot Watt University Edinburgh,

More information

Bayesian room-acoustic modal analysis

Bayesian room-acoustic modal analysis Bayesian room-acoustic modal analysis Wesley Henderson a) Jonathan Botts b) Ning Xiang c) Graduate Program in Architectural Acoustics, School of Architecture, Rensselaer Polytechnic Institute, Troy, New

More information

Gate Volume Estimation for Target Tracking

Gate Volume Estimation for Target Tracking Gate Volume Estimation for Target Tracking Darko Mušicki Mark R. Morelande Dept of Electrical Engineering Dept of Electrical Engineering University of Melbourne University of Melbourne Victoria 30 Victoria

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de

More information

Introduction to Bayesian Statistics 1

Introduction to Bayesian Statistics 1 Introduction to Bayesian Statistics 1 STA 442/2101 Fall 2018 1 This slide show is an open-source document. See last slide for copyright information. 1 / 42 Thomas Bayes (1701-1761) Image from the Wikipedia

More information

Naval Undersea Warfare Center Division Newport, Rhode Island

Naval Undersea Warfare Center Division Newport, Rhode Island NUWC-NPT Technical Report 11,768 25 September 2006 Computing the Information Matrix for Dynamic Mixture Models Michael J. Walsh Combat Systems Department Naval Undersea Warfare Center Division Newport,

More information

Parametric Techniques Lecture 3

Parametric Techniques Lecture 3 Parametric Techniques Lecture 3 Jason Corso SUNY at Buffalo 22 January 2009 J. Corso (SUNY at Buffalo) Parametric Techniques Lecture 3 22 January 2009 1 / 39 Introduction In Lecture 2, we learned how to

More information

Bayesian RL Seminar. Chris Mansley September 9, 2008

Bayesian RL Seminar. Chris Mansley September 9, 2008 Bayesian RL Seminar Chris Mansley September 9, 2008 Bayes Basic Probability One of the basic principles of probability theory, the chain rule, will allow us to derive most of the background material in

More information

Performance Comparison of K-Means and Expectation Maximization with Gaussian Mixture Models for Clustering EE6540 Final Project

Performance Comparison of K-Means and Expectation Maximization with Gaussian Mixture Models for Clustering EE6540 Final Project Performance Comparison of K-Means and Expectation Maximization with Gaussian Mixture Models for Clustering EE6540 Final Project Devin Cornell & Sushruth Sastry May 2015 1 Abstract In this article, we explore

More information

MMSE-Based Filtering for Linear and Nonlinear Systems in the Presence of Non-Gaussian System and Measurement Noise

MMSE-Based Filtering for Linear and Nonlinear Systems in the Presence of Non-Gaussian System and Measurement Noise MMSE-Based Filtering for Linear and Nonlinear Systems in the Presence of Non-Gaussian System and Measurement Noise I. Bilik 1 and J. Tabrikian 2 1 Dept. of Electrical and Computer Engineering, University

More information

A NEW FORMULATION OF IPDAF FOR TRACKING IN CLUTTER

A NEW FORMULATION OF IPDAF FOR TRACKING IN CLUTTER A NEW FRMULATIN F IPDAF FR TRACKING IN CLUTTER Jean Dezert NERA, 29 Av. Division Leclerc 92320 Châtillon, France fax:+33146734167 dezert@onera.fr Ning Li, X. Rong Li University of New rleans New rleans,

More information

Sliding Window Test vs. Single Time Test for Track-to-Track Association

Sliding Window Test vs. Single Time Test for Track-to-Track Association Sliding Window Test vs. Single Time Test for Track-to-Track Association Xin Tian Dept. of Electrical and Computer Engineering University of Connecticut Storrs, CT 06269-257, U.S.A. Email: xin.tian@engr.uconn.edu

More information

Bayesian Learning (II)

Bayesian Learning (II) Universität Potsdam Institut für Informatik Lehrstuhl Maschinelles Lernen Bayesian Learning (II) Niels Landwehr Overview Probabilities, expected values, variance Basic concepts of Bayesian learning MAP

More information

Decision theory. 1 We may also consider randomized decision rules, where δ maps observed data D to a probability distribution over

Decision theory. 1 We may also consider randomized decision rules, where δ maps observed data D to a probability distribution over Point estimation Suppose we are interested in the value of a parameter θ, for example the unknown bias of a coin. We have already seen how one may use the Bayesian method to reason about θ; namely, we

More information

MINIMUM EXPECTED RISK PROBABILITY ESTIMATES FOR NONPARAMETRIC NEIGHBORHOOD CLASSIFIERS. Maya Gupta, Luca Cazzanti, and Santosh Srivastava

MINIMUM EXPECTED RISK PROBABILITY ESTIMATES FOR NONPARAMETRIC NEIGHBORHOOD CLASSIFIERS. Maya Gupta, Luca Cazzanti, and Santosh Srivastava MINIMUM EXPECTED RISK PROBABILITY ESTIMATES FOR NONPARAMETRIC NEIGHBORHOOD CLASSIFIERS Maya Gupta, Luca Cazzanti, and Santosh Srivastava University of Washington Dept. of Electrical Engineering Seattle,

More information

COS513 LECTURE 8 STATISTICAL CONCEPTS

COS513 LECTURE 8 STATISTICAL CONCEPTS COS513 LECTURE 8 STATISTICAL CONCEPTS NIKOLAI SLAVOV AND ANKUR PARIKH 1. MAKING MEANINGFUL STATEMENTS FROM JOINT PROBABILITY DISTRIBUTIONS. A graphical model (GM) represents a family of probability distributions

More information

WE consider the problem of detecting and localizing a material

WE consider the problem of detecting and localizing a material 1886 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 5, MAY 2007 Detection and Localization of Material Releases With Sparse Sensor Configurations Emily B. Fox, Student Member, IEEE, John W. Fisher,

More information

Sparse Linear Models (10/7/13)

Sparse Linear Models (10/7/13) STA56: Probabilistic machine learning Sparse Linear Models (0/7/) Lecturer: Barbara Engelhardt Scribes: Jiaji Huang, Xin Jiang, Albert Oh Sparsity Sparsity has been a hot topic in statistics and machine

More information

arxiv: v1 [stat.co] 23 Apr 2018

arxiv: v1 [stat.co] 23 Apr 2018 Bayesian Updating and Uncertainty Quantification using Sequential Tempered MCMC with the Rank-One Modified Metropolis Algorithm Thomas A. Catanach and James L. Beck arxiv:1804.08738v1 [stat.co] 23 Apr

More information

Probability Map Building of Uncertain Dynamic Environments with Indistinguishable Obstacles

Probability Map Building of Uncertain Dynamic Environments with Indistinguishable Obstacles Probability Map Building of Uncertain Dynamic Environments with Indistinguishable Obstacles Myungsoo Jun and Raffaello D Andrea Sibley School of Mechanical and Aerospace Engineering Cornell University

More information

Pattern Recognition and Machine Learning

Pattern Recognition and Machine Learning Christopher M. Bishop Pattern Recognition and Machine Learning ÖSpri inger Contents Preface Mathematical notation Contents vii xi xiii 1 Introduction 1 1.1 Example: Polynomial Curve Fitting 4 1.2 Probability

More information

Tactical Ballistic Missile Tracking using the Interacting Multiple Model Algorithm

Tactical Ballistic Missile Tracking using the Interacting Multiple Model Algorithm Tactical Ballistic Missile Tracking using the Interacting Multiple Model Algorithm Robert L Cooperman Raytheon Co C 3 S Division St Petersburg, FL Robert_L_Cooperman@raytheoncom Abstract The problem of

More information

Machine Learning Linear Classification. Prof. Matteo Matteucci

Machine Learning Linear Classification. Prof. Matteo Matteucci Machine Learning Linear Classification Prof. Matteo Matteucci Recall from the first lecture 2 X R p Regression Y R Continuous Output X R p Y {Ω 0, Ω 1,, Ω K } Classification Discrete Output X R p Y (X)

More information

Forecasting Wind Ramps

Forecasting Wind Ramps Forecasting Wind Ramps Erin Summers and Anand Subramanian Jan 5, 20 Introduction The recent increase in the number of wind power producers has necessitated changes in the methods power system operators

More information

Previously on TT, Target Tracking: Lecture 2 Single Target Tracking Issues. Lecture-2 Outline. Basic ideas on track life

Previously on TT, Target Tracking: Lecture 2 Single Target Tracking Issues. Lecture-2 Outline. Basic ideas on track life REGLERTEKNIK Previously on TT, AUTOMATIC CONTROL Target Tracing: Lecture 2 Single Target Tracing Issues Emre Özan emre@isy.liu.se Division of Automatic Control Department of Electrical Engineering Linöping

More information

9 Multi-Model State Estimation

9 Multi-Model State Estimation Technion Israel Institute of Technology, Department of Electrical Engineering Estimation and Identification in Dynamical Systems (048825) Lecture Notes, Fall 2009, Prof. N. Shimkin 9 Multi-Model State

More information

Parametric Inference Maximum Likelihood Inference Exponential Families Expectation Maximization (EM) Bayesian Inference Statistical Decison Theory

Parametric Inference Maximum Likelihood Inference Exponential Families Expectation Maximization (EM) Bayesian Inference Statistical Decison Theory Statistical Inference Parametric Inference Maximum Likelihood Inference Exponential Families Expectation Maximization (EM) Bayesian Inference Statistical Decison Theory IP, José Bioucas Dias, IST, 2007

More information

CS 340 Fall 2007: Homework 3

CS 340 Fall 2007: Homework 3 CS 34 Fall 27: Homework 3 1 Marginal likelihood for the Beta-Bernoulli model We showed that the marginal likelihood is the ratio of the normalizing constants: p(d) = B(α 1 + N 1, α + N ) B(α 1, α ) = Γ(α

More information

Bayesian Networks: Construction, Inference, Learning and Causal Interpretation. Volker Tresp Summer 2014

Bayesian Networks: Construction, Inference, Learning and Causal Interpretation. Volker Tresp Summer 2014 Bayesian Networks: Construction, Inference, Learning and Causal Interpretation Volker Tresp Summer 2014 1 Introduction So far we were mostly concerned with supervised learning: we predicted one or several

More information

Notes on Machine Learning for and

Notes on Machine Learning for and Notes on Machine Learning for 16.410 and 16.413 (Notes adapted from Tom Mitchell and Andrew Moore.) Choosing Hypotheses Generally want the most probable hypothesis given the training data Maximum a posteriori

More information

L06. LINEAR KALMAN FILTERS. NA568 Mobile Robotics: Methods & Algorithms

L06. LINEAR KALMAN FILTERS. NA568 Mobile Robotics: Methods & Algorithms L06. LINEAR KALMAN FILTERS NA568 Mobile Robotics: Methods & Algorithms 2 PS2 is out! Landmark-based Localization: EKF, UKF, PF Today s Lecture Minimum Mean Square Error (MMSE) Linear Kalman Filter Gaussian

More information

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density

Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Time Series Prediction by Kalman Smoother with Cross-Validated Noise Density Simo Särkkä E-mail: simo.sarkka@hut.fi Aki Vehtari E-mail: aki.vehtari@hut.fi Jouko Lampinen E-mail: jouko.lampinen@hut.fi Abstract

More information

1 Kalman Filter Introduction

1 Kalman Filter Introduction 1 Kalman Filter Introduction You should first read Chapter 1 of Stochastic models, estimation, and control: Volume 1 by Peter S. Maybec (available here). 1.1 Explanation of Equations (1-3) and (1-4) Equation

More information

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Lecture 2: From Linear Regression to Kalman Filter and Beyond Lecture 2: From Linear Regression to Kalman Filter and Beyond Department of Biomedical Engineering and Computational Science Aalto University January 26, 2012 Contents 1 Batch and Recursive Estimation

More information

2D Image Processing. Bayes filter implementation: Kalman filter

2D Image Processing. Bayes filter implementation: Kalman filter 2D Image Processing Bayes filter implementation: Kalman filter Prof. Didier Stricker Dr. Gabriele Bleser Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche

More information

Parametric Techniques

Parametric Techniques Parametric Techniques Jason J. Corso SUNY at Buffalo J. Corso (SUNY at Buffalo) Parametric Techniques 1 / 39 Introduction When covering Bayesian Decision Theory, we assumed the full probabilistic structure

More information

EKF and SLAM. McGill COMP 765 Sept 18 th, 2017

EKF and SLAM. McGill COMP 765 Sept 18 th, 2017 EKF and SLAM McGill COMP 765 Sept 18 th, 2017 Outline News and information Instructions for paper presentations Continue on Kalman filter: EKF and extension to mapping Example of a real mapping system:

More information

Fisher Information Matrix-based Nonlinear System Conversion for State Estimation

Fisher Information Matrix-based Nonlinear System Conversion for State Estimation Fisher Information Matrix-based Nonlinear System Conversion for State Estimation Ming Lei Christophe Baehr and Pierre Del Moral Abstract In practical target tracing a number of improved measurement conversion

More information

Particle Filters; Simultaneous Localization and Mapping (Intelligent Autonomous Robotics) Subramanian Ramamoorthy School of Informatics

Particle Filters; Simultaneous Localization and Mapping (Intelligent Autonomous Robotics) Subramanian Ramamoorthy School of Informatics Particle Filters; Simultaneous Localization and Mapping (Intelligent Autonomous Robotics) Subramanian Ramamoorthy School of Informatics Recap: State Estimation using Kalman Filter Project state and error

More information

Sequential Monitoring of Clinical Trials Session 4 - Bayesian Evaluation of Group Sequential Designs

Sequential Monitoring of Clinical Trials Session 4 - Bayesian Evaluation of Group Sequential Designs Sequential Monitoring of Clinical Trials Session 4 - Bayesian Evaluation of Group Sequential Designs Presented August 8-10, 2012 Daniel L. Gillen Department of Statistics University of California, Irvine

More information

Kalman filtering and friends: Inference in time series models. Herke van Hoof slides mostly by Michael Rubinstein

Kalman filtering and friends: Inference in time series models. Herke van Hoof slides mostly by Michael Rubinstein Kalman filtering and friends: Inference in time series models Herke van Hoof slides mostly by Michael Rubinstein Problem overview Goal Estimate most probable state at time k using measurement up to time

More information

Probabilistic Data Association for Tracking Extended Targets Under Clutter Using Random Matrices

Probabilistic Data Association for Tracking Extended Targets Under Clutter Using Random Matrices 18th International Conference on Information Fusion Washington, DC - July 6-9, 2015 Probabilistic Data Association for Tracking Extended Targets Under Clutter Using Random Matrices Michael Schuster, Johannes

More information

How Much Evidence Should One Collect?

How Much Evidence Should One Collect? How Much Evidence Should One Collect? Remco Heesen October 10, 2013 Abstract This paper focuses on the question how much evidence one should collect before deciding on the truth-value of a proposition.

More information

Lecture : Probabilistic Machine Learning

Lecture : Probabilistic Machine Learning Lecture : Probabilistic Machine Learning Riashat Islam Reasoning and Learning Lab McGill University September 11, 2018 ML : Many Methods with Many Links Modelling Views of Machine Learning Machine Learning

More information

Bayesian Regression Linear and Logistic Regression

Bayesian Regression Linear and Logistic Regression When we want more than point estimates Bayesian Regression Linear and Logistic Regression Nicole Beckage Ordinary Least Squares Regression and Lasso Regression return only point estimates But what if we

More information

Bayesian search for other Earths

Bayesian search for other Earths Bayesian search for other Earths Low-mass planets orbiting nearby M dwarfs Mikko Tuomi University of Hertfordshire, Centre for Astrophysics Research Email: mikko.tuomi@utu.fi Presentation, 19.4.2013 1

More information

RAO-BLACKWELLISED PARTICLE FILTERS: EXAMPLES OF APPLICATIONS

RAO-BLACKWELLISED PARTICLE FILTERS: EXAMPLES OF APPLICATIONS RAO-BLACKWELLISED PARTICLE FILTERS: EXAMPLES OF APPLICATIONS Frédéric Mustière e-mail: mustiere@site.uottawa.ca Miodrag Bolić e-mail: mbolic@site.uottawa.ca Martin Bouchard e-mail: bouchard@site.uottawa.ca

More information

CS 630 Basic Probability and Information Theory. Tim Campbell

CS 630 Basic Probability and Information Theory. Tim Campbell CS 630 Basic Probability and Information Theory Tim Campbell 21 January 2003 Probability Theory Probability Theory is the study of how best to predict outcomes of events. An experiment (or trial or event)

More information

A PCR-BIMM filter For Maneuvering Target Tracking

A PCR-BIMM filter For Maneuvering Target Tracking A PCR-BIMM filter For Maneuvering Target Tracking Jean Dezert Benjamin Pannetier Originally published as Dezert J., Pannetier B., A PCR-BIMM filter for maneuvering target tracking, in Proc. of Fusion 21,

More information

David Giles Bayesian Econometrics

David Giles Bayesian Econometrics David Giles Bayesian Econometrics 1. General Background 2. Constructing Prior Distributions 3. Properties of Bayes Estimators and Tests 4. Bayesian Analysis of the Multiple Regression Model 5. Bayesian

More information

DS-GA 1002 Lecture notes 11 Fall Bayesian statistics

DS-GA 1002 Lecture notes 11 Fall Bayesian statistics DS-GA 100 Lecture notes 11 Fall 016 Bayesian statistics In the frequentist paradigm we model the data as realizations from a distribution that depends on deterministic parameters. In contrast, in Bayesian

More information

2D Image Processing (Extended) Kalman and particle filter

2D Image Processing (Extended) Kalman and particle filter 2D Image Processing (Extended) Kalman and particle filter Prof. Didier Stricker Dr. Gabriele Bleser Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz

More information

MACHINE LEARNING INTRODUCTION: STRING CLASSIFICATION

MACHINE LEARNING INTRODUCTION: STRING CLASSIFICATION MACHINE LEARNING INTRODUCTION: STRING CLASSIFICATION THOMAS MAILUND Machine learning means different things to different people, and there is no general agreed upon core set of algorithms that must be

More information

A Very Brief Summary of Bayesian Inference, and Examples

A Very Brief Summary of Bayesian Inference, and Examples A Very Brief Summary of Bayesian Inference, and Examples Trinity Term 009 Prof Gesine Reinert Our starting point are data x = x 1, x,, x n, which we view as realisations of random variables X 1, X,, X

More information

Lecture 5: Bayes pt. 1

Lecture 5: Bayes pt. 1 Lecture 5: Bayes pt. 1 D. Jason Koskinen koskinen@nbi.ku.dk Photo by Howard Jackman University of Copenhagen Advanced Methods in Applied Statistics Feb - Apr 2016 Niels Bohr Institute 2 Bayes Probabilities

More information

Miscellany : Long Run Behavior of Bayesian Methods; Bayesian Experimental Design (Lecture 4)

Miscellany : Long Run Behavior of Bayesian Methods; Bayesian Experimental Design (Lecture 4) Miscellany : Long Run Behavior of Bayesian Methods; Bayesian Experimental Design (Lecture 4) Tom Loredo Dept. of Astronomy, Cornell University http://www.astro.cornell.edu/staff/loredo/bayes/ Bayesian

More information

Tracking, Association, and Classification: A Combined PMHT Approach

Tracking, Association, and Classification: A Combined PMHT Approach Digital Signal Processing doi:10.1006/dspr.2002.0431 Tracking, Association, and Classification: A Combined PMHT Approach S. Davey,, D. Gray, and R. Streit Cooperative Research Center for Sensor Signal

More information

Target Tracking and Classification using Collaborative Sensor Networks

Target Tracking and Classification using Collaborative Sensor Networks Target Tracking and Classification using Collaborative Sensor Networks Xiaodong Wang Department of Electrical Engineering Columbia University p.1/3 Talk Outline Background on distributed wireless sensor

More information

MULTI-MODEL FILTERING FOR ORBIT DETERMINATION DURING MANOEUVRE

MULTI-MODEL FILTERING FOR ORBIT DETERMINATION DURING MANOEUVRE MULTI-MODEL FILTERING FOR ORBIT DETERMINATION DURING MANOEUVRE Bruno CHRISTOPHE Vanessa FONDBERTASSE Office National d'etudes et de Recherches Aérospatiales (http://www.onera.fr) B.P. 72 - F-92322 CHATILLON

More information

Statistical Data Analysis Stat 3: p-values, parameter estimation

Statistical Data Analysis Stat 3: p-values, parameter estimation Statistical Data Analysis Stat 3: p-values, parameter estimation London Postgraduate Lectures on Particle Physics; University of London MSci course PH4515 Glen Cowan Physics Department Royal Holloway,

More information

REVEAL. Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008

REVEAL. Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008 REVEAL Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008 Presented to Program Officers: Drs. John Tague and Keith Davidson Undersea Signal Processing Team, Office

More information

Introduction to Probabilistic Machine Learning

Introduction to Probabilistic Machine Learning Introduction to Probabilistic Machine Learning Piyush Rai Dept. of CSE, IIT Kanpur (Mini-course 1) Nov 03, 2015 Piyush Rai (IIT Kanpur) Introduction to Probabilistic Machine Learning 1 Machine Learning

More information