CVAIJul 13, 2022

ACLNet: An Attention and Clustering-based Cloud Segmentation Network

arXiv:2207.06277v113 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This work addresses cloud segmentation for meteorological or remote sensing applications, but it appears incremental as it builds on existing methods like EfficientNet-B0 and ASPP with added components.

The paper tackles cloud segmentation from ground images by proposing ACLNet, a model that combines deep learning with machine learning to extract complementary features, resulting in lower error rate, higher recall, and higher F1-score than state-of-the-art models.

We propose a novel deep learning model named ACLNet, for cloud segmentation from ground images. ACLNet uses both deep neural network and machine learning (ML) algorithm to extract complementary features. Specifically, it uses EfficientNet-B0 as the backbone, "`a trous spatial pyramid pooling" (ASPP) to learn at multiple receptive fields, and "global attention module" (GAM) to extract finegrained details from the image. ACLNet also uses k-means clustering to extract cloud boundaries more precisely. ACLNet is effective for both daytime and nighttime images. It provides lower error rate, higher recall and higher F1-score than state-of-art cloud segmentation models. The source-code of ACLNet is available here: https://github.com/ckmvigil/ACLNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes