Exercises

ex32-01-sim2real-sources

Easy

List 5 sources of the sim-to-real gap for a learned OFDM radar imaging system trained on point-scatterer simulation and deployed on a TI IWR6843 in an office. For each, estimate the approximate PSNR degradation (in dB).

ex32-02-dynamic-prior

Easy

A radar images a scene at 10 fps. Between consecutive frames, one person walks 0.15 m. Which temporal prior (smoothness, sparse innovation, or optical flow) is most appropriate? Justify.

ex32-03-primitive-count

Easy

A conference room contains 4 walls, a table (box), 8 chairs (simplified as boxes), a projector screen (plane), and a cylindrical pillar. Compute the total parameter count for a primitive representation and the compression ratio vs a 8×6×38 \times 6 \times 3 m voxel grid at 5 cm resolution.

ex32-04-claim-analysis

Easy

A paper abstract claims: "We propose DeepRadar, a novel framework that achieves state-of-the-art performance, outperforming all existing methods by 8 dB PSNR on the RadarScenes dataset." Identify 4 questions you would ask before accepting this claim.

ex32-05-domain-adaptation

Medium

You have a learned SAR imaging network trained on 50,000 simulated scenes and 10 real measured scenes. Design three domain adaptation strategies and predict which achieves the best real-data performance.

ex32-06-4d-nerf

Medium

Extend the RF-NeRF framework to 4D (space + time). Describe: (1) the modified MLP input/output; (2) how to handle time; (3) training data requirements; (4) main challenges vs 3D RF-NeRF.

ex32-07-cross-modal

Medium

A cross-modal foundation model is pre-trained on 1 million paired (optical, RF channel) samples from simulation. Describe how to use it for RF imaging in a new building with no optical images.

ex32-08-pareto

Medium

An ISAC system allocates power PP between communication (αP\alpha P) and imaging ((1α)P(1-\alpha)P). Rate R=log2(1+αP/σ2)R = \log_2(1 + \alpha P / \sigma^2). Imaging PSNR Q=10log10((1α)P/σ2)Q = 10\log_{10}((1-\alpha)P / \sigma^2) dB. Plot the Pareto frontier for P/σ2=30P/\sigma^2 = 30 dB by varying α[0,1]\alpha \in [0, 1].

ex32-09-scalability

Medium

Estimate memory requirements for a 3DGS digital twin of a 500×500500 \times 500 m campus. Propose a hierarchical scheme fitting within 32 GB GPU memory.

ex32-10-assumption-audit

Medium

Read the following signal model and list all assumptions (explicit and implicit): "We consider a MIMO radar with NtN_t transmit and NrN_r receive antennas observing KK point targets in the far field. The received signal is y=Aγ+w\mathbf{y} = \mathbf{A}\boldsymbol{\gamma} + \mathbf{w}, where A\mathbf{A} is the known sensing matrix, γRN\boldsymbol{\gamma} \in \mathbb{R}^N is the sparse scene, and wCN(0,σ2I)\mathbf{w} \sim \mathcal{CN}(0, \sigma^2\mathbf{I})."

ex32-11-baseline-fairness

Medium

A paper compares its deep unrolling method to: (1) matched filter, (2) LASSO with λ=0.1\lambda = 0.1, (3) ISTA with 50 iterations. Critique each baseline's fairness. Propose improvements.

ex32-12-resolution-chart

Hard

A learned SAR imaging method claims 2×2\times super-resolution. Analyse: (1) is this physically possible? (2) When does super-resolution become hallucination? (3) How would you test whether it is genuine?

ex32-13-fisher-information

Hard

For a linear array of Nr=16N_r = 16 elements at half-wavelength spacing imaging a 2D scene at 28 GHz with 200 MHz bandwidth, compute the Fisher information matrix and determine the range and cross-range CRB for a target at broadside, range 10 m.

ex32-14-primitive-optimisation

Hard

Formulate the gradient of the data-fidelity loss with respect to the position pk\mathbf{p}_k of a box primitive. Assume the box has half-extents sk\mathbf{s}_k and the forward model uses the Born approximation with far-field steering vectors.

ex32-15-imaging-capacity

Hard

Derive the imaging capacity for a MIMO radar with M=NtNrM = N_t N_r measurements imaging an NN-voxel scene. Show that when A\mathbf{A} has rank rMr \leq M, the imaging capacity is C=k=1rlog2(1+SNRσk2/N)C = \sum_{k=1}^{r} \log_2(1 + \text{SNR} \cdot \sigma_k^2 / N) where σk\sigma_k are the singular values.

ex32-16-uncertainty

Hard

Design an uncertainty quantification method for a learned RF imaging system deployed in an autonomous vehicle. Provide: (1) per-pixel confidence; (2) overall reliability score; (3) failure detection mechanism.

ex32-17-hidden-assumptions

Hard

A paper trains a neural network for mmWave radar imaging on 50,000 simulated indoor scenes (point model) and reports 30 dB PSNR on simulated test data. It then shows one "qualitative" real measurement result. Identify all methodological concerns and propose fixes.

ex32-18-ablation-design

Challenge

A paper proposes "RF-ResNet" for through-wall radar imaging, combining: (A) physics-informed residual network, (B) wall-clutter removal, (C) complex-valued convolutions, (D) frequency-aware positional encoding. Design a minimal ablation study with 6 variants.

ex32-19-literature-survey

Challenge

You are writing the related work section for a paper on learned indoor imaging from Wi-Fi signals. Identify the 4 research communities whose work you should cite, list 2 key papers from each, and explain how each community's perspective differs.

ex32-20-research-proposal

Challenge

Write a 1-page research proposal for a 3-year PhD project on one open problem from this chapter. Include: (1) problem statement; (2) three research questions; (3) proposed approach; (4) expected contributions; (5) timeline with milestones.