Beating Meet-in-the-Middle for Subset Balancing Problems
Tim Randolph, Karol W\k{e}grzycki

TL;DR
This paper introduces new exact algorithms for Subset Balancing problems that surpass the traditional Meet-in-the-Middle computational barrier, achieving faster worst-case solutions for certain coefficient sets and advancing the state-of-the-art in subset sum algorithms.
Contribution
The authors develop algorithms that break the Meet-in-the-Middle barrier for specific coefficient sets in worst-case scenarios, improving previous average-case results and the best exact algorithms for Equal Subset Sum.
Findings
Algorithms run in time $O(|C|^{(0.5 - psilon)n})$ for certain $C$
First worst-case algorithms to beat the Meet-in-the-Middle barrier for these problems
Significant improvement over previous algorithms for Equal Subset Sum
Abstract
We consider exact algorithms for Subset Balancing, a family of related problems that generalizes Subset Sum, Partition, and Equal Subset Sum. Specifically, given as input an integer vector and a constant-size coefficient set , we seek a nonzero solution vector satisfying . For , and , , we present algorithms that run in time for a constant that depends only on . These are the first algorithms that break the -time ``Meet-in-the-Middle barrier'' for these coefficient sets in the worst case. This improves on the result of Chen, Jin, Randolph and Servedio (SODA 2022), who broke the Meet-in-the-Middle barrier on these coefficient sets in the average-case setting. We…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Limits and Structures in Graph Theory · Point processes and geometric inequalities
