Papers for

medical image software developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

RestorePath improves tissue image repair for better diagnosis

Patch-to-Global: Random Patch Diffusion for Globally Consistent Megapixel Artifact Inpainting in Whole Slide Images

Abstract: Although deep learning has advanced Whole Slide Image (WSI) Analysis, tissue artifacts like bubbles and folds often cause silent failures by concealing essential morphology. Current pathology image restoration methods are mostly restricted to small patches, struggling to maintain global structural coherence at a megapixel scale. We introduce RestorePath, a framework for globally consistent megapixel scale inpainting that reconstructs diagnostic structures in histological image to prevent incorrect high-confidence predictions and lower error rates. Our model utilizes a Latent Diffusion Model (LDM) conditioned on Pathology Foundation Model (PFM) embeddings, integrating Large Kernel Attention (LKA) to manage long-range dependencies during random patch diffusion. Enhanced by Distance-Weighted Interpolation (DWI) and an Adaptive Guidance Scale (AGS), RestorePath ensures structural consistency and fidelity by modulating information from surrounding patches. Evaluations across TCGA-BRCA, BACH, and Camelyon16 datasets for images ranging from 512 to 4608 pixels demonstrate state-of-the-art performance in maintaining histological consistency. RestorePath significantly improves downstream Computational Pathology (CP) tasks, outperforming both raw artifact images and the conventional Detect-and-Discard (D&D) approach. The code is available at https://github.com/PathfinderLab/RestorePath

Mon 21 SeptComputer Vision and Pattern Recognition
The gist
Tiny bubbles or folds in microscope images of tissue can hide important details needed for medical diagnosis. The authors developed RestorePath, a computer method that fills in missing or damaged parts of large tissue images while keeping the whole picture coherent. Their approach uses advanced techniques to look at large areas and make sure the filled-in parts fit naturally with their surroundings. Tests on several cancer tissue datasets show RestorePath helps medical analysis tools make fewer mistakes compared to ignoring or discarding damaged regions.
Open 2609.24116v1