Abstract
Deep neural networks have evolved as the leading approach in 3D medical image segmentation due to their outstanding performance. However, the ever-increasing model size and computation cost of deep neural networks have become the primary barrier to deploying them on real-world resource-limited hardware. In pursuit of improving performance and efficiency, we propose a 3D medical image segmentation model, named Efficient to Efficient Network (E2ENet), incorporating two parametrically and computationally efficient designs: the Dynamic Sparse Feature Fusion (DSFF) mechanism, which adaptively learns to fuse informative multi-scale features while reducing redundancy, and Restricted depth-shift in 3D convolution, which leverages the 3D spatial information while keeping the model and computational complexity as 2D-based methods. We conduct extensive experiments on BTCV, AMOS-CT, and Brain Tumor Segmentation Challenge, demonstrating that E2ENet consistently achieves a superior trade-off between accuracy and efficiency than prior arts across various resource constraints. E2ENet achieves comparable accuracy on the large-scale challenge AMOS-CT, while saving over 68% parameter count and 29% FLOPs in the inference phase compared with the previous best-performing method. Our code has been made available at: https://github.com/boqian333/E2ENet-Medical.
Original language | English |
---|---|
Title of host publication | Proceedings of the 38th Conference on Neural Information Processing Systems, NeurIPS 2024 |
Editors | A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, C. Zhang |
Publisher | Curran Associates |
Pages | 118483-118512 |
Number of pages | 30 |
Publication status | Published - 15 Dec 2024 |
Event | 38th Conference on Neural Information Processing Systems, NeurIPS 2024 - Vancouver Convention Center, Vancouver, Canada Duration: 9 Dec 2024 → 15 Dec 2024 Conference number: 38 https://neurips.cc/Conferences/2024 |
Publication series
Name | Advances in Neural Information Processing Systems |
---|---|
Volume | 37 |
Conference
Conference | 38th Conference on Neural Information Processing Systems, NeurIPS 2024 |
---|---|
Abbreviated title | NeurIPS 2024 |
Country/Territory | Canada |
City | Vancouver |
Period | 9/12/24 → 15/12/24 |
Internet address |
Keywords
- Feature Fusion
- Dynamic Sparse Trainig
- Medical Image Segmentation