Summary: | Antarctic true-color imagery synthesized using multispectral remote sensing data is effective in reflecting sea ice conditions, which is crucial for monitoring. Deep learning has been explored for sea ice extraction, but traditional convolutional neural network models are constrained by a limited perceptual field, making it difficult to obtain global contextual information from remote sensing images. A novel model named GEFU-Net, a modification of U-Net, is presented. The self-established graph reconstruction module is employed to convert features into graph data and construct the adjacency matrix using a global adaptive average similarity threshold. Graph convolutional networks are utilized to aggregate the features at each pixel, enabling the rapid capture of global context, enhancing the semantic richness of the features, and improving the accuracy of sea ice extraction through graph reconstruction. Experimental results using the sea ice dataset of the Ross Sea in the Antarctic, produced by Sentinel-2, demonstrate that our GEFU-Net achieves the best performance compared to other commonly used segmentation models. Specifically, it achieves an accuracy of 97.52%, an Intersection over Union of 95.66%, and an F1-Score of 97.78%. Additionally, fewer model parameters and good inference speed are demonstrated, indicating strong potential for practical ice mapping applications.
|