Skip to content

Implement Latent Spectral Model (LSM) #121

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Summary

Implement LSM, which encodes input functions into a latent space, constructs an orthogonal spectral basis there, and composes mappings using multiple basis operators.

Reference

  • Wu et al., "Solving High-Dimensional PDEs with Latent Spectral Models," ICML 2023. Paper

Description

LSM uses cross-attention to encode input functions into a latent space, then constructs orthogonal basis functions in that latent space (inspired by classical spectral methods). The operator mapping is decomposed into multiple basis operators, enabling efficient learning for high-dimensional PDEs.

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