Introduction to Probabilistic Reasoning

Introduction to Probabilistic Reasoning #

In the scene understanding chapter we started putting together the perception pipelines that resulted in us knowing where are the objects of interest in the image coordinate frame but we stopped short of any advanced methods that can lead to what we humans call understanding. We hinted that assigning an object an symbolic identity is an essential ability that allows an embodied AI agent to reason about the scene using symbolic reasoning approaches researched by the AI community over many decades.

prob-reasoning-agent Positioning of probabilistic reasoning subsystem

Staying in this trajectory, we introduce the topic of reasoning via a probabilistic lens. We argue that enhancing the environment state as determined by the perception subsystem, includes another subsystem that we will call probabilistic reasoning subsystem that allow us to:

  • infer the hidden state of the environment and
  • learn the state that the agents internally maintains via appropriate to the task representations.

In a subsequent chapter we will enhance the model to include past actions rather than just past percepts. Let us now start with the rule that is the cornerstone of probabilistic modeling and reasoning - the Bayes rule.