Inverse Quadratic Decay in Random Subset Sum
Edwin Chen, Christof Teuscher

TL;DR
This paper introduces a new algorithm for the Random Subset Sum Problem that achieves efficient mesh construction and error decay, demonstrating practical robustness and establishing a new baseline for approximation.
Contribution
It presents a novel mesh-based algorithm and a beam search heuristic that improve subset sum approximation efficiency and robustness across various input distributions.
Findings
Algorithm constructs the same mesh as previous methods with trimmed elements in O(w log w) time.
Beam search heuristic achieves expected error decay of O(B / (n w^2)) in linearithmic time.
Empirically robust to multiple input distributions and extendable to variants with simple heuristic modifications.
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 , constructs the same mesh as Da Cunha et al. (2023), while trimming to elements throughout and running in time. Then, we present a novel beam search heuristic running in linearithmic time w.r.t list size and beam width using the mesh that gives an expected error of 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
