FMDNet: Spatial-frequency feature routing for low-dose CT denoising.
Yujie Yao1, Yunsen Liang1, Wen Xiao1
1School of Information Engineering, Sichuan Agricultural University, Ya'an, Sichuan, China.
Journal of Applied Clinical Medical Physics
|June 16, 2026
Summary
This study introduces FMDNet, a novel deep learning approach for low-dose computed tomography (LDCT) denoising. FMDNet effectively suppresses noise while preserving crucial anatomical details, improving image quality for medical diagnostics.
Area of Science:
- Medical Imaging
- Computer Vision
- Artificial Intelligence
Background:
- Low-dose computed tomography (LDCT) reduces radiation exposure but introduces noise and artifacts.
- Existing deep learning denoisers may over-smooth images or create unstable textures.
Purpose of the Study:
- Develop an LDCT denoising network (FMDNet) with dedicated pathways for coarse structures and fine details.
- Improve noise suppression while preserving high-frequency anatomical information.
Main Methods:
- Propose FMDNet, a frequency-aware encoder-decoder network.
- Implement an explicit coarse/detail routing block using low-pass filtering and residual calculation.
- Refine components with depthwise operators and fuse using a gated channel attention mechanism.
Main Results:
- FMDNet achieved competitive quantitative fidelity on AAPM Mayo Clinic LDCT and LoDoPaB-CT datasets.
- Demonstrated improved PSNR, SSIM, and RMSE compared to baseline methods.
- Texture- and structure-oriented analyses confirmed enhanced detail preservation and local fidelity.
Conclusions:
- Explicitly separating coarse and detail components provides an effective bias for LDCT denoising.
- The FMDNet strategy enhances fidelity and preserves fine structures without adversarial synthesis.
- Further validation through clinical reader studies is recommended.
Related Concept Videos
Computed Tomography
Tomography refers to imaging by sections. Computed tomography (CT) is a non-invasive imaging technique that uses computers to analyze several cross-sectional X-rays to reveal minute details about structures in the body.
The technique was invented in the 1970s and is based on the principle that as X-rays pass through the body, they are absorbed or reflected at different levels. In the technique, a patient lies on a motorized platform while a computerized axial tomography (CAT) scanner rotates...
The technique was invented in the 1970s and is based on the principle that as X-rays pass through the body, they are absorbed or reflected at different levels. In the technique, a patient lies on a motorized platform while a computerized axial tomography (CAT) scanner rotates...
Downsampling
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...

