Add union bound draft.
This commit is contained in:
parent
03140e3b8b
commit
509680fcfb
|
@ -1,4 +1,17 @@
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
@unpublished{BGGHS16b,
|
||||||
|
title = {A program logic for union bounds},
|
||||||
|
author = {Barthe, Gilles and
|
||||||
|
Gaboardi, Marco and
|
||||||
|
Gr{\'e}goire, Benjamin and
|
||||||
|
Hsu, Justin and
|
||||||
|
Strub, {P}ierre-{Y}ves},
|
||||||
|
year = 2016,
|
||||||
|
jh = yes,
|
||||||
|
eprint = yes,
|
||||||
|
url = {http://arxiv.org/abs/1602.05681},
|
||||||
|
}
|
||||||
|
|
||||||
@unpublished{BEFFH16,
|
@unpublished{BEFFH16,
|
||||||
title = {Synthesizing probabilistic invariants via {D}oob's decomposition},
|
title = {Synthesizing probabilistic invariants via {D}oob's decomposition},
|
||||||
author = {Barthe, Gilles and
|
author = {Barthe, Gilles and
|
||||||
|
@ -9,6 +22,7 @@
|
||||||
jh = yes,
|
jh = yes,
|
||||||
docs = yes,
|
docs = yes,
|
||||||
}
|
}
|
||||||
|
|
||||||
@unpublished{BGGHS16,
|
@unpublished{BGGHS16,
|
||||||
title = {Proving differential privacy via probabilistic couplings},
|
title = {Proving differential privacy via probabilistic couplings},
|
||||||
author = {Barthe, Gilles and
|
author = {Barthe, Gilles and
|
||||||
|
@ -421,7 +435,7 @@
|
||||||
|
|
||||||
@inproceedings{HR10,
|
@inproceedings{HR10,
|
||||||
title = {A multiplicative weights mechanism for privacy-preserving data analysis},
|
title = {A multiplicative weights mechanism for privacy-preserving data analysis},
|
||||||
author = {Hardt, Moritz and Rothblum, Guy N.},
|
author = {Hardt, Moritz and Rothblum, Guy N},
|
||||||
url = {http://www.mit.edu/~rothblum/papers/pmw.pdf},
|
url = {http://www.mit.edu/~rothblum/papers/pmw.pdf},
|
||||||
booktitle = focs10,
|
booktitle = focs10,
|
||||||
pages = {61--70},
|
pages = {61--70},
|
||||||
|
@ -2148,7 +2162,7 @@ year = {2014}
|
||||||
}
|
}
|
||||||
|
|
||||||
@article{alea,
|
@article{alea,
|
||||||
title = {Proofs of randomized algorithms in Coq},
|
title = {Proofs of randomized algorithms in {C}oq},
|
||||||
author = {Audebaud, Philippe and Paulin-Mohring, Christine},
|
author = {Audebaud, Philippe and Paulin-Mohring, Christine},
|
||||||
journal = {Science of Computer Programming},
|
journal = {Science of Computer Programming},
|
||||||
volume = {74},
|
volume = {74},
|
||||||
|
@ -2950,7 +2964,7 @@ year = {2011}
|
||||||
booktitle = cav13,
|
booktitle = cav13,
|
||||||
pages = {511--526},
|
pages = {511--526},
|
||||||
year = {2013},
|
year = {2013},
|
||||||
organization = springer
|
url = {https://www.cs.colorado.edu/~srirams/papers/cav2013-martingales.pdf}
|
||||||
}
|
}
|
||||||
|
|
||||||
@inproceedings{FerrerHermanns15,
|
@inproceedings{FerrerHermanns15,
|
||||||
|
@ -2960,6 +2974,7 @@ year = {2011}
|
||||||
booktitle = popl15,
|
booktitle = popl15,
|
||||||
pages = {489--501},
|
pages = {489--501},
|
||||||
year = {2015},
|
year = {2015},
|
||||||
|
url = {http://www.ae-info.org/attach/User/Hermanns_Holger/Publications/FH-POPL15.pdf},
|
||||||
organization = {ACM}
|
organization = {ACM}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3619,3 +3634,29 @@ language={English}
|
||||||
Pages = {101--114},
|
Pages = {101--114},
|
||||||
Title = {Semantics of probabilistic programs},
|
Title = {Semantics of probabilistic programs},
|
||||||
Year = {1979}}
|
Year = {1979}}
|
||||||
|
|
||||||
|
@InProceedings{ChakarovS14,
|
||||||
|
author = {Aleksandar Chakarov and Sriram Sankaranarayanan},
|
||||||
|
title = {Expectation Invariants as Fixed Points of Probabilistic Programs},
|
||||||
|
year = {2014},
|
||||||
|
pages = {85--100},
|
||||||
|
publisher = {Springer-Verlag},
|
||||||
|
booktitle = sas14,
|
||||||
|
series = {Lecture Notes in Computer Science},
|
||||||
|
volume = {8723},
|
||||||
|
url = {https://www.cs.colorado.edu/~srirams/papers/sas14-expectations.pdf}
|
||||||
|
}
|
||||||
|
|
||||||
|
@inproceedings{CousotM12,
|
||||||
|
author = {Patrick Cousot and
|
||||||
|
Michael Monerau},
|
||||||
|
editor = {Helmut Seidl},
|
||||||
|
title = {Probabilistic Abstract Interpretation},
|
||||||
|
booktitle = esop12,
|
||||||
|
series = {Lecture Notes in Computer Science},
|
||||||
|
volume = {7211},
|
||||||
|
pages = {169--193},
|
||||||
|
publisher = {Springer},
|
||||||
|
year = {2012},
|
||||||
|
url = {http://www.di.ens.fr/~cousot/publications.www/Cousot-Monerau-ESOP2012-extended.pdf}
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
+ **01/2016** Our preprint **Do prices coordinate markets?** has been accepted
|
+ **02/2016** Our preprint **A program logic for union bounds** is now available
|
||||||
to **STOC 2016**!
|
on `arXiv`.
|
||||||
|
+ **01/2016** Our paper **Do prices coordinate markets?** has been accepted to
|
||||||
|
**STOC 2016**!
|
||||||
+ **01/2016** Our preprint **Synthesizing probabilistic invariants via Doob's
|
+ **01/2016** Our preprint **Synthesizing probabilistic invariants via Doob's
|
||||||
decomposition** is now available.
|
decomposition** is now available.
|
||||||
+ **01/2016** Our preprint **Proving differential privacy via probabilistic
|
+ **01/2016** Our preprint **Proving differential privacy via probabilistic
|
||||||
|
@ -12,9 +14,3 @@
|
||||||
2016**.
|
2016**.
|
||||||
+ **11/2015** Our preprint **Do prices coordinate markets?** is now available on
|
+ **11/2015** Our preprint **Do prices coordinate markets?** is now available on
|
||||||
`arXiv`.
|
`arXiv`.
|
||||||
+ **09/2015** Our preprint **Relational reasoning via probabilistic coupling**
|
|
||||||
is now available on `arXiv`.
|
|
||||||
+ **09/2015** Our paper **Jointly private convex programming** has been accepted
|
|
||||||
to **SODA 2016**!
|
|
||||||
+ **09/2015** Our paper **Relational reasoning via probabilistic coupling** has
|
|
||||||
been accepted to **LPAR 2015**!
|
|
||||||
|
|
Loading…
Reference in New Issue