← Search

Hendrik Fichtenberger

3 accepted papers

2024

A Differentially Private Clustering Algorithm for Well-Clustered Graphs

ICLR 2024poster

We study differentially private (DP) algorithms for recovering clusters in well-clustered graphs, which are graphs whose vertex set can be partitioned into a small number of sets, each inducing a subgraph of high inner conductance and small outer conductance. Such graphs have widespread application…

Cited by 0SourcePDFScholar
2023

Constant Matters: Fine-grained Error Bound on Differentially Private Continual Observation

ICML 2023poster

We study fine-grained error bounds for differentially private algorithms for counting under continual observation. Our main insight is that the matrix mechanism when using lower-triangular matrices can be used in the continual observation model. More specifically, we give an explicit factorization f…

Cited by 25SourcePDFScholar
2018

A Theory-Based Evaluation of Nearest Neighbor Models Put Into Practice

NeurIPS 2018poster

In the $k$-nearest neighborhood model ($k$-NN), we are given a set of points $P$, and we shall answer queries $q$ by returning the $k$ nearest neighbors of $q$ in $P$ according to some metric. This concept is crucial in many areas of data analysis and data processing, e.g., computer vision, document…