Skip to main content
QUICK REVIEW

[論文レビュー] DCAU-Net: Differential Cross Attention and Channel-Spatial Feature Fusion for Medical Image Segmentation

Yanxin Li, Hui Wan|arXiv (Cornell University)|Mar 10, 2026
Advanced Neural Network Applications被引用数 0
ひとこと要約

DCAU-Net は、ウィンドウレベルのキー/バリューを用いたDifferential Cross Attention (DCA) と、エンコーダのスキップ接続とデコーダの特徴を効率的に融合する Channel-Spatial Feature Fusion (CSFF) 戦略を導入し、Synapse と ACDC で最先端のセグメンテーションを実現しつつ計算コストを低減します。

ABSTRACT

Accurate medical image segmentation requires effective modeling of both long-range dependencies and fine-grained boundary details. While transformers mitigate the issue of insufficient semantic information arising from the limited receptive field inherent in convolutional neural networks, they introduce new challenges: standard self-attention incurs quadratic computational complexity and often assigns non-negligible attention weights to irrelevant regions, diluting focus on discriminative structures and ultimately compromising segmentation accuracy. Existing attention variants, although effective in reducing computational complexity, fail to suppress redundant computation and inadvertently impair global context modeling. Furthermore, conventional fusion strategies in encoder-decoder architectures, typically based on simple concatenation or summation, can not adaptively integrate high-level semantic information with low-level spatial details. To address these limitations, we propose DCAU-Net, a novel yet efficient segmentation framework with two key ideas. First, a new Differential Cross Attention (DCA) is designed to compute the difference between two independent softmax attention maps to adaptively highlight discriminative structures. By replacing pixel-wise key and value tokens with window-level summary tokens, DCA dramatically reduces computational complexity without sacrificing precision. Second, a Channel-Spatial Feature Fusion (CSFF) strategy is introduced to adaptively recalibrate features from skip connections and up-sampling paths through using sequential channel and spatial attention, effectively suppressing redundant information and amplifying salient cues. Experiments on two public benchmarks demonstrate that DCAU-Net achieves competitive performance with enhanced segmentation accuracy and robustness.

研究の動機と目的

  • 長距離依存性と細かな境界ディテールをモデル化して医用画像の正確なセグメンテーションを動機づける。
  • 医用画像に適した計算効率の高いアテンション機構を提案する。
  • エンコーダ-デコーダフレームワークにおける高レベルと低レベルの特徴をより良く結合する適応的特徴融合戦略を開発する。
  • 提案手法が公開ベンチマークでセグメンテーション精度を向上させることを示す。

提案手法

  • DCA(Differential Cross Attention)を導入し、2つの独立したウィンドウレベルのアテンションマップの差分を計算して識別的な構造を強調する。
  • ピクセル単位のキー/バリューをウィンドウレベルの要約に置換して計算量をM^2倍低減する。
  • 学習可能なラムダを用いたマルチヘッド差分アテンションと効率のためのRMSNormを採用する。
  • DCA を深さ方向畳み込みとMLPを伴う残差フレームワークの中に組み込んだ DCA Block を使用する。
  • CSFF(Channel-Spatial Feature Fusion)を設計し、連続的なチャンネルと空間アテンションを通じてエンコーダ-デコーダ特徴を適応的に再調整する。
  • CSFF を介してスキップ接続特徴とアップサンプリング済みデコーダ特徴を最終集約前に融合する(U字アーキテクチャ)。
  • Synapse および ACDC データセット上で精度向上と頑健性を示す。

実験結果

リサーチクエスチョン

  • RQ1ウィンドウレベルのキー/バリューを用いた差分クロスアテンションが、医用画像セグメンテーションにおいて計算を削減しつつ長距離モデリングに競争力を持つか。
  • RQ2適応的なチャンネル-空間特徴融合はエンコーダ-デコーダ特徴の統合を改善し、冗長性を抑え境界精度と全体のセグメンテーション性能を向上させるか。
  • RQ3提案された DCAU-Net アーキテクチャに対する事前学習重みと初期化戦略の影響はどうか。
  • RQ4DCAU-Net は公的な医用セグメンテーションベンチマークで、精度と効率の点で最先端のCNN/Transformerベース手法と比べてどうか。

主な発見

MethodsParams (M)Flops (G)DSC (%) ↑HD (mm) ↓AortaGallbladderKidney (L)Kidney (R)LiverPancreasSpleenStomach
U-Net14.808.4376.8539.7089.0769.7277.7768.6093.4353.9886.6775.58
Att-UNet34.8866.6477.7736.0289.5568.8877.9871.1193.5758.0487.3075.75
TransUNet105.2829.3577.4831.6987.2363.1381.8777.0294.0855.8685.0875.62
Swin-Unet27.176.1679.1321.5585.4766.5383.2879.6194.2956.5890.6676.60
HiFormer25.518.0580.3914.7086.2165.6985.2379.7794.6159.5290.9981.08
PVT-CASCADE35.287.6281.0620.2383.0170.5982.2380.3794.0864.4390.1083.69
MISSFormer42.469.8981.9618.2086.9968.6585.2182.0094.4165.6791.9280.81
BRAU-Net++62.6317.6682.4719.0787.9569.1087.1381.5394.7165.1791.8982.26
DCAU-Net (Ours)21.564.6783.2915.1487.9173.0988.2084.0594.9863.8993.2680.94
  • DCAU-Net は Synapse で 83.29% の全体 Dice 相関係数(DSC)、4.67G FLOPs、21.56M パラメータで最先端を達成。
  • Synapse では胆嚢、左腎、右腎、肝臓、脾臓の器官別 DSC が最高となる。
  • ACDC では全体DSC が 92.11% の新しい最先端を達成し、心筋(Myo)と左心室(LV)でトップパフォーマンスを示す。
  • CSFF ブロックは標準の U-Net 融合ベースラインより DSC を 1.49% 向上させ、Hausdorff距離を 2.87 mm 減少させる。
  • ダイナミックラムダ初期化を用いた差分アテンションは標準アテンションより一貫して優れており、最良の結果はダイナミックラムダ初期化によるもの。
  • ImageNet で事前学習した重みは Synapse で DSC を約 2.04% 向上させ、HD を約 2.49 mm 減少させる。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。