Operator-Learning-Inspired Modeling of Neural Ordinary Differential Equations

Abstract

Neural ordinary differential equations (NODEs), one of the most influential works of the differential equation-based deep learning, are to continuously generalize residual networks and opened a new field. They are currently utilized for various downstream tasks, e.g., image classification, time series classification, image generation, etc. Its key part is how to model the time-derivative of the hidden state, denoted dh(t)/dt. People have habitually used conventional neural network architectures, e.g., fully-connected layers followed by non-linear activations. In this paper, however, we present a neural operator-based method to define the time-derivative term. Neural operators were initially proposed to model the differential operator of partial differential equations (PDEs). Since the time-derivative of NODEs can be understood as a special type of the differential operator, our proposed method, called branched Fourier neural operator (BFNO), makes sense. In our experiments with general downstream tasks, our method significantly outperforms existing methods.

Cite

Text

Cho et al. "Operator-Learning-Inspired Modeling of Neural Ordinary Differential Equations." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I10.29036

Markdown

[Cho et al. "Operator-Learning-Inspired Modeling of Neural Ordinary Differential Equations." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/cho2024aaai-operator/) doi:10.1609/AAAI.V38I10.29036

BibTeX

@inproceedings{cho2024aaai-operator,
  title     = {{Operator-Learning-Inspired Modeling of Neural Ordinary Differential Equations}},
  author    = {Cho, Woojin and Cho, Seunghyeon and Jin, Hyundong and Jeon, Jinsung and Lee, Kookjin and Hong, Sanghyun and Lee, Dongeun and Choi, Jonghyun and Park, Noseong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {11543-11551},
  doi       = {10.1609/AAAI.V38I10.29036},
  url       = {https://mlanthology.org/aaai/2024/cho2024aaai-operator/}
}