Precise automatic segmentation of lung organs by computed tomography (CT) is a prerequisite for organ identification, pathological localization and treatment of lung diseases. However, accurate lung segmentation remains a major challenge due to the shape, size and location of the lungs. In recent years, U-net network structures and variations have been applied to various medical image segmentation, but these networks still have limitations and shortcomings in solving the vanishing gradient problem and contextual semantic feature extraction. In this paper, we propose a deep residual network called ECA-Resunet to segment lung organs with an efficient attention mechanism. The structure of ECA-Resunet is similar to Res-UNet. It uses deep residual units to form the entire encoder-decoder network and adds an efficient channel attention mechanism to the encoder. Compared to other networks, the advantage of ECA-Resunet is that it uses a deep residual network, which makes it difficult for the gradient to vanish. The encoder introduces an efficient channel attention mechanism to increase the weight of key regions in order to highlight key features and better learn the semantic features of the image context. This way, we can design a network with fewer settings and achieve better semantic segmentation results without changing the original image size. The results show that evaluation metrics such as Miou Score, Dice Effective Score, and Sensitivity of ECA-Resunet outperform those of the comparison network.
View full abstract