Fully Dynamic (\Delta+1) Coloring Against Adaptive Adversaries
Soheil Behnezhad, Rajmohan Rajaraman, Omer Wasim

TL;DR
This paper presents a randomized fully dynamic algorithm for $(+1)$ vertex coloring that operates efficiently against adaptive adversaries, breaking the previous $O(n)$ time barrier with high probability.
Contribution
It introduces the first sublinear-time randomized algorithm for maintaining a proper $(+1)$ coloring against adaptive adversaries in fully dynamic graphs.
Findings
Maintains a valid coloring after each update with $\u0304 O(n^{8/9})$ time.
Breaks the linear time barrier for adaptive adversaries in vertex coloring.
Operates with high probability of success.
Abstract
Over the years, there has been extensive work on fully dynamic algorithms for classic graph problems that admit greedy solutions. Examples include vertex coloring, maximal independent set, and maximal matching. For all three problems, there are randomized algorithms that maintain a valid solution after each edge insertion or deletion to the -vertex graph by spending time, provided that the adversary is oblivious. However, none of these algorithms work against adaptive adversaries whose updates may depend on the output of the algorithm. In fact, even breaking the trivial bound of against adaptive adversaries remains open for all three problems. For instance, in the case of vertex coloring, the main challenge is that an adaptive adversary can keep inserting edges between vertices of the same color, necessitating a recoloring of one of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
