Fixed-Parameter Tractability of Zonotope Problems
Posed by Vincent Froese et al. (2025)
§ Problem Statement
Setup
Let . A (centrally symmetric) zonotope in given in generator form is
where and are encoded in binary. Let be the total input bit-length of all rational data (including thresholds).
Consider the following decision problems, parameterized by the ambient dimension .
(1) (-zonotope norm maximization, decision version.) Fix a constant that is not part of the input. Given and a threshold , decide whether
where is the standard norm on (in particular, ).
(2) (Zonotope containment.) Given two zonotopes and (with rational data encoded in binary), decide whether .
Unsolved Problem
Is (1) and/or (2) fixed-parameter tractable with respect to ? Concretely, does there exist an algorithm with running time (for some computable function depending only on ) that solves the corresponding decision problem? If not, can one prove parameterized intractability in (e.g., W[1]-hardness under standard parameterized reductions)?
§ Discussion
§ Significance & Implications
These are basic geometric primitives on zonotopes whose classical complexity changes sharply with the dimension: both problems are NP-hard when is part of the input, yet admit polynomial-time algorithms when is fixed. Determining whether the dependence on can be isolated into an factor (FPT in ) would clarify whether dimension-parameterized algorithms are possible for zonotope subroutines that arise in analyses of one-hidden-layer ReLU networks (norm maximization for Lipschitz-type quantities; (non-)containment for reachability/positivity-type questions) and in other application areas where the ambient dimension can be substantially smaller than the number of generators.
§ Known Partial Results
Froese et al. (2025): Motivating reductions: for one-hidden-layer ReLU networks, computing a Lipschitz constant can be formulated as maximizing an norm over an associated zonotope, and deciding whether a positive output is attainable can be formulated via zonotope (non-)containment.
Froese et al. (2025): Worst-case complexity: both -norm maximization over a zonotope (for fixed constant ) and zonotope containment are NP-hard when the dimension is part of the input.
Froese et al. (2025): Fixed-dimension tractability: for every fixed constant , both problems admit algorithms running in time polynomial in the input encoding length .
Froese et al. (2025): Parameterized status remains open: despite fixed- polynomial-time solvability, it is not known whether either problem is FPT in parameter (time ), nor whether one can show parameterized intractability in (e.g., W[1]-hardness).
§ References
Open Problem: Fixed-Parameter Tractability of Zonotope Problems
Vincent Froese, Moritz Grillo, Christoph Hertrich, Martin Skutella (2025)
Conference on Learning Theory (COLT), PMLR 291
📍 Open-problem note in COLT proceedings.
Open Problem: Fixed-Parameter Tractability of Zonotope Problems (PDF)
Vincent Froese, Moritz Grillo, Christoph Hertrich, Martin Skutella (2025)
Conference on Learning Theory (COLT), PMLR 291
📍 Proceedings PDF.
The zonotope containment problem
Hendrik Kulmburg, Matthias Althoff (2021)
European Journal of Control
📍 Related algorithmic and complexity background for zonotope containment.