论文标题
差异隐私的上下文线性类型
Contextual Linear Types for Differential Privacy
论文作者
论文摘要
对差异私人编程的语言支持既重要又精致。虽然详尽的程序逻辑可以非常表现力,但是使用线性类型的基于类型的系统的方法往往更轻巧,并且可以自动检查和推理,尤其是在具有高阶编程的情况下。由于Fuzz的开创性设计在其原始设计中仅限于$ε$ - 差异隐私,因此已经取得了重大进展,以支持更先进的差异隐私视图,例如($ε$,$δ$) - 差异隐私。但是,证明这些高级隐私变体同时支持高阶编程已被证明是具有挑战性的。我们提出爵士乐,这是一种语言和类型系统,它使用线性类型和潜在上下文效果来支持差异隐私和高阶编程的高级变体。潜在的上下文效果允许延迟对诸如产品,总和和功能等连接剂的效果的支付,从而在分析和消除时的注释负担以及模块化方面产生了优势。我们正式化了爵士乐的核心,通过逻辑关系来证明这是隐私的,并通过从最近的差异隐私文献中得出的许多案例研究来说明其表现力。
Language support for differentially-private programming is both crucial and delicate. While elaborate program logics can be very expressive, type-system based approaches using linear types tend to be more lightweight and amenable to automatic checking and inference, and in particular in the presence of higher-order programming. Since the seminal design of Fuzz, which is restricted to $ε$-differential privacy in its original design, significant progress has been made to support more advancedvariants of differential privacy, like($ε$,$δ$)-differential privacy. However, supporting these advanced privacy variants while also supporting higher-order programming in full has proven to be challenging. We present Jazz, a language and type system which uses linear types and latent contextual effects to support both advanced variants of differential privacy and higher-order programming. Latent contextual effects allow delaying the payment of effects for connectives such as products, sums and functions, yielding advantages in terms of precision of the analysis and annotation burden upon elimination, as well as modularity. We formalize the core of Jazz, prove it sound for privacy via a logical relation for metric preservation, and illustrate its expressive power through a number of case studies drawn from the recent differential privacy literature.