Exercises

ex23-01-dip-loss

Easy

Write the DIP loss function for a linear inverse problem y=Ax+w\mathbf{y} = \mathbf{A}\mathbf{x} + \mathbf{w} with generator network fθf_\theta and fixed input z\mathbf{z}. What is being optimised: the input, the weights, or both?

ex23-02-n2n-proof

Easy

Prove that the Noise2Noise loss E[fθ(y1)y22]\mathbb{E}[\|f_\theta(\mathbf{y}_1) - \mathbf{y}_2\|^2] has the same minimiser as the supervised loss E[fθ(y1)x2]\mathbb{E}[\|f_\theta(\mathbf{y}_1) - \mathbf{x}\|^2] when w1\mathbf{w}_1 and w2\mathbf{w}_2 are independent zero-mean noise.

ex23-03-sure-linear

Easy

For a linear denoiser f(y)=Wyf(\mathbf{y}) = \mathbf{W}\mathbf{y}, compute the divergence div(f)\operatorname{div}(f) and write the SURE loss in closed form.

ex23-04-ei-definition

Easy

Write the equivariant imaging loss LEI\mathcal{L}_{\text{EI}} for a reconstruction network fθf_\theta, forward operator A\mathbf{A}, and a group G={T1,,TK}\mathcal{G} = \{T_1, \ldots, T_K\} of discrete transformations. Explain the role of each term.

ex23-05-foundation-gap

Easy

List three statistical differences between natural images and RF reflectivity maps that create a domain gap for foundation models. For each, suggest a mitigation strategy.

ex23-06-dip-overfitting

Medium

A DIP reconstruction of a 128×128128 \times 128 image uses a U-Net with 1.5 million parameters. The image has N=16,384N = 16{,}384 pixels. Explain why the network can overfit and estimate the number of iterations before overfitting begins. Compare with a Deep Decoder having 50K parameters.

,

ex23-07-sure-soft-threshold

Medium

Compute SURE for the soft-thresholding denoiser fλ(y)i=sign(yi)max(yiλ,0)f_\lambda(\mathbf{y})_i = \text{sign}(y_i)\max(|y_i| - \lambda, 0). Find the optimal threshold λ\lambda^* as a function of σ\sigma and the signal statistics.

,

ex23-08-ei-shift-fourier

Medium

For a partial Fourier sensing matrix A=PΩF\mathbf{A} = \mathbf{P}_\Omega\mathbf{F}, show that a spatial shift TΔT_\Delta by Δ\Delta pixels corresponds to a phase rotation in Fourier space. Explain why this is useful for equivariant imaging.

ex23-09-gsure-derivation

Medium

Derive GSURE for the inverse problem y=Ax+w\mathbf{y} = \mathbf{A}\mathbf{x} + \mathbf{w} with wN(0,σ2IM)\mathbf{w} \sim \mathcal{N}(\mathbf{0}, \sigma^2\mathbf{I}_M). Show that it estimates the projected MSE Ax^Ax2/M\|\mathbf{A}\hat{\mathbf{x}} - \mathbf{A}\mathbf{x}\|^2/M and explain why it cannot constrain the null space.

ex23-10-n2v-correlated

Medium

Explain why Noise2Void fails when the noise is spatially correlated. Provide a concrete example from RF imaging where this occurs.

ex23-11-n2n-gradient-variance

Medium

Compare the gradient variance of Noise2Noise and supervised training. Show that N2N has higher gradient variance and explain the practical implications for training.

ex23-12-dip-tv

Hard

Combine DIP with total variation regularisation to create a more robust reconstruction. Write the modified loss, explain how TV interacts with DIP's spectral bias, and analyse whether early stopping is still needed.

ex23-13-ei-recovery-proof

Hard

Prove that for a partial Fourier matrix A=PΩF\mathbf{A} = \mathbf{P}_\Omega\mathbf{F} with Ω=M<N|\Omega| = M < N, equivariant imaging with all NN circular shifts recovers the full signal (assuming shift-invariant signal class).

ex23-14-sure-nonGaussian

Hard

Extend SURE to Poisson noise. For yiPoisson(xi)y_i \sim \text{Poisson}(x_i), derive an unbiased risk estimate analogous to SURE for Gaussian noise.

ex23-15-dip-complex

Hard

Design a DIP reconstruction for complex-valued SAR images that handles: (1) complex signals, (2) multiplicative speckle noise, and (3) phase preservation. Compare with standard real-valued DIP.

ex23-16-ei-measurement-splitting

Hard

Combine equivariant imaging with measurement splitting for RF imaging with a partial Fourier forward model. Write the combined loss and analyse how each component contributes to null-space recovery.

,

ex23-17-ram-conditioning

Challenge

Design a conditioning mechanism for a RAM-style foundation model that adapts to different RF imaging forward operators. The model should handle partial Fourier, diffraction tomography, and MIMO radar sensing matrices without retraining.

ex23-18-self-supervised-comparison

Challenge

Design a comprehensive comparison experiment of self-supervised methods for RF imaging. Compare DIP, Noise2Noise, SURE+PnP, equivariant imaging, and foundation model transfer on the same test set. Define evaluation metrics, data requirements, and predict which method wins in each regime.

, ,

ex23-19-sure-pnp

Challenge

Design a SURE-based training procedure for the plug-and-play denoiser in a PnP-ADMM algorithm. The denoiser is trained end-to-end through the ADMM iterations using SURE loss (no clean ground truth). Analyse convergence and the interaction between SURE training and ADMM convergence.

,

ex23-20-ei-rf-multiview

Challenge

For a multi-static RF imaging system with II transmitters and JJ receivers, design an equivariant imaging framework that exploits both spatial symmetries and measurement redundancy. Analyse the null-space recovery guarantee as a function of the array geometry and the symmetry group.

,