Papers
Topics
Authors
Recent
Search
2000 character limit reached

Subpolynomial Treewidth in Graph Theory

Updated 28 December 2025
  • Subpolynomial treewidth is defined for graph classes where the treewidth grows slower than any polynomial in the number of vertices, distinguishing near-tree structures from highly interconnected ones.
  • Methods like star-forest decompositions, slim pair/barrier arguments, and balanced separators are key to achieving and analyzing these subpolynomial bounds.
  • This structural property leads to significant algorithmic benefits, including efficient MSO property testing and quasi-polynomial solutions for hard problems in restricted graph classes.

Subpolynomial treewidth refers to classes of graphs whose treewidth grows with the number of vertices nn at a rate strictly lower than any polynomial in nn. That is, for such classes, tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)} for every nn-vertex graph GG in the class. Treewidth—an essential parameter in both structural graph theory and algorithmic graph theory—typically distinguishes “tree-like” connectivity from highly entangled, grid-like graphs. Subpolynomial treewidth marks a threshold between classes that remain computationally tractable for hard problems via dynamic programming on tree decompositions, and those that do not.

1. Definitions and Preliminaries

Treewidth tw(G)\operatorname{tw}(G) of a graph GG measures, informally, how close GG is to being a tree; formally, it is the minimum width among all tree decompositions. Bounded treewidth (tw(G)c\operatorname{tw}(G)\le c for fixed cc) is a strong structural constraint, and classes with bounded treewidth admit polynomial-time algorithms for many central NP-complete problems.

A class nn0 is said to have subpolynomial treewidth if nn1 for every nn2 and every nn3, given nn4 (the number of vertices) is sufficiently large (Chudnovsky et al., 21 Dec 2025). Typical regimes of interest include logarithmic, polylogarithmic, and functions of the form nn5.

Classes with subpolynomial treewidth are often defined by excluding certain induced subgraphs, minors, or induced minors; for example, forbidding grid-like structures (e.g., nn6 hexagonal grids), large complete bipartite subgraphs (nn7), or specific path configurations such as “thetas” or “three-path-configurations” (Abrishami et al., 2021, Chudnovsky et al., 21 Dec 2025).

2. Main Theorems: Structural Barriers and Tight Bounds

The foundational result for subpolynomial treewidth in recent research is the theorem of Chudnovsky, Codsi, Fischer, and Lokshtanov:

For every nn8, there exist nn9 and tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}0 such that every tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}1-vertex tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}2-induced-minor-free graph with clique number tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}3 satisfies tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}4 (Chudnovsky et al., 21 Dec 2025).

Consequently, such classes achieve subpolynomial treewidth, and for every fixed tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}5, tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}6 for large enough tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}7.

For more restricted hereditary classes, even stronger results are obtained:

  • For (theta, triangle)-free graphs, tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}8 for an absolute constant tw(G)=no(1)\operatorname{tw}(G) = n^{o(1)}9, and this is optimal (Abrishami et al., 2021).
  • Sparse outerstring graphs with arboricity nn0 attain nn1; nn2-biclique-free outerstring graphs achieve nn3 (An et al., 2024).
  • When the maximum degree is nn4 and planar induced minors and nn5 subgraphs are excluded, treewidth is polylogarithmic in nn6 (Bonnet et al., 2023).

The following table synthesizes principal regimes:

Forbidden Structures/Class Treewidth Bound Cited Result
nn7-free nn8 (Abrishami et al., 2021)
nn9, GG0-induced-minor-free, GG1 GG2 (Chudnovsky et al., 21 Dec 2025)
Outerstring, GG3-biclique-free GG4 (An et al., 2024)
Planar induced minor-free, GG5-free, GG6 GG7 (Bonnet et al., 2023)

3. Methodologies and Proof Techniques

Recent advances leverage an overview of separator theory, sparse graph decompositions, star-forest coverings, and robust “slim pair/barrier” arguments.

A. Star-forest Decomposition:

Graph edge-partitioning into star forests (edge-disjoint collections where each component is a star) is instrumental—especially for GG8-induced-minor-free graphs. Combined with bounded clique number, such partitionings allow a reduction to “dimension” one-parameter arguments via contraction and induction (Chudnovsky et al., 21 Dec 2025, Bonnet et al., 2023).

B. Slim Pair/Barrier Arguments:

A pair GG9 is “tw(G)\operatorname{tw}(G)0-slim” if there are not tw(G)\operatorname{tw}(G)1 disjoint, mutually anticomplete tw(G)\operatorname{tw}(G)2–tw(G)\operatorname{tw}(G)3 paths. The construction of “barriers”—small separator subgraphs that must be traversed by all such paths—helps establish the existence of small separators recursively, giving control over treewidth growth (Chudnovsky et al., 21 Dec 2025).

C. Balanced Separators:

Classic connections (Robertson–Seymour, Harvey–Wood) link the existence of small balanced separators to treewidth bounds. If every weight function admits a separator of subpolynomial size, the global treewidth is likewise subpolynomial.

D. High-Degree Sparsifiers and Expander Embeddings:

Degree-reduction and well-linked set arguments, sometimes realized via the ARV cut-approximation or the Chekuri–Chuzhoy sparsifier, are used to round out the analysis—reducing complex connectivity to tractable pieces of small degree or expansion (Chekuri et al., 2013, Bonnet et al., 2023).

4. Canonical Extremal Examples and Optimality

Tightness of logarithmic or subpolynomial treewidth is validated by explicit constructions:

  • Sintiari–Trotignon’s “layered wheels” yield (theta, triangle)-free graphs with tw(G)\operatorname{tw}(G)4 yet tw(G)\operatorname{tw}(G)5, so tw(G)\operatorname{tw}(G)6, demonstrating the asymptotic optimality of tw(G)\operatorname{tw}(G)7 bounds (Abrishami et al., 2021).
  • For outerstring graphs, matching lower bounds are obtained by constructing families with tw(G)\operatorname{tw}(G)8-controlled arboricity achieving tw(G)\operatorname{tw}(G)9 (An et al., 2024).

These constructions underscore that the logarithmic barrier for treewidth is tight for many hereditary or geometric intersection classes with sufficient forbidden structure.

5. Algorithmic Consequences

Subpolynomial treewidth is both a structural and algorithmic accelerator. Central consequences include:

  • For any class with treewidth GG0, any MSO-definable property is decidable in time GG1, which is polynomial if GG2 (by Courcelle’s theorem and dynamic programming) (Abrishami et al., 2021).
  • In GG3-biclique-free outerstring graphs, polynomial-time algorithms become available for Independent Set, Vertex Cover, Dominating Set, Feedback Vertex Set, and Coloring, leveraging treewidth at most GG4. Exact, parameterized, and approximation algorithms with subexponential complexity become available for broader intersection classes (An et al., 2024).
  • For planar induced minor and GG5-free classes with GG6, such as those described in (Bonnet et al., 2023), polylogarithmic treewidth permits polynomial-time and quasi-polynomial-time algorithms for a host of hard problems.
  • Treewidth-decomposition theorems with parameters GG7—where GG8 is the number of parts and GG9 the treewidth per part—yield improved bounds for Erdős-Pósa-type results and more efficient FPT algorithms for bidimensional parameters (Chekuri et al., 2013).

6. Limitations, Open Problems, and Future Directions

Several boundaries remain in subpolynomial treewidth theory:

  • Role of Clique-Number Hypothesis: For the class of GG0-induced-minor-free graphs, the lack of a uniform subpolynomial treewidth bound without a bounded clique-number assumption is an open issue. The clique-size constraint is needed to avoid blow-up constructions of high treewidth (Chudnovsky et al., 21 Dec 2025).
  • Biclique-Free Constraints: The necessity of forbidding GG1 (or analogous dense bipartite structures) in obtaining treewidth bounds is critical. It is unknown whether similar results hold under strictly weaker conditions (Bonnet et al., 2023).
  • Towards Linear or Polylogarithmic Treewidth: A conjecture posits that planar induced minor exclusion (alone) could imply GG2 for graphs with bounded degree; such a result would dramatically expand the classes where subpolynomial treewidth arises and potentially sharpen current algorithmic applications (Bonnet et al., 2023).
  • Separation Complexity and Algorithmic Width: Whether the current log or polylog exponents can be reduced further, e.g., to GG3 or even GG4 for certain natural classes, is a major open direction.
  • Extension to Other Width Measures: Extending subpolynomial bounds from treewidth to related parameters such as pathwidth or carving-width, including in the directed graph or multi-dimensional paradigms, remains unexplored terrain (Chekuri et al., 2013).

7. Connections to Broader Graph-Structural Theory

Subpolynomial treewidth forms a boundary between “well-structured” sparse graph classes—amenable to dynamic programming and width-based algorithms—and classes exhibiting polynomial or linear treewidth growth, which preclude robust tractability for many classic problems.

Recent research synthesizes forbidden minor theory, separator characterizations, sparse decompositions, and the interplay of geometric and combinatorial obstructions. Foundational developments such as the Grid-Minor Theorem are bypassed in favor of local well-linkedness and expander-based modules, leading to tighter, more algorithmic-friendly width bounds in nontrivial graph classes (Chekuri et al., 2013, Chudnovsky et al., 21 Dec 2025). The hierarchy from bounded, logarithmic, polylogarithmic, to truly subpolynomial treewidth is now central in both the theoretical landscape and in practical algorithm design where structural graph constraints are imposed.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Subpolynomial Treewidth.