TransFuse: Fusing Transformers and CNNs for Medical Image Segmentation
Yundong Zhang, Huiye Liu, and Qiang Hu

TL;DR
TransFuse introduces a parallel architecture combining Transformers and CNNs for medical image segmentation, achieving state-of-the-art results with fewer parameters and faster inference by effectively capturing global and local features.
Contribution
The paper presents TransFuse, a novel parallel network architecture with a BiFusion module for efficient multi-level feature fusion, improving global context modeling and detail preservation.
Findings
Achieves state-of-the-art results on multiple medical segmentation tasks.
Reduces model parameters and increases inference speed.
Effectively captures both global dependencies and local details.
Abstract
Medical image segmentation - the prerequisite of numerous clinical needs - has been significantly prospered by recent advances in convolutional neural networks (CNNs). However, it exhibits general limitations on modeling explicit long-range relation, and existing cures, resorting to building deep encoders along with aggressive downsampling operations, leads to redundant deepened networks and loss of localized details. Hence, the segmentation task awaits a better solution to improve the efficiency of modeling global contexts while maintaining a strong grasp of low-level details. In this paper, we propose a novel parallel-in-branch architecture, TransFuse, to address this challenge. TransFuse combines Transformers and CNNs in a parallel style, where both global dependency and low-level spatial details can be efficiently captured in a much shallower manner. Besides, a novel fusion…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · AI in cancer detection · Medical Imaging and Analysis
