NeFut Logo NeFut
Admin Login

[CS.AI] MA-SBI: Enhancing Simulation-Based Inference Accuracy

Published at: 2026-06-17 22:00 Last updated: 2026-06-20 13:45
#algorithm #Machine Learning #optimization

Abstract

Simulation-based inference (SBI) of latent parameters is often hindered by simulator misspecification, which refers to the mismatch between simulated and real-world observations caused by inherent modeling simplifications. RoPE, the recent state-of-the-art for robust SBI, addresses this through optimal transport between learned representations of real and simulated observations, but it requires ground-truth parameter calibration pairs that are typically unavailable in the very settings where SBI is needed.

What practitioners do have is unstructured side-information such as regime labels, instruction text, and policy bulletins. We propose Misspecification-Aware Simulation-Based Inference (MA-SBI), a calibration-free framework that turns this side-channel into a posterior correction. A learned corrector maps side-channel text to an observation-space shift applied before any pre-trained amortized posterior, requiring no retraining and no parameter ground-truth.

Our main theorem bounds achievable bias reduction by the mutual information between misspecification and side-channel, with a non-vacuous constant that extends to all sub-Gaussian noise via Donsker-Varadhan. On hide-the-calibration benchmarks, MA-SBI with text alone matches the oracle posterior across 10 seeds and two backbones (TOST equivalence), while RoPE given more data does not. The two approaches are complementary: where misspecification is structural and recoverable from parameter pairs, RoPE dominates, as the theory predicts. A stochastic variant improves posterior-predictive log-likelihood on real COVID and OxCGRT epidemiological data, and correctly leaves the posterior unchanged on a well-specified cognitive-science corpus.

Blogger's Review: MA-SBI presents an innovative solution by leveraging side-channel information to address model misspecification issues, showcasing how to effectively enhance simulation-based inference accuracy in the absence of true parameters, with broad application potential. The theoretical backing and practical outcomes of this framework underscore its significance in uncertain modeling environments.

Original Source: https://arxiv.org/abs/2606.16923

[h] Back to Home