中文

Difference-Driven Gating: Adaptive Feature Fusion for U-Net Decoder

计算机视觉与模式识别 2026-07-13 v1 声音 机器学习

摘要

The U-Net style models have been widely used in many applications. A critical step in these models is to reconstruct the lower-level features using a top-down decoder. This reconstruction requires precise fusion of high-level semantics and low-level details. Existing attention-based fusion methods typically derive attention weights from the top-down decoder features (global) alone or the correlation between the top-down decoder features and the bottom-up encoder features (local), then modulate the encoder features using these weights. In this work, we explore a different paradigm: deriving attention weights from the difference between the two feature streams. To this end, we propose two difference-based gating approaches: Feature-difference gating (FDG), which directly uses the absolute difference between global and local features to generate adaptive gating maps, and Entropy-difference gating (EDG), which measures the representational certainty of each stream via information entropy and uses their signed entropy difference to derive the attention weights. Both methods produce coupled gating maps that simultaneously modulate the global and local features. Experiments on different tasks including medical image segmentation, remote sensing image cloud removal and speech separation showed that both methods outperformed existing attention-based fusion methods, and EDG performed better. The results suggested a new paradigm for multi-scale feature fusion in the U-Net style structures.

引用

@article{arxiv.2607.11096,
  title  = {Difference-Driven Gating: Adaptive Feature Fusion for U-Net Decoder},
  author = {Kai Li and Xuechao Zou and Jiashen Fu and Zijun Yan and Xintong Wang and Xiaolin Hu},
  journal= {arXiv preprint arXiv:2607.11096},
  year   = {2026}
}

备注

15 pages, 13 figures