Recurrent Graph Convolutional Networks for Spatiotemporal Prediction of Snow Accumulation Using Airborne Radar

Benjamin Zalatan,Maryam Rahnemoonfar
2023-06-23
Abstract:The accurate prediction and estimation of annual snow accumulation has grown in importance as we deal with the effects of climate change and the increase of global atmospheric temperatures. Airborne radar sensors, such as the Snow Radar, are able to measure accumulation rate patterns at a large-scale and monitor the effects of ongoing climate change on Greenland's precipitation and run-off. The Snow Radar's use of an ultra-wide bandwidth enables a fine vertical resolution that helps in capturing internal ice layers. Given the amount of snow accumulation in previous years using the radar data, in this paper, we propose a machine learning model based on recurrent graph convolutional networks to predict the snow accumulation in recent consecutive years at a certain location. We found that the model performs better and with more consistency than equivalent nongeometric and nontemporal models.
Machine Learning,Signal Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: **How to accurately predict the annual snow accumulation in Greenland, especially in the context of climate change and the increase in global atmospheric temperature**. Specifically, the author proposes a machine - learning model based on Recurrent Graph Convolutional Networks (R - GCNs), using airborne radar data to predict snow accumulation at specific locations in recent years. ### Problem Background 1. **Impact of Climate Change**: With the increase in global atmospheric temperature, accurately predicting the annual snow accumulation has become increasingly important. This not only helps to monitor the impact of climate warming on polar ice sheets, but also can assist in predicting future sea - level rise. 2. **Limitations of Traditional Methods**: Traditional measurement methods such as ice - core drilling and shallow - pit measurement have problems such as sparse sampling, difficulty in obtaining large - scale data, and high cost, resulting in the inability to accurately capture large - scale snow - accumulation rates. 3. **Advantages of Airborne Radar**: Airborne radar sensors (such as Snow Radar) can measure snow - accumulation patterns on a large scale with high resolution and monitor the impact of climate change on precipitation and runoff in Greenland. ### Core Contributions of the Paper 1. **Proposing a New Model**: A deep - learning model based on Recurrent Graph Convolutional Networks (R - GCNs) for predicting snow accumulation in Greenland from 2007 to 2011. 2. **Data Conversion Method**: Converting the ice - layer data of Snow Radar into spatiotemporal graphs and using them as inputs to the model. 3. **Performance Improvement**: Experimental results show that this model performs better and is more stable in predicting snow - accumulation thickness than non - geometric and non - temporal models. ### Formula Representation To ensure the correctness and readability of the formulas, the following are some of the formulas involved in the paper: - The **Haversine formula** for calculating geographical distances: \[ A_{i,j} = \frac{1}{2} \arcsin\left(\text{hav}(\phi_j - \phi_i) + \cos(\phi_i) \cos(\phi_j) \text{hav}(\lambda_j - \lambda_i)\right) \] where, \[ \text{hav}(\theta) = \sin^2\left(\frac{\theta}{2}\right) \] \(A_{i,j}\) represents the edge weight between nodes \(i\) and \(j\), and \(\phi\) and \(\lambda\) represent the latitude and longitude of the nodes respectively. Through these methods and models, the paper aims to improve the prediction accuracy of snow accumulation in Greenland, thereby better understanding the impact of climate change on the polar environment.