TLDR: A new research paper introduces asymptotically fast algorithms for photoacoustic and thermoacoustic tomography in circular detection geometries. These algorithms significantly speed up the computation of forward and adjoint operators, reducing complexity from O(n^3 log n) to O(n^2 log n). This acceleration is critical for improving both traditional iterative image reconstruction methods and modern deep learning approaches, making them more efficient and practical for medical imaging.
Photoacoustic tomography (PAT) and thermoacoustic tomography (TAT) are cutting-edge medical imaging techniques that offer unique insights into biological tissues. These modalities work by using light or microwave radiation to generate tiny acoustic waves within the body, which are then detected by sensors to create detailed images. They are becoming increasingly important for various diagnostic applications due to their ability to provide high-contrast images of soft tissues.
However, reconstructing these images from the detected acoustic signals is a complex mathematical challenge, often referred to as the “inverse source problem.” This problem is typically solved using iterative algorithms, which repeatedly refine an initial guess until a clear image emerges. More recently, advanced deep learning techniques have also been employed to further enhance the quality and speed of these reconstructions.
A major hurdle in both traditional iterative methods and novel deep learning approaches is the sheer computational cost. These methods require numerous applications of what are known as “forward” and “adjoint” operators. Each application involves significant calculations, and when these operations need to be performed hundreds, thousands, or even millions of times (especially during deep learning model training), the computational time can become prohibitively long, slowing down research and clinical adoption.
A new research paper by Andreas Hauptmann, Leonid Kunyansky, and Jenni Poimala addresses this critical bottleneck by introducing novel, asymptotically fast algorithms. These algorithms are specifically designed for the common and practically important “circular acquisition geometry,” where detectors are arranged in a circle around the area being imaged. This setup is used in many commercial scanners, such as the MSOT inVision system by iThera Medical.
The core innovation lies in dramatically improving the computational efficiency of the forward and adjoint operators. For an image of size `n x n`, previous methods could take `O(n^3)` or even `O(n^3 log n)` floating point operations. The new algorithms reduce this to a much faster `O(n^2 log n)` operations. This means that as image resolution increases, the computational savings become even more significant, leading to much quicker image reconstructions and faster training of sophisticated deep learning models.
Technically, the algorithms achieve this speed-up by cleverly utilizing Fourier transform methods and their discrete counterparts. Crucially, they avoid the direct evaluation of Hankel functions, which can introduce instabilities and computational overhead in other approaches. This makes the new methods not only faster but also more robust and reliable.
The impact of these fast algorithms is far-reaching. For classical variational methods, such as non-negative least squares (NNLS) and total variation (TV) regularized least squares, the reduced computation time per iteration means these methods can converge to high-quality images much faster. This is particularly beneficial when dealing with challenging scenarios like limited-view data or high levels of measurement noise.
For deep learning, the benefits are even more pronounced. Model-based learned iterative methods, like the learned primal dual (LPD) technique, integrate the forward and adjoint operators directly into their network architecture. Training these networks can involve millions of operator evaluations. The proposed fast algorithms make such extensive training feasible, enabling the development of more powerful and accurate deep learning models for photoacoustic and thermoacoustic tomography.
To promote wider adoption and further research, the authors have made a Python implementation of their algorithms and computational examples publicly available. This open-source contribution allows other researchers and developers to integrate these efficient tools into their own work, accelerating advancements in the field. Readers interested in the full technical details can find the research paper here: Research Paper.
Also Read:
- Efficient Data Generation for Integrated Circuit Thermal Simulations
- ReCorr: A New Framework for Efficient Large-Deformation Medical Image Alignment
In conclusion, these asymptotically fast algorithms represent a significant step forward for photoacoustic and thermoacoustic tomography. By drastically cutting down the computational time required for fundamental operations, they unlock new possibilities for both traditional and deep learning-based image reconstruction, paving the way for more efficient, accurate, and practical medical imaging solutions.


