SlideShare a Scribd company logo
Deterministic Sampling for
Bayesian Computation
V. Roshan Joseph
1
Joseph, V. R., Dasgupta, T., Tuo, R., and Wu, C. F. J. (2015) “Sequential exploration
of complex surfaces using minimum energy designs,” Technometrics, 57, 64-74.
Joseph, V. R., Wang, D., Li, G, Tuo, R. and Lv, S. (2017). “Deterministic sampling
from expensive posteriors”, Manuscript in preparation.
Supported by NSF DMS 1712642
Bayesian Methods
• Bayesian model
• Posterior
where 𝐶𝐶 = ∫ 𝑝𝑝 𝒚𝒚 𝜽𝜽 𝑝𝑝(𝜽𝜽) d𝜽𝜽 is the
normalizing constant.
2
𝑝𝑝 𝜽𝜽 𝒚𝒚 =
1
𝐶𝐶
𝑝𝑝 𝒚𝒚 𝜽𝜽 𝑝𝑝(𝜽𝜽)
Bayesian Computation
• Many intractable high-dimensional
integrals
– Posterior distribution
– Posterior summaries
– Marginal posterior distributions
– Posterior predictive distributions
Markov Chain Monte Carlo Methods
• Metropolis et al. 1953, Hastings 1970,
Geman and Geman 1984, Gelfand and
Smith 1990, …
An Example
5
MCMC
• Metropolis Algorithm:
6
Metropolis Algorithm
7
Random Sample
8
Disadvantages of MCMC
• 𝑓𝑓(𝒙𝒙) may be expensive and time consuming to evaluate.
• 𝑔𝑔(𝒙𝒙) may be expensive and time consuming to evaluate.
9
Simulation:
Integration:
𝒙𝒙𝑖𝑖~𝑓𝑓 𝒙𝒙 , 𝑖𝑖 = 1, … , 𝑛𝑛
Simulation problem
Hung, Joseph, Melkote (2009)
Expensive
Integration problem
Uncertainty
sources
Input Output
Propagation of uncertainty
4
11
• Support points: Simon Mak’s talk on Tuesday
Two Possible Solutions
1. Approximate 𝑓𝑓(𝑥𝑥) using an easy-to-
evaluate surrogate model ̂𝑓𝑓(𝑥𝑥) and
generate MCMC sample using ̂𝑓𝑓(𝑥𝑥).
– High dimensional function approximation is
hard!
2. Use a deterministic sample that is well-
spaced instead of a random sample.
– QMC
12
Deterministic Sample
• Quasi-Monte Carlo (QMC): 50-point Sobol sequence
13
Deterministic Sample
• Quasi-Monte Carlo (QMC): 50-point Sobol sequence
14
Transformation to the Unit Hypercube
• “We only need to consider point sets in
[0,1]𝑝𝑝
, otherwise transform using inverse
distribution function”.
• If 𝑥𝑥1, … , 𝑥𝑥𝑝𝑝are independent with distribution
functions 𝐹𝐹1, … , 𝐹𝐹𝑝𝑝, then transform a
uniform sample 𝑢𝑢1, … , 𝑢𝑢𝑝𝑝 using
𝐹𝐹1
−1
𝑢𝑢1 , … , 𝐹𝐹𝑝𝑝
−1
𝑢𝑢𝑝𝑝 .
15
Limitations in Bayesian problems
• 𝑥𝑥1, … , 𝑥𝑥𝑝𝑝 are rarely independent.
• Joint density is known only up to a
proportionality constant:
– Distribution function is unknown.
– Inverse distribution function is unknown.
– So this rarely works!
16
Another recommended strategy
• Use an importance sampling density
whose inverse distribution function can be
easily obtained.
• However, finding an importance sampling
density in a Bayesian problem is very
hard.
– So this rarely works!
17
Research Problem
• How to generate a deterministic sample
directly from a probability density that is
known only up to a proportionality
constant?
18
Minimum Energy Designs
• Experimental region:
• Experimental design:
– View the n points as charged particles inside
a box.
– They will occupy positions that will minimize
the total potential energy.
19
MED-continued
• Let q(xi) be the charge at xi.
• Then, minimize
20
Charge function-Intuition
• Charge should be inversely proportional to
density value.
21
Generalized MED
• As
22
Limiting distribution
23
Theorem: There exists a probability measure 𝑃𝑃 such that 𝑃𝑃𝑛𝑛 converges to 𝑃𝑃.
Moreover, 𝑃𝑃 has a density 𝑓𝑓 over 𝑋𝑋 with 𝑓𝑓 𝒙𝒙 ∝
1
𝑞𝑞2𝑝𝑝 𝒙𝒙
.
Charge Function
• So if we choose the charge function to be
then we can obtain the target distribution.
24
Interpretation
25
Probability Balancing
26
Sphere Packing Problems
• Minimum Riesz energy points
– Borodachov, Hardin, Saff (2008a,b)
27
Uniform Distribution
• MED for 𝑛𝑛 = 25, 𝑝𝑝 = 2
• The effective sample size for each
dimension is only 𝑛𝑛1/𝑝𝑝
.
28
Generalized Distance
29
Choice of s
30
MaxPro
Low discrepancy and good space-filling!
MaxPro Design
31
Joseph, V. R., Gul, E., and Ba, S. (2015). “Maximum Projection Designs for
Computer Experiments,” Biometrika, 102, 371-380.
Probability Balancing
32
A Greedy Algorithm
• It can get stuck in a local optimum, but
good designs are produced with a good
starting point:
• Requires a global optimization at each
step-> Computationally very expensive!
33
Complex probability distributions
where C is the (unknown ) normalizing
constant.
C is not needed!
𝑓𝑓 𝑥𝑥 =
1
𝐶𝐶
ℎ(𝑥𝑥)
34
Bayesian Computation
35
36
37
Computational time & Number of evaluations
• Global optimization using Generalized simulated
annealing (GSA)
38
A New Algorithm
39
𝑓𝑓(𝑥𝑥)𝛾𝛾
Tempering:
𝛾𝛾 = 0 𝑛𝑛 QMC points in [0,1]𝑝𝑝
𝛾𝛾 = 1/(𝐾𝐾 − 1) 𝑛𝑛 MED points out of 2𝑛𝑛 points
…
𝛾𝛾 = 1 𝑛𝑛 MED points out of K𝑛𝑛 points
40
41
42
43
44
45
#evaluations=763
Computational time & Number of evaluations
46
21 hours
0.5 hours
Conclusions
47
0 Cost of evaluations
MCMC
QMC+
MCMC
QMC+
Function
approximation
+MCMC

More Related Content

PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
QMC Opening Workshop, High Accuracy Algorithms for Interpolating and Integrat...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
MVPA with SpaceNet: sparse structured priors
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
QMC Opening Workshop, High Accuracy Algorithms for Interpolating and Integrat...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
MVPA with SpaceNet: sparse structured priors
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...

What's hot (20)

PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
Patch Matching with Polynomial Exponential Families and Projective Divergences
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
CLIM Fall 2017 Course: Statistics for Climate Research, Estimating Curves and...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
H2O World - Consensus Optimization and Machine Learning - Stephen Boyd
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
PRML Reading Chapter 11 - Sampling Method
PDF
Optimal interval clustering: Application to Bregman clustering and statistica...
PDF
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
PDF
Tailored Bregman Ball Trees for Effective Nearest Neighbors
PDF
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
Patch Matching with Polynomial Exponential Families and Projective Divergences
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
CLIM Fall 2017 Course: Statistics for Climate Research, Estimating Curves and...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
H2O World - Consensus Optimization and Machine Learning - Stephen Boyd
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
PRML Reading Chapter 11 - Sampling Method
Optimal interval clustering: Application to Bregman clustering and statistica...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Tailored Bregman Ball Trees for Effective Nearest Neighbors
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Ad

Similar to Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applied Mathematics Opening Workshop, Deterministic Sampling for Bayesian Computation - Roshan Vengazhiyil, Aug 31, 2017 (20)

PPTX
Monte Carlo Berkeley.pptx
PDF
thesis_final_draft
PDF
Sampling and Markov Chain Monte Carlo Techniques
PDF
2012 mdsp pr04 monte carlo
PDF
Talk at 2013 WSC, ISI Conference in Hong Kong, August 26, 2013
PDF
Pre-computation for ABC in image analysis
PPT
MAchin learning graphoalmodesland bayesian netorls
PPTX
Monte Carlo Simulation
PDF
PDF
A bit about мcmc
PDF
Deal_Final_Paper_PY525f15
PPTX
PRML Chapter 11
PDF
PhysicsSIG2008-01-Seneviratne
PDF
17_monte_carlo.pdf
ODP
Monte Carlo Methods
PDF
Paris Lecture 4: Practical issues in Bayesian modeling
PDF
Sampling strategies for Sequential Monte Carlo (SMC) methods
PDF
Inference for stochastic differential equations via approximate Bayesian comp...
PPTX
JOURNALnew
PDF
Final PhD Seminar
Monte Carlo Berkeley.pptx
thesis_final_draft
Sampling and Markov Chain Monte Carlo Techniques
2012 mdsp pr04 monte carlo
Talk at 2013 WSC, ISI Conference in Hong Kong, August 26, 2013
Pre-computation for ABC in image analysis
MAchin learning graphoalmodesland bayesian netorls
Monte Carlo Simulation
A bit about мcmc
Deal_Final_Paper_PY525f15
PRML Chapter 11
PhysicsSIG2008-01-Seneviratne
17_monte_carlo.pdf
Monte Carlo Methods
Paris Lecture 4: Practical issues in Bayesian modeling
Sampling strategies for Sequential Monte Carlo (SMC) methods
Inference for stochastic differential equations via approximate Bayesian comp...
JOURNALnew
Final PhD Seminar
Ad

More from The Statistical and Applied Mathematical Sciences Institute (20)

PDF
Causal Inference Opening Workshop - Latent Variable Models, Causal Inference,...
PDF
2019 Fall Series: Special Guest Lecture - 0-1 Phase Transitions in High Dimen...
PDF
Causal Inference Opening Workshop - Causal Discovery in Neuroimaging Data - F...
PDF
Causal Inference Opening Workshop - Smooth Extensions to BART for Heterogeneo...
PDF
Causal Inference Opening Workshop - A Bracketing Relationship between Differe...
PDF
Causal Inference Opening Workshop - Testing Weak Nulls in Matched Observation...
PPTX
Causal Inference Opening Workshop - Difference-in-differences: more than meet...
PDF
Causal Inference Opening Workshop - New Statistical Learning Methods for Esti...
PDF
Causal Inference Opening Workshop - Bipartite Causal Inference with Interfere...
PPTX
Causal Inference Opening Workshop - Bridging the Gap Between Causal Literatur...
PDF
Causal Inference Opening Workshop - Some Applications of Reinforcement Learni...
PDF
Causal Inference Opening Workshop - Bracketing Bounds for Differences-in-Diff...
PDF
Causal Inference Opening Workshop - Assisting the Impact of State Polcies: Br...
PDF
Causal Inference Opening Workshop - Experimenting in Equilibrium - Stefan Wag...
PDF
Causal Inference Opening Workshop - Targeted Learning for Causal Inference Ba...
PDF
Causal Inference Opening Workshop - Bayesian Nonparametric Models for Treatme...
PPTX
2019 Fall Series: Special Guest Lecture - Adversarial Risk Analysis of the Ge...
PPTX
2019 Fall Series: Professional Development, Writing Academic Papers…What Work...
PDF
2019 GDRR: Blockchain Data Analytics - Machine Learning in/for Blockchain: Fu...
PDF
2019 GDRR: Blockchain Data Analytics - QuTrack: Model Life Cycle Management f...
Causal Inference Opening Workshop - Latent Variable Models, Causal Inference,...
2019 Fall Series: Special Guest Lecture - 0-1 Phase Transitions in High Dimen...
Causal Inference Opening Workshop - Causal Discovery in Neuroimaging Data - F...
Causal Inference Opening Workshop - Smooth Extensions to BART for Heterogeneo...
Causal Inference Opening Workshop - A Bracketing Relationship between Differe...
Causal Inference Opening Workshop - Testing Weak Nulls in Matched Observation...
Causal Inference Opening Workshop - Difference-in-differences: more than meet...
Causal Inference Opening Workshop - New Statistical Learning Methods for Esti...
Causal Inference Opening Workshop - Bipartite Causal Inference with Interfere...
Causal Inference Opening Workshop - Bridging the Gap Between Causal Literatur...
Causal Inference Opening Workshop - Some Applications of Reinforcement Learni...
Causal Inference Opening Workshop - Bracketing Bounds for Differences-in-Diff...
Causal Inference Opening Workshop - Assisting the Impact of State Polcies: Br...
Causal Inference Opening Workshop - Experimenting in Equilibrium - Stefan Wag...
Causal Inference Opening Workshop - Targeted Learning for Causal Inference Ba...
Causal Inference Opening Workshop - Bayesian Nonparametric Models for Treatme...
2019 Fall Series: Special Guest Lecture - Adversarial Risk Analysis of the Ge...
2019 Fall Series: Professional Development, Writing Academic Papers…What Work...
2019 GDRR: Blockchain Data Analytics - Machine Learning in/for Blockchain: Fu...
2019 GDRR: Blockchain Data Analytics - QuTrack: Model Life Cycle Management f...

Recently uploaded (20)

PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Computing-Curriculum for Schools in Ghana
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Classroom Observation Tools for Teachers
PPTX
Pharma ospi slides which help in ospi learning
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Institutional Correction lecture only . . .
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Abdominal Access Techniques with Prof. Dr. R K Mishra
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Renaissance Architecture: A Journey from Faith to Humanism
human mycosis Human fungal infections are called human mycosis..pptx
Computing-Curriculum for Schools in Ghana
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Classroom Observation Tools for Teachers
Pharma ospi slides which help in ospi learning
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Pre independence Education in Inndia.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Institutional Correction lecture only . . .
STATICS OF THE RIGID BODIES Hibbelers.pdf
Anesthesia in Laparoscopic Surgery in India
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx

Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applied Mathematics Opening Workshop, Deterministic Sampling for Bayesian Computation - Roshan Vengazhiyil, Aug 31, 2017