Differentially private graph coloring
Michael Xie, Jiayi Wu, Dung Nguyen, Aravind Srinivasan

TL;DR
This paper introduces two novel differentially private algorithms for vertex coloring in graphs, balancing privacy and utility by controlling defectiveness, applicable to various graph classes.
Contribution
It proposes two algorithms for differentially private graph coloring, with theoretical bounds on defectiveness and palette size, extending privacy-preserving graph analysis.
Findings
First algorithm achieves $3\,\epsilon$-differential privacy with $O(\frac{\log n}{\epsilon}+d)$ defectiveness.
Second algorithm guarantees $O(\frac{\log n}{\epsilon})$ defectiveness for all graphs.
Algorithms are applicable to graphs with different structural properties, with theoretical utility bounds.
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…
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
TopicsPrivacy-Preserving Technologies in Data · Data Quality and Management · Advanced Graph Neural Networks
