Beyond Vizing Chains: Improved Recourse in Dynamic Edge Coloring
Yaniv Sadeh, Haim Kaplan
TL;DR
The paper tackles dynamic edge coloring with a fixed palette of size $\Delta+C$, aiming to minimize recourse, the number of edge recolorings per update. It introduces the shift-tree, a tree-encoded collection of shift-based recolorings that extends a partial coloring to a new uncolored edge without using Vizing fans or bicolored-path fans, and shows how to exploit multiple shift paths to guarantee a color extension. For large palettes ($C$ near $\Delta$ with $C/\Delta$ bounded away from $1$) and $\Delta-C = O(n^{1-\delta})$, it proves a tight worst-case recourse bound of $O\left( \frac{\log n}{\log \frac{\Delta+C}{\Delta-C}} \cdot \frac{1}{(C/\Delta) - 1/\phi} \right)$ per update, where $\phi$ is the golden ratio; it also provides a $\Delta$-adaptive result for graphs with low arboricity $\alpha$ when $C \ge (2+\varepsilon)\alpha-1$, achieving $O\left( \frac{1}{\varepsilon} \log n \right)$ recourse. The paper further demonstrates a separation between shift-based and general recoloring approaches and discusses extensions and open questions toward smaller palettes and improved update times.
Abstract
We study the maintenance of a $(Δ+C)$-edge-coloring ($C\ge 1$) in a fully dynamic graph $G$ with maximum degree $Δ$. We focus on minimizing \emph{recourse} which equals the number of recolored edges per edge updates. We present a new technique based on an object which we call a \emph{shift-tree}. This object tracks multiple possible recolorings of $G$ and enables us to maintain a proper coloring with small recourse in polynomial time. We shift colors over a path of edges, but unlike many other algorithms, we do not use \emph{fans} and \emph{alternating bicolored paths}. We combine the shift-tree with additional techniques to obtain an algorithm with a \emph{tight} recourse of $O\big( \frac{\log n}{\log \frac{Δ+C}{Δ-C}}\big)$ for all $C \ge 0.62Δ$ where $Δ-C = O(n^{1-δ})$. Our algorithm is the first deterministic algorithm to establish tight bounds for large palettes, and the first to do so when $Δ-C=o(Δ)$. This result settles the theoretical complexity of the recourse for large palettes. Furthermore, we believe that viewing the possible shifts as a tree can lead to similar tree-based techniques that extend to lower values of $C$, and to improved update times. A second application is to graphs with low arboricity $α$. Previous works [BCPS24, CRV24] achieve $O(ε^{-1}\log n)$ recourse per update with $C\ge (4+ε)α$, and we improve by achieving the same recourse while only requiring $C \ge (2+ε)α- 1$. This result is $Δ$-adaptive, i.e., it uses $Δ_t+C$ colors where $Δ_t$ is the current maximum degree. Trying to understand the limitations of our technique, and shift-based algorithms in general, we show a separation between the recourse achievable by algorithms that only shift colors along a path, and more general algorithms such as ones using the Nibbling Method [BGW21, BCPS24].
