Robust Inverse Quadratic Error Decay with Meshing and Beam Search for Random Subset Sum

📅 2026-05-05
📈 Citations: 0
Influential: 0
📄 PDF

career value

236K/year
📝 Abstract
The Subset Sum Problem is a fundamental NP-complete problem in cryptography and combinatorial optimization, with many real-world applications. The Random Subset Sum Problem (RSSP) is a more applicable version of subset sum, where numbers are drawn from some i.i.d input distribution. We present an algorithm that, with probability $1-δ$, constructs the same $O(B/w)$ mesh as Da Cunha et al. (2023), while trimming to $w$ elements throughout and running in $O(w\log w)$ time. Then, we present a novel beam search heuristic running in linearithmic time w.r.t list size $n$ and beam width $w$ using the mesh that gives an expected error of $O\!\left(\frac{B}{nw^2}\right)$ under a standard mean-field assumption with equal standard deviation, demonstrating the practical effectiveness of meshing to achieve error decay. The algorithm is empirically robust to multiple input distributions and can naturally extend to variants with simple changes to the scoring heuristic, establishing a new practical baseline for robust subset sum error decay and $ε$-approximation theory.
Problem

Research questions and friction points this paper is trying to address.

Subset Sum Problem
Random Subset Sum
Error Decay
Robustness
Approximation
Innovation

Methods, ideas, or system contributions that make the work stand out.

meshing
beam search
Random Subset Sum Problem
error decay
ε-approximation
🔎 Similar Papers