REVIEW 4 major objections 5 minor 2 cited by
Hessian Geometry of Latent Space in Generative Models
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A Fisher metric recovered by learning the log-partition function reveals fractal phase boundaries in diffusion-model latent spaces, where geodesic interpolation breaks down.
desk verdict The Ising/TASEP reconstruction is a genuinely new and credible piece of work, but the diffusion-model phase transitions are an artifact-prone leap that the theory does not cover. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The log-partition function $\log Z(t)$ (the log of the normalizing constant of $p(x|t)$, viewed as a function of the latent parameter) is the central object: for exponential families its Hessian $\nabla^2 \log Z(t)$ equals the Fisher information metric. The paper's two theorems make it learnable from samples: Theorem 3.1 identifies the $N$-sample posterior limit with an exponential of the negative Bregman divergence (the gap between $\log Z(t)$ and its first-order Taylor approximation at $t'$), and Theorem 3.2 shows that matching that exponential determines the Hessian. The Bryant-Amari-Armstrong theorem supplies the bridge to non-exponential generative models on two-dimensional latent slices.
What would settle it
Estimate the actual distribution distance between generated images at nearby latent points (for example with a learned likelihood model or by comparing many sample pairs) and compare it with the squared feature-embedding distance used in the paper; if the two disagree near the alleged phase boundaries, the reported boundaries are artifacts of the feature encoder rather than geometry of the generative model.
Extended reading notes
Core claim
For an exponential family $p(x|t) = e^{\langle t, f(x)\rangle - \log Z(t)}$, the paper proves that the posterior over parameters given $N$ samples from $p(x|t')$ concentrates as $\bigl(p(t|x_1,\dots,x_N)\bigr)^{1/N} \to e^{-D_{\log Z}(t,t')}$, where $D_{\log Z}$ is the Bregman divergence, and that matching this exponential against the approximated posterior recovers $\log Z$ up to an affine term. Since the Fisher metric of an exponential family equals the Hessian $\nabla^2 \log Z(t)$, this gives a sample-based route to the latent-space metric. The Bryant-Amari-Armstrong theorem, stating that any two-dimensional analytic Riemannian metric locally admits a Hessian representation, extends the route to two-dimensional slices of non-exponential generative models. Applied to a text-to-image diffusion model with a pre-trained contrastive image encoder used as a stand-in for KL divergence, the recovered $\log Z$ shows abrupt derivative changes and fractal phase boundaries; geodesics are nearly linear within a phase and fail at boundaries, and Proposition 4.1 exhibits a bimodal Gaussian mixture whose reverse-ODE Lyapunov exponent $\lambda = \frac{\beta}{2}\left(1 + \frac{1-\sigma^2}{\sigma^4}\right)$ diverges as $\sigma \to 0$, modelling a boundary point.
Load-bearing premise
The diffusion-model results assume that the distance between feature embeddings of two generated images accurately measures how different the underlying image distributions are, with the feature distribution treated as Gaussian with identity covariance; if that proxy fails, the reconstructed metric and its phase boundaries describe the feature extractor rather than the generative model.
Editorial extensions
If this is right
- Latent-space interpolation should be treated as piecewise-geodesic: ordinary linear interpolation is adequate within a phase, but meaningful interpolation across a phase boundary requires the Fisher-metric geodesic.
- The same reconstruction pipeline can be applied to any two-parameter family of generative models, providing a way to detect phase transitions and locate non-smooth regions without knowing the model's unnormalized density.
- The fractal, self-similar structure of diffusion phase boundaries implies that arbitrarily small latent perturbations near a boundary can switch the generated image between distinct visual modes, down to the numerical precision of the latent representation.
- Adding stochasticity to the diffusion sampler smooths the reconstructed free-energy landscape and suppresses sharp phase boundaries, so the phase structure is most cleanly observed in the deterministic sampling regime.
- Free energy can be reconstructed without the Hamiltonian, which the paper shows by matching exact solutions on Ising and TASEP and beating the posterior-mean-as-statistics and PCA-VAE baselines.
Reading between the lines
- The mechanism implied by Proposition 4.1 suggests a general picture: the reverse diffusion map stretches a unimodal latent distribution onto disjoint image manifolds, so phase boundaries are exactly the places where nearby latents land on different manifolds; this picture could be tested by checking whether boundary locations predict the onset of multi-modality in generated sample sets.
- Because the diffusion results depend on the choice of image encoder, a natural extension is to validate the reconstructed metric with multiple feature extractors and see whether the phase boundaries are invariant; if they are not, the boundaries are properties of the embedding rather than of the generative model.
- The divergent Lipschitz constant at boundaries could be exploited practically: it offers a principled way to detect which latent directions are semantically unstable and to build interpolation or editing algorithms that route around phase boundaries.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a two-step procedure for reconstructing the Fisher information metric on the latent or parameter space of a generative model: first approximate the posterior p(t|x1,...,xN) over parameters given generated samples, then train an MLP to represent the log-partition function log Z(t) by matching this posterior, with the metric given by the Hessian ∇²log Z(t). Theoretical guarantees are stated for exponential families (Theorems 3.1 and 3.2). The method is validated against exact free energies for the 2D Ising model and TASEP, and then applied to two-dimensional slices of a Stable Diffusion latent space using CLIP embedding distances as a proxy for KL divergence. The diffusion experiments report fractal phase boundaries, approximately linear geodesics within phases, and a divergent Lipschitz constant at boundaries (Sec. 4.2, Proposition 4.1).
Significance. The idea of reconstructing a Hessian metric from posterior estimates is attractive, and for exponential-family models with a strictly convex log-partition function the posterior concentration argument of Theorem 3.1 is essentially correct. The code release and the comparison against exact Ising and TASEP free energies are useful assets. However, the paper's central diffusion-model claim—that fractal phase boundaries are intrinsic Fisher-geometric properties of the latent space—is not established. The experiments replace the generative likelihood with CLIP embedding distances under sufficient-statistic and Gaussian assumptions that are not validated, and the deterministic DDIM sampler makes the Fisher metric undefined without additional stochasticity. The sign error in Lemma 3.3 and the unproven extension to non-exponential families (TASEP) further weaken the theoretical foundation, while the paper contradicts itself on whether the phase structure is stable across feature extractors.
major comments (4)
- [§3.2, Eq. (21), Lemma 3.3] Lemma 3.3 and Eq. (21) contain a sign error: the normalized density derived from exp(−D_φ(t,t′)) should be exp(⟨t,∇φ(t′)⟩−φ(t)) / ∫ exp(⟨s,∇φ(t′)⟩−φ(s))ds, but the paper instead uses exp(−⟨t,∇φ(t′)⟩+φ(t)) in the numerator and denominator, which is the reciprocal of the correct kernel. Consequently, the Jensen–Shannon loss in Eq. (22) does not compare the estimated posterior with the correct normalized Bregman posterior, and the minimizer of L1(θ) need not recover log Z up to an affine transformation. Theorem 3.2, which is proved only for the L2 loss of Eq. (13), therefore does not justify the loss actually used in the experiments.
- [§2.2, §4.1] The method's convergence theorem (Theorem 3.1) is proved only under the exponential-family assumption stated in Eq. (9). Section 2.2 explicitly notes that TASEP does not take the exponential-family form of Eq. (6), yet the paper presents TASEP as a validation in Sec. 4.1 and Fig. 4. The invocation of Theorem 2.1 (Bryant–Amari–Armstrong) does not fill this gap: that theorem only asserts the existence of a local Hessian representation for any analytic 2D metric, and it says nothing about the posterior-based estimator of Eqs. (19)–(22) converging to the Fisher metric. The TASEP result is therefore without theoretical support, and the sentence in Sec. 2.3 claiming the approach is theoretically justified for any generative model is not supported by the stated theorems.
- [§4.2] The diffusion experiments fix DDIM η=0, making the generative mapping deterministic. For a deterministic map, p(x|t) is a point mass, so the Fisher metric of Eq. (4) is not defined without additional stochasticity; the paper itself defines the framework in Sec. 2 in terms of a stochastic generative mapping. The posterior in Eq. (19) is instead constructed from CLIP embedding distances, relying on the assumptions in Eqs. (16)–(18) that CLIP is an approximate sufficient statistic and that feature distributions are Gaussian with identity covariance. These assumptions are neither tested nor derived from the diffusion model. The learned Hessian in Eq. (24) is hence the Hessian of a surrogate CLIP-embedding process, and the paper never establishes that this equals the Fisher metric of p(x|t). The fractal boundaries and divergent Lipschitz constant reported in Sec. 4.2 and Proposition 4.1 are therefore not shown to be properties of the diffusion model's latent-space geometry.
- [§4.2] Section 4.2 contains a direct contradiction on the robustness of the phase boundaries. In the paragraph 'Using a Unet Mapping', the paper states that U2-Net predicts the generation parameters exactly and yields a smooth log Z(α,β), while in the paragraph 'Baselines and Metrics' it claims that 'the phase boundaries remained stable across all tested feature extractors.' Since U2-Net is one of the tested feature extractors, these statements cannot both hold; the comparison actually demonstrates that the reported fractal structure depends on the feature representation rather than being an intrinsic property of the diffusion model. This internal inconsistency directly undermines the central claim of the paper.
minor comments (5)
- [Throughout, Sec. 4.2] The name 'Lipschitz' is misspelled as 'Lipshitz' in several places, including Sec. 4.2 and the Discussion.
- [Appendix A, Eq. (47)] In the proof of Theorem 3.1, Eq. (47) writes e^{-D_B(t',t)} with the Bregman divergence arguments reversed relative to the theorem statement; the final conclusion is correct, but the intermediate notation is confusing and should be corrected to match Eq. (11).
- [§3.2] The statement that the MLP 'converges to the convex function during the training' is unsubstantiated; no convergence result for the nonconvex MLP optimization is provided.
- [§4.2, Eq. (19)] The paper does not specify which CLIP variant, feature normalization, or dimensionality reduction is used when computing the distances in Eq. (19), making the diffusion experiments difficult to reproduce.
- [Fig. 6] The caption claims self-similarity down to float16 precision at scale 10^{-8}, but no scale bar or axes description is provided to verify the claimed magnification levels.
Circularity Check
The diffusion-model phase transitions are, by construction, the cusps of the CLIP-distance surrogate posterior: Eq. 19 defines the target posterior from CLIP embeddings, Eq. 22 fits log Z_theta to it, and Eq. 24 declares its Hessian to be the Fisher metric, so the fractal boundaries are re-descriptions of the input feature distances.
-
fitted input called prediction
[Sec. 3.1 Eq. 19; Sec. 3.2 Eqs. 22 and 24; applied in Sec. 4.2 (Figs. 5-6)]
"Then the posterior could be approximated as p(t|x1, . . . , xN ) ≈ e− N 2 ||E(x)−E(x′)||2 , x ∼ p(x|t), x′ ∼ p(x|t′). (19) ... The resulting approximation of the Fisher metric is gF (t) = ∇2 log Zθ∗ (t), θ∗ = argmin θ L(θ) (24)"
Equations 22 and 24 make the diffusion "Fisher metric" the Hessian of a potential that is fit, by construction, to the CLIP-distance posterior of Eq. 19. The loss L1(θ) drives p_logZ_θ(t|t') toward p(t|x1,...,xN) ≈ exp(−N/2 ||E(x)−E(x')||²), so any cusp or fractal structure already present in the CLIP embedding-distance field must be encoded in ∇² log Z_θ*; the phase boundaries of Fig. 6 are therefore a re-description of the input feature distances, not an independent property of StableDiffusion's p(x|t). The chain Eqs. 16-18 that would identify the CLIP posterior with the true posterior (E as approximate sufficient statistic, Gaussian identity-covariance features) is assumed, not demonstrated. The U2Net result in Sec.
full rationale
We examined the derivation chain from Eq. 8 through Theorems 3.1 and 3.2 to the diffusion experiments. The statistical-physics core is independent: Ising is an exponential family, TASEP has an exact free energy, and the reconstructions are compared to Onsager/exact TASEP solutions (Table 1, Figs. 3-4); no fitted input is renamed as a prediction there. The circularity is confined to the diffusion claim. In Sec. 3.1 the posterior is replaced by Eq. 19, a Gaussian-in-feature-space function of CLIP distance. The training loss Eq. 22 fits log Z_θ so that its normalized Bregman exponential matches this CLIP posterior, and Eq. 24 then identifies ∇² log Z_θ* as the Fisher metric. Therefore the recovered metric is, by construction, the Hessian of the CLIP-distance surrogate; any discontinuity or fractal cusp in the CLIP distance field must appear as a phase boundary in the learned metric. The paper's own U2Net experiment (Sec. 4.2) shows that a different posterior estimator yields a smooth log Z, confirming the feature-extractor dependence. The conditions that would make the surrogate equal the true Fisher metric of p(x|t) (Eqs. 16-18: E approximately sufficient, Gaussian identity-covariance features) are stated but never validated for StableDiffusion/CLIP. Thus the headline result for diffusion models is not an independent measurement of the generative model's Fisher metric; it is the fitted CLIP-distance potential renamed as a phase transition. No self-citation chain is involved; the Bryant-Amari-Armstrong theorem is external, though it only ensures existence of a Hessian representation and is not what supplies the experimental equality. Score 6 reflects partial circularity: the diffusion prediction reduces by construction, while the exact-solvable-model validation remains independent.
Assumptions & free parameters
free parameters (5)
- posterior smoothing width sigma =
1/50 (Ising), 1/150 (TASEP)
- effective sample count N in CLIP posterior =
not stated
- CLIP feature covariance =
identity (assumed)
- MLP architecture for log Z =
5 hidden layers, width 512, ReLU
- diffusion generation settings =
guidance scale 5, 50 DDIM steps, eta=0, latent normalization
assumptions (6)
- domain assumption p(x|t) is an exponential family for the model being analyzed
- standard math Bryant-Amari-Armstrong theorem: every 2D analytic Riemannian metric is locally Hessian
- ad hoc to paper A pre-trained feature extractor E acts as an approximately sufficient statistic: D_KL(p(x|t1)||p(x|t2)) is approximated by d(E(x1),E(x2))
- ad hoc to paper Feature distributions p(E(x)|t) are approximately Gaussian with identity covariance
- domain assumption Uniform prior p(t) over the latent domain S
- ad hoc to paper The MLP trained with JSD loss converges to the true log Z(t)
invented entities (2)
-
Phase and phase-transition boundary in diffusion latent space
-
Divergent Lipschitz constant at phase boundaries
Cite this review
Pith. "Pith review of Hessian Geometry of Latent Space in Generative Models." pith.science (2026). https://pith.science/paper/Y2WWKYAF
@misc{pith2026250610632,
author = {Pith},
title = {Pith review of: Hessian Geometry of Latent Space in Generative Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/Y2WWKYAF}},
note = {Machine review of arXiv:2506.10632}
}
read the original abstract
This paper presents a novel method for analyzing the latent space geometry of generative models, including statistical physics models and diffusion models, by reconstructing the Fisher information metric. The method approximates the posterior distribution of latent variables given generated samples and uses this to learn the log-partition function, which defines the Fisher metric for exponential families. Theoretical convergence guarantees are provided, and the method is validated on the Ising and TASEP models, outperforming existing baselines in reconstructing thermodynamic quantities. Applied to diffusion models, the method reveals a fractal structure of phase transitions in the latent space, characterized by abrupt changes in the Fisher metric. We demonstrate that while geodesic interpolations are approximately linear within individual phases, this linearity breaks down at phase boundaries, where the diffusion model exhibits a divergent Lipschitz constant with respect to the latent space. These findings provide new insights into the complex structure of diffusion model latent spaces and their connection to phenomena like phase transitions. Our source code is available at https://github.com/alobashev/hessian-geometry-of-diffusion-models.
Figures
Figures from the paper (9 more)
Forward citations
Cited by 2 Pith papers
-
Geodesic Calculus on Implicitly Defined Latent Manifolds
A learned denoising projection defines latent manifolds implicitly, and a time-discrete Riemannian calculus on this representation computes geodesic interpolations and exponential-map extrapolations on autoencoder lat...
-
VASP Plugins: Linking the Vienna ab-initio Simulation Package with Python
A C++/pybind11 shared-memory plugin layer exposes VASP SCF and ionic data as NumPy arrays so Python can modify structure, forces, local potential, and occupancies in place.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Amari, S.-i. and Armstrong, J. Curvature of hessian manifolds. Differential Geometry and its Applications, 33: 0 1--12, 2014
work page 2014
-
[3]
Arvanitidis, G., Hansen, L. K., and Hauberg, S. Latent space oddity: on the curvature of deep generative models. arXiv preprint arXiv:1710.11379, 2017
arXiv 2017
-
[4]
Baxter, R. J. and Enting, I. G. 399th solution of the ising model. Journal of Physics A: Mathematical and General, 11 0 (12): 0 2463, 1978
work page 1978
-
[5]
Dynamical regimes of diffusion models
Biroli, G., Bonnaire, T., De Bortoli, V., and M \'e zard, M. Dynamical regimes of diffusion models. Nature Communications, 15 0 (1): 0 9957, 2024
work page 2024
-
[6]
Blythe, R. A. and Evans, M. R. Nonequilibrium steady states of matrix-product form: a solver's guide. Journal of Physics A: Mathematical and General, 40 0 (46): 0 R333, 2007
work page 2007
-
[7]
Brown, B. C., Caterini, A. L., Ross, B. L., Cresswell, J. C., and Loaiza-Ganem, G. Verifying the union of manifolds hypothesis for image data. arXiv preprint arXiv:2207.02862, 2022
arXiv 2022
-
[8]
Answer to mathoverflow question ``when a riemannian manifold is of hessian type''
Bryant, R. Answer to mathoverflow question ``when a riemannian manifold is of hessian type''. http://mathoverflow.net/questions/122308/, 2013. Accessed: Jan 20 2025
work page 2013
Show all 34 references
-
[9]
Bryant, R. L. Hessianizability of surface metrics. arXiv preprint arXiv:2405.06998, 2024
2024 arXiv
-
[10]
F., Malvezzi, A
Canabarro, A., Fanchini, F. F., Malvezzi, A. L., Pereira, R., and Chaves, R. Unveiling phase transitions with machine learning. Physical Review B, 100 0 (4): 0 045129, 2019
2019
-
[11]
and Melko, R
Carrasquilla, J. and Melko, R. G. Machine learning phases of matter. Nature Physics, 13 0 (5): 0 431--434, 2017
2017
-
[12]
R., Hakim, V., and Pasquier, V
Derrida, B., Evans, M. R., Hakim, V., and Pasquier, V. Exact solution of a 1d asymmetric exclusion model using a matrix formulation. Journal of Physics A: Mathematical and General, 26 0 (7): 0 1493, 1993
1993
-
[13]
and Prangle, D
Fearnhead, P. and Prangle, D. Constructing summary statistics for approximate bayesian computation: semi-automatic approximate bayesian computation. Journal of the Royal Statistical Society Series B: Statistical Methodology, 74 0 (3): 0 419--474, 2012
2012
-
[14]
Smooth diffusion: Crafting smooth latent spaces in diffusion models
Guo, J., Xu, X., Pu, Y., Ni, Z., Wang, C., Vasu, M., Song, S., Huang, G., and Shi, H. Smooth diffusion: Crafting smooth latent spaces in diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 7548--7558, 2024
2024
-
[15]
Beitrag zur theorie des ferromagnetismus
Ising, E. Beitrag zur theorie des ferromagnetismus. Zeitschrift f \"u r Physik , 31 0 (1): 0 253--258, 1925
1925
-
[16]
Jiang, B., Wu, T.-y., Zheng, C., and Wong, W. H. Learning summary statistic for approximate bayesian computation via deep neural network. Statistica Sinica, pp.\ 1595--1618, 2017
2017
-
[17]
and Ward, J
Kac, M. and Ward, J. C. A combinatorial solution of the two-dimensional ising model. Physical Review, 88 0 (6): 0 1332, 1952
1952
-
[18]
A style-based generator architecture for generative adversarial networks
Karras, T., Laine, S., and Aila, T. A style-based generator architecture for generative adversarial networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pp.\ 4401--4410, 2019
2019
-
[19]
L., Redner, S., and Ben-Naim, E
Krapivsky, P. L., Redner, S., and Ben-Naim, E. A kinetic view of statistical physics. Cambridge University Press, 2010
2010
-
[20]
Self-discovering interpretable diffusion latent directions for responsible text-to-image generation
Li, H., Shen, C., Torr, P., Tresp, V., and Gu, J. Self-discovering interpretable diffusion latent directions for responsible text-to-image generation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 12006--12016, 2024
2024
-
[21]
Smoothing the disentangled latent style space for unsupervised image-to-image translation
Liu, Y., Sangineto, E., Chen, Y., Bao, L., Zhang, H., Sebe, N., Lepri, B., Wang, W., and De Nadai, M. Smoothing the disentangled latent style space for unsupervised image-to-image translation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition...
2021
-
[22]
Dreamshaper-8
Lykon. Dreamshaper-8. https://huggingface.co/Lykon/dreamshaper-8, 2023
2023
-
[23]
Crystal statistics
Onsager, L. Crystal statistics. i. a two-dimensional model with an order-disorder transition. Physical Review, 65 0 (3-4): 0 117, 1944
1944
-
[24]
Understanding the latent space of diffusion models through the lens of riemannian geometry
Park, Y.-H., Kwon, M., Choi, J., Jo, J., and Uh, Y. Understanding the latent space of diffusion models through the lens of riemannian geometry. Advances in Neural Information Processing Systems, 36: 0 24129--24142, 2023
2023
-
[25]
R., and Jagersand, M
Qin, X., Zhang, Z., Huang, C., Dehghan, M., Zaiane, O. R., and Jagersand, M. U2-net: Going deeper with nested u-structure for salient object detection. Pattern Recognition, 106: 0 107404, 2020
2020
-
[26]
a ming, N., Tarnowski, M., Asteria, L., Fl \
Rem, B. S., K \"a ming, N., Tarnowski, M., Asteria, L., Fl \"a schner, N., Becker, C., Sengstock, K., and Weitenberg, C. Identifying quantum phase transitions using artificial neural networks on experimental data. Nature Physics, 15 0 (9): 0 917--920, 2019
2019
-
[27]
A phase transition in diffusion models reveals the hierarchical nature of data
Sclocchi, A., Favero, A., and Wyart, M. A phase transition in diffusion models reveals the hierarchical nature of data. Proceedings of the National Academy of Sciences, 122 0 (1): 0 e2408799121, 2025
2025
-
[28]
The riemannian geometry of deep generative models
Shao, H., Kumar, A., and Thomas Fletcher, P. The riemannian geometry of deep generative models. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, pp.\ 315--323, 2018
2018
-
[29]
Denoising diffusion implicit models
Song, J., Meng, C., and Ermon, S. Denoising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2020
2010 arXiv
-
[30]
Tosi, A., Hauberg, S., Vellido, A., and Lawrence, N. D. Metrics for probabilistic geometries. arXiv preprint arXiv:1411.7432, 2014
2014 arXiv
-
[31]
P., Liu, Y.-H., and Huber, S
Van Nieuwenburg, E. P., Liu, Y.-H., and Huber, S. D. Learning phase transitions by confusion. Nature Physics, 13 0 (5): 0 435--439, 2017
2017
-
[32]
Deep learning on the 2-dimensional ising model to extract the crossover region with a variational autoencoder
Walker, N., Tam, K.-M., and Jarrell, M. Deep learning on the 2-dimensional ising model to extract the crossover region with a variational autoencoder. Scientific reports, 10 0 (1): 0 1--12, 2020
2020
-
[33]
Unsupervised learning of topological phase transitions using the calinski-harabaz index
Wang, J., Zhang, W., Hua, T., and Wei, T.-C. Unsupervised learning of topological phase transitions using the calinski-harabaz index. Physical Review Research, 3 0 (1): 0 013074, 2021
2021
-
[34]
Lipschitz singularities in diffusion models
Yang, Z., Feng, R., Zhang, H., Shen, Y., Zhu, K., Huang, L., Zhang, Y., Liu, Y., Zhao, D., Zhou, J., et al. Lipschitz singularities in diffusion models. In The Twelfth International Conference on Learning Representations, 2023
2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.