paper-with-me

홈 › Papers

Metric Embedding Initialization-Based Differentially Private and Explainable Graph Clustering

2025-09-07 · Haochen You, Baojing Liu arxiv

Graph clustering under the framework of differential privacy, which aims to process graph-structured data while protecting individual privacy, has been receiving increasing attention. Despite significant achievements in current research, challenges such as high noise, low efficiency and poor interpretability continue to severely constrain the development of this field. In this paper, we construct a differentially private and interpretable graph clustering approach based on metric embedding initialization. Specifically, we construct an SDP optimization, extract the key set and provide a well-initialized clustering configuration using an HST-based initialization method. Subsequently, we apply an established k-median clustering strategy to derive the cluster results and offer comparative explanations for the query set through differences from the cluster centers. Extensive experiments on public datasets demonstrate that our proposed framework outperforms existing methods in various clustering metrics while strictly ensuring privacy.

📄 PDF Abstract BibTeX arXiv:2509.06214

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Clustering

Similar Papers 제목 키워드 기반

Near-Optimal differentially private low-rank trace regression with guaranteed private initialization

2024-03-24 · Mengyue Zha

We study differentially private (DP) estimation of a rank-$r$ matrix $M \in \RR^{d_1\times d_2}$ under the trace regression model with Gaussian measurement matrices. Theoretically, the sensitivity of non-private spectral…

regressionRiemannian optimizationSensitivity

The role of self-supervised pretraining in differentially private medical image analysis

2026-01-27 · Soroosh Tayebi Arasteh, Mina Farajiamiri, Mahshad Lotfinia, Behrus Hinrichs-Puladi 외 arxiv

Differential privacy (DP) provides formal protection for sensitive data but typically incurs substantial losses in diagnostic performance. Model initialization has emerged as a critical factor in mitigating this degradat…

Self-Supervised Learning

dpUGC: Learn Differentially Private Representation for User Generated Contents

2019-03-25 · Xuan-Son Vu, Son N. Tran, Lili Jiang

This paper firstly proposes a simple yet efficient generalized approach to apply differential privacy to text representation (i.e., word embedding). Based on it, we propose a user-level approach to learn personalized dif…

Differentially Private Federated $k$-Means Clustering with Server-Side Data

2025-06-04 · Jonathan Scott, Christoph H. Lampert, David Saulpic

Clustering is a cornerstone of data analysis that is particularly suited to identifying coherent subgroups or substructures in unlabeled data, as are generated continuously in large amounts these days. However, in many c…

Clustering

When Privacy Hurts Mergeability: Geometry-Aware Model Merging under Differential Privacy

2026-08-27 · Jin Liu, Junkang Liu, Ning Xi, Yinbin Miao 외 arxiv

Model merging promises to construct a single multi-task model from independently fine-tuned task models without accessing the original task data. This makes it attractive when task data cannot be centralized, but release…