Exponential Mechanism
Frank McSherry, Kunal Talwar
有限セット内のそれぞれの要素に対するアウトプット効用をscoring functionとして定め、εで近似的にスコアが最大化するように要素をアウトプットする。
アウトプットは常に、有限セットの中に含まれる要素となる。(noiseを加える結果がmake senseしない場合に有効)
algorithms for private selection
refs
implementaion notes
addressing the concerns associated with translating arbitrary- or infinite-precision theoretical mechanisms to the reality of floating point or fixed precision
says Christina's base-2 exponential would be a more robust solution for noising, but I think that belongs in its own issue.