Papers
Topics
Authors
Recent
Search
2000 character limit reached

Focused Rank-Width Analysis

Updated 4 July 2026
  • Focused rank-width is a framework that studies graphs through bounded rank-width and stable edge relations, enabling recursive low-rank decompositions.
  • It supports polynomial-time isomorphism testing and dynamic programming by leveraging group-theoretic methods and the Weisfeiler–Leman algorithm.
  • The approach bridges tree-width, path-width, and clique-width, facilitating effective algorithmic techniques and transduction-based structural analysis.

Searching arXiv for the supplied topic and supporting papers. {"query":"rank-width stability graph isomorphism bounded rank-width arXiv", "max_results": 10} “Focused rank-width” is not a standard named graph parameter in the cited literature. The phrase is best understood as an interpretive umbrella for work that takes rank-width as the central structural invariant and, more narrowly, for results that isolate the bounded-rank-width classes that remain tame under additional constraints such as stability. In that narrower sense, the sharpest formulation comes from the equivalence, for graph classes of bounded rank-width, between stable edge relation, stability, monadic stability, and being a first-order transduction of a class with bounded treewidth (Nesetril et al., 2020). More generally, rank-width measures whether a graph can be recursively decomposed by cuts of low binary rank, and bounded rank-width is equivalent, at the level of graph classes, to bounded clique-width (Grohe et al., 2015).

1. Formal framework

For a finite simple graph G=(V,E)G=(V,E) and XVX\subseteq V, the cut-rank function is

ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),

where MX,XˉM_{X,\bar X} is the $0$-$1$ bipartite adjacency matrix between XX and Xˉ=VX\bar X=V\setminus X. This function is symmetric, submodular, and satisfies ρG()=0\rho_G(\emptyset)=0. Rank-width is then defined as the branch-width of ρG\rho_G: one takes a cubic tree whose leaves bijectively represent the vertices, each tree edge induces a bipartition of XVX\subseteq V0, and the width of the decomposition is the maximum cut-rank over all induced cuts; XVX\subseteq V1 is the minimum such width (Grohe et al., 2015).

Linear rank-width replaces the decomposition tree by a path-like layout: for a linear ordering XVX\subseteq V2, its width is XVX\subseteq V3, and XVX\subseteq V4 is the minimum over all such layouts. In the broader width hierarchy, XVX\subseteq V5, bounded tree-width implies bounded rank-width, and bounded rank-width is equivalent to bounded clique-width. The converse to bounded tree-width fails dramatically: the complete graph XVX\subseteq V6 has rank-width XVX\subseteq V7 but tree-width XVX\subseteq V8. Rank-width is also almost invariant under complementation: the rank-width of XVX\subseteq V9 and ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),0 differs by at most ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),1 (Oum, 2016).

2. Stability as a focusing condition

The most explicit “focused” interpretation occurs in the model-theoretic analysis of bounded rank-width. A graph class has a stable edge relation exactly when it excludes some half-graph as a semi-induced subgraph. Within classes of bounded rank-width, this condition is equivalent to stability, equivalent to monadic stability, and equivalent to being a first-order transduction of a class with bounded treewidth. The same paper presents this subclass as “structurally bounded treewidth,” namely bounded rank-width intersected with monadic stability (Nesetril et al., 2020).

This equivalence gives a precise sense in which stability focuses rank-width. Bounded rank-width alone already implies monadic dependence, but not monadic stability: half-graphs have bounded linear rank-width and are unstable. By contrast, once the edge relation is stable, the bounded-rank-width class behaves like a definable image of bounded treewidth. The same framework extends to low rankwidth covers: low rankwidth covers together with stable edge relation are equivalent to being a transduction of a class with bounded expansion, and in particular bounded rank-width plus stable edge relation implies linear ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),2-boundedness (Nesetril et al., 2020).

3. Algorithmic role of bounded rank-width

One algorithmic reading of focused rank-width is that low-rank interfaces support canonical decomposition and dynamic programming. Grohe and Schweitzer proved that for every fixed ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),3, graph isomorphism on graphs of rank-width at most ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),4 is decidable in polynomial time, more precisely by computing a canonical treelike decomposition of the cut-rank function and then combining local isomorphism information through group-theoretic dynamic programming. Because clique-width is bounded by a function of rank-width, the same yields polynomial-time isomorphism testing for every fixed clique-width bound (Grohe et al., 2015).

This structural route was later sharpened by the Weisfeiler–Leman perspective. On graphs of rank-width at most ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),5, the ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),6-dimensional Weisfeiler–Leman algorithm identifies every graph in the class, giving an isomorphism test in time ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),7. The same result yields the first polynomial-time canonisation algorithm for bounded rank-width and implies that fixed-point logic with counting captures polynomial time on every class of graphs of rank-width at most ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),8 (Grohe et al., 2019).

The same low-rank viewpoint extends beyond isomorphism. For CNF formulas, if one forms the signed incidence graph and measures its signed rank-width, then both ρG(X)=rkF2(MX,Xˉ),\rho_G(X)=\operatorname{rk}_{\mathbb{F}_2}(M_{X,\bar X}),9 and Max-SAT admit parameterized polynomial algorithms with running time

MX,XˉM_{X,\bar X}0

where MX,XˉM_{X,\bar X}1 is the signed rank-width of the formula. The dynamic programming state space is indexed by subspaces over MX,XˉM_{X,\bar X}2, reflecting the fact that rank-width controls the linear-algebraic complexity of clause-variable interaction across decomposition cuts (Ganian et al., 2010). This suggests that any focused variant preserving low-rank interfaces should remain compatible with subspace-based dynamic programming.

4. Structural bridges to tree-width, path-width, and minimal layers

Rank-width is not tree-width, but it admits a strong tree-width shadow. Every graph of rank-width MX,XˉM_{X,\bar X}3 is a pivot-minor of a graph of tree-width at most MX,XˉM_{X,\bar X}4, and every graph of linear rank-width MX,XˉM_{X,\bar X}5 is a pivot-minor of a graph of path-width at most MX,XˉM_{X,\bar X}6. In the extremal case MX,XˉM_{X,\bar X}7, graphs of rank-width at most MX,XˉM_{X,\bar X}8 are exactly distance-hereditary graphs, exactly the vertex-minors of trees, while graphs of linear rank-width at most MX,XˉM_{X,\bar X}9 are exactly the vertex-minors of paths; in the bipartite setting these become pivot-minors of trees and paths, respectively (Kwon et al., 2012).

The rank-width-$0$0 stratum is especially revealing. For distance-hereditary graphs, linear rank-width can be computed in time $0$1, together with a witnessing linear layout. The key structural tool is the canonical split decomposition, whose bags are cliques or stars, together with the notion of limbs, which correspond to vertex-minors and support a recursive characterization of linear rank-width similar to the classical characterization of path-width for forests (Adler et al., 2014). This suggests that one productive meaning of focus is restriction to particularly transparent layers of the rank-width hierarchy, where the decomposition anatomy becomes explicit.

These results also clarify a frequent misconception. Bounded rank-width does not mean sparse, and it does not collapse to bounded tree-width; rather, it describes graphs that admit tree-like recursive cuts of low binary rank. The tree-width and path-width host graphs obtained through pivot-minors therefore do not identify rank-width with sparse structure, but show that low-rank cut structure can be encoded inside sparse hosts (Kwon et al., 2012).

5. Obstructions, hardness, and class boundaries

The obstruction theory for linear rank-width is explicit but large. For every fixed $0$2, the forbidden pivot-minors for $0$3-symmetric matrices over a fixed finite field of linear rank-width at most $0$4 have size bounded doubly exponentially in $0$5; as a corollary, forbidden vertex-minors for graphs of linear rank-width at most $0$6 have size at most $0$7. The proof adapts Lagergren’s pseudo-minor order from path-width to the pivot-minor world through boundaried $0$8-labelled graphs and linear $0$9-profiles (Kanté et al., 2014).

From the algorithmic side, bounded rank-width supports fixed-parameter algorithms, but for several classical problems the dependence on the parameter is provably quadratic in the exponent. Assuming ETH, there is no $1$0 algorithm parameterized by linear rank-width for Independent Set, Weighted Dominating Set, Maximum Induced Matching, or Feedback Vertex Set. These lower bounds match the known $1$1 algorithms and show that, for these problems, rank-width-based dynamic programming is already asymptotically tight in its parameter dependence (Bergougnoux et al., 2022).

At the level of graph classes, bounded rank-width is also a genuine restriction. Even-hole-free graphs do not have bounded rank-width in general, and the same remains true even for a class of $1$2diamond, even hole$1$3-free graphs with no clique cutset. This gives a negative answer to the question whether forbidding clique cutsets within even-hole-free graphs suffices to bound rank-width, and it blocks direct application of Courcelle–Makowsky style meta-theorems to that class (Adler et al., 2016).

6. Modern extensions and broader significance

Recent work has pushed the algorithmics of rank-width close to linear time. Given an $1$4-vertex $1$5-edge graph $1$6 and an integer $1$7, one can now, in time

$1$8

either output a rank-decomposition of width at most $1$9 or conclude that XX0. The same algorithm also returns a XX1-expression for clique-width. Its main ingredient is a fully dynamic data structure that maintains a rank-decomposition of width at most XX2 under edge insertions and deletions, under the promise that rank-width never exceeds XX3; the same structure can maintain fixed XX4 properties with the same amortized update time (Korhonen et al., 2024).

A different line of work recasts rank-width categorically. In a prop of open graphs, monoidal width captures rank-width up to a constant factor: for a graph XX5 encoded as a morphism XX6,

XX7

This does not change the graph-theoretic invariant, but it reinterprets rank-width as the minimal peak interface size in a compositional construction, thereby providing an algebraic template for rank-width-like parameters on other kinds of structures (Lavore et al., 2022).

At the opposite extreme from tame focused subclasses, recent deterministic lower-bound constructions show how large rank-width can become. By deriving cut-rank lower bounds from edge expansion, one obtains bounded-degree deterministic graph families with provably maximum rank-width XX8, including explicit expander-based families. In the corresponding graph states, entanglement width equals rank-width, so these families also yield deterministic graph states with entanglement width XX9 that remain constant-depth preparable under all-to-all connectivity (Cam et al., 5 Jun 2026). This suggests a final, broader reading of focused rank-width: the subject is not only about isolating tame subclasses, but also about understanding exactly which structural mechanisms—stability, low-rank interfaces, expansion, or compositionality—govern the full range of rank-width behaviour.

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 Focused Rank-Width.