1. Introduction
Sea ice leads are linear openings in the sea ice cover, typically ranging in length from a few kilometers to hundreds of kilometers and with a width of at least 50 m [
1]. They result from the movement of sea ice and external forces such as wind and ocean currents [
2]. Compared to surrounding sea ice, leads have a lower albedo and, therefore, can absorb more solar energy, which accelerates the ice melting and increases the amount of open water. As a result, leads play a significant role in opening up Arctic shipping routes and supporting scientific research missions [
3]. Furthermore, sea ice lead detection plays a crucial role in estimating sea ice thickness using radar altimeter data [
4]. Obtaining the accurate distribution of leads in polar regions is of great importance.
In recent years, satellite remote sensing has become a crucial technique for monitoring sea ice leads in polar regions due to the limitations of in situ observations [
3]. Since the early 1980s, spaceborne optical, thermal infrared, and microwave sensor data have been widely used in the study of sea ice leads [
5]. In particular, synthetic aperture radar (SAR) has progressively been considered an essential data source for lead observation due to its all-weather and day-and-night sensing capability, wide coverage, and suitable spatial and temporal resolution [
6]. Additionally, a large number of studies have demonstrated that combining HH and HV polarization data of SAR images is helpful for distinguishing between open water and sea ice [
7,
8]. There are many studies utilizing dual-polarization SAR data to discriminate between open water and sea ice [
9,
10]. Zakhvatkina et al. [
11] introduced a neural network (NN) classification method for lead detection, using polarization ratio and polarization difference of HH and HV channels in SAR images together with texture features to detect leads. Murashkin et al. [
2] used a random forest classifier to detect leads in SAR images based on the dual-polarization features and texture features of Sentinel-1 SAR images. However, accurate lead detection based on SAR imagery is a challenging task. On the one hand, there are many factors that restrict the performance of lead detection based on SAR images, such as speckle noise, system parameters (polarization mode, incidence angle), and environmental factors such as wind and temperature [
12]. On the other hand, influenced by the physical characteristics of sea ice, the growth of leads is complex, and the ice–water boundary presents dynamic changes.
Current methods that could be employed for lead detection from SAR images can be categorized into three: threshold-based methods [
13], machine learning (ML) methods such as the k-nearest neighbors [
12], K-means [
4], and neural network [
3], and deep learning (DL) methods [
14,
15]. The aforementioned threshold-based and ML methods all need manual involvement, such as determining thresholds and selecting features. In contrast, DL-based methods with an end-to-end process have shown great potential for lead detection from SAR images due to their ability to provide powerful nonlinear representations and to automatically extract reliable features from large datasets [
14,
16]. Nonetheless, these studies mostly rely on texture features and backscattering coefficients [
17,
18]. More recently, Liang et al. [
1] developed an entropy-weighted network (EW-Net) to detect leads, which utilizes an entropy-weighted feature fusion block to merge texture and entropy information from SAR images. Liu et al. [
15] proposed a lightweight semantic segmentation model based on the U-Net framework for precise and fast extraction of sea ice leads from SAR images, demonstrating improved performance on non-preprocessed data compared to classical methods. They also use texture features as input. It is evident that capturing additional attributes of ice leads will contribute to enhanced precision in lead detection.
We noticed that leads have obvious linear characteristics, and little attention has been paid to utilizing shape information for lead detection in previous studies. Inspired by the previous work [
19] on integrating edge information into SAR segmentation, we explore the usability of shape information to improve the performance of DL-based lead detection and propose a network, SA-DeepLabv3+, which is based on DeepLabv3+ [
20]. It is worth mentioning that although recently proposed models like the Segment Anything Model [
21] perform well on general public datasets, its original design aims to segment various objects rather than specific ones. Since its ViT backbone encoder is trained on large-scale close-range images, its effectiveness in processing spaceborne SAR images is limited [
22]. Additionally, training big models specifically for remote sensing images requires a substantial amount of data, which is currently scarce in the field of ice lead segmentation. Therefore, we chose DeepLabv3+ as the benchmark model, as it has proven effective in remote sensing tasks and still has significant room for performance improvement.
In this paper, a shape-aware module (SAM) is employed in this network to combine multi-scale semantic features with shape information of leads, thereby better capturing the shape of leads. To the best of our knowledge, this is the first attempt to use shape information for DL-based lead detection from SAR images. What is more, in order to enhance lead features from both polarization and spatial perspectives, a squeeze-and-excitation channel-position attention module (SECPAM) is designed. Since dual-polarization SAR data fusion can provide more discriminative features for the observed scene [
23,
24] and the lack of reliable publicly available lead datasets poses significant challenges for lead research, we take the fused dual-polarization SAR image as input and construct a dataset, which is favorable for the detection of sea ice leads. The comparative experiments conducted on the dataset constructed in this paper demonstrate that the proposed network has achieved good segmentation performance and the effectiveness of the proposed modules. In addition, the constructed dataset significantly improved the performance of all segmentation models compared in this paper.
The main contributions of this paper are as follows:
We construct a sea ice lead dataset by fusing SAR dual-polarization data to address the scarcity of datasets in lead detection, which can effectively improve the accuracy of lead segmentation and provide innovative ideas for future research on lead datasets.
We propose a squeeze-and-excitation channel-position attention module (SECPAM) to enhance the encoder output features, addressing the issue of insufficient extraction of contextual and spatial information from remote sensing images by the model.
We propose a shape-aware module (SAM) that can combine multi-scale semantic features with the shape information of leads. Then, a joint loss function that combines segmentation loss and shape loss is designed. Using shape information learned from SAM to train the model can help the model learn the shape of the leads, making the segmented lead shape more complete and clearer.
6. Conclusions
In this paper, we propose a model for lead segmentation built upon the DeepLabv3+. To address the problem of the lack of lead datasets, a sea ice lead dataset fusing dual-polarization SAR data is constructed, and the effectiveness of the dataset in lead segmentation is demonstrated through experiments. Secondly, since shape information has not been considered in existing research on lead segmentation, a shape-aware module is proposed that can combine multi-scale semantic features and shape information and capture linear shapes of leads. We also design a squeeze-and-excitation channel-position attention module to enhance the encoder features. The experiments show that the proposed method outperforms the DeepLabv3+ and other existing benchmarking methods. These experiments confirm the effectiveness of the proposed designs, which are derived from the physical mechanisms of radar remote sensing and guided by the lead characteristics in SAR images.
However, some limitations of this work should be mentioned. Due to the significant impact of wind speed on the growth and movement status of leads, the SAR data used in this study were all collected in low wind speed scenarios, thus excluding the influence of wind speed. Therefore, future research can focus on the segmentation of leads under high wind speed conditions and incorporate more varied data to enhance the robustness of the model in different environments and regions. Additionally, due to the high real-time requirements of deep learning models when facing applications, our future research will design a lightweight model based on the model proposed in this paper.
To facilitate further sea ice lead research, we have made all the code utilized in this paper openly accessible and available for public use. You can find the code at the following link:
https://github.com/0814zm/Lead-detection (accessed on 10 May 2024).