Skip to content

Commit 7e21d8c

Browse files
committed
SetONet paper
1 parent ed6ef3f commit 7e21d8c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "SetONet: A Deep Set-based Operator Network for Solving PDEs with permutation invariant variable input sampling"
3+
authors: "Tretiakov, S., Li, X., Kumar, K."
4+
journal:
5+
layout: publication
6+
categories:
7+
- publications
8+
tags:
9+
- journal
10+
- operator-learning
11+
12+
preprint: https://arxiv.org/abs/2505.04738
13+
doi:
14+
---
15+
16+
Neural operators, particularly the Deep Operator Network (DeepONet), have shown promise in learning mappings between function spaces for solving differential equations. However, standard DeepONet requires input functions to be sampled at fixed locations, limiting its applicability in scenarios with variable sensor configurations, missing data, or irregular grids. We introduce the Set Operator Network (SetONet), a novel architecture that integrates Deep Sets principles into the DeepONet framework to address this limitation. The core innovation lies in the SetONet branch network, which processes the input function as an unordered \emph{set} of location-value pairs. This design ensures permutation invariance with respect to the input points, making SetONet inherently robust to variations in the number and locations of sensors. SetONet learns richer, spatially-aware input representations by explicitly processing spatial coordinates and function values. We demonstrate SetONet's effectiveness on several benchmark problems, including derivative/anti-derivative operators, 1D Darcy flow, and 2D elasticity. Results show that SetONet successfully learns operators under variable input sampling conditions where standard DeepONet fails. Furthermore, SetONet is architecturally robust to sensor drop-off; unlike standard DeepONet, which requires methods like interpolation to function with missing data. Notably, SetONet can achieve comparable or improved accuracy over DeepONet on fixed grids, particularly for nonlinear problems, likely due to its enhanced input representation. SetONet provides a flexible and robust extension to the neural operator toolkit, significantly broadening the applicability of operator learning to problems with variable or incomplete input data.
17+
18+
## Cite
19+
20+
21+
### BibLaTeX
22+
23+
```BibLaTeX
24+
```

0 commit comments

Comments
 (0)