Questions: Computational-Statistical Tradeoffs

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

A statistical problem requires n = O(log d) samples to solve information-theoretically but n = O(sqrt(d)) samples for any known polynomial-time algorithm. If someone proves that no polynomial-time algorithm can match the O(log d) bound, what type of result is this?

AAn information-theoretic lower bound, since it limits all algorithms
BA computational lower bound, showing that efficient algorithms fundamentally require more samples than the information-theoretic minimum — demonstrating a genuine computational-statistical gap
CA VC dimension bound, since it relates to sample complexity
DA minimax result, since it involves optimal rates
Question 2 True / False

Computational-statistical tradeoffs can only exist if P ≠ NP.

TTrue
FFalse
Question 3 True / False

In sparse PCA, the goal is to find a sparse leading eigenvector of a covariance matrix. The statistical sample complexity is O(k * log(d/k)), but the best known polynomial-time algorithm requires O(k^2) samples. This gap is believed to be inherent.

TTrue
FFalse
Question 4 Short Answer

Explain why computational-statistical tradeoffs are important for machine learning practice, beyond being a purely theoretical concern.

Think about your answer, then reveal below.