Subtopic Deep Dive

Approximate Bayesian Computation
Research Guide

What is Approximate Bayesian Computation?

Approximate Bayesian Computation (ABC) is a class of computational methods that enables Bayesian inference for models with intractable likelihood functions by accepting simulations whose summary statistics are sufficiently close to observed data.

ABC uses sequential Monte Carlo or rejection sampling with summary statistics to approximate posterior distributions (Sunnåker et al., 2013, 658 citations). Key advances include semi-automatic construction of summary statistics (Fearnhead and Prangle, 2012, 577 citations) and adaptive sequential Monte Carlo samplers (Del Moral et al., 2011, 497 citations). Over 500 papers cite these foundational works.

15
Curated Papers
3
Key Challenges

Why It Matters

ABC enables Bayesian analysis in population genetics, epidemiology, and systems biology where likelihoods cannot be computed explicitly (Sunnåker et al., 2013). Fearnhead and Prangle (2012) show its application to complex stochastic models via efficient summary statistics, reducing computational burden. Del Moral et al. (2011) demonstrate tolerance adaptation in sequential ABC for improved accuracy in high-dimensional problems.

Key Research Challenges

Intractable Likelihood Evaluation

Many complex models in genetics and physics lack closed-form likelihoods, requiring simulation-based approximations (Sunnåker et al., 2013). ABC addresses this via summary statistic matching but introduces approximation bias.

Optimal Summary Statistics

Selecting low-dimensional summaries that capture posterior information remains challenging (Fearnhead and Prangle, 2012). Poor choices lead to inaccurate inference despite efficient simulations.

Tolerance Adaptation

Balancing acceptance rates and approximation error through dynamic tolerance levels is critical in sequential ABC (Del Moral et al., 2011). Suboptimal adaptation slows convergence in high dimensions.

Essential Papers

1.

Nested sampling for general Bayesian computation

John Skilling · 2006 · Bayesian Analysis · 1.6K citations

Nested sampling estimates directly how the likelihood function relates to prior mass.\nThe evidence (alternatively the marginal likelihood, marginal density of the data, or\nthe prior predictive) i...

2.

Rank-Normalization, Folding, and Localization: An Improved Rˆ for Assessing Convergence of MCMC (with Discussion)

Aki Vehtari, Andrew Gelman, Daniel Simpson et al. · 2020 · Bayesian Analysis · 1.3K citations

Markov chain Monte Carlo is a key computational tool in Bayesian statistics,\nbut it can be challenging to monitor the convergence of an iterative stochastic\nalgorithm. In this paper we show that ...

3.

Importance Nested Sampling and the MultiNest Algorithm

Farhan Feroz, M. P. Hobson, Ewan Cameron et al. · 2019 · The Open Journal of Astrophysics · 927 citations

Bayesian inference involves two main computational challenges. First, in\nestimating the parameters of some model for the data, the posterior\ndistribution may well be highly multi-modal: a regime ...

4.

Markov chain Monte Carlo simulation using the DREAM software package: Theory, concepts, and MATLAB implementation

Jasper A. Vrugt · 2015 · Environmental Modelling & Software · 830 citations

5.

General state space Markov chains and MCMC algorithms

Gareth O. Roberts, Jeffrey S. Rosenthal · 2004 · Probability Surveys · 741 citations

This paper surveys various results about Markov chains on general (non-countable) state spaces. It begins with an introduction to Markov chain Monte Carlo (MCMC) algorithms, which provide the motiv...

6.

Approximate Bayesian Computation

Mikael Sunnåker, Alberto Giovanni Busetto, Elina Numminen et al. · 2013 · PLoS Computational Biology · 658 citations

Approximate Bayesian computation (ABC) constitutes a class of computational methods rooted in Bayesian statistics. In all model-based statistical inference, the likelihood function is of central im...

7.

Differential Evolution Markov Chain with snooker updater and fewer chains

Cajo J. F. ter Braak, Jasper A. Vrugt · 2008 · Statistics and Computing · 585 citations

Differential Evolution Markov Chain (DE-MC) is an adaptive MCMC algorithm, in which multiple chains are run in parallel. Standard DE-MC requires at least N=2d chains to be run in parallel, where d ...

Reading Guide

Foundational Papers

Start with Sunnåker et al. (2013) for ABC definition and motivation, then Fearnhead and Prangle (2012) for summary statistics, followed by Del Moral et al. (2011) for sequential methods.

Recent Advances

Vehtari et al. (2020, 1296 citations) for R-hat diagnostics in ABC-MCMC convergence; Feroz et al. (2019, 927 citations) for MultiNest extensions to intractable models.

Core Methods

Rejection ABC, sequential Monte Carlo samplers, partial least squares for summaries, tolerance scheduling via SMC.

How PapersFlow Helps You Research Approximate Bayesian Computation

Discover & Search

Research Agent uses searchPapers('Approximate Bayesian Computation summary statistics') to find Fearnhead and Prangle (2012), then citationGraph to map 577 citing works and findSimilarPapers for sequential extensions like Del Moral et al. (2011). exaSearch reveals 250M+ OpenAlex papers on ABC in genetics.

Analyze & Verify

Analysis Agent applies readPaperContent on Sunnåker et al. (2013) to extract ABC algorithms, verifyResponse with CoVe to check summary statistic bias claims against simulations, and runPythonAnalysis to reimplement rejection sampling with NumPy for GRADE A verification of convergence rates.

Synthesize & Write

Synthesis Agent detects gaps in tolerance adaptation across ABC papers, flags contradictions between Fearnhead (2012) and Del Moral (2011) via exportMermaid diagrams of algorithm flows. Writing Agent uses latexEditText to draft methods, latexSyncCitations for 10+ ABC papers, and latexCompile for publication-ready reviews.

Use Cases

"Reproduce ABC rejection sampling from Sunnåker 2013 with my genetic data"

Research Agent → searchPapers → Analysis Agent → runPythonAnalysis (NumPy/pandas sandbox simulates posteriors, plots acceptance rates) → researcher gets validated Python code and convergence stats.

"Write LaTeX review of sequential ABC samplers with citations"

Research Agent → citationGraph → Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations (Del Moral 2011 et al.) + latexCompile → researcher gets compiled PDF with equations and bibliography.

"Find GitHub code for Fearnhead Prangle 2012 summary statistics"

Research Agent → paperExtractUrls('Fearnhead Prangle 2012') → Code Discovery → paperFindGithubRepo → githubRepoInspect → researcher gets working repo with semi-automatic ABC implementations.

Automated Workflows

Deep Research workflow scans 50+ ABC papers via searchPapers → citationGraph, producing structured reports on summary statistics evolution (Fearnhead 2012 lineage). DeepScan applies 7-step CoVe analysis to Del Moral et al. (2011) sampler, verifying tolerance schedules with runPythonAnalysis. Theorizer generates new ABC tolerance adaptation hypotheses from Skilling (2006) nested sampling parallels.

Frequently Asked Questions

What is Approximate Bayesian Computation?

ABC approximates Bayesian posteriors for intractable likelihoods by accepting model simulations matching observed summary statistics within a tolerance (Sunnåker et al., 2013).

What are key ABC methods?

Rejection sampling, sequential Monte Carlo with tolerance adaptation (Del Moral et al., 2011), and semi-automatic summary statistics (Fearnhead and Prangle, 2012).

What are seminal ABC papers?

Sunnåker et al. (2013, 658 citations) introduces ABC framework; Fearnhead and Prangle (2012, 577 citations) on summary statistics; Del Moral et al. (2011, 497 citations) on adaptive SMC.

What are open problems in ABC?

Optimal summary statistic selection for high dimensions and unbiased tolerance schedules remain unsolved, limiting scalability (Fearnhead and Prangle, 2012).

Research Markov Chains and Monte Carlo Methods with AI

PapersFlow provides specialized AI tools for Mathematics researchers. Here are the most relevant for this topic:

See how researchers in Physics & Mathematics use PapersFlow

Field-specific workflows, example queries, and use cases.

Physics & Mathematics Guide

Start Researching Approximate Bayesian Computation with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Mathematics researchers