Multi-hypothesis tracking (MHT) is a probabilistic reasoning technique that maintains and updates a distribution over multiple competing explanatory hypotheses as new evidence arrives sequentially. It is the computational engine for inference to the best explanation in dynamic, uncertain environments. Instead of committing to a single 'best guess' prematurely, the system propagates a 'belief state' represented as a set of weighted hypotheses, each explaining the observed data stream. This approach is fundamental to diagnostic reasoning in complex systems like autonomous vehicles, fault diagnosis, and intelligence analysis.
