Papers for

data privacy engineers

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.

Differential privacy achieves better algorithms using parameter tractability

Differential Privacy Meets Fixed Parameter Tractability: Algorithms and Lower Bounds

Abstract: We study combinatorial optimization problems under the constraint of $ε$-differential privacy ($ε$-DP). Given the strong lower bounds for explicitly outputting solutions, we work within the implicit representation framework of Gupta et al. (SODA 2010), where a private polynomial-time randomized "encoder" generates a representation of a solution, and a "decoder" uses this representation along with the input to extract a valid final solution. In this work, we generalize this framework by allowing the encoder to run in fixed-parameter tractable time. This circumvents approximation barriers inherent to polynomial-time algorithms and obtains improved guarantees for many fundamental combinatorial optimization problems. Finally, we establish the first representation-independent lower bounds for our framework. Assuming a non-uniform variant of the Gap Exponential Time Hypothesis, for sufficiently small $ε> 0$, we prove that no $ε$-DP encoder-decoder pair can achieve certain approximation guarantees, if the decoder runs in subexponential time. We further provide representation-dependent lower bounds that hold even for larger $ε$.

Fri 11 SeptData Structures and AlgorithmsCryptography and Security
The gist
Many optimization problems need to keep data private, but doing this often makes finding good solutions very hard or slow. The authors show how allowing the privacy algorithm to run using a special way that focuses on certain parameters helps find better solutions more efficiently. They also prove limits on how well any such private method can work under reasonable assumptions, even if the method is very powerful. This gives clearer guidance on what is possible when combining privacy and complex problem solving.
Open 2609.12508v1

Distributed method protects privacy while creating synthetic text data

Distributed and Private Textual Data Synthesis from Embeddings

Abstract: We revisit differentially private (DP) text synthesis in the realistic setting of distributed users, where privacy concerns preclude a trusted curator with access to raw user texts. Existing DP text synthesis pipelines are designed for a trusted, centralized curator and often cannot be deployed in distributed settings due to unrealistic trust and access assumptions; when adapted naively, they require repeated, tightly synchronized user participation and incur significant overhead. To address this gap, we propose a DP--cryptography co-design for textual data synthesis that requires no trusted curator and requires only lightweight user participation. Our approach has two optimized components. First, we design a distributed-friendly DP synthesis algorithm that releases a one-time DP summary in an embedding space: it identifies frequent semantic regions and releases their DP centroids, enabling training-free, non-iterative offline text synthesis. We further introduce semantic support protection, which ensures the released summary avoids semantic neighborhoods of infrequent texts, reducing the risk of exposing rare user data. Second, we develop a custom secure protocol that implements this algorithm over distributed user data, enforcing end-to-end DP guarantees without requiring a trusted curator. On four benchmarks, we achieve utility comparable to the state-of-the-art centralized DP synthesis method.

Wed 9 SeptCryptography and Security
The gist
Sharing sensitive text data from many people usually needs a trusted middleman, which can risk privacy. This work designs a new way to create synthetic text data that protects privacy without needing a trusted person to see the original texts. The approach summarizes user data as private text embeddings, then generates new text from them without repeated user involvement. Their method keeps rare user info safe and achieves similar accuracy to older approaches requiring central control.
Open 2609.10104v1