Questions: Information Bottleneck Theory

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

In information bottleneck theory, which of these best describes the goal?

AMinimize I(T; Y) to ensure the representation is not overfitting to the target
BMaximize both I(T; X) and I(T; Y) to capture all available information
CFind a representation T that maximizes I(T; Y) - beta * I(T; X) for some trade-off parameter beta > 0
DMinimize I(T; X) without regard to I(T; Y), achieving maximum compression
Question 2 Short Answer

Why does information bottleneck provide a theoretical explanation for why deep neural networks generalize despite having millions of parameters?

Think about your answer, then reveal below.
Question 3 Multiple Choice

The information bottleneck trade-off parameter beta determines how aggressively to compress the representation. What happens as beta increases?

AThe representation becomes more informative about X, improving accuracy
BThe representation becomes more compressed (I(T; X) decreases), potentially sacrificing predictive power for simplicity
CThe trade-off parameter becomes irrelevant and has no effect
DThe optimal representation converges to a deterministic function of the target Y alone
Question 4 True / False

Information bottleneck is a theoretical framework for characterizing optimal representations. Can it be directly optimized in practice?

TTrue
FFalse