SciML / SciML/NeuralOperators.jl
Implement Sequential DeepONet (S-DeepONet)
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 41
- Forks
- 15
- Avg merge
- 13h 14m
- Merged PRs (30d)
- 12
Description
Summary
Implement Sequential DeepONet, which uses recurrent networks (GRU) in the branch to capture temporal dependencies in time-dependent input functions.
Reference
- "Predictions of transient vector solution fields with sequential deep operator network," Acta Mechanica, 2024. DOI: 10.1007/s00707-024-03991-2
Description
Sequential DeepONet replaces the standard feedforward branch network with a Gated Recurrent Unit (GRU) to process time-series input functions. This enables the model to learn operators where the input function has a temporal structure (e.g., time-varying boundary conditions or forcing terms).
Since the existing DeepONet already accepts arbitrary Lux layers for the branch, this may primarily require documentation/examples showing how to use Lux.Recurrence(Lux.GRUCell(...)) as the branch network, plus any necessary adjustments to handle sequence inputs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing DeepONet branch-layer interface and how it handles sequence inputs, then consult the referenced paper and the Lux.Recurrence(Lux.GRUCell(...)) usage. Document or implement the GRU branch path, including any required input-shape adjustments, and demonstrate that a time-dependent example runs as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100