← Search

Bogdan Kulynych

5 accepted papers

2025

Unifying Re-Identification, Attribute Inference, and Data Reconstruction Risks in Differential Privacy

NeurIPS 2025poster

Differentially private (DP) mechanisms are difficult to interpret and calibrate because existing methods for mapping standard privacy parameters to concrete privacy risks---re-identification, attribute inference, and data reconstruction---are both overly pessimistic and inconsistent. In this work, w…

Cited by 0SourceScholar
2024

Attack-Aware Noise Calibration for Differential Privacy

NeurIPS 2024poster

Differential privacy (DP) is a widely used approach for mitigating privacy risks when training machine learning models on sensitive data. DP mechanisms add noise during training to limit the risk of information leakage. The scale of the added noise is critical, as it determines the trade-off between…

Cited by 6SourcePDFScholar
2024

Prediction without Preclusion: Recourse Verification with Reachable Sets

ICLR 2024spotlight

Machine learning models are often used to decide who receives a loan, a job interview, or a public benefit. Models in such settings use features without considering their *actionability*. As a result, they can assign predictions that are \emph{fixed} -- meaning that individuals who are denied loans…

2024

The Fundamental Limits of Least-Privilege Learning

ICML 2024poster

The promise of least-privilege learning – to find feature representations that are useful for a learning task but prevent inference of any sensitive information unrelated to this task – is highly appealing. However, so far this concept has only been stated informally. It thus remains an open questio…

Cited by 1SourcePDFScholar
2022

What You See is What You Get: Principled Deep Learning via Distributional Generalization

NeurIPS 2022accept

Having similar behavior at training time and test time—what we call a “What You See Is What You Get” (WYSIWYG) property—is desirable in machine learning. Models trained with standard stochastic gradient descent (SGD), however, do not necessarily have this property, as their complex behaviors such as…