“energy” ~ “scores” ~ “plausibility” → ranking things by how believable they are without invoking normalization for explicit probability/density

Conventional


Energy function → partition function → boltzmann distribution

<aside> 📖

Consider a single dependent variable $\mathbf x \in \mathcal X \subseteq \mathbb R^n$. The density given by an EBM is

$$ p_{\bm \theta}(\mathbf x) = \frac{\exp(-E_{\bm\theta}(\mathbf x))}{Z_{\bm \theta}} $$

With $Z_{\bm \theta} \in \mathbb R$ being a normalizing constant called the partition function, defined:

$$ Z_{\bm \theta} = \int_{\mathcal X} \exp(-E_{\bm \theta}(\mathbf x)) \mathrm d \mathbf x $$

Where:

Note:

Sometimes, $Z_{\bm \theta}$ is intractable:

LeCun Version


cs.toronto.edu/~vnair/ciar/lecun1.pdf

Sources


[2101.03288] How to Train Your Energy-Based Models

cs.toronto.edu/~vnair/ciar/lecun1.pdf