CVJul 1

CPR: Chained Perceptual Refinement for Coarse-to-Fine Medical Image Classification

arXiv:2607.025918.8h-index: 5Has Code
Predicted impact top 47% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the computational bottleneck of high-resolution medical image analysis for deep learning practitioners, offering a practical accuracy-efficiency trade-off.

CPR introduces a coarse-to-fine framework for medical image classification that dynamically refines high-resolution regions, achieving up to 2.27% accuracy improvement and 19.6x GFLOPs reduction over state-of-the-art methods.

High resolution medical images contain fine grained, spatially sparse cues that are critical for diagnosis, yet preserving full resolution incurs substantial computational and memory costs. Most deep models process images uniformly, leading to redundant computation or loss of diagnostic detail under downsampling. We propose Chained Perceptual Refinement, CPR, a coarse to fine framework that formulates medical image analysis as a sequential global to local decision process. Starting from a low resolution global view, CPR dynamically predicts the location and spatial extent of refinement regions, extracts high resolution evidence from the original image, and incrementally integrates it with global context. By keeping the backbone input size fixed while contracting the perceptual field, CPR preserves diagnostic fidelity with constant peak GPU memory. Extensive experiments on five medical imaging datasets and multiple backbone architectures demonstrate that CPR consistently outperforms both fixed resolution and multi scale state of the art baselines, achieving improvements of up to 2.27 percentage points over the second best method. It also achieves up to a 19.6 fold reduction in GFLOPs at matched accuracy, establishing a superior accuracy and efficiency trade off for high resolution medical image analysis. The code is available on GitHub.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes