XAttnRes: Cross-Stage Attention Residuals for Medical Image Segmentation

📅 2026-03-28
📈 Citations: 0
Influential: 0
📄 PDF
📝 Abstract
In the field of Large Language Models (LLMs), Attention Residuals have recently demonstrated that learned, selective aggregation over all preceding layer outputs can outperform fixed residual connections. We propose Cross-Stage Attention Residuals (XAttnRes), a mechanism that maintains a global feature history pool accumulating both encoder and decoder stage outputs. Through lightweight pseudo-query attention, each stage selectively aggregates from all preceding representations. To bridge the gap between the same-dimensional Transformer layers in LLMs and the multi-scale encoder-decoder stages in segmentation networks, XAttnRes introduces spatial alignment and channel projection steps that handle cross-resolution features with negligible overhead. When added to existing segmentation networks, XAttnRes consistently improves performance across four datasets and three imaging modalities. We further observe that XAttnRes alone, even without skip connections, achieves performance on par with the baseline, suggesting that learned aggregation can recover the inter-stage information flow traditionally provided by predetermined connections.
Problem

Research questions and friction points this paper is trying to address.

Medical Image Segmentation
Cross-Stage Attention
Residual Connections
Multi-scale Features
Information Aggregation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Cross-Stage Attention Residuals
Medical Image Segmentation
Feature Aggregation
Multi-scale Alignment
Skip Connection Alternative
🔎 Similar Papers
No similar papers found.