Description
Name(s): ______________________________________
Figure 1: Example Bayesian network for medical diagnosis. Source: http://song.bayesian.net/index.php/Bayesian_net
Probabilistic inference over Bayesian networks is a standard AI technique for medical diagnosis. Bayesian networks represent complex causal relationships between patient information, medical conditions, and symptoms. Probabilistic inference allows us to compute diagnostic queries, determining the likelihood of medical conditions given observed symptoms as evidence. Use the example Bayes net above as a prompt for the following questions.
Question 1: Recall that the naïve Bayes assumption is that no effects of a cause are also causes of each other. If two effects are correlated it is because they are related to the same, underlying cause. The naïve Bayes model provides an alternative representation for diagnostic inference. Draw a Bayes net representing the naïve Bayes model for diagnosing Flu given its symptoms (assume the symptoms of Flu are every successor of Flu in the Bayes net in Figure 1). Which model (the Bayes net in Figure 1 or the naïve Bayes model that you’ve constructed) is a richer representation? That is to say, is there anything we can represent with one model that we cannot represent with the other model?
This setup does not account for second-order effects, such as: ”after one is sick for a while, the probability is high that one stops being sick”. A 2-Markov assumption states that an unobservable random variable Xt is conditioned on Xt-1 and Xt-2. Using a timestep equal to a week, draw a 2-Markov Dynamic Bayes Network that captures the intuition that one can become sick at any time. When one is sick one is likely to remain sick unless they have been sick for two weeks, at which time they are likely to cease being sick. When one is sick, the probability of cough is high and when one is not sick, the probability of cough is low. Show all the conditional probability tables; make up
reasonable numbers to express the relationships described above.
Question 3: Medical diagnosis with Bayesian networks are currently used as a decision support systems by healthcare professionals. An expert can input patient information and observed symptoms, and the decision support system outputs a set of possible diagnoses with associated likelihoods, but the final diagnosis decision is up to the medical professional. Why should we require a human supervisor to accept or override the decision of the AI diagnosis system? Name two (2) potential sources of error or unaccounted for situations for these Bayes net diagnosis models that are mitigated by having a trained healthcare professional make the final diagnosis decision.
Question 4: Publicly accessible online services often use databases and symptom matching to inform users of possible medical conditions given a list of symptoms. These services do not provide diagnosis likelihoods. Could providing a free online service with Bayes-net-based medical diagnosis have negative impacts on human behavior? Could they have positive impacts? If you answered yes to either question, give one example. If you answered no, explain why not.
Reviews
There are no reviews yet.