Tensor-Compressed and Fully-Quantized Training of Neural PDE Solvers
Jinming Lu, Jiayi Tian, Yequan Zhao, Hai Li, and Zheng Zhang

TL;DR
This paper introduces a scalable, energy-efficient framework for training physics-informed neural networks on edge devices by combining quantization, tensor decomposition, and specialized hardware acceleration, achieving high accuracy and significant speedups.
Contribution
It presents a novel integrated framework with mixed-precision training, Stein's estimator quantization, and tensor-train decomposition, enabling efficient PDE solving on resource-constrained platforms.
Findings
Achieves comparable or better accuracy than full-precision baselines.
Delivers 5.5x to 83.5x speedups on various PDE problems.
Provides 159.6x to 2324.1x energy savings.
Abstract
Physics-Informed Neural Networks (PINNs) have emerged as a promising paradigm for solving partial differential equations (PDEs) by embedding physical laws into neural network training objectives. However, their deployment on resource-constrained platforms is hindered by substantial computational and memory overhead, primarily stemming from higher-order automatic differentiation, intensive tensor operations, and reliance on full-precision arithmetic. To address these challenges, we present a framework that enables scalable and energy-efficient PINN training on edge devices. This framework integrates fully quantized training, Stein's estimator (SE)-based residual loss computation, and tensor-train (TT) decomposition for weight compression. It contributes three key innovations: (1) a mixed-precision training method that use a square-block MX (SMX) format to eliminate data duplication…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Tensor decomposition and applications · Machine Learning in Materials Science
