FC
Francesco Castaldi
Research

Image Restoration in Cytology: A Comparison

DATE: 2025-03-05|READ TIME: 7 MINS|AUTHOR: FRANCESCO CASTALDI

The Clinical Problem

Preventive screening in cytology (like the Pap smear) relies 100% on the quality of microscope images. Digital noise and blurriness in liquid-based preparations (LBC) can hide microscopic cellular details, causing diagnostic delays or glaring false negatives. Computational image restoration is the only way to save samples without having to re-swab patients.

Three Approaches in the Ring

I compared three different methodologies, from classic computing to generative artificial intelligence:

1. Total Variation (TV): Classic mathematical optimization method. Cleans up noise without blurring edges. Zero AI, very fast and predictable. 2. UNet: Supervised Deep Learning architecture. Trained on thousands of dirty/clean image pairs, it learns to restore pixels end-to-end. 3. DiffPIR: State-of-the-art. Leverages reverse diffusion models. The restoration is guided by a network that literally recreates the missing detail starting from noise.

[ WARNING ]
Does DiffPIR invent details or restore them? In the medical field, the "hallucinations" of diffusion models are a critical problem. If the network draws an anomalous nucleus that does not exist, the diagnosis is compromised.

Results

The results highlighted a brutal trade-off between human perception and mathematical metrics.

MethodMetrics (PSNR/SSIM)Pathologist PerceptionHallucination Risk
Total VariationLowSufficient (Artificial edges)None
UNetVery HighVery GoodLow
DiffPIRMediumExcellent (Extreme detail)High

*Table 1: Results comparison between restoration methods*

UNet remains the best compromise for clinical integration: excellent mathematical scores and visually reliable results, without requiring the immense computing power (and hallucination risk) of the diffusion model.

[ ← Back to Articles ][ Back to Home → ]
[ FC.SYS // ENG ]
GitHub|LinkedIn|Email
FRANCESCO CASTALDI © 2026