File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ Signal Processing Laboratory • Department of Electrical and Computer Engineeri
4949
5050- ** Structured probabilistic models (SPMs)**
5151 - Integrate probability theory and network theory to model complex multivariate distributions
52- - Enable explainable, auditable, robust AI via explicit stochastic structure
52+ - Enable explainable (XAI) , auditable, robust AI via explicit stochastic structure
5353- ** Core families**
5454 - ** Bayesian networks (BNs)** : directed acyclic graphs -- generative semantics
5555 - ** Markov random fields (MRFs)** : undirected graphs -- symmetric dependencies (spatial data)
5656- ** Dependency modeling with copulas**
5757 - Decouple marginals and dependence (Sklar’s theorem)
5858 - Vine/cherry-tree decompositions into tractable low-order building blocks
5959- ** Inference challenge -- MRFs**
60- - Intractable partition function and doubly intractable posterior : $p(\boldsymbol{\theta} \mid \mathbf{x}) = \frac{1}{\underbrace{Z(\mathbf{X}) Z(\boldsymbol{\theta})}_ {\text{double intractability}}} p(\boldsymbol{\theta}) q(\mathbf{x}, \boldsymbol{\theta})$
61- - ** Thesis goal** : circumvent partition-function bottleneck while preserving probabilistic coherence for MRF methods
60+ - Doubly intractable posterior and noninterpretable potentials : $p(\boldsymbol{\theta} \mid \mathbf{x}) = \frac{1}{\underbrace{Z(\mathbf{X}) Z(\boldsymbol{\theta})}_ {\text{double intractability}}} p(\boldsymbol{\theta}) q(\mathbf{x}, \boldsymbol{\theta})$
61+ - ** Thesis goal** : circumvent partition-function bottleneck while preserving probabilistic coherence for MRF methods (interpretability)
6262
6363
6464---
You can’t perform that action at this time.
0 commit comments