AO-PHCVLGNov 12, 2018

A test case for application of convolutional neural networks to spatio-temporal climate data: Re-identifying clustered weather patterns

arXiv:1811.04817v1153 citations
Originality Incremental advance
AI Analysis

This work addresses the labeling bottleneck for climate scientists applying CNNs to complex datasets, though it is incremental as it adapts existing methods to a specific domain.

The paper tackles the challenge of labeling spatio-temporal climate data for CNN applications by proposing an auto-labeling strategy using unsupervised clustering, and demonstrates its effectiveness in re-identifying weather patterns with up to 94% accuracy using thousands of samples per cluster.

Convolutional neural networks (CNNs) can potentially provide powerful tools for classifying and identifying patterns in climate and environmental data. However, because of the inherent complexities of such data, which are often spatio-temporal, chaotic, and non-stationary, the CNN algorithms must be designed/evaluated for each specific dataset and application. Yet to start, CNN, a supervised technique, requires a large labeled dataset. Labeling demands (human) expert time, which combined with the limited number of relevant examples in this area, can discourage using CNNs for new problems. To address these challenges, here we (1) Propose an effective auto-labeling strategy based on using an unsupervised clustering algorithm and evaluating the performance of CNNs in re-identifying these clusters; (2) Use this approach to label thousands of daily large-scale weather patterns over North America in the outputs of a fully-coupled climate model and show the capabilities of CNNs in re-identifying the 4 clustered regimes. The deep CNN trained with $1000$ samples or more per cluster has an accuracy of $90\%$ or better. Accuracy scales monotonically but nonlinearly with the size of the training set, e.g. reaching $94\%$ with $3000$ training samples per cluster. Effects of architecture and hyperparameters on the performance of CNNs are examined and discussed.

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