Papers for

data privacy teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Scalable data influence estimation improves model predictions and interpretation

Data Attribution at Scale via Influence Matrix Estimation

Abstract: Data attribution seeks to quantify how individual training examples shape a model's predictions and underpins problems including data valuation, machine unlearning, and model interpretability. Despite having a long line of work, computationally scalable methods often struggle to predict the effect of removing training data in neural networks due to their non-convex nature. To overcome this challenge, metagradient-based methods such as MAGIC (Ilyas and Engstrom, 2025) differentiate each prediction through the entire training run and compute its exact influence with respect to the training data, but require a separate run for every prediction. To reduce this cost, we cast budgeted attribution as estimating a large influence matrix from a small number of measurements. We show that the measurements most appropriate for recovering this matrix differ from those best suited for attribution itself. We then present two algorithms, MAGE and SPELL, suited for reconstruction and attribution respectively, that run on existing metagradient machinery at no extra cost. Empirical studies demonstrate strong performance over existing baselines across training scales and measurement budgets.

Mon 14 SeptMachine Learning
The gist
Understanding how each training example affects a machine learning model’s predictions is important but computationally expensive, especially for neural networks. The authors look at this problem and find a way to estimate a big matrix that captures these effects using fewer calculations. They introduce two new methods that work efficiently with existing tools and show better results on different sizes of data and compute budgets. This helps make data attribution more practical for tasks like understanding models or removing training data without retraining.
Open 2609.15044v1

Pimento enforces privacy guarantees for natural language queries

PIMENTO: A Privacy Framework for Querying Text

Abstract: Currently, there are two state-of-the-art, complementary privacy guarantees: contextual integrity (CI) for what may flow, and differential privacy (DP) for what may be inferred. Yet neither maps cleanly onto natural language, leaving existing approaches unable to provide these guarantees for analytics over unstructured text. We address this gap with Pimento, a framework that takes three forms of natural language: text corpus, queries, and privacy policies; and grounds them into a relational database, creating a common substrate on which both guarantees can be enforced formally. With this design, we not only provide end to end privacy guarantees, but also improvement to utility through three key contributions: DP aware Text-to-SQL, which searches for correct queries requiring the least DP noise; CI aware Text-to-SQL, which compiles natural language policies into executable CI rules over the database; and a new privacy definition we call contextual differential privacy, which redefines the traditional DP neighborhood under CI, and yields a tighter smooth sensitivity bound. Across new benchmarks, Pimento selects the best query in 75.3% of cases (upto +45 points over baselines) and achieves zero leakage under correct policy grounding. To our knowledge, Pimento is the first framework to provide formal privacy guarantees for natural language analytics under CI, DP, and their composition.

Sun 13 SeptCryptography and Security
The gist
Handling privacy for queries made on text data is tricky because existing privacy methods don’t fit well with natural language. The authors introduce Pimento, a framework that converts text, queries, and privacy rules into a database format so these privacy rules can be checked and enforced accurately. Pimento combines two major privacy ideas—contextual integrity and differential privacy—making it possible to have stronger privacy protection for text analytics. Their system also improves accuracy by carefully choosing queries that require less noise to maintain privacy.
Open 2609.14745v1

Stochastic gradient methods with clipping and noise converge reliably

Almost Sure Convergence Analysis of Stochastic Gradient Methods with Clipping and Additive Noise

Abstract: Stochastic gradient descent (SGD) with gradient clipping and additive noise has become a standard technique for training machine learning models, particularly in applications requiring robustness or privacy guarantees. However, clipping introduces a bias in stochastic gradients, while additive noise introduces additional variance, making the long-run behaviour of individual optimization trajectories difficult to characterize. In this work, we prove that SGD with clipping and additive Gaussian noise (SGD-CN) converges almost surely (a.s.) under smoothness and uniformly bounded stochastic-gradient noise assumptions, provided the step sizes satisfy some standard decaying conditions. Our analysis extends to momentum variants such as the stochastic heavy ball and Nesterov's accelerated gradient, where we show that careful energy constructions yield similar guarantees. These results provide stronger theoretical foundations for understanding the pathwise behaviour of clipped stochastic gradient methods and suggest that, despite the bias and noise introduced by clipping and perturbation, the algorithm remains stable in both convex and nonconvex regimes.

Thu 10 SeptMachine Learning
The gist
Training machine learning models often uses a method called stochastic gradient descent, where small steps improve the model based on random samples. Adding clipping (cutting off very large steps) and noise can help make training more robust and private but complicates how the learning progresses. The authors show that despite these complications, the method still converges to good solutions under reasonable conditions. They also demonstrate that similar convergence holds for related methods that add momentum, helping us understand the stability of these popular training techniques.
Open 2609.12119v1

Neural network spectra predict privacy risks from membership inference attacks

Predicting Privacy Leakage from Weight Spectral Density

Abstract: Membership inference attacks (MIAs) are widely used to audit the privacy disclosure risk of machine learning models, however current state-of-the-art attacks require training computationally expensive shadow models, making large-scale privacy evaluation impractical. In this work, we investigate whether inexpensive spectral metrics derived from the heavy-tailed self-regularisation framework can serve as proxies for MIA vulnerability. We evaluate several WeightWatcher spectral metrics on image and tabular classification tasks and compare their relationship with MIA privacy leakage against conventional measures of generalisation. Across datasets, stable rank exhibits a strong positive correlation with overall MIA success, while Log alpha-Norm shows a consistent negative correlation with MIA vulnerability at the low false-positive regime. These associations are observed to be stronger than those obtained using the generalisation gap. The results indicate that neural network spectra may contain information about privacy leakage that is not fully captured by conventional measures of overfitting, motivating spectral analysis as a promising direction for scalable privacy auditing.

Thu 10 SeptMachine LearningCryptography and SecurityNeural and Evolutionary Computing
The gist
Machine learning models can unintentionally reveal information about the data they were trained on, a problem measured by special attacks called membership inference attacks (MIAs). These attacks usually need a lot of extra work to test privacy risks. The authors found that by looking at certain patterns (called spectral metrics) in the model’s weights, they can estimate how vulnerable the model is to these privacy attacks without doing expensive tests. This new approach could help people check the privacy of many models more easily and quickly.
Open 2609.11780v1

Differential privacy leaves subgroup risks in synthetic text data

Subgroup Membership Inference Audits of Differentially Private Synthetic Text

Abstract: Synthetic data releases are increasingly proposed in the literature as a means of sharing realistic data replicas in lieu of sensitive private datasets. Even when the worst-case privacy leakage of such releases is bounded by means of differential privacy (DP), in practice a residual risk remains. Membership inference attack (MIA) audits are conducted to empirically quantify this risk. However, existing methods only measure average-case risk for randomly drawn records, which might conceal the risk to vulnerable subgroups. To highlight this issue, we define a subgroup-targeted membership inference game in which the target pool is an explicit parameter, and instantiate it with an audit of 32 proxies under three scenarios with different levels of attacker knowledge, across four datasets, three generators (DP-SGD fine-tuning, API-based prompting, and activation steering), and five privacy budgets. The audit shows that synthetic releases leak subgroup membership and that prior attacks systematically underestimate this leakage. DP is effective at the aggregate level: it substantially reduces average leakage at every budget we test. Three observations temper this picture. First, the remaining leakage is concentrated rather than spread out: under DP, a tenth of the records carries roughly 40% of it. Second, the protection DP delivers in practice is uneven: within its worst-case guarantee, the noise removes more of the measured leakage from random records than from high-risk ones---and a merged-pool audit that scores both record types against shared negatives confirms this at the record level. Third, \emph{which} records leak proves to be a property of the release mechanism rather than of the record alone, so record-level risk cannot be assessed independently of the release.

Wed 9 SeptCryptography and SecurityArtificial Intelligence
The gist
Sharing synthetic data can protect individual privacy, but some groups in the data might still be at risk of being identified. The authors study how well privacy methods actually protect these smaller groups when people try to figure out if specific records were used to create the synthetic data. They find that even when overall privacy looks good, some records leak more information, especially within certain subgroups, and this varies depending on how the synthetic data was made. So, privacy protection is uneven and depends on both the data and the method used to create it.
Open 2609.09848v1

CUNO improves graph model unlearning for large data deletions

CUNO: Curriculum and Preference Optimization for Stable Graph Unlearning under Mass Deletion

Abstract: Graph unlearning removes the influence of designated training data from a trained graph model without retraining from scratch. However, existing methods suffer a sharp drop in model utility under large deletion ratios (mass deletion), a phenomenon we refer to as catastrophic unlearning. We find that a key cause is the uniform treatment of all deleted samples, which is particularly damaging in graph learning: structural dependencies cause different nodes to play vastly different roles in the learned model, yet existing methods apply the same forgetting operation to the entire forget set. Based on this insight, we propose CUNO, a curriculum-based graph unlearning framework that removes the forget set progressively, ordering samples by their estimated unlearning difficulty across multiple stages. CUNO further employs a distribution-level negative preference optimization (NPO) objective at each curriculum stage that steers the model away from its original behavior on the current forget subset while preserving retained performance. Our theoretical analysis shows that the curriculum design is most beneficial when the forget set spans a wide range of unlearning difficulty, a condition naturally satisfied under mass deletion. Comprehensive experiments confirm that CUNO consistently mitigates catastrophic unlearning: at 20% deletion, it retains 74% of the original utility compared to 26-53% for existing methods, and maintains more than half the original utility even at 50% deletion. Our code is publicly available at https://anonymous.4open.science/r/cuno-D4FF.

Tue 8 SeptMachine LearningArtificial Intelligence
The gist
When parts of data need to be removed from a graph-based AI model, simply forgetting them all at once often harms the model’s performance badly. The authors show that treating all deleted data equally misses the fact that some nodes in a graph are more important than others. They introduce CUNO, a step-by-step way to remove data, focusing first on easier-to-forget parts while guiding the model away from old behaviors on deleted data. Tests show this approach keeps the model working much better even when up to half the data is removed.
Open 2609.08244v1