paper-with-me

홈 › Papers

Towards practical differentially private causal graph discovery

2020-06-15 · NeurIPS 2020 12 · Lun Wang, Qi Pang, Dawn Song

Causal graph discovery refers to the process of discovering causal relation graphs from purely observational data. Like other statistical data, a causal graph might leak sensitive information about participants in the dataset. In this paper, we present a differentially private causal graph discovery algorithm, Priv-PC, which improves both utility and running time compared to the state-of-the-art. The design of Priv-PC follows a novel paradigm called sieve-and-examine which uses a small amount of privacy budget to filter out "insignificant" queries, and leverages the remaining budget to obtain highly accurate answers for the "significant" queries. We also conducted the first sensitivity analysis for conditional independence tests including conditional Kendall's tau and conditional Spearman's rho. We evaluated Priv-PC on 4 public datasets and compared with the state-of-the-art. The results show that Priv-PC achieves 10.61 to 32.85 times speedup and better utility.

📄 PDF Abstract BibTeX arXiv:2006.08598

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Causal Discovery Under Local Privacy

2023-11-07 · Rūta Binkytė, Carlos Pinzón, Szilvia Lestyán, Kangsoo Jung 외

Differential privacy is a widely adopted framework designed to safeguard the sensitive information of data providers within a data set. It is based on the application of controlled noise at the interface between the serv…

Causal Discovery

Differentially Private Conditional Independence Testing

2023-06-11 · Iden Kalemaj, Shiva Prasad Kasiviswanathan, Aaditya Ramdas

Conditional independence (CI) tests are widely used in statistical data analysis, e.g., they are the building block of many algorithms for causal graph discovery. The goal of a CI test is to accept or reject the null hyp…

CURATE: Scaling-up Differentially Private Causal Graph Discovery

2024-09-27 · Payel Bhattacharjee, Ravi Tandon

Causal Graph Discovery (CGD) is the process of estimating the underlying probabilistic graphical model that represents joint distribution of features of a dataset. CGD-algorithms are broadly classified into two categorie…

Almost linear time differentially private release of synthetic graphs

2024-06-04 · Jingcheng Liu, Jalaj Upadhyay, Zongrui Zou

In this paper, we give an almost linear time and space algorithms to sample from an exponential mechanism with an $\ell_1$-score function defined over an exponentially large non-convex set. As a direct result, on input a…

Differentially Private Range Subgraph Counting

2026-06-06 · Xian Chen, Ruobing Bai, Pan Peng arxiv

Subgraph counting is a fundamental problem in graph analysis. Motivated by practical scenarios where graph analytics are performed on subgraphs induced by selected vertices -- rather than on the entire graph -- and by gr…