ReFill: Reinforcement Learning for Fill-In Minimization
This addresses a core challenge in scientific computing, machine learning, and optimization by providing a more efficient solution for sparse matrix computations, though it is incremental as it builds on existing heuristics with learning-based enhancements.
The paper tackled the problem of fill-in minimization in sparse linear systems, a bottleneck in Gaussian elimination, by introducing ReFill, a reinforcement learning framework with Graph Neural Networks that adaptively predicts elimination orders, outperforming traditional heuristics in reducing fill-in.
Efficiently solving sparse linear systems $Ax=b$, where $A$ is a large, sparse, symmetric positive semi-definite matrix, is a core challenge in scientific computing, machine learning, and optimization. A major bottleneck in Gaussian elimination for these systems is fill-in, the creation of non-zero entries that increase memory and computational cost. Minimizing fill-in is NP-hard, and existing heuristics like Minimum Degree and Nested Dissection offer limited adaptability across diverse problem instances. We introduce \textit{ReFill}, a reinforcement learning framework enhanced by Graph Neural Networks (GNNs) to learn adaptive ordering strategies for fill-in minimization. ReFill trains a GNN-based heuristic to predict efficient elimination orders, outperforming traditional heuristics by dynamically adapting to the structure of input matrices. Experiments demonstrate that ReFill outperforms strong heuristics in reducing fill-in, highlighting the untapped potential of learning-based methods for this well-studied classical problem.