English

$k$-SUM in the Sparse Regime

Computational Complexity 2023-11-22 v3

Abstract

In the average-case kk-SUM problem, given rr integers chosen uniformly at random from {0,,M1}\{0,\dots,M-1\}, the objective is to find a ``solution'' set of kk numbers that sum to 00 modulo MM. In the dense regime of MrkM \leq r^k, where solutions exist with high probability, the complexity of these problems is well understood. Much less is known in the sparse regime of MrkM\gg r^k, where solutions are unlikely to exist. In this work, we initiate the study of the sparse regime for kk-SUM and its variant kk-XOR, especially their planted versions, where a random solution is planted in a randomly generated instance and has to be recovered. We provide evidence for the hardness of these problems and suggest new applications to cryptography. Complexity. First we study the complexity of these problems in the sparse regime and show: - Conditional Lower Bounds. Assuming established conjectures about the hardness of average-case (non-planted) kk-SUM/kk-XOR when M=rkM = r^k, we provide non-trivial lower bounds on the running time of algorithms for planted kk-SUM when rkMr2kr^k\leq M\leq r^{2k}. - Hardness Amplification. We show that for any MrkM \geq r^k, if an algorithm running in time TT solves planted kk-SUM/kk-XOR with success probability Ω(1/polylog(r))\Omega(1/\text{polylog}(r)), then there is an algorithm running in time O~(T)\tilde{O}(T) that solves it with probability (1o(1))(1-o(1)). - New Reductions and Algorithms. We provide reductions for kk-SUM/kk-XOR from search to decision, as well as worst-case and average-case reductions to the Subset Sum problem from kk-SUM, as well as a new algorithm for average-case kk-XOR at low densities. Cryptography. We show that by additionally assuming mild hardness of kk-XOR, we can construct Public Key Encryption (PKE) from a weaker variant of the Learning Parity with Noise (LPN) problem than was known before.

Keywords

Cite

@article{arxiv.2304.01787,
  title  = {$k$-SUM in the Sparse Regime},
  author = {Shweta Agrawal and Sagnik Saha and Nikolaj I. Schwartzbach and and Akhil Vanukuri and Prashant Nalini Vasudevan},
  journal= {arXiv preprint arXiv:2304.01787},
  year   = {2023}
}
R2 v1 2026-06-28T09:48:59.887Z