A Multi-Branched Radial Basis Network Approach to Predicting Complex Chaotic Behaviours

Aarush Sinha
2024-05-30
Abstract:In this study, we propose a multi branched network approach to predict the dynamics of a physics attractor characterized by intricate and chaotic behavior. We introduce a unique neural network architecture comprised of Radial Basis Function (RBF) layers combined with an attention mechanism designed to effectively capture nonlinear inter-dependencies inherent in the attractor's temporal evolution. Our results demonstrate successful prediction of the attractor's trajectory across 100 predictions made using a real-world dataset of 36,700 time-series observations encompassing approximately 28 minutes of activity. To further illustrate the performance of our proposed technique, we provide comprehensive visualizations depicting the attractor's original and predicted behaviors alongside quantitative measures comparing observed versus estimated outcomes. Overall, this work showcases the potential of advanced machine learning algorithms in elucidating hidden structures in complex physical systems while offering practical applications in various domains requiring accurate short-term forecasting capabilities.
Machine Learning,Computer Vision and Pattern Recognition,Neural and Evolutionary Computing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to predict the dynamics of physical attractors with complex chaotic behaviors. Specifically, the author proposes a Multi - Branced Radial Basis Network (MBRBFN) method, which combines the Radial Basis Function (RBF) layer and the Attention Mechanism to effectively capture the nonlinear dependencies in the time evolution of attractors. Through this method, the author aims to improve the understanding of hidden structures in complex physical systems and provide practical applications in various fields that require accurate short - term prediction capabilities. A real - world data set containing 36,700 time - series observations, which cover approximately 28 minutes of activity, is used in the paper to verify the effectiveness of the proposed model. The experimental results show that the model can successfully predict the trajectories of attractors, and compared with single - sequential networks, the multi - branched network performs better in predicting the randomness and unpredictability of chaotic systems. The key formulas mentioned in the paper include: - **Gaussian RBF**: \[ \varphi(r)=\exp\left(-\frac{r^{2}}{2\sigma^{2}}\right) \] where \(r\) is the distance between the input point and the center point, and \(\sigma\) controls the width of the Gaussian distribution. - **Multiquadratic RBF**: \[ \varphi(r)=\sqrt{r^{2}+\left(\frac{r}{\sigma}\right)^{2}} \] - **Inverse Multiquadratic RBF**: \[ \varphi(r)=\frac{1}{\sqrt{1+\left(\frac{r}{\sigma}\right)^{2}}} \] - **Thin - plate spline RBF**: \[ \varphi(r)=r^{2}\log(r) \] - **Mean Squared Error (MSE) Loss Function**: \[ \text{MSE}(\hat{y}, y)=\frac{1}{N}\sum_{i = 1}^{N}(\hat{y}_{i}-y_{i})^{2} \] where \(\hat{y}\) represents the predicted value, \(y\) represents the actual target value, and \(N\) is the total number of samples. Through these techniques and methods, the paper demonstrates the potential of advanced machine - learning algorithms in revealing hidden structures in complex physical systems, while providing practical applications for accurate short - term prediction in multiple fields.