diff --git a/active_projects.html b/active_projects.html index 6976f8d..69399ed 100644 --- a/active_projects.html +++ b/active_projects.html @@ -121,7 +121,44 @@

Improved Project Proposal Draft: Stiffness Regimes in ODEs with Multi-Head PINNs and Transfer Learning

+

Introduction

+

Ordinary differential equations (ODEs) are ubiquitous in scientific computing, modeling a vast range of phenomena from planetary motion to circuit design. However, solving these equations can be computationally expensive, particularly for stiff systems. Stiffness arises when the solution contains components with vastly different timescales. Capturing the rapid transient phases alongside slower variations becomes a challenge for traditional numerical methods, requiring very small timesteps and significant computational cost.

+

This project proposes a novel approach to tackle stiffness in ODEs using Physics-Informed Neural Networks (PINNs)with a multi-head architecture and transfer learning. PINNs integrate governing equations into neural network structures via automatic differentiation, offering a data-driven alternative to traditional methods. However, encoding solutions in stiff regimes remains challenging due to the difficulty in capturing rapid transients.

+

Proposed Methodology

+

This project extends previous PINN methodologies by leveraging transfer learning. We propose the following approach:

+
    +
  1. Multi-Head Architecture: Train a neural network with multiple "heads," each specializing in capturing solutions for a specific stiffness regime (e.g., non-stiff or moderately stiff).
  2. +
  3. Transfer Learning: Train the multi-head architecture on a non-stiff regime. Subsequently, for a stiff regime, utilize the pre-trained network architecture (weights) and fine-tune it with limited training data from the stiff system. This leverages the network's existing knowledge to learn the solution in the new regime without extensive retraining.
  4. + +
+

Advantages

+ +

Validation and Testing

+

We will evaluate the proposed method on a set of benchmark linear and non-linear ODEs with varying stiffness ratios. The performance will be compared to vanilla PINNs and established numerical methods like RK45 and Radau in terms of accuracy and computational efficiency. Metrics such as average absolute error and execution time will be used for evaluation.

+

Future Work

+

Building upon the success of this project, future research directions include:

+ +

References

+
    +
  1. Wang, Z., Xiao, H., & Sun, J. (2023). Physics-informed neural networks for stiff partial differential equations with transfer learning. Journal of Computational Physics, 482, 108522. [reference for transfer learning approach in PDEs]
  2. +
  3. Brasseur, G. P., & Jacob, D. J. (2017). Atmospheric chemistry and global change. Oxford University Press. [reference for advection-reaction system as a stiff problem]
  4. + +
+ + @@ -191,7 +228,7 @@

Spectromer

- +