{"id":"b794f585-3995-4f65-9323-e1906f32233d","arxiv_id":"2501.09022","paper_version":1,"verdict":"CONDITIONAL","confidence":"MODERATE","novelty_score":5.0,"correctness_risk":"medium","formal_verification":"none","parameter_count":0,"one_line_summary":"At all stationary points of the ELBO, several generative model families decompose into a sum of entropies of the variational posterior, the prior, and the observable distribution.","lead":"This paper shows that for several common generative models, the ELBO (a standard learning objective) equals a sum of entropy terms at every stationary point. That gives closed-form expressions for the optimized objective, which could simplify analyzing and comparing unsupervised learning models.","discovery_kind":"extension","skeptic_critique":{"model":"deepseek-v4-flash","headline":"Claimed universality over 'any well-behaved variational family' is unsupported; a fixed-variance Gaussian q gives a concrete violation of Eq. 24.","rationale":"The model-side proofs (Proposition 1 for SBNs, Propositions 2 and 3 for Gaussian observables, Propositions 4 and 5 for mixtures) appear internally consistent: the Jacobian computations and the choices of alpha and beta satisfy Definition 1 under the stated model-side assumptions, and the mixture Jacobian invertibility argument is sound. The reader's weakest assumption correctly locates the risk in the un-re-derived companion theorems, but the sharper failure mode is the paper's own overbroad statement about variational families. Even if the companion theorems are entirely correct, the paper transfers their conclusion to 'any well-behaved family' without stating what that means for q or verifying it for the amortized encoders used in practice. The fixed-variance Gaussian example shows that the entropy-sum identity is not a consequence of the generative model alone; it depends on a q-side condition. This is not merely a missing reference or a presentation issue: it delimits the central claim. Secondary defects such as the p-PCA sign inconsistency in Eq. 29 and the tilde inconsistency in Eq. 53 reinforce the need for revision, but the q-side condition is the load-bearing concern. A conditional acceptance requiring the authors to state and verify the variational-family regularity would settle the matter.","tokens_in":15857,"tokens_out":17262,"duration_ms":161064,"concrete_test":"Implement the scalar model above: set x=2, define F(m,v) from Eq. 2, solve the two stationary equations partial F/partial m = 0 and partial F/partial v = 0 numerically or analytically, and compare F at the solution with the Eq. 24 RHS; the predicted mismatch is -0.5 m^2. Then locate the exact definition of 'well-behaved variational distributions' in Luecke and Warnken (2024). If q(z)=N(m,1) is excluded, state that condition explicitly and check whether Proposition 2's hypotheses verify it for amortized Gaussian encoders with learnable mean and variance; if no such condition exists, the Abstract and Introduction must be weakened.","verdict_should_be":"CONDITIONAL","load_bearing_attack":"The Abstract and Introduction claim the entropy-sum equality (Eq. 3) holds 'for any (well-behaved) family of variational distributions,' and Proposition 2 repeats this for Gaussian observables. The paper never defines the q-side regularity condition; Definition 1 is only about model parameters. Under the natural reading that a smooth fixed-variance Gaussian family is well-behaved, the claim is false. For the scalar version of Definition 3 with p(z)=N(0,1), p(x|z)=N(z,v), N=1, x=2, and q(z)=N(m,1), the ELBO stationary equations in m and v are m=2/(1+v) and v=(2-m)^2+1, with solution v approximately 3.383 and m approximately 0.456. The ELBO there is approximately -2.132, while the RHS of Eq. 24 equals H[q]-H[p(z)]-H[p(x|z)] = -0.5 log(2 pi e v) approximately -2.028; the gap is -0.5 m^2 approximately -0.104. Thus either the companion theorem has a hidden assumption excluding this q-family, or the paper's universality claim is wrong as written. The manuscript neither states such an assumption nor verifies it for the amortized Gaussian encoders that motivate Definition 3 and Proposition 2. This is the load-bearing gap: the identity is not a property of the generative model alone; it depends on an unexamined condition on the variational family.","agreement_with_reader":"partial"},"referee_report":{"model":"deepseek-v4-flash","summary":"This paper proves that for several generative models—sigmoid belief networks (Prop. 1), Gaussian-observable models including probabilistic PCA (Props. 2–3), and exponential-family mixtures with constant or non-constant base measures (Props. 4–5)—the ELBO equals an entropy sum at every stationary point. The proofs verify a parameterization criterion (Def. 1) and invoke Theorem 1 or 2 of Luecke and Warnken (2024). The paper also sketches a three-layer SBN extension and discusses gamma and Poisson mixture examples.","tokens_in":16055,"tokens_out":8702,"duration_ms":73460,"significance":"If the entropy-sum identity holds as stated, the paper gives a useful and surprisingly simple characterization of ELBO fixed points for prominent models, with potential applications to model selection and VAE analysis. The model-side verifications are explicit and the gamma/Poisson examples are concrete. However, the claimed generality over variational families is not established and appears false for common fixed-variance Gaussian encoders; the p-PCA example also contains a sign error. The contribution is therefore conditional on repairing these points and on the companion theorems' assumptions being satisfied by the intended variational families.","major_comments":[{"comment":"The identity is claimed to hold for \"any well-behaved family of variational distributions,\" but no condition on the variational family is stated or verified, and the claim is false for a natural reading. For the scalar case of Definition 3 with p(z)=N(0,1), p(x|z)=N(z,v), N=1, x=2, and q(z)=N(m,1), the ELBO stationary equations are m=2/(1+v) and v=(2-m)^2+1, with solution v≈3.383, m≈0.456. The ELBO at this point is ≈−2.132, whereas the right-hand side of Eq. (24) is H[q]−H[p(z)]−H[p(x|z)]≈−2.028, a gap of ≈−0.104. This directly contradicts the universality claim unless the companion theorem contains an unstated assumption excluding fixed-variance Gaussian encoders; because such encoders are common in amortized VAEs, the manuscript must either state and verify the variational-family condition or restrict the claim.","section":"Abstract, §1, Prop. 2 (Eq. 24)"},{"comment":"The sign in front of the determinant term is wrong. For p-PCA with full posteriors, H[p(z|x)] = (H/2)log(2πe) − (1/2)log det(σ^{-2}W^TW + I), not plus. Substituting into Eq. (27) gives a final expression with −(1/2)log det(σ^{-2}W^TW + I) − (D/2)log(2πeσ^2), rather than Eq. (29). The printed expression is not equal to the ELBO at stationary points and is inconsistent with the p-PCA marginal log-likelihood.","section":"§3, Eqs. (28)–(29)"},{"comment":"The manuscript relies entirely on Theorem 1 or Theorem 2 of Luecke and Warnken (2024) but never states the full assumptions of those theorems, especially any conditions on the variational family q(n)_Φ. Since the paper's stated goal is to verify those conditions for each model, the missing statement of the q-side assumptions makes the transfer opaque. The authors should either reproduce the relevant theorem assumptions or explicitly point to the exact statements, and they should verify those assumptions for the variational families used in the examples.","section":"§1 and Props. 2–5"}],"minor_comments":[{"comment":"The three-layer SBN result is stated \"without giving an explicit proof\"; since the paper's contribution is proofs, this claim should be either proven or clearly marked as conjectural.","section":"§2, Eq. (21)"},{"comment":"There are several typographical artifacts in the text, including \"avarage\" for \"average\", \"/BX\" for the expectation symbol, and \"fullﬁlled\" in the proof of Prop. 3; these should be corrected.","section":"Introduction, §3"},{"comment":"The phrase \"well-behaved function\" for μ(z;w) is undefined; the theorem application may require regularity conditions, so the term should be made precise.","section":"Definition 3"},{"comment":"The notation L(Θ) ≥ F(Φ,Θ) is confusing because L and F are not otherwise distinguished; please define both quantities explicitly before this display.","section":"§4.1, Eq. (55)"}],"recommendation":"major_revision","confidential_remarks":"The paper depends essentially on theorems from a companion preprint (arXiv:2209.03077) that is not yet peer-reviewed; the authors should ensure that the companion is accessible and that the theorems include the variational-family conditions needed to support the universality claim. The novelty claim that entropy-sum forms for GMMs, p-PCA, and SBNs were previously unknown should be checked against Damm et al. (2023) and related literature before publication."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Colleague —\n\nThe paper supplies concrete entropy-sum ELBO expressions for sigmoid belief nets, Gaussian-observable models (including p-PCA), and exponential-family mixtures by checking a parameterization criterion from the authors' companion theory. Those checks are mostly explicit, and for the cases they prove they appear correct. The EF-mixture result, including the closed-form pseudo-entropy for Poisson mixtures, is a nice payoff. But the headline claim that Eq. 3 holds 'for any well-behaved family of variational distributions' is not supported and, under a natural reading, is false. A fixed-variance Gaussian q gives a concrete counterexample: with p(z)=N(0,1), p(x|z)=N(z,v), N=1, x=2, and q(z)=N(m,1), the stationary ELBO is about −2.132 while the entropy-sum RHS is about −2.028, a gap of −m²/2. So either the companion theorem has a hidden q-side assumption or the claim is wrong as written. The paper never defines what 'well-behaved' means for q, and Definition 1 concerns only model parameters. This is load-bearing for the abstract.\n\nOther soft spots: the p-PCA equations have a sign inconsistency (Eqs. 28–29 don't line up with the posterior entropy), the three-layer SBN result is asserted without proof (the paper admits this), and Eq. 53 mixes tildes on entropies. These are presentation issues, but they need fixing.\n\nCredit where due: the proof checks are not circular—they verify the criterion and invoke the stated theorem. The novelty is modest because the framework comes from prior work, but the model-specific expressions are new and useful. The paper deserves a serious referee; the universal-claim flaw may be fixable by restricting the statement to the q-families the theorem actually covers. I'd send it to review and ask for the counterexample to be addressed.","headline":"Useful model-specific entropy-sum expressions, but the 'any well-behaved variational family' claim has a concrete counterexample and needs restriction.","tokens_in":16649,"tokens_out":4764,"would_cite":false,"duration_ms":40488,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"For sigmoid belief nets, Gaussian-observable models, and exponential-family mixtures, the ELBO at every stationary point equals a compact sum of entropies.","keywords":["evidence lower bound","entropy sums","probabilistic PCA","sigmoid belief networks","exponential family mixtures","variational inference","stationary points","pseudo-entropy"],"falsifier":"Pick a concrete instance, e.g., a sigmoid belief net with one latent and one binary observable and a finite data set; run ELBO optimization to a stationary point that is a saddle point (or any stationary point) and numerically evaluate both sides of Eq. (10). Any mismatch between the ELBO value and the entropy-sum value would disprove Proposition 1 and the general claim. The same check can be repeated for probabilistic PCA using Eq. (29).","tokens_in":15600,"feed_emoji":"🧮","tokens_out":7016,"duration_ms":56388,"temperature":0.7,"pith_summary":"The paper proves that for several widely used generative models—sigmoid belief nets, Gaussian-observable models (including probabilistic PCA and variational-autoencoder-style decoders), and exponential-family mixtures—the evidence lower bound (ELBO) at every stationary point of learning equals a compact sum of entropies: the average entropy of the variational posteriors, minus the entropy of the prior, minus the expected entropy of the observation noise. The equality holds for finite data, under model–data mismatch, and at all stationary points including saddle points, for any well-behaved variational family. The importance is that the complex data-dependent ELBO objective becomes a much simpler function of the model and variational parameters, easing analysis, model selection, and the design of entropy-based training objectives. The paper's contribution is not a new algorithm but a set of proofs that each considered model satisfies a parameterization criterion, transferring an entropy-sum theorem from a companion paper to concrete models.","feed_headline":"Proof: at every stationary point, the ELBO becomes an entropy sum","feed_subtitle":"A single closed-form expression now covers sigmoid belief nets, probabilistic PCA, and mixture models.","key_machinery":"The load-bearing identity is Eq. (3), the entropy-sum form of the ELBO at stationary points. To get it, each generative model is written as an exponential-family generative model, and its natural-parameter mappings $\\zeta(\\Psi)$ and $\\eta(z;\\Theta)$ are checked against the parameterization criterion (Definition 1): the natural parameters must be recoverable from their own Jacobian via a parameter-dependent vector $\\alpha(\\Psi)$ or $\\beta(\\Theta)$. Verifying these two functional equations (parts A and B) is what unlocks Theorem 1 or Theorem 2 of the companion paper; the Gaussian cases work because the variance parameter scales the natural parameters, the sigmoid belief net works because the Bernoulli natural parameter is the logit of $\\pi$, and mixtures work because the Jacobian of the standard-to-natural mapping is invertible.","core_discovery":"The central discovery is that for each considered generative model, the ELBO $F(\\Phi,\\Theta)$ is exactly equal to $\\tfrac{1}{N}\\sum_n H[q_\\Phi^{(n)}(z)] - H[p_\\Theta(z)] - \\mathbb{E}_{q_\\Phi}\\{H[p_\\Theta(x|z)]\\}$ at all stationary points of learning, where $q_\\Phi$ is the aggregate posterior. This is established model by model (Propositions 1–5) by expressing the prior and observable distributions in exponential-family form and checking a parameterization criterion (Definition 1) that lets the companion Theorem 1 or Theorem 2 apply. As a consequence, previously known but separate entropy-sum results for variational autoencoders are unified and extended: the list includes sigmoid belief networks, Gaussian observables with scalar or diagonal variance (hence probabilistic PCA and factor analysis), and mixtures of exponential-family components with constant base measure (e.g., gamma mixtures) or non-constant base measure (Poisson mixtures, using pseudo-entropies).","pith_inferences":["If the entropy-sum form is exact at stationary points, then the ELBO landscape for these models is governed by a trade-off among three global entropies; one could use the formula to design model-selection criteria that do not require re-estimating the bound after convergence.","The parameterization criterion may hold for other exponential-family generative models beyond the five treated here, so the same proof template could apply to, e.g., Poisson factor analysis or beta-Bernoulli mixtures, yielding analogous closed forms.","Because the result holds for any well-behaved variational family, the stationary-point value depends on the variational choice only through the average posterior entropy; this suggests that the tightness of the bound at stationary points is largely controlled by that entropy term."],"forward_implications":["For Gaussian-observable models, the entropy-sum expression simplifies further because the observation entropy is constant, giving closed-form stationary-point ELBOs such as Eq. (29) for probabilistic PCA.","For exponential-family mixtures, the stationary-point ELBO becomes a closed-form function once the variational posteriors $q^{(n)}(c)$ are known, and for Poisson mixtures the pseudo-entropy sidesteps infinite sums.","Because the equality holds at saddle points as well as maxima, convergence analyses of ELBO optimization for these models can work with the simpler entropy-sum objective rather than the full data-sum objective.","The same verification strategy extends to deeper sigmoid belief nets: adding another latent layer adds one more expected-entropy term (Eq. 21)."],"supporting_citations":[{"why":"Supplies Theorem 1 and Theorem 2, the entropy-sum equality for EF generative models satisfying the parameterization criterion, which the paper applies to each model.","marker":"Lücke and Warnken (2024)"},{"why":"Established the entropy-sum result for variational autoencoders with linear/affine decoders, which the paper extends and connects to probabilistic PCA.","marker":"Damm et al. (2023)"},{"why":"Defines probabilistic PCA and its maximum-likelihood solution, used by the paper to verify consistency of Eq. (29).","marker":"Tipping and Bishop (1999)"},{"why":"Provides the p-PCA model and EM algorithm, referenced as the origin of probabilistic PCA for which the entropy-sum form is derived.","marker":"Roweis (1998)"}],"fun_headline_variants":["ELBO equals entropy sum at every stationary point","Entropy sum is the ELBO at stationary points","For many generative models, ELBO becomes entropy sum","ELBO converges to entropy sum at stationary points","Entropy sum emerges from ELBO at stationary points"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The whole argument leans on the two convergence theorems of the companion paper (arXiv:2209.03077): if those theorems carry hidden regularity conditions that some \"well-behaved\" variational distributions or non-linear mean functions fail to meet, every model-specific entropy-sum result here inherits the gap.","fun_headline_variants_meta":{"raw":{"variants":["ELBO equals entropy sum at every stationary point","Entropy sum is the ELBO at stationary points","For many generative models, ELBO becomes entropy sum","ELBO converges to entropy sum at stationary points","Entropy sum emerges from ELBO at stationary points"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.001339,"raw_usage":{"total_tokens":5446,"prompt_tokens":952,"completion_tokens":4494,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":568,"completion_tokens_details":{"reasoning_tokens":4420}},"tokens_in":568,"tokens_out":4494,"duration_ms":30067,"temperature":1.0,"reasoning_tokens":4420,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-11T04:20:23.120028+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Pick a concrete instance, e.g., a sigmoid belief net with one latent and one binary observable and a finite data set; run ELBO optimization to a stationary point that is a saddle point (or any stationary point) and numerically evaluate both sides of Eq. (10). Any mismatch between the ELBO value and the entropy-sum value would disprove Proposition 1 and the general claim. The same check can be repeated for probabilistic PCA using Eq. (29).","supporting_citations":[],"review_version":1}