Short academic biography
I started as a permanent researcher at INRAE Montpellier in 2023. I am an applied mathematician and physicist. My latest research interests focus on statistical models, e.g., Hidden Markov Models, Deep Learning to tackle environmental and climate (change) problems. I also work on practical robust statistics.
I am a Julia enthusiast, and I am working on a few packages (see my GitHub profile.)
I was a postdoctoral researcher at the Centre de Mathématiques Appliquées (CMAP) of the École Polytechnique from September 2020 to 2022. I worked with Emmanuel Gobet on the resilience to climate change of the French nuclear and renewable production system. I was funded by the La chaire Énergies durables (Sustainable Energy chair). I had teaching duties in probability and statistics.
Previously, I was a postdoctoral fellow at the Los Alamos National Laboratory (2017–2020). There, I was part of the Advanced Network Science Initiative (ANSI) team under Marc Vuffray and Michael (Misha) Chertkov supervision.
I did my physics Ph.D. from October 2014 to September 2017 at the Laboratoire Dieudonné, Université Côte d'Azur. My thesis advisor was Julien Barré. You can find my PhD thesis here.
Research projects
Some description of my present and past research projects.
NeuralODE modeling
Work in Progress.
Stochastic Weather Generators
Stochastic Weather Generators (SWG) are statistical models used to learn and emulate the variability (including extremes) of climate spatiotemporal series. I initially started working on this topic in Postdoc having in mind application to risk for nuclear power plants. Indeed nuclear power plants are threatened by climate change: the neighboring rivers could in the next decades become too hot or dry to cool them. Now I also have other plants in mind like apples, grapevine, maize etc. The goal is always the same: estimate the risk associated with extremes and future climate using SWGs.
My first SWG was a multisite precipitations model over France that can reproduce spatial and temporal features, e.g., very long droughts (dry spells). It uses Hidden Markov Models. See the paper Interpretable seasonal multisite hidden Markov model for stochastic rain generation in France. I also participate in a spatial temperature model, see A Spatio-Temporal Weather Generator for the Temperature over France using Gaussian processes.
I worked on an application of these models to generate a dataset of yearly maize yield, see the tutorial and dataset on DataGov.
I developed the package StochasticWeatherGenerator.jl
. There are also related packages SmoothPeriodicStatsModels.jl
, PeriodicHiddenMarkovModels.jl
and ExpectationMaximization.jl
.
Robust Quasi Monte Carlo
The associated paper is now out: Accelerated convergence of error quantiles using robust randomized quasi Monte Carlo methods.
Say you want to estimate a difficult integral (or the expectation of the random variable )
where is uniformly distributed, . One can use Monte Carlo methods to estimate as
In our work, we propose using some variance reduction techniques (Randomized Quasi Monte Carlo) combined with robust mean estimators, e.g., Median of Mean, to obtain "optimal" non-asymptotic confidence intervals for the estimations of .
The tools used in this work are conveniently gathered in two independent Julia packages I developed: RandomizedQuasiMonteCarlo.jl
and RobustMeans.jl
. The former package is now deprecated in favor of the collaborative QuasiMonteCarlo.jl
package, where I mostly contributed to the randomization methods.
Uncertainty Quantification in Power Systems
How does uncertainty propagate through a complex system and affect the outputs (quantities of interest)? In general, for nonlinear processes, no analytical relation between the inputs and outputs can be found and one needs to use Uncertainty Quantification techniques. In this project, the complex system is an electrical network governed by the AC power flow equations, i.e., the Kirchhoff law. In the deterministic case, when there is no source of uncertainty, one can find the optimal (most cost-efficient to operate) solution of the AC power flow equations respecting the safety bounds by solving one nonlinear nonconvex constrained optimization problem: the AC-OPF problem. The generalization to the stochastic case is the goal of this work.
In the stochastic version of AC-OPF, we add to this problem uncertainty. The question becomes: “Can we guarantee a reliable and optimal operation for our electrical network with uncertainty?”. In mathematical terms, we want to solve the stochastic version of a nonlinear, nonconvex large-scale optimization problem with both equality and inequality constraints.