Research
Here you can find:
My papers can also be found on arXiv, Google Scholar and ORCID.
Most of the code reproducing the results of my articles is available on GitHub.
My PhD thesis, entitled Contributions computationnelles à la statistique Bayésienne, written under the supervision of Christian P. Robert and defended in September 2012, can be found here.
List of papers
Supplementary materials
Supplementary materials for “Inference in generative models using the Wasserstein distance” (with Espen Bernton, Mathieu Gerber, Christian Robert). Corresponds to arXiv v2.
Supplementary materials for “Bayesian model comparison with the Hyvärinen score: computation and consistency” (with Stephane Shao, Jie Ding, Vahid Tarokh). Corresponds to arXiv v1.
Erratum
There is an erratum in the rejoinder of Jacob, P. E., O’Leary, J. and Atchadé, Y. F. (2020), “Unbiased Markov chain Monte Carlo with couplings” published in the Journal of the Royal Statistical Society: Series B in 2020. The error and its fix are describe in this blog post.
There are errors in the numerical results of “Coupling-based convergence assessment of some Gibbs samplers for high-dimensional Bayesian regression with shrinkage priors” paper. The code on GitHub has been fixed.
There was an error in the L-lag coupling article, in the implementation of Langevin Monte Carlo. We didn’t use the correct scaling of the step size with respect to dimension. Explanations and updated code are here. I am grateful to Tamás Papp and Chris Sherlock for pointing this out.
There were errors in the code that produced some of the figures in “Maximal Couplings of the Metropolis-Hastings Algorithm”, as pointed out by Adrien Corenflos (thanks!).
There is an error in the SMC² article. Around Equation (3) , which gives the likelihood estimator obtained by particle filters, we wrongly write that particle filters provide unbiased estimators of \(p(y_t|y_{1:t-1},\theta)\) for all times \(t\). This is not true. Instead, particle filters provide unbiased estimators of the marginal likelihood \(p(y_1,...y_t|\theta)\).
There was a bug in the code of the first two versions of the article “Smoothing with Couplings of Conditional Particle Filters”. The bug was fixed and the latest version on arXiv (v3) contains the updated figures.
There was errors in the numerical results of the Unbiased HMC paper, which resulted in a published erratum at Biometrika. The erratum reads: “The values in the fifth column of Table 1, labelled ‘Rel. ineff.’, should be multiplied by a factor of 3.105691. The penultimate sentence in § 5.3 should consequently be changed to: Our guideline for choosing \(k\) and \(m\) results in a relative inefficiency of 3.26 at an average computational cost of 3518 applications of \(K_{\varepsilon,L,\sigma}\), or approximately 5 minutes of computing time with our implementation. We are grateful to Kai Xu and Hong Ge for pointing out this transcription error.”