Research Article

Energy-Efficient Machine Learning Based Denoising Techniques for Sustainable Medical Imaging

DOI:

10.3791/68968

September 16th, 2025

In This Article

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This study proposes an energy-efficient denoising methodology that integrates image preprocessing to improve medical image quality, reduce computational cost, and support sustainable diagnostic practices. The method enhances clarity in low-dose and legacy scans, enabling remote diagnosis while reducing radiation exposure, energy use, and electronic waste.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Conventional deep learning models have demonstrated denoising potential, but face challenges such as extensive computational load, energy usage, and training time. This study presents an energy-efficient denoising methodology that integrates image enhancement and K-means clustering as preprocessing techniques to improve input quality before applying neural networks. This study proposes an energy-efficient denoising pipeline integrating image enhancement using sharpening kernels and image segmentation through K-means clustering before the application of a convolutional autoencoder. The preprocessing steps enabled the model to identify anatomical boundaries and separate noise-affected regions, thereby improving the input quality and enhancing training convergence. Preprocessing sharpens key image features and distinguishes noise-affected regions, enabling adaptive thresholding and more effective denoising with reduced computational cost. The proposed model was evaluated using publicly available CT and MRI datasets. Performance was assessed through Peak Signal-to-Noise Ratio (PSNR), Structural Similarity Index Measure (SSIM), and classification accuracy. The results showed that PSNR improved from 21.52 dB to 28.14 dB; SSIM increased from 0.7619 to 0.8690, and validation accuracy also improved. The integrated preprocessing reduced training time by ~20% and lowered GPU utilization, thus supporting reproducibility and deployment in computationally constrained environments. The methodology supports sustainable medical imaging practices by minimizing radiation exposure, reducing repeat scans, and extending the lifespan of older imaging equipment. This pipeline contributes to sustainable medical imaging by minimizing radiation exposure, reducing repeat scans, and extending the lifespan of legacy imaging equipment. It is also suitable for remote diagnostics, enhancing telemedicine workflows in low-resource settings. Additionally, the approach supports remote diagnostics, making it suitable for telemedicine applications in low-resource settings.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Medical imaging plays a pivotal role in diagnostics and treatment planning by offering non-invasive insights into internal anatomical and physiological conditions. Several imaging modalities, X-ray, Computed Tomography (CT), Magnetic Resonance Imaging (MRI), Ultrasound, and Positron Emission Tomography (PET), are routinely used in clinical settings to detect abnormalities, monitor disease progression, and guide interventions1,2,3. Each modality exhibits unique advantages but is vulnerable to various forms of image degradation caused by instrumentation limitations, acquisition....

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This study exclusively utilized publicly available, de-identified CT and MRI imaging datasets. No live human or animal subjects were involved. Therefore, no institutional review board (IRB) or ethics committee approval was required.

Method overview
This protocol presents a reproducible pipeline for energy-efficient medical image denoising. It combines preprocessing techniques, including sharpening filters and K-means clustering, with a convolutional neural network (CNN)-based autoencoder to denoise images. This integrated method enhances image quality while reducing training time and hardware energy consumption, support....

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Preprocessing and segmentation results
The initial preprocessing phase improved the visibility of critical anatomical boundaries while reducing background interference. As visualized in Figure 7, sharpened images exhibited clearer edge definition, which aided in downstream segmentation. The segmented images created using K-means clustering with values of K = 3 and 5 successfully isolated noise-heavy pixels from diagnostically relevant areas33. Thi.......

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This work presents a hybrid denoising approach that integrates image preprocessing with a convolutional autoencoder to enhance diagnostic image quality while optimizing energy usage and computational performance.

The method combines sharpening filters and K-means clustering in the preprocessing phase to improve edge clarity and reduce irrelevant noise, which is then followed by a CNN-based autoencoder for adaptive denoising. This hybrid pipeline reduces unnecessary computational operations and.......

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

No conflicts of interest to declare.

Acknowledgements

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors would like to express their sincere gratitude to Vishwakarma University (VU), Pune, and the Department of Computer Engineering, Vishwakarma Institute of Technology (VIT), Pune, for providing the necessary infrastructure, datasets, and computing facilities for this research. Special thanks are extended to the student research interns for their support in data preparation and preliminary testing. This work was not supported by any specific grant from funding agencies in the public, commercial, or not-for-profit sectors.

Author contribution:
Vidula Meshram contributed to the conceptualization of the methodolo....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
Google ColaboratoryGoogleN/ACloud platform used for model training and testing
Keras (v2.x)Open-sourceN/AHigh-level API for TensorFlow used for neural network implementation
Matplotlib (v3.4 or above)Open-sourceN/AUsed for visualization of images and results
Microsoft Excel 365MicrosoftN/AUsed for result tabulation and analysis
NumPy (v1.21 or above)Open-sourceN/AUsed for matrix operations and numerical computing
NVIDIA Tesla T4 GPUNVIDIAN/AGPU used for accelerated training and inference
Publicly Available Medical Imaging Dataset (CT and MRI Images)Open Source DatabasesN/AUsed as source data for model training, validation, and testing
Python (v3.8 or above)Python Software FoundationN/AProgramming language used for model implementation
Scikit-learn (v0.24 or above)Open-sourceN/AUsed for K-means clustering and preprocessing
TensorFlow (v2.x)tableN/ADeep learning library used for CNN model development

References

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,
  1. Qu, H., Liu, K., Zhang, L. Research on improved black widow algorithm for medical image denoising. Sci Rep. 14 (1), 2514(2024).
  2. Asiri, A. A., et al. Optimized brain tumor detection: A dual-module approach for MRI image enhancement and t....

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Energy Efficient DenoisingMedical ImagingImage EnhancementK Means ClusteringConvolutional AutoencoderSharpening KernelsCT ImagingMRI ImagingAdaptive ThresholdingTelemedicine Workflows
Video Coming Soon

Related Articles