Papers
Topics
Authors
Recent
Search
2000 character limit reached

Tree-Independence Number in Graph Decompositions

Updated 29 January 2026
  • Tree-independence number is a graph parameter defined via tree decompositions that measures the maximum independent set size within any bag.
  • It refines classical treewidth by focusing on independence instead of bag size and is bounded by both the treewidth and the overall independence number.
  • Algorithmically, it enables efficient solutions for independent set problems in specialized graph classes and underpins approximation schemes in hereditary and minor-closed graphs.

The tree-independence number is a width-type graph parameter defined via tree decompositions, central to recent developments in structural graph theory and algorithmic graph theory, particularly regarding the optimization of independent set-type problems in special graph classes. It measures the sparsity of the largest independent set appearing in any bag of an optimal tree decomposition. The parameter refines the classical notion of treewidth by focusing not on the size but on the independence number of bags. Tree-independence number closely relates to (tw,ω)(\mathrm{tw},\omega)-boundedness, and its study has unified, sharpened, and extended the understanding of decompositional width in a wide spectrum of hereditary graph families.

1. Definition and Basic Properties

Let G=(V,E)G=(V,E) be a finite, simple graph. A tree decomposition of GG is a pair (T,β)(T,\beta) where TT is a tree and β:V(T)2V\beta:V(T)\to 2^V (assigning bags β(x)\beta(x) to tree nodes) such that:

  • xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V.
  • For every edge uvEuv\in E, there exists xV(T)x\in V(T) with G=(V,E)G=(V,E)0.
  • For every G=(V,E)G=(V,E)1, the set G=(V,E)G=(V,E)2 induces a connected subtree of G=(V,E)G=(V,E)3.

For a bag G=(V,E)G=(V,E)4, its (bag-)independence number is G=(V,E)G=(V,E)5, the size of the largest independent set in G=(V,E)G=(V,E)6.

The tree-independence number of G=(V,E)G=(V,E)7, denoted G=(V,E)G=(V,E)8 (also written as G=(V,E)G=(V,E)9 or GG0 in the literature), is defined as

GG1

A graph GG2 is chordal if and only if GG3 (Dallard et al., 2021). In general, GG4, and GG5.

The tree-independence number was introduced independently by Yolov and by Dallard, Milanič, and Štorgel (Dallard et al., 2021, Abrishami et al., 2023). It forms a fundamental link between treewidth and the independence structure of bags. For any graph GG6:

  • GG7 since every bag has size at most GG8.
  • GG9, since the trivial one-bag decomposition yields the global independence number.
  • For every induced minor (T,β)(T,\beta)0 of (T,β)(T,\beta)1, (T,β)(T,\beta)2 (Dallard et al., 2022).
  • Complete bipartite graphs (T,β)(T,\beta)3 satisfy (T,β)(T,\beta)4, demonstrating that (T,β)(T,\beta)5 is not, in general, controlled by clique-number.

Product bounds and their limits: While it is always the case that (T,β)(T,\beta)6 and (T,β)(T,\beta)7, it was shown that in general (T,β)(T,\beta)8 is false: explicit infinite families of graphs achieve arbitrarily large separation between treewidth and the product of tree-independence and tree-chromatic number (Krause et al., 28 Apr 2025).

Ramsey-theoretic bounds: If (T,β)(T,\beta)9, then TT0, with TT1 denoting the classical Ramsey number (Dallard et al., 2021, Dallard et al., 2022).

3. Structural Results and Class-Specific Behavior

Bounded tree-independence in forbidden subgraph/minor settings: For many classes defined by forbidden substructures, the tree-independence number is bounded, which often strictly generalizes bounded treewidth.

  • Induced star exclusion: Excluding TT2 as an induced subgraph (optionally together with certain trees and their line graphs) ensures bounded tree-independence number, and for graphs that are TT3-induced-minor-free and TT4-free, it is at most polylogarithmic in TT5, i.e., TT6 for some TT7 depending on TT8 (Chudnovsky et al., 29 Dec 2025).
  • Polylogarithmic bounds: Even-hole-free graphs, 3PC-free graphs, wall/line-graph-of-wall-free graphs, and classes excluding thetas/pyramids all admit tree decompositions with bags of independence number at most TT9 (Chudnovsky et al., 2024, Chudnovsky et al., 2024, Chudnovsky et al., 24 Jan 2025, Chudnovsky et al., 18 Sep 2025).
  • Line graphs: For β:V(T)2V\beta:V(T)\to 2^V0, the line graph of the complete bipartite, β:V(T)2V\beta:V(T)\to 2^V1; for β:V(T)2V\beta:V(T)\to 2^V2, β:V(T)2V\beta:V(T)\to 2^V3 (Dallard et al., 2024).

Extremal examples: Complete bipartite graphs serve as extremal examples where treewidth and tree-independence number diverge (Dallard et al., 2021, Dallard et al., 2022).

Hereditary and minor-closed behavior: β:V(T)2V\beta:V(T)\to 2^V4 is hereditary, and minor-closed classes often have β:V(T)2V\beta:V(T)\to 2^V5 controlled by excluded minors (Lokshtanov et al., 22 Jan 2026).

(Treewidth, Clique)-boundedness: For hereditary classes, up to polylogarithmic factors, bounded tree-independence number is essentially equivalent to β:V(T)2V\beta:V(T)\to 2^V6-boundedness, i.e., classes where treewidth is polynomially bounded in the clique number (Chudnovsky et al., 16 Oct 2025, Hilaire et al., 19 May 2025).

4. Algorithmic Implications and Decomposition Algorithms

Given a tree decomposition β:V(T)2V\beta:V(T)\to 2^V7 of bag independence number β:V(T)2V\beta:V(T)\to 2^V8:

  • Maximum Weight Independent Set (MWIS): Can be solved in time β:V(T)2V\beta:V(T)\to 2^V9 via dynamic programming over the decomposition (Dallard et al., 2021).
  • (CMSOβ(x)\beta(x)0, β(x)\beta(x)1)-parametrized problems: For problems such as MWIS or feedback vertex set restricted to induced subgraphs of treewidth β(x)\beta(x)2, dynamic programming on a decomposition of bag independence number β(x)\beta(x)3 solves these in β(x)\beta(x)4 time (Lokshtanov et al., 22 Jan 2026).
  • Computation/approximation of β(x)\beta(x)5: An β(x)\beta(x)6-approximation can be computed in β(x)\beta(x)7 time (Dallard et al., 2022). Exact computation is para-NP-hard for β(x)\beta(x)8, and β(x)\beta(x)9-time dependence is essentially tight under Gap-ETH (Dallard et al., 2022).
  • Quasipolynomial and subexponential algorithmic regimes: Classes with xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V0 admit xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V1-time exact algorithms for MWIS and related problems (Lokshtanov et al., 22 Jan 2026, Chudnovsky et al., 24 Jan 2025, Chudnovsky et al., 16 Oct 2025).

5. Connections with Other Decomposition Parameters

5.1. Tree-Chromatic Number

The tree-chromatic number xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V2 is defined as the minimal xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V3 such that xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V4 admits a tree decomposition where every bag is xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V5-colorable. While xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V6 and xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V7 are always at most xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V8, their product does not, in general, bound treewidth (Krause et al., 28 Apr 2025).

5.2. Induced Matching Treewidth

Induced matching treewidth is the maximum size of an induced matching such that some bag contains an endpoint of each edge. It is always the case that xV(T)β(x)=V\bigcup_{x\in V(T)} \beta(x) = V9. For uvEuv\in E0-free graphs, uvEuv\in E1 is polynomially bounded in uvEuv\in E2, with explicit polynomial dependencies following from the Kövári–Sós–Turán theorem (Alon et al., 5 Nov 2025).

5.3. Layered and Fractional Variants

Layered tree-independence number uvEuv\in E3, defined via interleaving a layering with the tree decomposition, is crucial in geometric intersection graphs and separator theory; for example, uvEuv\in E4 for uvEuv\in E5-map graphs, uvEuv\in E6 for spherical disk graphs (Dallard et al., 14 Jun 2025). Classes with bounded uvEuv\in E7 admit subexponential or quasi-polynomial-time algorithms for MWIS and related problems.

6. Techniques for Bounding Tree-Independence Number

  • Balanced separator and central bag methods: Central to the proofs in recent breakthroughs is the construction of small balanced separators (either in size, independence number, or clique-cover number) via recursive decomposition, often extending the techniques used for bounded treewidth but adapted to the independence structure (Abrishami et al., 2023, Chudnovsky et al., 2024, Chudnovsky et al., 2024, Chudnovsky et al., 24 Jan 2025).
  • Domination and strip decompositions: The analysis frequently leverages dominated separators and variants of strip/central-bag or "layered set" technology to control the growth of the parameter under recursion.
  • Fractional separator LPs and independence-containers: To handle polylogarithmic bounds and LP-based rounding for separators (e.g., independence-containers as a generalization of maximal cliques), container-type arguments and sampling strategies are used to control all small-independent sets with a manageable family of bounded-independence subsets (Chudnovsky et al., 16 Oct 2025).
  • Ramsey- and extremal-type bounds: Many upper bounds and tightness arguments use asymmetric Ramsey's theorem or Kövári–Sós–Turán arguments to relate tree-independence to classical extremal quantities (Dallard et al., 2021, Alon et al., 5 Nov 2025).

7. Open Directions and Broader Implications

  • Refinement of bounds: While substantial progress has been made—e.g., polylogarithmic bounds for large structural classes—tightening to uvEuv\in E8 or uvEuv\in E9 remains outstanding for many fundamental classes (even-hole-free graphs, wall/line-graph-of-wall-free classes) (Chudnovsky et al., 2024, Chudnovsky et al., 24 Jan 2025).
  • Algorithmic optimality: Existing FPT-approximation schemes for xV(T)x\in V(T)0 are near-optimal under standard complexity assumptions; further improvements would require breakthroughs in parameterized complexity (Dallard et al., 2022).
  • From bounded tree-independence to xV(T)x\in V(T)1-boundedness: In many settings (forbidden induced subgraphs, particularly xV(T)x\in V(T)2, xV(T)x\in V(T)3, and certain trees/line-graphs), bounded tree-independence is equivalent to xV(T)x\in V(T)4-boundedness (Dallard et al., 2024, Hilaire et al., 19 May 2025).
  • Covering and fractional fragility: The extension of container and degeneracy-based arguments points toward a unified theory underpinning subexponential and approximation algorithms across broad sparse and geometric graph domains (Dallard et al., 14 Jun 2025).

Table: Key Results for Tree-Independence Number in Select Graph Classes

Graph Class / Exclusion Bound on xV(T)x\in V(T)5 Algorithmic Implication
Chordal graphs xV(T)x\in V(T)6 Polynomial MWIS
Even-hole-free xV(T)x\in V(T)7 Quasi-poly MWIS (Chudnovsky et al., 2024)
3PC-free xV(T)x\in V(T)8 Quasi-poly MWIS (Chudnovsky et al., 2024)
xV(T)x\in V(T)9-free G=(V,E)G=(V,E)00 Quasi-poly MWIS (Chudnovsky et al., 24 Jan 2025)
G=(V,E)G=(V,E)01-free + planar G=(V,E)G=(V,E)02-induced-minor G=(V,E)G=(V,E)03 Quasi-poly MWIS (Chudnovsky et al., 29 Dec 2025)
Line graphs G=(V,E)G=(V,E)04 G=(V,E)G=(V,E)05 Poly for fixed G=(V,E)G=(V,E)06 (Dallard et al., 2024)
Complement of line graphs, G=(V,E)G=(V,E)07-free G=(V,E)G=(V,E)08 Poly MWIS (Hilaire et al., 19 May 2025)

Research on the tree-independence number has established it as the central invariant capturing when the complexity for independent set-type problems in hereditary classes is fundamentally controlled by the clique structure rather than arbitrary bag size, yielding new decompositional paradigms, algorithmic meta-theorems, and deep connections to the foundations of structural graph theory.

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 Tree-Independence Number.