← 返回论文检索
ICLR 2025PosterAccept (Poster)

Scalable Mechanistic Neural Networks

Jiale Chen, Dingling Yao, Adeel Pervez, Dan Alistarh, Francesco Locatello

Institute of Science and Technology Austria (ISTA) · ISTA · Institute of Science and Technology Austria · IST Austria

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

We propose Scalable Mechanistic Neural Network (S-MNN), an enhanced neural network framework designed for scientific machine learning applications involving long temporal sequences. By reformulating the original Mechanistic Neural Network (MNN) (Pervez et al., 2024), we reduce the computational time and space complexities from cubic and quadratic with respect to the sequence length, respectively, to linear. This significant improvement enables efficient modeling of long-term dynamics without sacrificing accuracy or interpretability. Extensive experiments demonstrate that S-MNN matches the original MNN in precision while substantially reducing computational resources. Consequently, S-MNN can drop-in replace the original MNN in applications, providing a practical and efficient tool for integrating mechanistic bottlenecks into neural network models of complex dynamical systems. Source code is available at https://github.com/IST-DASLab/ScalableMNN.