MLLGCOMEJun 8, 2021

Conditional Deep Inverse Rosenblatt Transports

arXiv:2106.04170v223 citations
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks in Bayesian inference for real-time applications like scientific computing, though it appears incremental as an enhancement to existing transport map methods.

The authors tackled the computational burden of Bayesian inference in real-time applications by developing an offline-online method that learns joint parameter-observation distributions in tensor-train format and conditions on new data for fast posterior characterization. They demonstrated efficiency on ODE and PDE tasks, showing improved capability over normalizing flows in high-dimensional problems.

We present a novel offline-online method to mitigate the computational burden of Bayesian inference, particularly in the regime where the posterior densities are computationally demanding to evaluate while real-time inference results are needed. In the offline phase, the proposed method learns the joint law of the parameter random variables and the observable random variables in the tensor-train (TT) format. Then, in the online phase, the resulting order-preserving transport can be conditioned on newly observed data to characterize the posterior random variables in real-time. Compared with the state-of-the-art normalizing flows techniques, our proposed method relies on function approximation, for which we can provide a thorough performance analysis. The function approximation perspective allows us to significantly improve the capability of transport maps in challenging problems with high-dimensional observations and high-dimensional parameters. Capitalizing on this, we present novel heuristics to either reorder or reparametrize the variables to enhance the approximation power of TT. We then integrate the TT-based transport maps and the parameter reordering/reparametrization into a layered composite map to further improve the performance of the resulting inference. We demonstrate the efficiency of the proposed method on various statistical learning tasks involving ordinary differential equations (ODEs) and partial differential equations (PDEs).

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes