Chapter 4: Filtered Backprojection (FBP / CBP)
Derive the ramp filter from the Fourier slice theorem and arrive at FBP, the standard method.
The previous chapter left us with a question: what correction should be applied to the projections before backprojecting? The key is the Fourier slice theorem (central slice theorem). The 1D Fourier transform of the projection profile at angle equals the 2D Fourier transform of the object evaluated along the line through the origin at angle . Measuring a projection in one direction, it turns out, is the same as measuring one line of the 2D frequency space.
The Fourier slice theorem. The 1D spectrum of a projection equals the object's 2D spectrum cut along a line through the origin.
Collecting projections over all angles samples on a polar grid, a bundle of radial lines through the origin. This grid is dense near the origin and sparse at high frequencies. Rewriting the 2D inverse Fourier transform in polar coordinates, the area element produces the Jacobian . This is the true identity of the ramp filter. SBP over-weights low frequencies and blurs precisely because this density correction is missing.
The inverse Fourier transform in polar coordinates. The Jacobian |ω| acts as a per-projection density correction.
Carrying out the integral first yields a form that is easy to implement. Convolve each projection with a filter kernel to obtain the corrected projection , then backproject it exactly as in the previous chapter's SBP. This is filtered backprojection (FBP). The frequency response of the filter is the ramp multiplied by a window function : .
Window choice is the resolution-noise trade-off
The ideal ramp keeps amplifying high frequencies in proportion to , and it amplifies measurement noise just as much. A window function is therefore applied to limit the band. Ram-Lak (a plain band-limited ramp) gives the sharpest image but is sensitive to noise. Shepp-Logan (a sinc window) rolls off the high end gently. The Hann window suppresses it even more, trading resolution for noise robustness. Choosing a window is nothing other than choosing a point on the resolution–noise trade-off.
By the convolution theorem, multiplying by in the frequency domain is fully equivalent to convolving with the kernel in real space. The real-space implementation is called convolution backprojection (CBP). FBP via FFT and CBP via direct convolution with the closed-form Ram-Lak or Shepp-Logan kernels are two implementations of the same mathematics.
Simulation: the shape of the filters
Switch between the filters and compare the frequency response with the real-space kernel . Ram-Lak is a ramp extending straight up to the Nyquist frequency, while Shepp-Logan and Hann are attenuated at the high end by their windows. The real-space kernel is positive at the center and negative on both sides. These negative lobes cancel exactly the blur of backprojection.
Frequency response H(ω)
Real-space kernel h[n]
Frequency response H(ω) = |ω|·W(ω) and real-space kernel h[n] of the reconstruction filters.
Simulation: projection profile before and after filtering
The projection of the selected phantom at one angle is overlaid with the filtered profile . Filtering changes three things: the object's edges are emphasized, the values drop in flat interior regions, and the profile goes negative just outside the object. These negative parts are what cancel the blur that neighboring rays would otherwise paint in during backprojection.
Phantom
p(θ,·) and q(θ,·)
Computing…The projection profile p(θ,·) at one angle, overlaid with its filtered version q(θ,·).
Simulation: FBP reconstruction
SBP (left) and FBP (right) are reconstructed from the same projection data; filter "None" is equivalent to SBP. Reduce the number of projections and streaks appear even in FBP. Add noise (decrease ) and Ram-Lak amplifies it strongly, while Shepp-Logan and Hann stay smoother. RMSE is evaluated against the true phantom inside the central 90% circle of the FOV.
Phantom
Reconstruction filter
SBP (no filter)
Computing…FBP
Computing…SBP (left) and FBP (right) reconstructions from the same projection data.
The key steps in FBP
The Fourier slice theorem showed that the 1D spectrum of a projection is a radial slice of the object's 2D spectrum. FBP applies the polar-sampling density correction to the projections before backprojecting. Written as a real-space convolution it becomes CBP, and the two are equivalent. The window function sets the resolution–noise trade-off. Everything so far assumed parallel beams. The next chapter turns to the fan-beam geometry used by real CT scanners and its reconstruction.
This Fourier slice theorem is not CT's alone. In the MRI part (Chapter 16), gradient fields measure the object's 2D spectrum directly. The Fourier space that CT touched indirectly through projections is scanned head-on by MRI.
References
- Ramachandran GN, Lakshminarayanan AV. Three-dimensional reconstruction from radiographs and electron micrographs: application of convolutions instead of Fourier transforms. PNAS 68, 2236–2240 (1971).
- Shepp LA, Logan BF. The Fourier reconstruction of a head section. IEEE Transactions on Nuclear Science 21, 21–43 (1974).
- Kak AC, Slaney M. Principles of Computerized Tomographic Imaging, Chapter 3. IEEE Press (1988).