Three-dimensional multiscale discrete Radon and John transforms
José Marichal-Hernández, Óscar Gómez-Cárdenes, Fernando Rosa, Do Hyung Kim, José M. Rodríguez-Ramos
TL;DR
The paper introduces two forward transforms for discrete 3D data: a multiscale discrete Radon transform (DRT) of planes and a multiscale discrete John transform (DJT) of lines, both operating with integer arithmetic and no interpolation. Each transform employs a recursive, dyadic subdivision (dyadic cubes for planes, dodecant-like partitions for lines) that yields linearithmic complexity and fast, exact adjoint-based inverses suitable for iterative refinement. The authors provide detailed mapping equations, output shapes, and implementation strategies, including a Halide-based, architecture-agnostic pipeline and a comprehensive comparison to Fourier-based Radon methods. They demonstrate practical applicability through a depth-map/scene-scanning example and discuss inversion stability, convergence via multigrid schemes, and potential for real-time processing on standard hardware. The results indicate substantial speed advantages for forward paths and integers-only computation, with implications for tomography, computational photography, and acoustic localization.
Abstract
Two algorithms are introduced for the computation of discrete integral transforms with a multiscale approach operating in discrete three-dimensional (3D) volumes while considering its real-time implementation. The first algorithm, referred to as 3D discrete Radon transform (DRT) of planes, will compute the summation set of values lying in discrete planes in a cube that imitates, in discrete data, the integrals on two-dimensional planes in a 3D volume similar to the continuous Radon transform. The normals of these planes, equispaced in ascents, cover a quadrilateralized hemisphere and comprise 12 dodecants. The second proposed algorithm, referred to as the 3D discrete John transform (DJT) of lines, will sum elements lying on discrete 3D lines while imitating the behavior of the John or X-ray continuous transform on 3D volumes. These discrete integral transforms do not perform interpolation on input or intermediate data, and they can be computed using only integer arithmetics with linearithmic complexity; thus, outperforming the methods based on the Fourier slice-projection theorem for real-time applications. We briefly prove that these transforms have fast inversion algorithms that are exact for discrete inputs.
