← Search

Bargav Jayaraman

6 accepted papers

2025

Permissioned LLMs: Enforcing Access Control in Large Language Models

NeurIPS 2025poster

In enterprise settings, organizational data is segregated, siloed and carefully protected by elaborate access control frameworks. These access control structures can completely break down if an LLM fine-tuned on the siloed data serves requests, for downstream tasks, from individuals with disparate a…

Cited by 0SourceScholar
2025

Rethinking the Role of Verbatim Memorization in LLM Privacy

NeurIPS 2025poster

Conventional wisdom in machine learning privacy research states that memorization directly implies a loss of privacy. In contrast, a well-generalized model only remembers distributional patterns and preserves privacy of its training data. In this work, we show that this relationship is much more c…

Cited by 0SourceScholar
2024

Measuring Dejavu Memorization Efficiently

NeurIPS 2024poster

Recent research has shown that representation learning models may accidentally memorize their training data. For example, the déjà vu method shows that for certain representation learning models and training images, it is sometimes possible to correctly predict the foreground label given only the re…

2023

Efficient Privacy-Preserving Stochastic Nonconvex Optimization

UAI 2023poster

While many solutions for privacy-preserving convex empirical risk minimization (ERM) have been developed, privacy-preserving nonconvex ERM remains a challenge. We study nonconvex ERM, which takes the form of minimizing a finite-sum of nonconvex loss functions over a training set. We propose a new di…

Cited by 62SourcePDFScholar
2018

Distributed Learning without Distress: Privacy-Preserving Empirical Risk Minimization

NeurIPS 2018poster

Distributed learning allows a group of independent data owners to collaboratively learn a model over their data sets without exposing their private data. We present a distributed learning approach that combines differential privacy with secure multi-party computation. We explore two popular methods…