FIAS: Feature Imbalance-Aware Medical Image Segmentation with Dynamic Fusion and Mixing Attention
Xiwei Liu, Min Xu, Qirong Ho

TL;DR
FIAS introduces a dual-path encoder and a novel MixAtt decoder to effectively balance global and local features, improving medical image segmentation accuracy by addressing feature imbalance issues in hybrid CNN-transformer architectures.
Contribution
The paper proposes a feature imbalance-aware segmentation network with a dual-branch encoder and a novel MixAtt decoder for improved medical image segmentation.
Findings
Outperforms existing methods on Synapse and ACDC datasets
Effectively balances global and local features
Achieves state-of-the-art segmentation accuracy
Abstract
With the growing application of transformer in computer vision, hybrid architecture that combine convolutional neural networks (CNNs) and transformers demonstrates competitive ability in medical image segmentation. However, direct fusion of features from CNNs and transformers often leads to feature imbalance and redundant information. To address these issues, we propose a Feaure Imbalance-Aware Segmentation (FIAS) network, which incorporates a dual-path encoder and a novel Mixing Attention (MixAtt) decoder. The dual-branches encoder integrates a DilateFormer for long-range global feature extraction and a Depthwise Multi-Kernel (DMK) convolution for capturing fine-grained local details. A Context-Aware Fusion (CAF) block dynamically balances the contribution of these global and local features, preventing feature imbalance. The MixAtt decoder further enhances segmentation accuracy by…
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
TopicsAI in cancer detection · Medical Image Segmentation Techniques · Medical Imaging and Analysis
MethodsSoftmax · Attention Is All You Need · Convolution
