TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Dual Cross-Attention for Medical Image Segmentation

Dual Cross-Attention for Medical Image Segmentation

Gorkem Can Ates, Prasoon Mohan, Emrah Celik

2023-03-30Medical Image Segmentation
PaperPDFCode(official)

Abstract

We propose Dual Cross-Attention (DCA), a simple yet effective attention module that is able to enhance skip-connections in U-Net-based architectures for medical image segmentation. DCA addresses the semantic gap between encoder and decoder features by sequentially capturing channel and spatial dependencies across multi-scale encoder features. First, the Channel Cross-Attention (CCA) extracts global channel-wise dependencies by utilizing cross-attention across channel tokens of multi-scale encoder features. Then, the Spatial Cross-Attention (SCA) module performs cross-attention to capture spatial dependencies across spatial tokens. Finally, these fine-grained encoder features are up-sampled and connected to their corresponding decoder parts to form the skip-connection scheme. Our proposed DCA module can be integrated into any encoder-decoder architecture with skip-connections such as U-Net and its variants. We test our DCA module by integrating it into six U-Net-based architectures such as U-Net, V-Net, R2Unet, ResUnet++, DoubleUnet and MultiResUnet. Our DCA module shows Dice Score improvements up to 2.05% on GlaS, 2.74% on MoNuSeg, 1.37% on CVC-ClinicDB, 1.12% on Kvasir-Seg and 1.44% on Synapse datasets. Our codes are available at: https://github.com/gorkemcanates/Dual-Cross-Attention

Results

TaskDatasetMetricValueModel
Medical Image SegmentationKvasir-SEGmIoU0.7434DoubleUnet-DCA
Medical Image SegmentationKvasir-SEGmean Dice0.8516DoubleUnet-DCA
Medical Image SegmentationMoNuSegIoU65.97DoubleUnet-DCA
Medical Image SegmentationCVC-ClinicDBmIoU0.8347DoubleUnet-DCA
Medical Image SegmentationCVC-ClinicDBmean Dice0.9086DoubleUnet-DCA

Related Papers

DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17U-RWKV: Lightweight medical image segmentation with direction-adaptive RWKV2025-07-15HNOSeg-XS: Extremely Small Hartley Neural Operator for Efficient and Resolution-Robust 3D Image Segmentation2025-07-10Just Say Better or Worse: A Human-AI Collaborative Framework for Medical Image Segmentation Without Manual Annotations2025-07-08SAMed-2: Selective Memory Enhanced Medical Segment Anything Model2025-07-04Causal-SAM-LLM: Large Language Models as Causal Reasoners for Robust Medical Segmentation2025-07-04Autoadaptive Medical Segment Anything Model2025-07-02