FuseUNet: A Multi-Scale Feature Fusion Method for U-like Networks
Quansong He, Xiangde Min, Kaishen Wang, Tao He

TL;DR
FuseUNet introduces a novel multi-scale feature fusion approach for U-shaped networks, addressing limitations of traditional skip connections by modeling them as an initial value problem solved via an adaptive differential equation, enhancing feature integration.
Contribution
It proposes a differential equation-based multi-scale feature fusion method for U-Net architectures, improving feature interaction and efficiency without altering core encoder-decoder structures.
Findings
Improved segmentation accuracy on multiple datasets.
Reduced network parameters while maintaining performance.
Enhanced multi-scale feature utilization.
Abstract
Medical image segmentation is a critical task in computer vision, with UNet serving as a milestone architecture. The typical component of UNet family is the skip connection, however, their skip connections face two significant limitations: (1) they lack effective interaction between features at different scales, and (2) they rely on simple concatenation or addition operations, which constrain efficient information integration. While recent improvements to UNet have focused on enhancing encoder and decoder capabilities, these limitations remain overlooked. To overcome these challenges, we propose a novel multi-scale feature fusion method that reimagines the UNet decoding process as solving an initial value problem (IVP), treating skip connections as discrete nodes. By leveraging principles from the linear multistep method, we propose an adaptive ordinary differential equation method to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications
