研究の目的
研究の背景
差分プライバシー (データがバレないようにする技術) が最近キテるけど、計算が大変だったり、信頼できるサーバーが必要だったりしたんだよね🥺
ローカル差分プライバシー (LDP) なら、サーバーなしでプライバシーを守れる!
重み付きグラフは、色んなデータを表現できるから、めっちゃ便利💕
LDPを使って重み付きグラフを分析する研究は、まだ発展途上らしい!
この研究は、LDPを使って、秘密を守りながら三角数えができるようにしたんだって!
IT業界の課題とニーズ:
図表:
続きは「らくらく論文」アプリで
We propose an algorithm for counting below-threshold triangles in weighted graphs under local weight differential privacy. While prior work focused on unweighted graphs, many real-world networks naturally include edge weights. We study the setting where the graph topology is public known and the privacy of the influence of an individual on the edge weights is protected. This captures realistic scenarios such as road networks and telecommunication networks. Our approach consists of two rounds of communication. In the first round, each node publishes their incident weight information under local weight differential privacy while in the second round, the nodes locally count below-threshold triangles, for which we introduce a biased and unbiased variant. We further propose two different improvements. We present a pre-computation step that reduces the covariance and thereby lowers the expected error. Secondly, we develop an algorithm for computing the smooth-sensitivity, which significantly reduces the running time compared to a straightforward approach. Finally, we provide experimental results that demonstrate the differences between the biased and unbiased variants and the effectiveness of the proposed improvements.