huxinchn commited on
Commit
3a563b0
·
verified ·
1 Parent(s): 421c270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -26
README.md CHANGED
@@ -16,19 +16,6 @@ size_categories:
16
  - 1GB<n<10GB
17
  ---
18
 
19
- # PIFNO-LAW: Learned Adaptive Weighting for Physics-Informed Fourier Neural Operators
20
-
21
- Official dataset and documentation for **PIFNO-LAW**, a novel dual-operator framework designed to solve partial differential equations (PDEs) with discontinuous solutions (shocks) under limited-data scenarios. This repository focuses on the open-source **Burgers' Equation** benchmarks.
22
-
23
- ## 📌 Overview
24
-
25
- Physics-informed Fourier neural operators (PIFNO) show great promise for scientific machine learning but frequently struggle with sharp discontinuities. High localized residuals at shock fronts tend to destabilize training. **PIFNO-LAW** overcomes this limitation by introducing an auxiliary Fourier Neural Operator that learns an optimal, dynamic weight field for the physics loss.
26
-
27
- ### Key Innovations
28
-
29
- - **Dual-Operator Design**: An auxiliary FNO, conditioned on the local solution and its derivatives, identifies shocks dynamically.
30
- - **Dual-Penalty Regularization**: A novel objective that maintains a robust penalty in smooth regions while proactively suppressing chaotic residuals at shocks, replacing unstable minimax/adversarial training paradigms.
31
- - **Data Efficiency**: Specifically designed for robust "few-shot" learning where high-fidelity simulation data is sparse.
32
 
33
  ## 📊 Dataset Description
34
 
@@ -48,16 +35,3 @@ This dataset provides comprehensive one-dimensional inviscid Burgers' equation s
48
  - `x`: Spatial grid
49
  - `t`: Temporal grid
50
  - `u`: Scalar solution field
51
-
52
- ## 📖 Citation
53
-
54
- If you use this dataset or the PIFNO-LAW architecture in your research, please cite our study:
55
-
56
- ```bibtex
57
- @article{Hu2026PIFNOLAW,
58
- title={Learned Adaptive Weighting for Physics-Informed Fourier Neural Operators: Solving Discontinuous PDEs based on Limited Data},
59
- author={Hu, Xin and An, Bo and Guan, Yongke and Xu, Liang and Yu, Min and Li, Dong},
60
- journal={Unpublished},
61
- year={2026}
62
- }
63
- ```
 
16
  - 1GB<n<10GB
17
  ---
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## 📊 Dataset Description
21
 
 
35
  - `x`: Spatial grid
36
  - `t`: Temporal grid
37
  - `u`: Scalar solution field