Markov Smoothing
A type of Markov Inference for estimating past states via all of the given evidence (essential for learning, why?). It works similar to Filtering where you go through all of the evidence iteratively with recursion. Here however the recursion is backwards and goes from the current state to a past state. Of course the past state must not be the first state, so we also do Filtering to get the forward part.
The backward message
We get by the Sensor Model. And by the Transition Model.
The recursive call goes one more step into the past.