Papers for

data security 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.

Dictator functions hold most information under binary noise

Dictators are most informative

Abstract: We prove the Courtade-Kumar conjecture: among all Boolean functions $f\colon \{-1,1\}^n\to\{-1,1\}$, a dictator retains the most information about a uniformly random input observed through independent binary noise.

Mon 21 SeptInformation Theory
The gist
When you take a string of bits (like 0s and 1s) and add random noise to them, you lose some information. The paper shows that if you want to guess a function of those bits that keeps the most information despite noise, you should pick a function that just looks at one bit (called a dictator function). This confirms a long-standing guess, the Courtade-Kumar conjecture. The authors proved this mathematically for all functions with inputs made of bits with values -1 or 1.
Open 2609.24184v1

ECG biometric signals hold identity under exercise and time changes

Learning Cardiac Features: ECG Biometrics Across Time and~Exercise

Abstract: Electrocardiograms (ECGs) carry subject-specific patterns enabling reliable individual discrimination, forming the basis of ECG biometrics. Beyond authentication, this paradigm holds significant potential to secure sensitive cardiac data and to serve as a pretext task in self-supervised learning. Yet, most studies remain confined to singlesession, resting data, leaving robustness to temporal and physiological variations largely untested. We address this gap by evaluating ECG biometrics under realistic conditions involving exercise-induced stress and cross-session variability. A Siamese ResNet with late multi-lead fusion strategy is trained on a large ECG dataset extracted from cardiopulmonary exercise tests and evaluated with a exercise-and time-aware protocol, as well as on public benchmarks. This first extensive assessment of ECG biometrics under combined physiological and temporal variability achieves an intra-session rest-to-peak EER of 1.7% and stateof-the-art 3.9% on the CYBHi dataset. Findings support the presence of an intrinsic cardiac signature resilient to physiological and temporal drift.

Fri 18 SeptArtificial Intelligence
The gist
Your heartbeat signals (ECGs) have unique features that can identify you, like a fingerprint. This paper shows these features remain reliable even if you are exercising or tested at different times. The researchers trained a computer model on a large dataset to recognize these patterns despite changes caused by exercise or time between sessions. Their results showed low error rates, proving ECGs have a stable identity signature over various conditions.
Open 2609.21962v1

Auditing real privacy risks in federated synthetic data sharing

Canaries in the Bank: Auditing User-Level Privacy in Private Evolution

Abstract: Private Evolution (PE) generates high-fidelity synthetic data in federated settings without exposing users' raw data. It aggregates clipped user votes over a shared candidate bank into a differentially private histogram, with noise calibrated to the worst-case user contribution. However, it is unclear whether an adversary can realize this worst-case privacy loss while following the PE protocol. We introduce a protocol-aware empirical audit in which the server commits to a single shared candidate bank and replaces roughly 1% of its entries with probes derived from a known, non-private canary. We evaluate eight attacks, including an unchanged-bank baseline, exact copies, plausible paraphrases, and high-entropy synthetic nonces. Experiments on Yelp and Sentiment140 show that natural-text attacks remain substantially below the theoretical DP bound, while nonce-based attacks yield considerably stronger bounds and come closest to the mechanism's privacy ceiling. These results quantify the gap between formal worst-case privacy and leakage achievable through protocol-valid candidate-bank manipulation.

Fri 11 SeptCryptography and SecurityArtificial IntelligenceMachine Learning
The gist
Sharing data while keeping individual information private is hard. Private Evolution is a method that creates fake data to protect users’ exact details, but it’s unclear if attackers can still figure out real info. The authors tested ways to secretly insert known signals into the fake data to see how much private info leaks. They found natural language attacks leak much less than the worst-case theoretical limits, while some special random data attacks come closer to the privacy risk limit. This helps understand the gap between theoretical privacy guarantees and what can happen in practice when following the method.
Open 2609.13499v1

Ensembling algorithms improve stability against data changes

Algorithmic stability via ensembling

Abstract: Algorithmic stability refers to the property of an algorithm being insensitive to perturbations of the input data, where the type of perturbation may vary depending on the setting. In this work, we develop a general framework to quantify the extent to which any ensembling strategy defined via averaging can yield stability guarantees for any type of data perturbation. Our main theoretical result is a guarantee on the stability of this ensembled algorithm, given in terms of the norm of a certain covariance operator that describes the ensembling process. We show how our general framework yields interpretable and intuitive insights in several examples of perturbations of practical interest, and provides much sharper guarantees than those obtained from privacy considerations.

Wed 9 SeptMachine Learning
The gist
Algorithms sometimes change their outputs a lot if the input data is only a little different, which can be a problem. The authors developed a general way to understand how combining many versions of an algorithm (ensembling) by averaging can make the overall method more stable to any kind of data changes. They provide a mathematical guarantee related to how these combined parts vary together, giving clearer and better limits on stability than previous privacy-based approaches. Their framework also makes it easier to see why ensembling helps in practical situations.
Open 2609.10428v1