NGPS: Structure-Preserving Self-Supervised Denoising via Neighbor-Guided Patch Sampling
2026-06-22 • Computer Vision and Pattern Recognition
Computer Vision and Pattern Recognition
AI summaryⓘ
The authors address a problem in medical imaging where nearby image slices do not line up perfectly, causing blurry or ghosted results when used to clean noisy images. They introduce Neighbor-Guided Patch Sampling (NGPS), a method that finds matching small areas in nearby slices without needing complicated alignment steps. NGPS uses a simple filtered image to find similar structures and then retrieves raw data from the noisy neighbors to improve denoising. Their approach enhances image quality and better preserves anatomical details in CT and MRI scans compared to previous methods.
volumetric medical imagingdenoisingneighboring-slice supervisioninter-slice misalignmentpseudo targetsbilateral filteringpatch samplingCT imagingMRI imagingself-supervised learning
Authors
Jaehyun Cho, YoungJoon Yoo
Abstract
Neighboring-slice self-supervised denoising is attractive for volumetric medical imaging, yet inter-slice misalignment breaks anatomical correspondence and often yields ghosting and blurred margins when adjacent slices are used naively as targets. We propose Neighbor-Guided Patch Sampling (NGPS), a lightweight framework that constructs neighboring supervision under local inter-slice misalignment without explicit registration. To avoid learning from misleading targets, prior methods commonly mask discrepant regions, but this stabilizes training at the cost of leaving a non-trivial portion of neighboring evidence unexploited, particularly around high-frequency anatomical boundaries. NGPS addresses this by decoupling structure matching from signal retrieval: for each masked location, it searches a local neighborhood for structurally similar candidate patches using a simple guide image (e.g., fast bilateral filtering), while retrieving the supervision signal directly from the raw noisy neighbor at the matched coordinates. By matching on a noise-attenuated guide while retrieving raw values from neighboring slices, NGPS constructs local pseudo targets without a learned registration module. Across the evaluated CT and synthetic-Rician MRI settings, NGPS improves fidelity and structure-sensitive metrics. Code is available at https://github.com/cv-cho/NGPS .