-
Notifications
You must be signed in to change notification settings - Fork 0
Description
-
Bayes’ Rule is very important in self-driving cars because their sensors often give uncertain or incomplete information. A camera frame or LiDAR point cloud may match several different explanations, such as whether something ahead is a person, a shadow, or a sign. Bayes’ Rule helps the system combine what it sees with what it already knows about typical situations, allowing it to choose the most likely interpretation. Without this probabilistic reasoning, the car would make unstable or unsafe decisions whenever the sensor measurements are unclear.
-
The explanation of Bayes’ Rule would be easier to understand if the book used a very simple example. For instance, it could say that C means “the surface is in shadow,” and d means “the sensor sees a dark area.” Then it could briefly explain that the likelihood tells us how often shadows look dark, and the prior tells us how often shadows appear in normal scenes. A short example like this would help students see how the parts of Bayes’ Rule connect to real image situations and make the paragraph clearer.