[Solved]: What Is The Complexity of Implementing a Particle Filter?

Problem Detail: In a video discussing the merits of particle filters for localization, it was implied that there is some ambiguity about the complexity cost of particle filter implementations. Is this correct? Could someone explain this?

Asked By : DorkRawk

Answered By : John Percival Hackworth

It appears that the speaker feels that there isn’t a definitive complexity analysis yet for the technique. This could be due to a couple of factors.

  1. The analysis is hard, and no one has figured it out yet.
  2. The technique has multiple different appropriate implementations, based on the problem context.

I’d bet on the second option, particularly in light of the speaker’s comment that the technique may not be appropriate for higher dimension parameter spaces. Keep in mind that the video did not present an algorithm, it presented a very high-level discussion of a technique.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/122

Leave a Reply