MATH · IN · MODELS
structures / Manifolds / Semantic information production rate along the diffusion trajectory

Semantic information production rate along the diffusion trajectory

PROPERTYmeasurementfunctionaladvancedhow it's classified →

The Bayes-optimal conditional entropy of a semantic class label given a diffusion model's own noisy state, and its time-derivative (bits of class information produced per unit diffusion time), traces a measurable, non-uniform trajectory across the generative process -- a purely information-theoretic diagnostic of when a real trained diffusion model's generative dynamics commit to specific semantic content, distinct from any curvature or dimensionality measurement of the same trajectory.

Replicationcomputed from the corpus — never hand-assigned
1 paper1 architecture class1 domain1 model family
Filled = two or more values reported by papers that share no author — replication. Outlined = two or more values, but all from a single study — breadth, not replication. Grey = a single value. Derived from paper authorship and each model's architecture class, domain and family; it updates itself when a paper is added.

Definition

For a binary (or more generally class-partitioned) semantic label zz and a diffusion model’s noisy state xtx_t, the conditional entropy H(zxt)=p(xt)zP(zxt)log2P(zxt)dxtH(z\mid x_t) = -\int p(x_t)\sum_z P(z\mid x_t)\log_2 P(z\mid x_t)\,dx_t quantifies how much residual uncertainty about zz remains at noise level tt, using the Bayes-optimal posterior P(zxt)P(z\mid x_t) recovered from the diffusion model’s own class-conditional and unconditional noise predictions via a classifier-free-guidance-style Bayesian update. Its time-derivative H˙(zxt)\dot H(z\mid x_t) — “bits transferred per unit diffusion time” — is interpreted as the rate of semantic information production: how quickly the generative dynamics resolve which class the eventual sample will belong to, as a function of where in the noise schedule the model currently sits.

Intuition

Early in the reverse (denoising) process xtx_t is nearly pure noise, so P(zxt)P(z\mid x_t) is close to the class prior and H(zxt)H(z\mid x_t) is near maximal; by the end xtx0x_t\approx x_0 and zz is essentially determined, so H(zxt)0H(z\mid x_t)\to 0. The interesting question is not the endpoints but the shape of the transition in between: is class identity resolved gradually, or does it snap into place within a narrow intermediate window? A peaked H˙\dot H answers this directly, without requiring any assumption about the geometry of the score function or the data manifold’s curvature — it is purely a statement about how much class-relevant information the noisy state carries, extracted using only the trained model’s own predictions as a Bayesian estimator.

Relative to manifold-curvature-profile

Curvature profile of the representation manifold (including its score-Jacobian spectral-gap and Critical-Boundary-Detector entries) measures geometric properties of the score field itself — eigenvalue spectra, Jacobian norms — along the same noise axis. This node instead measures a purely information-theoretic quantity (a class-conditional entropy rate) computed from the model’s posterior predictions, with no reference to the score function’s Jacobian, curvature, or spectral structure. The two diagnostics can in principle be computed on the same trajectory and compared, but neither reduces to nor is derived from the other.

Properties

  • Reduces to a Jensen-Shannon divergence in the two-class, equal-prior case. When P(z=0)=P(z=1)=0.5P(z{=}0)=P(z{=}1)=0.5, H(zxt)H(z\mid x_t) is proportional to the negative Jensen-Shannon divergence between the two class-conditional noise distributions at that noise level — giving the entropy-rate construction a concrete information-theoretic interpretation beyond the general definition.
  • Extracted from the model’s own predictions, not an external classifier. The Bayes-optimal posterior is estimated purely from the trained diffusion model’s own conditional and unconditional noise-prediction outputs (following a classifier-free-guidance-style Bayesian update), so the diagnostic is intrinsic to the generative model rather than requiring a separately trained auxiliary classifier.
  • The transition window’s location depends on how much structure the two classes share. Handke, Koulischer, Raya & Ambrogioni (2025) find that class pairs with less shared visual structure (e.g. deer vs. car) show semantic information production peaking earlier in the reverse process than pairs sharing more structure (e.g. deer vs. bird, deer vs. cat), on real class-conditional DDPMs trained from scratch on CIFAR-10 — the entropy-rate trajectory’s shape is class-pair-specific, not a universal curve. See handke-etal-2025-class-pair-semantic-information-production-peaks-earlier-for-less-visually-similar-cifar-10-class-pairs-in-real-class-conditional-ddpms.

Key papers

  • Handke, F., Koulischer, F., Raya, G. & Ambrogioni, L. (2025). Measuring Semantic Information Production in Generative Diffusion Models. arXiv:2506.10433 — origin of the class-conditional entropy-rate diagnostic, validated on real class-conditional DDPMs trained from scratch on CIFAR-10.

Found in (1 observation · 1 family)

Handke et al. (2025) Custom Class-Conditional DDPMs

Measuring Semantic Information Production in Generative Diffusion Models (2025)measured

Semantic information production peaks earlier for less visually similar CIFAR-10 class pairs

Details

Handke, Koulischer, Raya & Ambrogioni recover the Bayes-optimal class posterior at each diffusion noise level from real class-conditional DDPMs (PixelCNN++-backbone U-Nets) trained from scratch on CIFAR-10, using the model's own conditional and unconditional noise predictions rather than an auxiliary classifier [handke-etal-2025-measuring-semantic-information-production-generative-diffusion] The resulting class-conditional entropy rate -- bits of class information produced per unit diffusion time -- peaks in an intermediate noise interval for every class pair tested, preceded by data-mean convergence and vanishing near the final denoising step [handke-etal-2025-measuring-semantic-information-production-generative-diffusion] Class pairs sharing less visual structure (deer vs. car) show this semantic-information-production peak occurring earlier in the reverse process than pairs sharing more structure (deer vs. bird, deer vs. cat), showing the entropy-rate trajectory's shape is class-pair-specific rather than a single universal curve [handke-etal-2025-measuring-semantic-information-production-generative-diffusion]

models: DDPM (CIFAR-10, custom-trained unconditional + class-conditional pair) · method: Bayesian posterior entropy-rate estimation