Unsolved

Fixed-Parameter Tractability of Zonotope Problems

Posed by Vincent Froese et al. (2025)

§ Problem Statement

Setup

Let d,mZ>0d,m \in \mathbb{Z}_{>0}. A (centrally symmetric) zonotope in Rd\mathbb{R}^d given in generator form is

Z(c,G):={c+Gλ:λ[1,1]m}={c+i=1mλigi:λi[1,1]},Z(c,G) := \{c+G\lambda : \lambda \in [-1,1]^m\} = \left\{c+\sum_{i=1}^m \lambda_i g_i : \lambda_i \in [-1,1]\right\},

where cQdc \in \mathbb{Q}^d and G=[g1  gm]Qd×mG=[g_1\ \cdots\ g_m] \in \mathbb{Q}^{d\times m} are encoded in binary. Let NN be the total input bit-length of all rational data (including thresholds).

Consider the following decision problems, parameterized by the ambient dimension dd.

(1) (p\ell_p-zonotope norm maximization, decision version.) Fix a constant p[1,]p \in [1,\infty] that is not part of the input. Given (c,G)(c,G) and a threshold TQT\in\mathbb{Q}, decide whether

maxzZ(c,G)zpT,\max_{z\in Z(c,G)} \|z\|_p \ge T,

where p\|\cdot\|_p is the standard p\ell_p norm on Rd\mathbb{R}^d (in particular, z=maxi[d]zi\|z\|_\infty = \max_{i\in[d]} |z_i|).

(2) (Zonotope containment.) Given two zonotopes Z1=Z(c1,G1)RdZ_1=Z(c_1,G_1)\subseteq\mathbb{R}^d and Z2=Z(c2,G2)RdZ_2=Z(c_2,G_2)\subseteq\mathbb{R}^d (with rational data encoded in binary), decide whether Z1Z2Z_1 \subseteq Z_2.

Unsolved Problem

Is (1) and/or (2) fixed-parameter tractable with respect to dd? Concretely, does there exist an algorithm with running time f(d)NO(1)f(d)\cdot N^{O(1)} (for some computable function ff depending only on dd) that solves the corresponding decision problem? If not, can one prove parameterized intractability in dd (e.g., W[1]-hardness under standard parameterized reductions)?

§ Discussion

Loading discussion…

§ Significance & Implications

These are basic geometric primitives on zonotopes whose classical complexity changes sharply with the dimension: both problems are NP-hard when dd is part of the input, yet admit polynomial-time algorithms when dd is fixed. Determining whether the dependence on dd can be isolated into an f(d)f(d) factor (FPT in dd) 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 p\ell_p 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 p\ell_p-norm maximization over a zonotope (for fixed constant pp) and zonotope containment are NP-hard when the dimension dd is part of the input.

  • Froese et al. (2025): Fixed-dimension tractability: for every fixed constant dd, both problems admit algorithms running in time polynomial in the input encoding length NN.

  • Froese et al. (2025): Parameterized status remains open: despite fixed-dd polynomial-time solvability, it is not known whether either problem is FPT in parameter dd (time f(d)NO(1)f(d)\cdot N^{O(1)}), nor whether one can show parameterized intractability in dd (e.g., W[1]-hardness).

§ References

[1]

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.

[2]

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.

[3]

The zonotope containment problem

Hendrik Kulmburg, Matthias Althoff (2021)

European Journal of Control

📍 Related algorithmic and complexity background for zonotope containment.

§ Tags