paper-with-me

홈 › Papers

ReFill: Reinforcement Learning for Fill-In Minimization

2025-01-27 · Elfarouk Harb, Ho Shan Lam

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.

📄 PDF Abstract BibTeX arXiv:2501.16130

Code (1)

FaroukY/FillInMinimization 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

PreFT: Prefill-only finetuning for efficient inference

2026-05-14 · Andrew Lanpouthakoun, Aryaman Arora, Zhengxuan Wu, Dhruv Pai 외 arxiv

Large language models can now be personalised efficiently at scale using parameter efficient finetuning methods (PEFTs), but serving user-specific PEFTs harms throughput, even with specialised kernels and memory manageme…

Reinforcement Learning

PrefillShare: A Shared Prefill Module for KV Reuse in Multi-LLM Disaggregated Serving

2026-02-12 · Sunghyeon Woo, Hoseung Kim, Sunghwan Shim, Minjung Jo 외 arxiv

Multi-agent systems increasingly orchestrate multiple specialized language models to solve complex real-world problems, often invoking them over a shared context. This execution pattern repeatedly processes the same prom…

Towards Load-Aware Prefill Deflection for Disaggregated LLM Serving

2026-07-02 · Shrikara Arun, Anjaly Parayil, Srikant Bharadwaj, Renee St. Amant 외 arxiv

Disaggregated LLM serving runs prefill and decode on separate GPU pools to keep the two phases from interfering. In practice, this creates a new asymmetry: under bursty, heavy-tailed workloads prefill nodes saturate whil…

Prefill Awareness in Large Language Models

2026-06-10 · Andy Wang, Parv Mahajan, David Demitri Africa, Alexandra Souly 외 arxiv

Safety-relevant studies of language models, including alignment and jailbreaking evaluations and AI control protocols, often rely on prefilling model outputs. If AI models can recognize and act on the fact their prior as…

LAPS: A Length-Aware-Prefill LLM Serving System

2026-01-04 · Jianshu She, Zonghang Li, Hongchao Du, Shangyu Wu 외 arxiv

LAPS identifies and disaggregates requests with different prompt lengths in LLM serving to reduce TTFT latency. While recent systems have decoupled the prefill and decode stages to improve throughput, they still rely on …