SAR-UNet: Small Attention Residual UNet for Explainable Nowcasting Tasks
- URL: http://arxiv.org/abs/2303.06663v1
- Date: Sun, 12 Mar 2023 13:56:59 GMT
- Title: SAR-UNet: Small Attention Residual UNet for Explainable Nowcasting Tasks
- Authors: Mathieu Renault, Siamak Mehrkanoon
- Abstract summary: The accuracy and explainability of data-driven nowcasting models are of great importance in many socio-economic sectors reliant on weather-dependent decision making.
This paper proposes a novel architecture called Small Attention Residual UNet (SAR-UNet) for precipitation and cloud cover nowcasting.
- Score: 4.213427823201119
- License: http://creativecommons.org/licenses/by-sa/4.0/
- Abstract: The accuracy and explainability of data-driven nowcasting models are of great
importance in many socio-economic sectors reliant on weather-dependent decision
making. This paper proposes a novel architecture called Small Attention
Residual UNet (SAR-UNet) for precipitation and cloud cover nowcasting. Here,
SmaAt-UNet is used as a core model and is further equipped with residual
connections, parallel to the depthwise separable convolutions. The proposed
SAR-UNet model is evaluated on two datasets, i.e., Dutch precipitation maps
ranging from 2016 to 2019 and French cloud cover binary images from 2017 to
2018. The obtained results show that SAR-UNet outperforms other examined models
in precipitation nowcasting from 30 to 180 minutes in the future as well as
cloud cover nowcasting in the next 90 minutes. Furthermore, we provide
additional insights on the nowcasts made by our proposed model using Grad-CAM,
a visual explanation technique, which is employed on different levels of the
encoder and decoder paths of the SAR-UNet model and produces heatmaps
highlighting the critical regions in the input image as well as intermediate
representations to the precipitation. The heatmaps generated by Grad-CAM reveal
the interactions between the residual connections and the depthwise separable
convolutions inside of the multiple depthwise separable blocks placed
throughout the network architecture.
Related papers
- SSA-UNet: Advanced Precipitation Nowcasting via Channel Shuffling [1.642094639107215]
This work presents a novel design, Small Shuffled Attention UNet (SSA-UNet)
It enhances SmaAt-UNet's architecture by including a shuffle channeling mechanism to optimize performance and diminish complexity.
Three output configurations of the proposed architecture are evaluated, yielding outputs of 1, 6, and 12 precipitation maps.
arXiv Detail & Related papers (2025-04-25T12:36:31Z) - Learning Robust Precipitation Forecaster by Temporal Frame Interpolation [65.5045412005064]
We develop a robust precipitation forecasting model that demonstrates resilience against spatial-temporal discrepancies.
Our approach has led to significant improvements in forecasting precision, culminating in our model securing textit1st place in the transfer learning leaderboard of the textitWeather4cast'23 competition.
arXiv Detail & Related papers (2023-11-30T08:22:08Z) - Physically Explainable Deep Learning for Convective Initiation
Nowcasting Using GOES-16 Satellite Observations [0.1874930567916036]
Convection initiation (CI) nowcasting remains a challenging problem for both numerical weather prediction models and existing nowcasting algorithms.
In this study, object-based probabilistic deep learning models are developed to predict CI based on multichannel infrared GOES-R satellite observations.
arXiv Detail & Related papers (2023-10-24T17:18:44Z) - ARFA: An Asymmetric Receptive Field Autoencoder Model for Spatiotemporal
Prediction [55.30913411696375]
We propose an Asymmetric Receptive Field Autoencoder (ARFA) model, which introduces corresponding sizes of receptive field modules.
In the encoder, we present large kernel module for globaltemporal feature extraction. In the decoder, we develop a small kernel module for localtemporal reconstruction.
We construct the RainBench, a large-scale radar echo dataset for precipitation prediction, to address the scarcity of meteorological data in the domain.
arXiv Detail & Related papers (2023-09-01T07:55:53Z) - Exploring the Application of Large-scale Pre-trained Models on Adverse
Weather Removal [97.53040662243768]
We propose a CLIP embedding module to make the network handle different weather conditions adaptively.
This module integrates the sample specific weather prior extracted by CLIP image encoder together with the distribution specific information learned by a set of parameters.
arXiv Detail & Related papers (2023-06-15T10:06:13Z) - FuTH-Net: Fusing Temporal Relations and Holistic Features for Aerial
Video Classification [49.06447472006251]
We propose a novel deep neural network, termed FuTH-Net, to model not only holistic features, but also temporal relations for aerial video classification.
Our model is evaluated on two aerial video classification datasets, ERA and Drone-Action, and achieves the state-of-the-art results.
arXiv Detail & Related papers (2022-09-22T21:15:58Z) - CLONeR: Camera-Lidar Fusion for Occupancy Grid-aided Neural
Representations [77.90883737693325]
This paper proposes CLONeR, which significantly improves upon NeRF by allowing it to model large outdoor driving scenes observed from sparse input sensor views.
This is achieved by decoupling occupancy and color learning within the NeRF framework into separate Multi-Layer Perceptrons (MLPs) trained using LiDAR and camera data, respectively.
In addition, this paper proposes a novel method to build differentiable 3D Occupancy Grid Maps (OGM) alongside the NeRF model, and leverage this occupancy grid for improved sampling of points along a ray for rendering in metric space.
arXiv Detail & Related papers (2022-09-02T17:44:50Z) - Deep Learning Based Cloud Cover Parameterization for ICON [55.49957005291674]
We train NN based cloud cover parameterizations with coarse-grained data based on realistic regional and global ICON simulations.
Globally trained NNs can reproduce sub-grid scale cloud cover of the regional simulation.
We identify an overemphasis on specific humidity and cloud ice as the reason why our column-based NN cannot perfectly generalize from the global to the regional coarse-grained data.
arXiv Detail & Related papers (2021-12-21T16:10:45Z) - Spatiotemporal Weather Data Predictions with Shortcut
Recurrent-Convolutional Networks: A Solution for the Weather4cast challenge [0.0]
This paper presents the neural network model that was used by the author in the Weather4cast 2021 Challenge Stage 1.
The objective was to predict the time evolution of satellite-based weather data images.
The network is based on an encoder-forecaster architecture making use of gated recurrent units (GRU), residual blocks and a contracting/expanding architecture with shortcuts similar to U-Net.
arXiv Detail & Related papers (2021-11-03T10:36:47Z) - Exploiting latent representation of sparse semantic layers for improved
short-term motion prediction with Capsule Networks [0.12183405753834559]
This paper explores use of Capsule Networks (CapsNets) in the context of learning a hierarchical representation of sparse semantic layers corresponding to small regions of the High-Definition (HD) map.
By using an architecture based on CapsNets the model is able to retain hierarchical relationships between detected features within images whilst also preventing loss of spatial data often caused by the pooling operation.
We show that our model achieves significant improvement over recently published works on prediction, whilst drastically reducing the overall size of the network.
arXiv Detail & Related papers (2021-03-02T11:13:43Z) - Broad-UNet: Multi-scale feature learning for nowcasting tasks [3.9318191265352196]
We treat the nowcasting problem as an image-to-image translation problem using satellite imagery.
We introduce Broad-UNet, a novel architecture based on the core UNet model, to efficiently address this problem.
The proposed model is applied on two different nowcasting tasks, i.e. precipitation maps and cloud cover nowcasting.
arXiv Detail & Related papers (2021-02-12T11:06:44Z) - SmaAt-UNet: Precipitation Nowcasting using a Small Attention-UNet
Architecture [5.28539620288341]
We show that it is possible to produce an accurate precipitation nowcast using a data-driven neural network approach.
We evaluate our approaches on a real-life datasets using precipitation maps from the region of the Netherlands and binary images of cloud coverage of France.
arXiv Detail & Related papers (2020-07-08T20:33:10Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.