Questions: Markov Random Fields

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You are modeling whether neighboring pixels in a photograph should have similar colors. Which representation is most natural, and why?

AA Bayesian network, because pixel A causes pixel B to have a similar color
BA Markov random field, because the dependency between neighbors is symmetric — neither pixel causes the other
CA hidden Markov model, because pixels form a sequence across rows
DA naive Bayes classifier, because each pixel's color is conditionally independent of all others
Question 2 Multiple Choice

In a Markov random field, what is the role of the partition function Z?

AIt counts the number of cliques in the graph
BIt normalizes the product of potential functions so the result is a valid probability distribution summing to 1
CIt stores the marginal probability of each variable
DIt measures how much the graph structure deviates from a tree
Question 3 True / False

In a Markov random field, a variable is conditionally independent of all non-neighboring variables given the values of its immediate neighbors.

TTrue
FFalse
Question 4 True / False

Potential functions in an MRF are probability distributions — each potential function should be non-negative and sum to 1 over its clique's configurations.

TTrue
FFalse
Question 5 Short Answer

Why is exact inference in a Markov random field generally intractable, and what structural property of the graph enables exact inference in special cases?

Think about your answer, then reveal below.