SciML / SciML/NeuralOperators.jl

Laplace Neural Operator

Open
#90 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
41
Forks
15
Avg merge
13h 14m
Merged PRs (30d)
12

Description

What kind of problems is it mostly used for? Please describe.

This method is used for both ODE and PDE solving. Its been shown to have better performance than FNOs and GRU-based RNNs. It can handle non-periodic signals better than the others

Describe the algorithm you’d like
Laplace neural operators use the Pole-Residue method of the Laplace transformation, operating on the input function to produce the target output function. It does so by mapping the function into a high-dimensional Laplace space using learnable Pole and Residue tensors, extracting global features of the input via modes, and returning to the original space through an inverse Laplace operation.

Other implementations to know about

References
Cao, Q., Goswami, S. & Karniadakis, G.E. Laplace neural operator for solving differential equations. Nat Mach Intell 6, 631–640 (2024). https://doi.org/10.1038/s42256-024-00844-4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked original Laplace Neural Operator implementation, the neuraloperator pull request, and the cited paper to understand the pole-residue algorithm and expected inputs and outputs. Then identify the appropriate integration point in NeuralOperators.jl; done means a Julia implementation that supports the described ODE and PDE operator use cases and has project-appropriate validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.