SOTAVerified

ACLNet: An Attention and Clustering-based Cloud Segmentation Network

2022-07-13Code Available1· sign in to hype

Dhruv Makwana, Subhrajit Nag, Onkar Susladkar, Gayatri Deshmukh, Sai Chandra Teja R, Sparsh Mittal, C Krishna Mohan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SWIMSEGACLNetAverage Precision0.96Unverified
SWINSEGACLNetAverage Precision0.92Unverified
SWINySEGACLNetAverage Precision0.96Unverified

Reproductions