MAIS: Memory-Attention for Interactive Segmentation
Mauricio Orbes-Arteaga, Oeslle Lucena, Sabastien Ourselin, M. Jorge Cardoso
TL;DR
The paper tackles the inefficiency of current ViT-based interactive segmentation methods in 3D medical images, where interactions are treated independently, leading to diminishing gains. It proposes MAIS, a memory-attention mechanism that stores past prompts and segmentation masks in a FIFO memory bank and conditions a 3D SAM-Med3D backbone on this history to enable coherent, incremental refinements. The approach uses a lightweight memory-attention block and only fine-tunes the prompt encoder and mask decoder, achieving strong improvements across CT and MR datasets in low-data regimes and sometimes matching or surpassing task-specific baselines like nn-UNet. The findings demonstrate data-efficient adaptation with near real-time inference and suggest broader applicability to foundation-model-assisted segmentation in clinical workflows.
Abstract
Interactive medical segmentation reduces annotation effort by refining predictions through user feedback. Vision Transformer (ViT)-based models, such as the Segment Anything Model (SAM), achieve state-of-the-art performance using user clicks and prior masks as prompts. However, existing methods treat interactions as independent events, leading to redundant corrections and limited refinement gains. We address this by introducing MAIS, a Memory-Attention mechanism for Interactive Segmentation that stores past user inputs and segmentation states, enabling temporal context integration. Our approach enhances ViT-based segmentation across diverse imaging modalities, achieving more efficient and accurate refinements.
