Low-Rank Evolutionary Deep Neural Networks via Adaptive Tangent-Space Reduction

· Source: stat.ML updates on arXiv.org · Field: Science & Research — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences, Engineering & Applied Sciences · Depth: Expert, extended

Summary

The Low-Rank Evolutionary Deep Neural Network (LR-EDNN) is a novel framework designed to accelerate numerical solvers for time-dependent partial differential equations (PDEs). It achieves this by constraining the evolution of network parameters to a low-rank subspace, significantly reducing the effective dimensionality of training while maintaining solution accuracy. This method defines the low-rank tangent subspace layer-wise using the singular value decomposition (SVD) of the current network weights, then solves for updates via a well-posed linear system within this reduced subspace. Evaluated on representative PDE problems, including the Porous Medium, Allen–Cahn, and Burgers' equations, LR-EDNN consistently achieves comparable accuracy to full EDNN baselines with substantially fewer trainable parameters and reduced computational cost. For instance, a PME model with 392 parameters showed speedups at ranks like r=5, while maintaining accuracy. This approach offers a practical path toward scalable and efficient scientific machine learning for PDEs.

Key takeaway

For Machine Learning Engineers developing scientific machine learning solutions for time-dependent PDEs, you should consider implementing Low-Rank Evolutionary Deep Neural Networks (LR-EDNN). This approach allows you to achieve substantial computational speedups and reduced parameter counts compared to full EDNNs, particularly for large-scale simulations. Carefully select the rank to balance efficiency with the preservation of critical physical features like energy dissipation and vorticity, ensuring your models remain accurate and stable.

Key insights

Constraining neural network parameter evolution to low-rank subspaces significantly boosts PDE solver efficiency without losing accuracy.

Principles

Method

Define layer-wise low-rank velocity constraints using SVD of current weights, then solve a reduced linear least-squares system for parameter updates.

In practice

Topics

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.