IVCVFeb 21, 2023

Non-pooling Network for medical image segmentation

arXiv:2302.10412v11 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the need for faster and more efficient segmentation in medical imaging, where time sensitivity is critical, though it appears incremental as it builds on existing encoder-decoder and attention mechanisms.

The paper tackles the problem of high computational cost and information loss in medical image segmentation by proposing a non-pooling network (NPNet) with an attention module, achieving state-of-the-art performance with reduced parameters and computation while balancing accuracy and speed.

Existing studies tend tofocus onmodel modifications and integration with higher accuracy, which improve performance but also carry huge computational costs, resulting in longer detection times. Inmedical imaging, the use of time is extremely sensitive. And at present most of the semantic segmentation models have encoder-decoder structure or double branch structure. Their several times of the pooling use with high-level semantic information extraction operation cause information loss although there si a reverse pooling or other similar action to restore information loss of pooling operation. In addition, we notice that visual attention mechanism has superior performance on a variety of tasks. Given this, this paper proposes non-pooling network(NPNet), non-pooling commendably reduces the loss of information and attention enhancement m o d u l e ( A M ) effectively increases the weight of useful information. The method greatly reduces the number of parametersand computation costs by the shallow neural network structure. We evaluate the semantic segmentation model of our NPNet on three benchmark datasets comparing w i t h multiple current state-of-the-art(SOTA) models, and the implementation results show thatour NPNetachieves SOTA performance, with an excellent balance between accuracyand speed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes