skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Enhancing sea ice segmentation in Sentinel-1 images with atrous convolutions
Due to the growing volume of remote sensing data and the low latency required for safe marine navigation, machine learning (ML) algorithms are being developed to accelerate sea ice chart generation, currently a manual interpretation task. However, the low signal-to-noise ratio of the freely available Sentinel-1 Synthetic Aperture Radar (SAR) imagery, the ambiguity of backscatter signals for ice types, and the scarcity of open-source high-resolution labelled data makes automating sea ice mapping challenging. We use Extreme Earth version 2, a high-resolution benchmark dataset generated for ML training and evaluation, to investigate the effectiveness of ML for automated sea ice mapping. Our customized pipeline combines ResNets and Atrous Spatial Pyramid Pooling for SAR image segmentation. We investigate the performance of our model for: i) binary classification of sea ice and open water in a segmentation framework; and ii) a multiclass segmentation of five sea ice types. For binary ice-water classification, models trained with our largest training set have weighted F1 scores all greater than 0.95 for January and July test scenes. Specifically, the median weighted F1 score was 0.98, indicating high performance for both months. By comparison, a competitive baseline U-Net has a weighted average F1 score of ranging from 0.92 to 0.94 (median 0.93) for July, and 0.97 to 0.98 (median 0.97) for January. Multiclass ice type classification is more challenging, and even though our models achieve 2% improvement in weighted F1 average compared to the baseline U-Net, test weighted F1 is generally between 0.6 and 0.80. Our approach can efficiently segment full SAR scenes in one run, is faster than the baseline U-Net, retains spatial resolution and dimension, and is more robust against noise compared to approaches that rely on patch classification.  more » « less
Award ID(s):
2026962
PAR ID:
10468966
Author(s) / Creator(s):
; ; ; ; ;
Publisher / Repository:
Taylor and Francis
Date Published:
Journal Name:
International Journal of Remote Sensing
Volume:
44
Issue:
17
ISSN:
0143-1161
Page Range / eLocation ID:
5344 to 5374
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. null (Ed.)
    Fine-scale sea ice conditions are key to our efforts to understand and model climate change. We propose the first deep learning pipeline to extract fine-scale sea ice layers from high-resolution satellite imagery (Worldview-3). Extracting sea ice from imagery is often challenging due to the potentially complex texture from older ice floes (i.e., floating chunks of sea ice) and surrounding slush ice, making ice floes less distinctive from the surrounding water. We propose a pipeline using a U-Net variant with a Resnet encoder to retrieve ice floe pixel masks from very-high-resolution multispectral satellite imagery. Even with a modest-sized hand-labeled training set and the most basic hyperparameter choices, our CNN-based approach attains an out-of-sample F1 score of 0.698–a nearly 60% improvement when compared to a watershed segmentation baseline. We then supplement our training set with a much larger sample of images weak-labeled by a watershed segmentation algorithm. To ensure watershed derived pack-ice masks were a good representation of the underlying images, we created a synthetic version for each weak-labeled image, where areas outside the mask are replaced by open water scenery. Adding our synthetic image dataset, obtained at minimal effort when compared with hand-labeling, further improves the out-of-sample F1 score to 0.734. Finally, we use an ensemble of four test metrics and evaluated after mosaicing outputs for entire scenes to mimic production setting during model selection, reaching an out-of-sample F1 score of 0.753. Our fully-automated pipeline is capable of detecting, monitoring, and segmenting ice floes at a very fine level of detail, and provides a roadmap for other use-cases where partial results can be obtained with threshold-based methods but a context-robust segmentation pipeline is desired. 
    more » « less
  2. Tidal creeks play a vital role in influencing geospatial evolution and marsh ecological communities in coastal landscapes. However, evaluating the geospatial characteristics of numerous creeks across a site and understanding their ecological relationships pose significant challenges due to the labor-intensive nature of manual delineation from imagery. Traditional methods rely on manual annotation in GIS interfaces, which is slow and tedious. This study explores the application of Attention-based Dense U-Net (ADU-Net), a deep learning image segmentation model, for automatically classifying creek pixels in high-resolution (0.5 m) orthorectified aerial imagery in coastal Georgia, USA. We observed that ADU-Net achieved an outstanding F1 score of 0.98 in identifying creek pixels, demonstrating its ability in tidal creek mapping. The study highlights the potential of deep learning models for automated tidal creek mapping, opening avenues for future investigations into the role of creeks in marshes’ response to environmental changes. 
    more » « less
  3. The melting of ice sheets significantly contributes to sea level rise, highlighting the crucial need to comprehend the structure of ice for climate benefits. The stratigraphy of ice sheets revealed through ice layer radargrams gives us a window into historical depth-age correlations and accumulation rates. Harnessing this knowledge is not only crucial for interpreting both past and present ice dynamics, especially concerning the Greenland ice sheet, but also for making informed decisions to mitigate the impacts of climate change. Ice layer tracing is prevalently conducted using manual or semi-automatic approaches, requiring significant time and expertise. This study aims to address the need for efficient and precise tracing methods in a two-step process. This is achieved by utilizing an unsupervised annotation method (i.e., ARESELP) to train deep learning models, thereby reducing the need for extensive and time-consuming manual annotations. Four prominent deep learning-based segmentation techniques, namely U-Net, U-Net+VGG19, U-Net+Inception, and Attention U-Net, are benchmarked. Additionally, various thresholding methods such as binary, Otsu, and CLAHE have been explored to achieve optimal enhancement for the true label annotation images. Our preliminary experiments indicate that the combination of attention U-Net with specific processing techniques yields the best performance in terms of the binary IoU metric. 
    more » « less
  4. In this empirical study, a framework was developed for binary and multi-class classification of Twitter data. We first introduce a manually built gold standard dataset of 4000 tweets related to the environmental health hazards in Barbados for the period 2014 - 2018. Then, the binary classification was used to categorize each tweet as relevant or irrelevant. Next, the multiclass classification was then used to further classify relevant tweets into four types of community engagement: reporting information, expressing negative engagement, expressing positive engagement, and asking for information. Results indicate that (combination of TF-IDF, psychometric, linguistic, sentiment and Twitter-specific features) using a Random Forest algorithm is the best feature for detecting and predicting binary classification with (87% F1 score). For multi-class classification, TF-IDF using Decision Tree algorithm was the best with (74% F1 score). 
    more » « less
  5. The COVID-19 pandemic has intensified the need for home-based cardiac health monitoring systems. Despite advancements in electrocardiograph (ECG) and phonocardiogram (PCG) wearable sensors, accurate heart sound segmentation algorithms remain understudied. Existing deep learning models, such as convolutional neural networks (CNN) and recurrent neural networks (RNN), struggle to segment noisy signals using only PCG data. We propose a two-step heart sound segmentation algorithm that analyzes synchronized ECG and PCG signals. The first step involves heartbeat detection using a CNN-LSTM-based model on ECG data, and the second step focuses on beat-wise heart sound segmentation with a 1D U-Net that incorporates multi-modal inputs. Our method leverages temporal correlation between ECG and PCG signals to enhance segmentation performance. To tackle the label-hungry issue in AI-supported biomedical studies, we introduce a segment-wise contrastive learning technique for signal segmentation, overcoming the limitations of traditional contrastive learning methods designed for classification tasks. We evaluated our two-step algorithm using the PhysioNet 2016 dataset and a private dataset from Bayland Scientific, obtaining a 96.43 F1 score on the former. Notably, our segment-wise contrastive learning technique demonstrated effective performance with limited labeled data. When trained on just 1% of labeled PhysioNet data, the model pre-trained on the full unlabeled dataset only dropped 2.88 in the F1 score, outperforming the SimCLR method. Overall, our proposed algorithm and learning technique present promise for improving heart sound segmentation and reducing the need for labeled data. 
    more » « less