Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Effective Global Context Integration for Lightweight 3D Medical Image Segmentation

作者:Qiang Qiao, Meixia Qu, Wenyu Wang, Bin Jiang, Qiang Guo · 发表于:IEEE Transactions on Circuits and Systems for Video Technology · 年份:2024 · DOI:10.1109/tcsvt.2024.3511926 · 被引用次数:12 · 研究领域:Medical Image Segmentation Techniques、Advanced Neural Network Applications、Medical Imaging and Analysis

Accurate and fast segmentation of 3D medical images is crucial in clinical analysis. CNNs struggle to capture long-range dependencies because of their inductive biases, whereas the Transformer can capture global features but faces a considerable computational burden. Thus, efficiently integrating global and detailed insights is key for precise segmentation. In this paper, we propose an effective and lightweight architecture named GCI-Net to address this issue. The key characteristic of GCI-Net is the global-guided feature enhancement strategy (GFES), which integrates the global context and facilitates the learning of local information; 3D convolutional attention, which captures long-range dependencies; and a progressive downsampling module, which perceives detailed information better. The GFES can capture the local range of information through global-guided feature fusion and global-local contrastive loss. All these designs collectively contribute to lower computational complexity and reliable performance improvements. The proposed model is trained and tested on four public datasets, namely MSD Brain Tumor, ACDC, BraTS2021, and MSD Lung. The experimental results show that, compared with several recent SOTA methods, our GCI-Net achieves superior computational efficiency with comparable or even better segmentation performance. The code is available athttps://github.com/qintianjian-lab/GCI-Net.