The YODO algorithm: An efficient computational framework for sensitivity analysis in Bayesian networks
Rafael Ballester-Ripoll, Manuele Leonelli

TL;DR
The paper introduces YODO, an efficient algorithm combining automatic differentiation and exact inference to perform sensitivity analysis in large Bayesian networks, significantly reducing computational costs.
Contribution
It presents a novel framework that enables fast, scalable sensitivity analysis in massive Bayesian networks using a single inference pass with automatic differentiation.
Findings
Scales to networks with up to 100,000 parameters
Enables one-way and multi-way sensitivity analysis
Demonstrates effectiveness on real-world Bayesian networks
Abstract
Sensitivity analysis measures the influence of a Bayesian network's parameters on a quantity of interest defined by the network, such as the probability of a variable taking a specific value. Various sensitivity measures have been defined to quantify such influence, most commonly some function of the quantity of interest's partial derivative with respect to the network's conditional probabilities. However, computing these measures in large networks with thousands of parameters can become computationally very expensive. We propose an algorithm combining automatic differentiation and exact inference to efficiently calculate the sensitivity measures in a single pass. It first marginalizes the whole network once, using e.g. variable elimination, and then backpropagates this operation to obtain the gradient with respect to all input parameters. Our method can be used for one-way and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Statistical Methods and Bayesian Inference · Forecasting Techniques and Applications
MethodsLib
