CCAIDMLGCOOct 20, 2025

The Parameterized Complexity of Computing the VC-Dimension

arXiv:2510.17451v21 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses fundamental computational bottlenecks in machine learning and theoretical computer science for researchers and practitioners dealing with VC-dimension, though it is incremental in advancing parameterized complexity results.

The paper tackles the computational complexity of computing the VC-dimension, proving that the naive exponential-time algorithm is optimal under the Exponential Time Hypothesis, and develops fixed-parameter algorithms parameterized by maximum degree and dimension, as well as a faster algorithm based on treewidth.

The VC-dimension is a well-studied and fundamental complexity measure of a set system (or hypergraph) that is central to many areas of machine learning. We establish several new results on the complexity of computing the VC-dimension. In particular, given a hypergraph $\mathcal{H}=(\mathcal{V},\mathcal{E})$, we prove that the naive $2^{\mathcal{O}(|\mathcal{V}|)}$-time algorithm is asymptotically tight under the Exponential Time Hypothesis (ETH). We then prove that the problem admits a $1$-additive fixed-parameter approximation algorithm when parameterized by the maximum degree of $\mathcal{H}$ and a fixed-parameter algorithm when parameterized by its dimension, and that these are essentially the only such exploitable structural parameters. Lastly, we consider a generalization of the problem, formulated using graphs, which captures the VC-dimension of both set systems and graphs. We design a $2^{\mathcal{O}(\rm{tw}\cdot \log \rm{tw})}\cdot |V|$-time algorithm for any graph $G=(V,E)$ of treewidth $\rm{tw}$ (which, for a set system, applies to the treewidth of its incidence graph). This is in contrast with closely related problems that require a double-exponential dependency on the treewidth (assuming the ETH).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes