Skip to content

Commit 83bca50

Browse files
Create pinn.md
1 parent 623ef54 commit 83bca50

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

_projects/pinn.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: page
3+
title: "Solving Eigenvalue Equations and Partial Differential Equations (PDEs) in Physics"
4+
description:
5+
img: assets/img/pinn.png
6+
importance: 1
7+
category: work
8+
related_publications: false
9+
---
10+
This is a collaborative project with computer scientists and physicists from Ohio State University, SUNY Bingamton, and University of Massachusetts Lowell. The goal of this project is to train neural network models for solving eigenvalue equations in physics problems (Schrodinger’s equation in quantum mechanics and Maxwell’s equations in optics) using physics-guided learning algorithms. We are also developing neural network architectures and learning algorithms for solving PDEs using limited number of ground-truth simulations. We are exploring ideas from several fields to improve the parameter efficiency, convergence speed, and generalization capabilities of neural networks, especially on out-of-distribution samples. This work has been supported by an NSF EAGER grant we received in 2020.
11+
12+
### Papers:
13+
<div style="display: flex; align-items: flex-start; margin-bottom: 20px;">
14+
<div style="flex: 0 0 auto; margin-right: 20px;">
15+
<img src="/assets/img/pinn.png" alt="Thumbnail" style="max-width: 150px; height: auto;">
16+
</div>
17+
<div style="flex: 1 1 auto;">
18+
<h2 style="margin: 0; font-size: 16px;">Mitigating Propagation Failures in Physics-informed Neural Networks using Retain-Resample-Release (R3) Sampling</h2>
19+
<p style="margin: 0; font-size: 14px; color: #666;">Arka Daw, Jie Bu, Sifan Wang, Paris Perdikaris, Anuj Karpatne</p>
20+
<p style="margin: 0; font-size: 12px; color: #666;">ICML, 2023</p>
21+
<p style="margin: 0; font-size: 12px; color: #007bff;">
22+
<a href="https://proceedings.mlr.press/v202/daw23a/daw23a.pdf">Paper</a> |
23+
<a href="https://github.com/arkadaw9/r3_sampling_icml2023" style="text-decoration: none;">Github</a>
24+
</p>
25+
</div>
26+
</div>

0 commit comments

Comments
 (0)