富里埃特征增强的多层残余堆叠网络:一种新的多尺度建模方法,用于物理信息的神经网络
Bo-Ya Hou1, Yu-Long Bai1, Xia-Ting Jing1
1College of Physics and Electronic Engineering, Northwest Normal University, Lanzhou, Gansu 730070, China.
概括
基于物理学的神经网络 (PINNs) 难以处理复杂的方程. 一个新的富里埃特征增强多层残余堆叠网络 (FRES) 提高了多尺度和高频问题的准确性和稳定性.
科学领域:
- 计算物理学的计算物理.
- 对于微分方程的机器学习.
背景情况:
- 基于物理学的神经网络 (PINNs) 显示出解决部分微分方程 (PDEs) 的前景.
- 由于光谱偏差和训练不稳定性,PINNs面临多尺度结构和高频组件的局限性.
- 对于复杂的物理现象,现有的方法往往缺乏稳定性和准确性.
研究的目的:
- 引入一个新的框架,即福里埃特征增强多层残余堆叠网络 (FRES),以克服PINN的局限性.
- 提高复杂的多尺度特征和高频解决方案组件的表示性.
- 在解决PDEs时提高准确性,推断能力和噪声稳定性.
主要方法:
- FRES使用剩余信息来指导频域建模.
- 一个动态的里埃嵌入机制可自适应地产生高频特征.
- 多层残留校正方案和频率增强的残留聚变模块逐渐减少错误,并集成功能.
- 一个可训练的频率矩阵增强了适应性.
主要成果:
- 在基准PDEs (伯格斯,施罗丁格,KdV方程) 上,FRES表现优越.
- 显著优于传统的PINNs和多尺度里埃特征方法 (MFF).
- 展示了增强的准确性,外推能力和噪声强度.
结论:
- FRES提供了一种强大而高效的解决方案,用于模拟由PDE控制的复杂物理场.
- 拟议的框架有效地解决了PINN中的光谱偏差和培训不稳定性.
- 在推进科学机器学习应用方面,FRES显示出巨大的潜力.
相关概念视频
Residuals and Least-Squares Property
9.9K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
9.9K
Properties of Fourier Transform II
943
The Fourier Transform (FT) is an essential mathematical tool in signal processing, transforming a time-domain signal into its frequency-domain representation. This transformation elucidates the relationship between time and frequency domains through several properties, each revealing unique aspects of signal behavior.
The Frequency Shifting property of Fourier Transforms highlights that a shift in the frequency domain corresponds to a phase shift in the time domain. Mathematically, if x(t) has...
The Frequency Shifting property of Fourier Transforms highlights that a shift in the frequency domain corresponds to a phase shift in the time domain. Mathematically, if x(t) has...
943
Fast Fourier Transform
1.2K
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
1.2K
