Rethinking Convergence in Deep Learning: The Predictive-Corrective Paradigm for Anatomy-Informed Brain MRI Segmentation
Feifei Zhang, Zhenhong Jia, Sensen Song, Fei Shi, Dayong Ren
TL;DR
This paper challenges traditional end-to-end learning for medical image segmentation by introducing the Predictive-Corrective paradigm, which decouples learning into a lightweight Predictive Prior Module and a powerful Corrective Residual Network. The PCMambaNet architecture implements this paradigm with a symmetry-based PPM focus map and a CRN that refines residuals, achieving state-of-the-art accuracy while converging in as few as 1–5 epochs, especially in data-scarce settings. Theoretical and empirical analyses show reduced hypothesis-space complexity and a smoother loss landscape underpinning faster, more data-efficient learning, with ablations and CAM visualizations highlighting the distinct roles of PPM and CRN. The approach demonstrates strong potential for practical deployment in medical imaging, offering high accuracy, rapid convergence, and robustness under limited labeled data.
Abstract
Despite the remarkable success of the end-to-end paradigm in deep learning, it often suffers from slow convergence and heavy reliance on large-scale datasets, which fundamentally limits its efficiency and applicability in data-scarce domains such as medical imaging. In this work, we introduce the Predictive-Corrective (PC) paradigm, a framework that decouples the modeling task to fundamentally accelerate learning. Building upon this paradigm, we propose a novel network, termed PCMambaNet. PCMambaNet is composed of two synergistic modules. First, the Predictive Prior Module (PPM) generates a coarse approximation at low computational cost, thereby anchoring the search space. Specifically, the PPM leverages anatomical knowledge-bilateral symmetry-to predict a 'focus map' of diagnostically relevant asymmetric regions. Next, the Corrective Residual Network (CRN) learns to model the residual error, focusing the network's full capacity on refining these challenging regions and delineating precise pathological boundaries. Extensive experiments on high-resolution brain MRI segmentation demonstrate that PCMambaNet achieves state-of-the-art accuracy while converging within only 1-5 epochs-a performance unattainable by conventional end-to-end models. This dramatic acceleration highlights that by explicitly incorporating domain knowledge to simplify the learning objective, PCMambaNet effectively mitigates data inefficiency and overfitting.
