math.NAJun 18, 2026

A fast direct solver based neural network for solving PDEs

Authors: Jashwanth Reddy KadaruVaishnavi Gujjula

Organizations: Department of Computer Science & Engineering, International Institute of Information Technology Bangalore (IIIT-B), India · Department of Data Science and Artificial Intelligence, International Institute of Information Technology Bangalore (IIIT-B), India

Abstract

The matrices arising from large scale NN-body problems can be efficiently represented using hierarchical matrices, whose key idea is that the admissible off-diagonal sub-matrices can be well approximated by low-rank matrices across a hierarchy of matrix partitions. HODLR (Hierarchical Off-Diagonal Low-Rank) matrices are a subclass of hierarchical matrices in which all off-diagonal submatrices at every level of a recursive binary partition are low-rank. In this article, we present a neural network that learns the inverse operation of HODLR matrices based on the fast direct solver for HODLR matrices developed by Ambikasaran and Darve (2013). We further extend the architecture to learn nonlinear solution operators associated with PDEs by replacing some of the linear layers with deep sub-networks. We demonstrate the performance of the proposed architecture by performing a comprehensive set of experiments that include (i) solving a linear problem such as the Fredholm integral equation of the second kind, (ii) solving PDEs such as the nonlinear Schrödinger equation, Burgers' equation, and the steady-state Darcy's flow equation, (iii) generalization study across varying parameter values, (iv) comparing the inference time of the proposed network with the run time of a classical numerical solver, and (v) comparing the proposed network with some of the existing neural operator learning networks.

Explore similar work

CardsList
  1. SFO: Learning PDE Operators via Spectral Filtering

    Jan 23, 2026Noam Koren, Rafael Moschopoulos, Kira Radinsky +1Neural Operators