Distribution-Aware Replay for Continual MRI Segmentation
Nick Lemke, Camila González, Anirban Mukhopadhyay, Martin Mundt
TL;DR
This work tackles distribution shifts in longitudinal MRI segmentation under privacy constraints that preclude data rehearsal and under silent model failures on unseen data. It introduces ccVAE, a two-stage architecture that attaches a conditioned VAE to a UNet to model the feature distribution p(u) through q(z|u) with prior p(z) = $N(0,I)$, enabling feature-space pseudo-replay via samples from p(z|t) and reconstruction-based OoD scoring. The VAE is conditioned on the task identity t and a slice index s, forming ccVAE, which permits robust, slice-aware distribution modeling and memory-efficient rehearsal without sharing patient data. Empirical results on hippocampus and prostate MRI datasets demonstrate improved Dice scores and calibration (low ECE) with strong OoD rejection, validating privacy-preserving continual learning for dynamic clinical environments.
Abstract
Medical image distributions shift constantly due to changes in patient population and discrepancies in image acquisition. These distribution changes result in performance deterioration; deterioration that continual learning aims to alleviate. However, only adaptation with data rehearsal strategies yields practically desirable performance for medical image segmentation. Such rehearsal violates patient privacy and, as most continual learning approaches, overlooks unexpected changes from out-of-distribution instances. To transcend both of these challenges, we introduce a distribution-aware replay strategy that mitigates forgetting through auto-encoding of features, while simultaneously leveraging the learned distribution of features to detect model failure. We provide empirical corroboration on hippocampus and prostate MRI segmentation.
