Solving the Closest Vector Problem with respect to l_p Norms
Johannes Bl\"omer, Stefanie Naewe

TL;DR
This paper introduces a deterministic algorithm for solving the closest vector problem across all l_p-norms and polyhedral norms by reducing it to a new lattice membership problem, generalizing previous methods.
Contribution
It presents a novel lattice membership problem and a polynomial-time reduction, enabling deterministic solutions for CVP in all l_p-norms and polyhedral norms.
Findings
Deterministic algorithm for CVP in all l_p-norms (1 < p < ∞)
Deterministic algorithm for CVP in all polyhedral norms
Complexity bounds: p log_2(r)^{O(1)} n^{(5/2+o(1))n} for l_p-norms
Abstract
In this paper, we present a deterministic algorithm for the closest vector problem for all l_p-norms, 1 < p < \infty, and all polyhedral norms, especially for the l_1-norm and the l_{\infty}-norm. We achieve our results by introducing a new lattice problem, the lattice membership problem. We describe a deterministic algorithm for the lattice membership problem, which is a generalization of Lenstra's algorithm for integer programming. We also describe a polynomial time reduction from the closest vector problem to the lattice membership problem. This approach leads to a deterministic algorithm that solves the closest vector problem for all l_p-norms, 1 < p < \infty, in time p log_2 (r)^{O (1)} n^{(5/2+o(1))n} and for all polyhedral norms in time (s log_2 (r))^{O (1)} n^{(2+o(1))n}, where s is the number of constraints defining the polytope and r is an upper bound on the coefficients used…
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
TopicsRough Sets and Fuzzy Logic
