Skip to content

Implement Convolutional Neural Operator (CNO) #122

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Summary

Implement CNO, which uses continuous convolutional layers with upsampling/downsampling to preserve the continuous nature of operators.

Reference

  • Raonic et al., "Convolutional Neural Operators for robust and accurate learning of PDEs," NeurIPS 2023. Paper

Description

CNO preserves the continuous nature of operators even in discretized form. Each layer consists of upsampling (V), convolution (K), and activation (σ), applied in a way that converges to the continuous operator as resolution increases. It also includes Fourier feature processing for inputs. The paper reports significantly better performance than FNO and DeepONet on multi-scale PDE benchmarks.

Key distinction from standard CNNs: CNO is designed so that increasing discretization resolution converges to the continuous operator, rather than just being a finite-dimensional approximation.

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