Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning Fill-in Reduction Ordering via Graph Policy Optimization for Sparse Matrices

About

Matrix reordering in large sparse solvers seeks a permutation that minimizes factorization fill-in to reduce memory and computation. Because the minimum fill-in ordering problem is NP-complete and fill-in is implicit in the sparsity pattern, graph-theoretic heuristics are used. Existing reinforcement learning methods either ignore sparsity patterns--missing the global fill-in--or lack local exact fill-in feedback. We propose a graph policy optimization method, modeling fill-ins from global and local views: both the policy and value networks use a multi-hop graph neural backbone to embed global fill-in; the policy further interacts with symbolic factorization over graphs to extract local, step-level fill-ins, and the resulting feedback is aligned with the value network via an adaptive saturation function to improve convergence. On the SuiteSparse Matrix Collection, our method achieves mean reductions of 29.3 in fill-ins and 31.3 in peak memory usage over state-of-the-art baselines.

Ziwei Li, Shuzi Niu, Huiyuan Li, Tao Yuan, Wenjia Wu• 2026

Related benchmarks

TaskDatasetResultRank
Sparse Matrix ReorderingSuiteSparse 2D 3D Problem - S (test)
Fill-in Ratio0.4866
24
Sparse Matrix ReorderingSuiteSparse 2D/3D Problem - L (test)
Fill-in Ratio3.0499
24
Sparse Matrix ReorderingSuiteSparse 2D 3D Problem - XL (test)
Fill-in Ratio3.0067
24
Sparse Matrix ReorderingSuiteSparse 2D/3D Problem - M (test)
Fill-in Ratio2.3053
18
Sparse Matrix ReorderingSuiteSparse Electromagnetics Problem - S (test)
Fill-in Ratio0.763
6
Sparse Matrix ReorderingSuiteSparse Electromagnetics Problem - M (test)
Fill-in Ratio2.6253
6
Sparse Matrix ReorderingSuiteSparse Electromagnetics Problem - L (test)
Fill-in Ratio3.4176
6
Sparse Matrix ReorderingSuiteSparse Electromagnetics Problem - XL (test)
Fill-in Ratio20.9969
6
Sparse Matrix ReorderingSuiteSparse olm500
Fill-in Ratio0.00e+0
2
Sparse Matrix ReorderingSuiteSparse tx2010
Fill-in Ratio3.4145
2
Showing 10 of 14 rows

Other info

Follow for update