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:
+
+ - 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).
+ - 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.
+
+
+ Advantages
+
+ - Reduced Training Complexity: Transfer learning from a less stiff regime avoids the complications associated with training directly in a stiff system, potentially leading to faster convergence and improved accuracy.
+ - Computational Efficiency: Our preliminary results indicate significant speed-ups compared to traditional methods like RK45 and Radau, especially for exploring different initial conditions or force functions within a stiff domain.
+ - Improved Generalizability: The proposed approach aims to address a wider range of stiffness regimes compared to previous PINN methods that might be limited to a specific stiffness type (xxx can be replaced with the specific stiffness type addressed in your previous work).
+
+
+ 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:
+
+ - Extending to Stiff PDEs: Apply the transfer learning approach to tackle stiffness in partial differential equations (PDEs) as demonstrated by Wang et al. [1]. This could encompass problems like the one-dimensional advection-reaction system, a crucial stiff problem in atmospheric modeling [2].
+ - Addressing Diverse Stiffness Types: Explore the effectiveness of the multi-head architecture in handling a broader range of stiffness behaviors compared to the specific type addressed in our previous work.
+
+
+ References
+
+ - 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]
+ - Brasseur, G. P., & Jacob, D. J. (2017). Atmospheric chemistry and global change. Oxford University Press. [reference for advection-reaction system as a stiff problem]
+
+
+
+
@@ -191,7 +228,7 @@ Spectromer
-
+