2023/02/01 by Qing Xu, Zhicheng Ma, Na HE +2 · 444 citations
Computer Science · Mathematics · Medicine · #AI in cancer detection #Advanced Neural Network Applications #Artificial intelligence #Block (permutation group theory) #COVID-19 diagnosis using AI #Cartography #Code (set theory) #Computer science #Convolutional neural network #Deep learning #Encoder #Feature (linguistics) #Field (mathematics) #Image (mathematics) #Image segmentation #Intersection (aeronautics) #Mathematics #Net (polyhedron) #Pattern recognition (psychology) #Range (aeronautics) #Segmentation #Sørensen–Dice coefficient #Upsampling
paper · doi:10.1016/j.compbiomed.2023.106626
published in Computers in Biology and Medicine 154, 106626 (Elsevier BV)
openalex publication_date 2023/02/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/04
Deep learning architecture with convolutional neural network achieves outstanding success in the field of computer vision. Where U-Net has made a great breakthrough in biomedical image segmentation and has been widely applied in a wide range of practical scenarios. However, the equal design of every downsampling layer in the encoder part and simply stacked convolutions do not allow U-Net to extract sufficient information of features from different depths. The increasing complexity of medical images brings new challenges to the existing methods. In this paper, we propose a deeper and more compact split-attention u-shape network, which efficiently utilises low-level and high-level semantic information based on two frameworks: primary feature conservation and compact split-attention block. We evaluate the proposed model on CVC-ClinicDB, 2018 Data Science Bowl, ISIC-2018, SegPC-2021 and BraTS-2021 datasets. As a result, our proposed model displays better performance than other state-of-the-art methods in terms of the mean intersection over union and dice coefficient. More significantly, the proposed model demonstrates excellent segmentation performance on challenging images. The code for our work and more technical details can be found at https://github.com/xq141839/DCSAU-Net.