EAGLE: An Efficient Global Attention Lesion Segmentation Model for Hepatic Echinococcosis
Jiayan Chen, Kai Li, Yulu Zhao, Jianqiang Huang, Zhan Wang

TL;DR
EAGLE is a novel, efficient neural network model that combines state space models and specialized modules to accurately segment hepatic echinococcosis lesions in CT images, outperforming existing methods.
Contribution
The paper introduces EAGLE, a U-shaped network with PVSS encoder and HVSS decoder, integrating CVSSB and HWTB modules for efficient global and local feature fusion in medical image segmentation.
Findings
Achieves a DSC of 89.76%, surpassing MSVM-UNet by 1.61%.
Demonstrates state-of-the-art performance on HE CT slices.
Efficiently models long-range dependencies with linear complexity.
Abstract
Hepatic echinococcosis (HE) is a widespread parasitic disease in underdeveloped pastoral areas with limited medical resources. While CNN-based and Transformer-based models have been widely applied to medical image segmentation, CNNs lack global context modeling due to local receptive fields, and Transformers, though capable of capturing long-range dependencies, are computationally expensive. Recently, state space models (SSMs), such as Mamba, have gained attention for their ability to model long sequences with linear complexity. In this paper, we propose EAGLE, a U-shaped network composed of a Progressive Visual State Space (PVSS) encoder and a Hybrid Visual State Space (HVSS) decoder that work collaboratively to achieve efficient and accurate segmentation of hepatic echinococcosis (HE) lesions. The proposed Convolutional Vision State Space Block (CVSSB) module is designed to fuse local…
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
TopicsParasitic infections in humans and animals
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces
