《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:

在這裏插入圖片描述

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