SlideShare a Scribd company logo
1 of 22
Download to read offline
RELIABLE DISCRETISATION OF DETERMINISTIC
EQUATIONS IN BAYESIAN NETWORKS
ALESSANDRO ANTONUCCI @ IDSIA.CH
QUICK OUTLINE
▸ Embedding deterministic equations in (discrete) graphical models
▸ Discretisation induces information loss (of course)
▸ (But only) generalised probability to avoid arbitrary imputation
▸ The Bayesian network might become a credal network
▸ Strategies for fast optimal discretisation in those credal networks
▸ An example of limitation of classical "Bayesian" probabilities
advocating the role of alternative uncertainty models such as
imprecise probability, Dempster-Shafer, possibility theory, ...
Continuous X = x
Continuous X = x
˜X = ˜x ⟺ x ∈ [x′, x′′]Discrete
xx′ x′′
Continuous X = x
˜X = ˜x ⟺ x ∈ [x′, x′′]
π(x| ˜x) = ? ∫
x′′
x′
π(x| ˜x) dx = 1
Discrete
xx′ x′′
Continuous X = x
˜X = ˜x ⟺ x ∈ [x′, x′′]
π(x| ˜x) = ? ∫
x′′
x′
π(x| ˜x) dx = 1
Discrete
xx′ x′′
THEORETICAL BACKGROUND
IMPRECISELY SPECIFIED PROBABILITIES AS CREDAL SETS
▸ A (convex) set of probability mass functions (Walley)
▸ or
▸ Vacuous credal set? No constraints. All the mass functions!
▸ "Interval" credal set? All mass functions giving probability
one to a set of possible values (qualitative model)
▸ Equivalent models defined in evidence (Dempster &
Shafer) and possibility theory (Zadeh, Dubois & Prade)
K(X)
K(X) = {P(X) : linear constraints} K(X) = convex hull{Pi(X)}k
i=1
A MOTIVATING EXAMPLE
DEBRIS FLOW RISK ASSESSMENT
(Discrete)
Bayesian Net
Equation
THE PROBLEM
DETERMINISM IN BAYESIAN NETS
▸ Continuous (e.g., Gaussian) BNs?
▸ Not always suited for knowledge-
based systems (expert elicitation
might require discrete values)
▸ Given equation + discretisation find
"best" CPT quantification
y = f(x) ⇒ P(y|x) := δ[y − f(x)]
P(˜y| ˜x)
(x, y) → (˜x, ˜y)Discretisation:
CPT:
...x1
y
xn
f
THE (EXISTING) SOLUTIONS
(SHARP) IMPUTATION STRATEGIES
▸ Value of discrete variable
corresponds to a (hyper)interval
of values of
▸ From Dirac to Kronecker?
Degenerate probability ?
▸ Find a representative point and
put all the mass to the interval of
▸ Different imputations might lead to
different quantifications, i. e.,
P(˜y| ˜x)
˜x ˜X
x ∈ [x′, x′′]
x
f(x)
¯x, ¯¯x ∈ ˜x f(¯¯x) ∈ ˜y′f(¯x) ∈ ˜ybut and
A TOY EXAMPLE
DISCRETISING THE BODY MASS INDEX
BMI =
W
H2
▸ We discretise W (ranges of 5Kg) and H (ranges of 5cm)
▸ Joe (89Kg,1.71m) is mod. obese (BMI=30.4)
▸ Bill (86Kg,1.74m) is overweight (BMI=28.4)
THE (EXISTING) SOLUTIONS
(SOFT) IMPUTATION STRATEGIES
▸ If the image of the hyper-interval of an
input variable corresponds to different
intervals of the output variable? Splitting
probability mass over the intervals?
▸ No reason for equiprobable options!
We are in a condition of ignorance (not
indifference) between the options
▸ Probability proportional to the coverage?
No reason for a uniform prior!
▸ A Bayesian network with multiple
quantification of CPTs?
▸ This is a credal network (Cozman, 2000)
THE (EXISTING) SOLUTIONS
(SOFT) IMPUTATION STRATEGIES
▸ If the image of the hyper-interval of an
input variable corresponds to different
intervals of the output variable? Splitting
probability mass over the intervals?
▸ No reason for equiprobable options!
We are in a condition of ignorance (not
indifference) between the options
▸ Probability proportional to the coverage?
No reason for a uniform prior!
▸ A Bayesian network with multiple
quantification of CPTs?
▸ This is a credal network (Cozman, 2000)
P(˜y| ˜x) ∈ [0,1]
∀˜y : [min f(x), max f(x)]x∈˜x ∧ ˜y ≠ ∅
OUR PROCEDURE
RELIABLE QUANTIFICATION
▸ INPUT: Bayesian network + equation
▸ Node Y with parents X to be quantified by eq Y=f(X)
▸ For each hiper-interval compute lower/upper bounds of f
▸ Set a credal interval over the states touched by the bounds
▸ The resulting model is a credal network giving robust
inferences wrt any possible imputation
▸ Challenge: dedicated algorithms for this special class of nets
OUR PROCEDURE
RELIABLE QUANTIFICATION
▸ INPUT: Bayesian network + equation
▸ Node Y with parents X to be quantified by eq Y=f(X)
▸ For each hiper-interval compute lower/upper bounds of f
▸ Set a credal interval over the states touched by the bounds
▸ The resulting model is a credal network giving robust
inferences wrt any possible imputation
▸ Challenge: dedicated algorithms for this special class of nets
INFERENCE IN CREDAL NETS IS NP-HARD (AS IN BAYESIAN NETS)
BUT MORE LIMITATIONS (E.G., FAST IN POLYTREES ONLY IF BINARY)
A TOY EXAMPLE
DISCRETISING THE BODY MASS INDEX
BMI =
W
H2
▸ We discretise W (ranges of 5Kg) and H (ranges of 5cm)
A TOY EXAMPLE
DISCRETISING THE BODY MASS INDEX
BMI =
W
H2
▸ We discretise W (ranges of 5Kg) and H (ranges of 5cm)
P(i5 |h4, w7) ∈ [0,1]
P(i6 |h4, w7) ∈ [0,1]
P(ik |h4, w7) = 0 k ≠ 5,6
THEORETICAL BACKGROUND
DISCRETISATION STRATEGIES
▸ So far, we assumed fixed discretisation of both X and Y
▸ Freedom of discretisation can reduce information loss
▸ Loss measure? Upper entropy (Abellán & Moral)
▸ Polynomial solution for fixed input variable discretisation
▸ Analogous to classical interval partitioning problem
▸ Proof? Trivial as the solution
is on the O(n) values
SUMMARY
▸ Standard procedure to embed deterministic equations in
discrete Bayesian networks
▸ Our conservative approach converts the Bayesian network
into a credal network with interval-shaped credal sets
▸ The credal network returns inferences robust with respect
to any imputation
CONCLUSIONS
SUMMARY
▸ Discretisation algorithms for input variables and for input/
output with penalties for under/over partitioning
▸ Prove NP-hardness of credal nets with interval credal set in
the credal nodes and probabilities in the "Bayesian" ones
▸ Ad hoc inference algorithms for credal networks with
interval credal sets (hints from possibility theory?)
OUTLOOKS

More Related Content

What's hot

Bayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear modelsBayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear modelsCaleb (Shiqiang) Jin
 
Approximate Bayesian Computation with Quasi-Likelihoods
Approximate Bayesian Computation with Quasi-LikelihoodsApproximate Bayesian Computation with Quasi-Likelihoods
Approximate Bayesian Computation with Quasi-LikelihoodsStefano Cabras
 
prior selection for mixture estimation
prior selection for mixture estimationprior selection for mixture estimation
prior selection for mixture estimationChristian Robert
 
Delayed acceptance for Metropolis-Hastings algorithms
Delayed acceptance for Metropolis-Hastings algorithmsDelayed acceptance for Metropolis-Hastings algorithms
Delayed acceptance for Metropolis-Hastings algorithmsChristian Robert
 
accurate ABC Oliver Ratmann
accurate ABC Oliver Ratmannaccurate ABC Oliver Ratmann
accurate ABC Oliver Ratmannolli0601
 
IJSRED-V2I5P56
IJSRED-V2I5P56IJSRED-V2I5P56
IJSRED-V2I5P56IJSRED
 
Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Valentin De Bortoli
 
2.8 Ordered tuples
2.8 Ordered tuples2.8 Ordered tuples
2.8 Ordered tuplesJan Plaza
 
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastavaBIOLOGICAL FORUM
 
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming ProblemHigher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Probleminventionjournals
 
3.6 Families ordered by inclusion
3.6 Families ordered by inclusion3.6 Families ordered by inclusion
3.6 Families ordered by inclusionJan Plaza
 

What's hot (19)

Bayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear modelsBayesian hybrid variable selection under generalized linear models
Bayesian hybrid variable selection under generalized linear models
 
Approximate Bayesian Computation with Quasi-Likelihoods
Approximate Bayesian Computation with Quasi-LikelihoodsApproximate Bayesian Computation with Quasi-Likelihoods
Approximate Bayesian Computation with Quasi-Likelihoods
 
Max cut
Max cutMax cut
Max cut
 
prior selection for mixture estimation
prior selection for mixture estimationprior selection for mixture estimation
prior selection for mixture estimation
 
8803-09-lec16.pdf
8803-09-lec16.pdf8803-09-lec16.pdf
8803-09-lec16.pdf
 
Delayed acceptance for Metropolis-Hastings algorithms
Delayed acceptance for Metropolis-Hastings algorithmsDelayed acceptance for Metropolis-Hastings algorithms
Delayed acceptance for Metropolis-Hastings algorithms
 
accurate ABC Oliver Ratmann
accurate ABC Oliver Ratmannaccurate ABC Oliver Ratmann
accurate ABC Oliver Ratmann
 
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,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
IJSRED-V2I5P56
IJSRED-V2I5P56IJSRED-V2I5P56
IJSRED-V2I5P56
 
Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...
 
2.8 Ordered tuples
2.8 Ordered tuples2.8 Ordered tuples
2.8 Ordered tuples
 
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
8 fixed point theorem in complete fuzzy metric space 8 megha shrivastava
 
Nested sampling
Nested samplingNested sampling
Nested sampling
 
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,...
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,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming ProblemHigher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
Higher-Order (F, α, β, ρ, d) –Convexity for Multiobjective Programming Problem
 
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,...
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,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
3.6 Families ordered by inclusion
3.6 Families ordered by inclusion3.6 Families ordered by inclusion
3.6 Families ordered by inclusion
 

Similar to Flairs2019 antonucci

Information in the Weights
Information in the WeightsInformation in the Weights
Information in the WeightsMark Chang
 
Information in the Weights
Information in the WeightsInformation in the Weights
Information in the WeightsMark Chang
 
A common fixed point theorem for six mappings in g banach space with weak-com...
A common fixed point theorem for six mappings in g banach space with weak-com...A common fixed point theorem for six mappings in g banach space with weak-com...
A common fixed point theorem for six mappings in g banach space with weak-com...Alexander Decker
 
(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural Networks(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural NetworksMasahiro Suzuki
 
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups mathsjournal
 
Lecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceLecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceasimnawaz54
 
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy SubgroupsA Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy Subgroupsmathsjournal
 
On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...
On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...
On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...IOSR Journals
 
Fuzzy Logic.pptx
Fuzzy Logic.pptxFuzzy Logic.pptx
Fuzzy Logic.pptxImXaib
 
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptxsaadurrehman35
 
Variational inference
Variational inference  Variational inference
Variational inference Natan Katz
 
Proofs nearest rank
Proofs nearest rankProofs nearest rank
Proofs nearest rankfithisux
 
Boolean Programs and Quantified Propositional Proof System -
Boolean Programs and Quantified Propositional Proof System - Boolean Programs and Quantified Propositional Proof System -
Boolean Programs and Quantified Propositional Proof System - Michael Soltys
 

Similar to Flairs2019 antonucci (20)

2. Areej Tawfeeq Hameed.pdf
2. Areej Tawfeeq Hameed.pdf2. Areej Tawfeeq Hameed.pdf
2. Areej Tawfeeq Hameed.pdf
 
2. Areej Tawfeeq Hameed.pdf
2. Areej Tawfeeq Hameed.pdf2. Areej Tawfeeq Hameed.pdf
2. Areej Tawfeeq Hameed.pdf
 
HPWFcorePRES--FUR2016
HPWFcorePRES--FUR2016HPWFcorePRES--FUR2016
HPWFcorePRES--FUR2016
 
Information in the Weights
Information in the WeightsInformation in the Weights
Information in the Weights
 
Information in the Weights
Information in the WeightsInformation in the Weights
Information in the Weights
 
ABC workshop: 17w5025
ABC workshop: 17w5025ABC workshop: 17w5025
ABC workshop: 17w5025
 
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,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
A common fixed point theorem for six mappings in g banach space with weak-com...
A common fixed point theorem for six mappings in g banach space with weak-com...A common fixed point theorem for six mappings in g banach space with weak-com...
A common fixed point theorem for six mappings in g banach space with weak-com...
 
(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural Networks(研究会輪読) Weight Uncertainty in Neural Networks
(研究会輪読) Weight Uncertainty in Neural Networks
 
Machine Learning 1
Machine Learning 1Machine Learning 1
Machine Learning 1
 
Metric space
Metric spaceMetric space
Metric space
 
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
 
Lecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inferenceLecture 2 predicates quantifiers and rules of inference
Lecture 2 predicates quantifiers and rules of inference
 
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy SubgroupsA Study on Intuitionistic Multi-Anti Fuzzy Subgroups
A Study on Intuitionistic Multi-Anti Fuzzy Subgroups
 
On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...
On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...
On Some Types of Fuzzy Separation Axioms in Fuzzy Topological Space on Fuzzy ...
 
Fuzzy Logic.pptx
Fuzzy Logic.pptxFuzzy Logic.pptx
Fuzzy Logic.pptx
 
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
53158699-d7c5-4e6e-af19-1f642992cc58-161011142651.pptx
 
Variational inference
Variational inference  Variational inference
Variational inference
 
Proofs nearest rank
Proofs nearest rankProofs nearest rank
Proofs nearest rank
 
Boolean Programs and Quantified Propositional Proof System -
Boolean Programs and Quantified Propositional Proof System - Boolean Programs and Quantified Propositional Proof System -
Boolean Programs and Quantified Propositional Proof System -
 

Recently uploaded

Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencySheetal Arora
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSSLeenakshiTyagi
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.Nitya salvi
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bSérgio Sacani
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPirithiRaju
 

Recently uploaded (20)

Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
DIFFERENCE IN BACK CROSS AND TEST CROSS
DIFFERENCE IN  BACK CROSS AND TEST CROSSDIFFERENCE IN  BACK CROSS AND TEST CROSS
DIFFERENCE IN BACK CROSS AND TEST CROSS
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 

Flairs2019 antonucci

  • 1. RELIABLE DISCRETISATION OF DETERMINISTIC EQUATIONS IN BAYESIAN NETWORKS ALESSANDRO ANTONUCCI @ IDSIA.CH
  • 2. QUICK OUTLINE ▸ Embedding deterministic equations in (discrete) graphical models ▸ Discretisation induces information loss (of course) ▸ (But only) generalised probability to avoid arbitrary imputation ▸ The Bayesian network might become a credal network ▸ Strategies for fast optimal discretisation in those credal networks ▸ An example of limitation of classical "Bayesian" probabilities advocating the role of alternative uncertainty models such as imprecise probability, Dempster-Shafer, possibility theory, ...
  • 3.
  • 5. Continuous X = x ˜X = ˜x ⟺ x ∈ [x′, x′′]Discrete xx′ x′′
  • 6. Continuous X = x ˜X = ˜x ⟺ x ∈ [x′, x′′] π(x| ˜x) = ? ∫ x′′ x′ π(x| ˜x) dx = 1 Discrete xx′ x′′
  • 7. Continuous X = x ˜X = ˜x ⟺ x ∈ [x′, x′′] π(x| ˜x) = ? ∫ x′′ x′ π(x| ˜x) dx = 1 Discrete xx′ x′′
  • 8. THEORETICAL BACKGROUND IMPRECISELY SPECIFIED PROBABILITIES AS CREDAL SETS ▸ A (convex) set of probability mass functions (Walley) ▸ or ▸ Vacuous credal set? No constraints. All the mass functions! ▸ "Interval" credal set? All mass functions giving probability one to a set of possible values (qualitative model) ▸ Equivalent models defined in evidence (Dempster & Shafer) and possibility theory (Zadeh, Dubois & Prade) K(X) K(X) = {P(X) : linear constraints} K(X) = convex hull{Pi(X)}k i=1
  • 9. A MOTIVATING EXAMPLE DEBRIS FLOW RISK ASSESSMENT (Discrete) Bayesian Net Equation
  • 10. THE PROBLEM DETERMINISM IN BAYESIAN NETS ▸ Continuous (e.g., Gaussian) BNs? ▸ Not always suited for knowledge- based systems (expert elicitation might require discrete values) ▸ Given equation + discretisation find "best" CPT quantification y = f(x) ⇒ P(y|x) := δ[y − f(x)] P(˜y| ˜x) (x, y) → (˜x, ˜y)Discretisation: CPT: ...x1 y xn f
  • 11. THE (EXISTING) SOLUTIONS (SHARP) IMPUTATION STRATEGIES ▸ Value of discrete variable corresponds to a (hyper)interval of values of ▸ From Dirac to Kronecker? Degenerate probability ? ▸ Find a representative point and put all the mass to the interval of ▸ Different imputations might lead to different quantifications, i. e., P(˜y| ˜x) ˜x ˜X x ∈ [x′, x′′] x f(x) ¯x, ¯¯x ∈ ˜x f(¯¯x) ∈ ˜y′f(¯x) ∈ ˜ybut and
  • 12. A TOY EXAMPLE DISCRETISING THE BODY MASS INDEX BMI = W H2 ▸ We discretise W (ranges of 5Kg) and H (ranges of 5cm) ▸ Joe (89Kg,1.71m) is mod. obese (BMI=30.4) ▸ Bill (86Kg,1.74m) is overweight (BMI=28.4)
  • 13. THE (EXISTING) SOLUTIONS (SOFT) IMPUTATION STRATEGIES ▸ If the image of the hyper-interval of an input variable corresponds to different intervals of the output variable? Splitting probability mass over the intervals? ▸ No reason for equiprobable options! We are in a condition of ignorance (not indifference) between the options ▸ Probability proportional to the coverage? No reason for a uniform prior! ▸ A Bayesian network with multiple quantification of CPTs? ▸ This is a credal network (Cozman, 2000)
  • 14. THE (EXISTING) SOLUTIONS (SOFT) IMPUTATION STRATEGIES ▸ If the image of the hyper-interval of an input variable corresponds to different intervals of the output variable? Splitting probability mass over the intervals? ▸ No reason for equiprobable options! We are in a condition of ignorance (not indifference) between the options ▸ Probability proportional to the coverage? No reason for a uniform prior! ▸ A Bayesian network with multiple quantification of CPTs? ▸ This is a credal network (Cozman, 2000) P(˜y| ˜x) ∈ [0,1] ∀˜y : [min f(x), max f(x)]x∈˜x ∧ ˜y ≠ ∅
  • 15. OUR PROCEDURE RELIABLE QUANTIFICATION ▸ INPUT: Bayesian network + equation ▸ Node Y with parents X to be quantified by eq Y=f(X) ▸ For each hiper-interval compute lower/upper bounds of f ▸ Set a credal interval over the states touched by the bounds ▸ The resulting model is a credal network giving robust inferences wrt any possible imputation ▸ Challenge: dedicated algorithms for this special class of nets
  • 16. OUR PROCEDURE RELIABLE QUANTIFICATION ▸ INPUT: Bayesian network + equation ▸ Node Y with parents X to be quantified by eq Y=f(X) ▸ For each hiper-interval compute lower/upper bounds of f ▸ Set a credal interval over the states touched by the bounds ▸ The resulting model is a credal network giving robust inferences wrt any possible imputation ▸ Challenge: dedicated algorithms for this special class of nets INFERENCE IN CREDAL NETS IS NP-HARD (AS IN BAYESIAN NETS) BUT MORE LIMITATIONS (E.G., FAST IN POLYTREES ONLY IF BINARY)
  • 17. A TOY EXAMPLE DISCRETISING THE BODY MASS INDEX BMI = W H2 ▸ We discretise W (ranges of 5Kg) and H (ranges of 5cm)
  • 18. A TOY EXAMPLE DISCRETISING THE BODY MASS INDEX BMI = W H2 ▸ We discretise W (ranges of 5Kg) and H (ranges of 5cm) P(i5 |h4, w7) ∈ [0,1] P(i6 |h4, w7) ∈ [0,1] P(ik |h4, w7) = 0 k ≠ 5,6
  • 19. THEORETICAL BACKGROUND DISCRETISATION STRATEGIES ▸ So far, we assumed fixed discretisation of both X and Y ▸ Freedom of discretisation can reduce information loss ▸ Loss measure? Upper entropy (Abellán & Moral) ▸ Polynomial solution for fixed input variable discretisation ▸ Analogous to classical interval partitioning problem ▸ Proof? Trivial as the solution is on the O(n) values
  • 20.
  • 21. SUMMARY ▸ Standard procedure to embed deterministic equations in discrete Bayesian networks ▸ Our conservative approach converts the Bayesian network into a credal network with interval-shaped credal sets ▸ The credal network returns inferences robust with respect to any imputation CONCLUSIONS
  • 22. SUMMARY ▸ Discretisation algorithms for input variables and for input/ output with penalties for under/over partitioning ▸ Prove NP-hardness of credal nets with interval credal set in the credal nodes and probabilities in the "Bayesian" ones ▸ Ad hoc inference algorithms for credal networks with interval credal sets (hints from possibility theory?) OUTLOOKS