paper-with-me

홈 › Papers

Learning Fast Monomial Orders for Gröbner Basis Computations

2026-02-03 · R. Caleb Bunch, Alperen A. Ergür, Melika Golestani, Jessie Tong, Malia Walewski, Yunus E. Zeytuncu arxiv

The efficiency of Gröbner basis computation, the standard engine for solving systems of polynomial equations, depends on the choice of monomial ordering. Despite a near-continuum of possible monomial orders, most implementations rely on static heuristics such as GrevLex, guided primarily by expert intuition. We address this gap by casting the selection of monomial orderings as a reinforcement learning problem over the space of admissible orderings. Our approach leverages domain-informed reward signals that accurately reflect the computational cost of Gröbner basis computations and admits efficient Monte Carlo estimation. Experiments on benchmark problems from systems biology and computer vision show that the resulting learned policies consistently outperform standard heuristics, yielding substantial reductions in computational cost. Moreover, we find that these policies resist distillation into simple interpretable models, providing empirical evidence that deep reinforcement learning allows the agents to exploit non-linear geometric structure beyond the scope of traditional heuristics.

📄 PDF Abstract BibTeX arXiv:2602.02972

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Gr\"obner Bases of Neural Ideals

2018-04-20

The brain processes information about the environment via neural codes. The neural ideal was introduced recently as an algebraic object that can be used to better understand the combinatorial structure of neural codes. E…

Form

Beyond Grobner Bases: Basis Selection for Minimal Solvers

2018-06-01 · CVPR 2018 6 · Viktor Larsson, Magnus Oskarsson, Kalle Astrom, Alge Wallis 외

Many computer vision applications require robust estimation of the underlying geometry, in terms of camera motion and 3D structure of the scene. These robust methods often rely on running minimal solvers in a RANSAC fram…

Beyond Gröbner Bases: Basis Selection for Minimal Solvers

2018-03-12 · Viktor Larsson, Magnus Oskarsson, Kalle Åström, Alge Wallis 외

Many computer vision applications require robust estimation of the underlying geometry, in terms of camera motion and 3D structure of the scene. These robust methods often rely on running minimal solvers in a RANSAC fram…

Learning to Compute Gröbner Bases

2023-11-21 · Hiroshi Kera, Yuki Ishihara, Yuta Kambe, Tristan Vaccon 외

Solving a polynomial system, or computing an associated Gr\"obner basis, has been a fundamental task in computational algebra. However, it is also known for its notorious doubly exponential time complexity in the number …

Dataset Generation

Online Stability Improvement of Groebner Basis Solvers using Deep Learning

2024-01-17 · Wanting Xu, Lan Hu, Manolis C. Tsakiris, Laurent Kneip

Over the past decade, the Gr\"obner basis theory and automatic solver generation have lead to a large number of solutions to geometric vision problems. In practically all cases, the derived solvers apply a fixed eliminat…

Deep Learning