Lung cancer is a malignant disease that poses a serious threat to human health. As a key indicator of early-stage lung cancer, the precise identification of pulmonary nodules is crucial for improving patient survival rates. Computed tomography is curr...
Lung cancer is a malignant disease that poses a serious threat to human health. As a key indicator of early-stage lung cancer, the precise identification of pulmonary nodules is crucial for improving patient survival rates. Computed tomography is currently the primary method for early lung cancer screening. In the early detection, accurate classification of pulmonary nodules relies on precise lesion localization or effective segmentation , which in turn depends on high-quality images. Denoising, segmentation, and classification of computed tomography images are core components in the construction of intelligent diagnostic assistance systems. Leveraging the powerful nonlinear modeling capabilities of deep neural networks to automatically extract high-level semantic features, deep learning techniques have demonstrated significant advantages in computed tomography image denoising, segmentation, and classification tasks. In recent years, diffusion models have exhibited high fidelity and detail recovery capabilities, offering new technical pathways for optimizing computed tomography image quality and enhancing lung nodule segmentation accuracy.
This paper focuses on pulmonary computed tomography images, conducting systematic research across three critical medical image processing domains: Low-dose computed tomography image denoising, pulmonary nodule segmentation, and pulmonary nodule classification. The objective is to design high-performance methods that address the challenges posed by the complex and variable manifestations of pulmonary nodules in terms of morphology, texture, location, and boundaries. The study thoroughly analyzes the characteristics of lung image processing across different tasks. Based on the specific requirements for extracting key feature information for each task, appropriate deep learning models and methods are selected to achieve the corresponding objectives. The effectiveness of the introduced methods is validated through experiments. The main research content of this paper encompasses three aspects:
(1) To address issues such as poor image quality, blurred structural details, and texture loss in lung Low-dose computed tomography images, a denoising method based on a mean-reversion-driven diffusion model was put forward. This approach replaces the standard stochastic differential equation with a mean-reversion stochastic differential equation in the forward process, stabilizing the noise diffusion direction. In the backward process, Low-dose computed tomography images are concatenated with pure noise images before feeding into the decoder of the denoising network. This helps the network learn the differences between image noise patterns and tissue textures. An adaptive weight attention mechanism is introduced in the skip connection to enhance the decoder's ability to recover structural details, thereby reconstructing high-quality images matching the input size. Experimental results on the public Mayo grand challenge 2016 dataset demonstrate that this method effectively restores computed tomography image clarity with good fidelity performance.
(2) Addressing the challenges of small lung nodules with low contrast against surrounding tissues, we propose a lung nodule segmentation method integrating a conditional diffusion model. This method, based on Denoising Diffusion Probabilistic Model, improves the denoising network of the diffusion model. It designs a lightweight conditional feature module that encodes the original computed tomography images into conditional features, which are then dynamically fused with the input features through a designed gated fusion module. To better restore edge details in segmentation masks, attention-enhancing modules are introduced at skip connections between encoder and decoder layers to suppress extraneous noise. Additionally, a joint loss function is designed to improve segmentation performance for blurred boundaries and minute nodules in complex scenarios. Experiments on the LUNA16 public dataset demonstrate that this enhanced segmentation method achieves high accuracy and exhibits outstanding performance.
(3) To enhance feature representation of pulmonary nodules given their morphological, size, and textural variations in computed tomography images, we propose a nodule classification method based on a global multi-scale fusion attention mechanism. The backbone network comprises multiple multi-scale modules, each containing multi-scale convolutional layers. After feature extraction at different scales, max pooling is applied. Features extracted from each module are further fed into a global feature fusion module to obtain high-level semantic features across different network depths. These features are then enhanced via the attention mechanism before being input to a fully connected layer. Finally, a classification layer outputs the probabilities of benign and malignant lung nodules. Experimental results on the LIDC-IDRI public dataset demonstrate that the introduced global multi-scale classification network achieves the best performance in both accuracy and sensitivity metrics, validating its effectiveness and applicability for lung nodule classification tasks.