Skip to main content

Questions tagged [approximate-bayesian-computation]

Approximate Bayesian Computation (ABC) is used in problems when the likelihood function is intractable by producing datasets that are sufficiently similar to the observed dataset

5 votes
1 answer
42 views

ABC (Approximate Bayesian Computation) Sampling, Simulating data from Complex models

In ABC sampling methods, Rejection, MCMC and SMC, when we sample potential parameter values from the prior/proposal, we then use those parameters on our model and simulate data values. This can be ...
AlexS123's user avatar
0 votes
1 answer
52 views

Deriving the results in "The Variational Gaussian Approximation Revisited (Opper and Archambeau, 2009)"

I am trying to derive the results in Opper and Archambeau, 2009. In the paper, they show that the variational free energy is the following (Eq. 3.2) $$ \mathcal{F} = \sum_n \langle -\ln \left[p(y_n|...
ItsKalvik's user avatar
1 vote
0 answers
43 views

Temperature scaling a bayesian neural network?

I am trying to calibrate a Bayesian neural network. I have already approximated the posterior density for its weights. In order to make predictions the Bayesian way, I am taking samples from the ...
Randomdude's user avatar
1 vote
0 answers
37 views

How to mitigate large sample number for multimodal posteriors in Approximate Bayesian Computation-Sequential Monte Carlo (ABC-SMC)?

I want to do Bayesian inference for a model function for which the likelihood cannot be explicitly computed, which is why I turned to Approximate Bayesian Computation (ABC). In particular, I am using ...
lm1909's user avatar
  • 11
1 vote
1 answer
47 views

Model, Likelihood & ABC

I'm struggling to understand what likelihood free means in ABC, since ABC is using a model as simulator to produce $y_{simulated}$. However, to me is not clear the difference between model/simulator ...
Lefty's user avatar
  • 499
1 vote
0 answers
44 views

How to solve for an unkown probability distribution within a hierarchical model?

The Problem Given probability distributions $P(\theta)$ and $P(X)$, and given an inverse function $Y=f^{-1}(X,\theta)$ that returns a unique $Y$. How can one estimate the unkown distribution $P(Y)$ in ...
ellabella's user avatar
1 vote
1 answer
49 views

Rejection ABC: Connection with Rejection Sampling?

I am trying to understand the link between (rejection) ABC and rejection sampling. For example, this paper states: Approximate Bayesian Computation (ABC, Sisson et al., 2018) is centered around the ...
Hermi's user avatar
  • 135
2 votes
1 answer
191 views

ABC model selection from posterior samples

I would like to know if there is a general scheme to do model selection based on the posterior samples from a set of ABC (Approximate Bayesian Computation) runs for a given set of models. Particularly ...
mo_blu's user avatar
  • 23
3 votes
1 answer
58 views

Robustness of Posterior distribution wrt likelihood function

Suppose we have $$ X_1, \ldots, X_n \mid \theta \, \mathop{\sim}^{iid} \, L(\cdot \mid \theta), \quad \theta \sim \pi $$ By Bayes' theorem, the corresponding posterior distribution is $$ \pi_n(\mathrm ...
mariob6's user avatar
  • 550
2 votes
0 answers
33 views

Estimating parameters for a set of related random variables

Suppose I have some random variables $$X_i \sim Dist(\theta_i)$$ for $i = 1, ..., n$ where $Dist$ is some known probability distribution family and $\theta_i$ are some parameters which may vary ...
user1747134's user avatar
1 vote
1 answer
147 views

Choice of approximate posterior in variational inference with positive support

I have a simple probabilistic graphical model: $z \longrightarrow x$ where $z_i \sim Exp\left(\lambda_i\right)$ where subscript $i$ denotes the $i$th dimension and $x|z \sim \mathcal{N}\left(f\left(z\...
isle_of_gods's user avatar
2 votes
1 answer
465 views

ABC, make tolerance threshold $\epsilon$ adaptive

Briefly the Approximate Bayesian Computation instead of using the exact likelihood function $L(\theta;x)$ tries to approximate this function with the use of the observed summary statistics $s(x_{obs})$...
Fiodor1234's user avatar
  • 2,286
0 votes
0 answers
51 views

Difference between Bayesian Information Criteria and Approximate Bayesian Computation as model selection

My question is not very technical and more like a discussion but I will be happy to have a technical input for the comparison b/w BIC and ABC. I am trying to understand and use the best model ...
Usman YousafZai's user avatar
0 votes
0 answers
33 views

Bayesian Coresets

From the paper "Campbell and Broderick (2019), Automated Scalable Bayesian Inference via Hilbert Coresets": We want to create a Bayesian Coreset which is a small weighted subset of our full ...
Fib's user avatar
  • 21
0 votes
0 answers
31 views

Sampling for Approximate Bayesian Computation without Simulation

I am trying to use ABC for a physical black box phenomenon. Both the input space and output space are 3D, and there is a proper distance function for the performance space (CIEL*A*B* ΔE). It is not ...
SorushN's user avatar

15 30 50 per page
1
2 3 4 5 6