Skip to content

Laplace Neural Operator #90

@aaprasad

Description

@aaprasad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions