Questions: Regularization Theory (Tikhonov, Spectral)

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

Tikhonov regularization solves min_f (1/n)||y - Kf||^2 + lambda||f||^2, where K is the kernel matrix. In the eigendecomposition of K with eigenvalues sigma_i, what does the regularization parameter lambda do to each eigencomponent of the solution?

AIt sets eigencomponents with sigma_i < lambda to exactly zero, acting as a hard threshold
BIt shrinks each eigencomponent by a factor of sigma_i / (sigma_i + lambda), attenuating small eigenvalues more than large ones
CIt adds lambda to each eigenvalue uniformly, shifting the entire spectrum
DIt inverts the effect of eigenvalue decay, amplifying small eigenvalues to prevent information loss
Question 2 True / False

Increasing the Tikhonov regularization parameter lambda always increases the bias of the solution.

TTrue
FFalse
Question 3 True / False

Spectral regularization methods (Tikhonov, truncated SVD, Landweber iteration) all operate by modifying the eigenvalues of the kernel matrix, but they differ in the shape of the filter function.

TTrue
FFalse
Question 4 Short Answer

Explain why learning from finite data is an ill-posed inverse problem and how Tikhonov regularization makes it well-posed.

Think about your answer, then reveal below.