Differentially private graph coloring
Abstract
Differential Privacy is the gold standard in privacy-preserving data analysis. This paper addresses the challenge of producing a differentially edge-private vertex coloring. In this paper, we present two novel algorithms to approach this problem. Both algorithms initially randomly colors each vertex from a fixed size palette, then applies the exponential mechanism to locally resample colors for either all or a chosen subset of the vertices. Any non-trivial differentially edge private coloring of graph needs to be defective. A coloring of a graph is k defective if all vertices of the graph share it's assigned color with at most k of its neighbors. This is the metric by which we will measure the utility of our algorithms. Our first algorithm applies to d-inductive graphs. Assume we have a d-inductive graph with n vertices and max degree . We show that our algorithm provides a -differentially private coloring with max defectiveness, given a palette of size Furthermore, we show that this algorithm can generalize to defectiveness, where c is the size of the palette and . Our second algorithm utilizes noisy thresholding to guarantee max defectiveness, given a palette of size , generalizing to all graphs rather than just d-inductive ones.
Cite
@article{arxiv.2602.13460,
title = {Differentially private graph coloring},
author = {Michael Xie and Jiayi Wu and Dung Nguyen and Aravind Srinivasan},
journal= {arXiv preprint arXiv:2602.13460},
year = {2026}
}