Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
129 tokens/sec
GPT-4o
28 tokens/sec
Gemini 2.5 Pro Pro
42 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Fully Dense UNet for 2D Sparse Photoacoustic Tomography Artifact Removal (1808.10848v3)

Published 31 Aug 2018 in cs.CV

Abstract: Photoacoustic imaging is an emerging imaging modality that is based upon the photoacoustic effect. In photoacoustic tomography (PAT), the induced acoustic pressure waves are measured by an array of detectors and used to reconstruct an image of the initial pressure distribution. A common challenge faced in PAT is that the measured acoustic waves can only be sparsely sampled. Reconstructing sparsely sampled data using standard methods results in severe artifacts that obscure information within the image. We propose a modified convolutional neural network (CNN) architecture termed Fully Dense UNet (FD-UNet) for removing artifacts from 2D PAT images reconstructed from sparse data and compare the proposed CNN with the standard UNet in terms of reconstructed image quality.

Citations (361)

Summary

  • The paper presents a novel FD-UNet architecture that integrates dense connectivity in both contracting and expanding paths to effectively remove artifacts from sparse PAT images.
  • It demonstrates significantly higher PSNR (44.84 dB) and improved SSIM compared to the standard UNet, highlighting enhanced image reconstruction quality.
  • The study identifies key challenges such as the need for well-matched training data and suggests future directions for direct sensor-to-image reconstruction in biomedical imaging.

Exploring a Fully Dense UNet for Enhanced 2D Sparse Photoacoustic Tomography Artifact Removal

The proposed paper introduces an innovative approach to addressing the challenge of artifact removal in 2D photoacoustic tomography (PAT) images reconstructed from sparsely sampled data. The authors present a modified convolutional neural network (CNN) architecture known as the Fully Dense UNet (FD-UNet) and compare its performance with the conventional UNet architecture. The primary objective is to enhance the quality of reconstructed PAT images by effectively removing artifacts that are inherent in images derived from sparse data.

In the field of photoacoustic imaging (PAI), achieving high-quality image reconstruction is often constrained by the sparse sampling of induced acoustic pressure waves. Traditional reconstruction techniques, such as filtered back projection and time reversal, are limited by the resolution and clarity of the images they produce. Iterative reconstruction methods aim to address these limitations by incorporating various constraints; however, they pose challenges in terms of computational complexity and selection of appropriate constraints.

Methodology and Recent Developments

The FD-UNet integrates dense connectivity into both the contracting and expanding paths of the UNet architecture. This dense connectivity facilitates enhanced information flow across the network, promoting better feature reuse and mitigating the learning of redundant features. This structural modification results in a CNN that is more compact yet superior in performance.

The method follows a post-processing approach, whereby an initial image is reconstructed from sensor data using the time-reversal method, followed by the application of a CNN to remove artifacts. The FD-UNet leverages recent advancements in CNN architectures to outperform conventional iterative approaches, not only in computational efficiency but also in terms of image quality.

Numerical Outcomes and Comparative Analysis

The paper presents a thorough exploration of the proposed FD-UNet's performance using synthetic datasets derived from phantom images. Various levels of sampling sparsity and CNN model complexities are evaluated. The results consistently demonstrate that the FD-UNet achieves higher Peak Signal-to-Noise Ratio (PSNR) and Structural Similarity Index (SSIM) compared to the standard UNet. For instance, in testing with 30 sensors, the FD-UNet achieved an average PSNR of 44.84 dB, demonstrating enhanced capability in artifact removal.

Despite its reduced parameter count, the FD-UNet consistently outperformed the UNet across datasets, indicating superior feature learning and generalization capability. This reinforces the value of dense connectivity in CNNs for complex image reconstruction tasks like PAT.

Challenges and Future Directions

While the paper presents promising results, a key challenge remains in the need for well-matched training data to ensure robust generalization of the network. The authors address this by fine-tuning the network with a smaller, well-matched dataset, demonstrating improved performance. However, this step hints at potential limitations in scenarios where acquiring such data may not be feasible.

Looking forward, the integration of direct sensor data reconstruction into the CNN workflow could potentially bypass the intermediate artifact-introducing reconstruction step, thus preserving more of the original data integrity. This could unlock new frontiers in computational imaging, particularly in biomedical applications where precision and accuracy are paramount.

Conclusion

The introduction of the FD-UNet marks a significant stride in the application of deep learning to biomedical imaging, specifically in improving the quality of PAT images derived from sparse data. The paper underscores the effectiveness of dense connectivity in CNN architectures for artifact removal and sets the stage for future exploration of direct sensor-to-image reconstructions. This work stands to inspire further research into tailored deep learning solutions for complex inverse problems inherent in medical imaging.