《Using machine learning to predict extreme events in complex systems》

论文地址

PNAS: https://www.pnas.org/content/117/1/52
在这里插入图片描述

BibTex

@article {Qi52,
	author = {Qi, Di and Majda, Andrew J.},
	title = {Using machine learning to predict extreme events in complex systems},
	volume = {117},
	number = {1},
	pages = {52--59},
	year = {2020},
	doi = {10.1073/pnas.1917285117},
	publisher = {National Academy of Sciences},
	abstract = {Understanding and predicting extreme events as well as the related anomalous statistics is a grand challenge in complex natural systems. Deep convolutional neural networks provide a useful tool to learn the essential model dynamics directly from data. A deep learning strategy is proposed to predict the extreme events that appear in turbulent dynamical systems. A truncated KdV model displaying distinctive statistics from near-Gaussian to highly skewed distributions is used as the test model. The neural network is trained using data only from the near-Gaussian regime without the occurrence of large extreme values. The optimized network demonstrates uniformly high skill in successfully capturing the solution structures in a wide variety of statistical regimes, including the highly skewed extreme events.Extreme events and the related anomalous statistics are ubiquitously observed in many natural systems, and the development of efficient methods to understand and accurately predict such representative features remains a grand challenge. Here, we investigate the skill of deep learning strategies in the prediction of extreme events in complex turbulent dynamical systems. Deep neural networks have been successfully applied to many imaging processing problems involving big data, and have recently shown potential for the study of dynamical systems. We propose to use a densely connected mixed-scale network model to capture the extreme events appearing in a truncated Korteweg{\textendash}de Vries (tKdV) statistical framework, which creates anomalous skewed distributions consistent with recent laboratory experiments for shallow water waves across an abrupt depth change, where a remarkable statistical phase transition is generated by varying the inverse temperature parameter in the corresponding Gibbs invariant measures. The neural network is trained using data without knowing the explicit model dynamics, and the training data are only drawn from the near-Gaussian regime of the tKdV model solutions without the occurrence of large extreme values. A relative entropy loss function, together with empirical partition functions, is proposed for measuring the accuracy of the network output where the dominant structures in the turbulent field are emphasized. The optimized network is shown to gain uniformly high skill in accurately predicting the solutions in a wide variety of statistical regimes, including highly skewed extreme events. The technique is promising to be further applied to other complicated high-dimensional systems.},
	issn = {0027-8424},
	URL = {https://www.pnas.org/content/117/1/52},
	eprint = {https://www.pnas.org/content/117/1/52.full.pdf},
	journal = {Proceedings of the National Academy of Sciences}
}

主要内容

实验对象

KdV 方程的标准形式:
ut+uux+3ux3=0,x[πL0,πL0]. \frac{\partial u}{\partial t} + u\frac{\partial u}{\partial x} + \frac{\partial^3 u}{\partial x^3} = 0, \quad x \in [-\pi L_0, \pi L_0 ].

KdV 方程可以表示成哈密顿系统:
在这里插入图片描述
哈密顿量是保守量,即不随时间改变:Ht=0H_t = 0,除了它之外,还有动量 MM 和能量 EE 也是保守量.

通常会将KdV方程正则化(无量纲化),使系统的动量为 0, 能量为 1.

将方程无量纲化的好处是对任意尺度的系统都可以统一分析。
在这里插入图片描述
无量纲的KdV方程:
在这里插入图片描述
截断 (truncated) KdV 方程指的是在频域上截断, 因为数值计算时把空间划分成有限个网格点,波长太短的信号是没法表示的
在这里插入图片描述
无量纲化的 tKdV 方程具有如下形式的哈密顿保守量:
在这里插入图片描述
截断系统满足刘维尔性质:平衡态统计力学由保守量决定.

网络结构

来自:《A mixed-scale dense convolutional neural network for image analysis》中的 MS-D network:

在这里插入图片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章