Pith. sign in

REVIEW 4 major objections 3 minor 34 references

Optimization-Free Diffusion Model -- A Perturbation Theory Approach

T0 review · 4 major / 3 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Diffusion-model score estimation can be reduced to solving a linear system by expanding the score in eigenfunctions of the backward Kolmogorov operator, with no neural-network training and no forward SDE simulation.

desk verdict Genuinely new linear-system reformulation of score estimation, but Theorem 3's proof has a repairable flaw and the high-dimensional experiments rest on an unquantified truncation assumption. read the letter →

arxiv 2505.23652 v2 pith:TL3DHZCV submitted 2025-05-29 math.NA cs.LGcs.NA

classification math.NAcs.LGcs.NA MSC 65C2065M7068T0568T0962G09
keywords DiffusionmodelsOptimization-freemethodsPerturbationtheoryBackwardKolmogorovoperatoreigenfunctionsScorematchingClusterbasis
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes a generative-modeling method that replaces neural-network training and forward SDE simulation with spectral linear algebra. Its central claim: if the score function of the reverse diffusion is expanded in a sparse set of eigenfunctions of the backward Kolmogorov operator associated with a chosen base distribution, the score at every time solves a linear system whose coefficients are computable from initial samples alone. The time evolution of the needed integrals is carried by exponential decay factors $e^{\lambda_k t}$, so no intermediate samples need to be generated. The paper also proves a perturbation-theory error bound: for densities that are a small perturbation of the base distribution, the score-approximation error is controlled by $\delta^2/|\lambda_1|$ times tail terms. The significance is a principled, optimization-free route to score estimation with explicit error control and, under a locality assumption, cost linear in dimension.

What carries the argument

The workhorse is the eigenfunction heat-kernel identity $\int f_k \rho_t dx = e^{\lambda_k t}\int f_k \rho_0 dx$, which follows from $L f_k = \lambda_k f_k$ and the fact that $\rho_t = e^{L^* t}\rho_0$. It converts every integral against the time-dependent density into an initial-sample Monte Carlo integral times a known scalar exponential, removing the need to simulate the forward process at intermediate times. Around this sit the expansion identities (14), which express products and derivatives of basis functions in the same eigenbasis; when these expansions are exact (Hermite or Fourier bases) the computed $A(t)$ and $b(t)$ are exact, and when they are approximate (numerically computed mean-field eigenfunctions) the method inherits the truncation error. The linear system $A(t)C(t) = -B(t)$ is then the optimization-free closure, and the sparse 2-cluster basis controls dimensionality.

What would settle it

Compute the residual of the product and derivative expansions (14) for the numerically computed mean-field eigenfunctions on the 32- or 64-dimensional Ginzburg-Landau targets: if that projection error is not small, or if the score error from the linear system does not track the $\delta^2/|\lambda_1|$ bound as the perturbation scale grows, the method's central closure fails.

Watch

Extended reading notes

Core claim

Starting from the score-matching objective, the paper shows that when the score is written as $c(t)^T f(x) - \beta\nabla V(x)$ with $f$ an eigenbasis of $L = -\nabla V\cdot\nabla + \beta^{-1}\Delta$, the optimal coefficients solve the linear system $A(t)C(t) = -B(t)$ in closed form. The entries $A$ and $B$ are integrals against the time-evolving density $\rho_t$, and the key identity $\int f_k \rho_t dx = e^{\lambda_k t}\int f_k \rho_0 dx$ converts them into exponentially weighted integrals against the initial data, eliminating the forward SDE. Under the perturbative assumption $\rho_0 = C_\rho \rho_\infty(1 + \delta\sum_i p_i f_i)$, Theorem 3 bounds the score error by $(\delta^2/|\lambda_1|)(r(M+1) + (\delta/(1-\delta))^2 r(1))$, where $r(M)$ measures the tail of the gradient expansion. For separable or near-separable base distributions the eigenfunctions factorize, and a local 2-cluster basis keeps the number of active coefficients at $O(d_b d n^2)$, giving an overall cost of $O(N d_b^2 d^2 n^4 + N_t d_b^2 d^2 n^6)$ when combined with randomized low-rank solving. Numerical results on double-well, Ginzburg-Landau, and MNIST are offered as evidence that the approach works in practice.

Load-bearing premise

The forward-SDE-free computation assumes that products and derivatives of the chosen eigenfunctions can be re-expanded in a finite eigenbasis with negligible error; this is exact for Hermite and Fourier bases, but for the numerically computed mean-field basis used in the main experiments this truncation error is not controlled, and the experimental results depend on it.

Editorial extensions

If this is right

  • Score estimation no longer requires gradient descent or forward SDE simulation: a single Monte Carlo estimate against $\rho_0$ is reused across all times via exponential weights.
  • For Gaussian (Hermite) and periodic (Fourier) base distributions, the ansatz is closed because products and derivatives of basis functions are exact linear combinations, leaving only Monte Carlo and truncation error.
  • Under the perturbation assumption, the score-approximation error provably decays like $\delta^2$ with the perturbation scale and improves as the number of eigenfunctions $M$ grows through the tail term $r(M+1)$.
  • With a local 2-cluster basis and randomized low-rank solving, the cost is $O(N d_b^2 d^2 n^4 + N_t d_b^2 d^2 n^6)$, avoiding the $O(N N_t d_b^2 d^2 n^4)$ cost of Euler-Maruyama-based coefficient computation.
  • The learned score can be plugged into the reverse-time SDE to generate new samples, and the paper demonstrates this on high-dimensional Boltzmann distributions and MNIST images.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural testable extension is to apply the same spectral linear-system formulation to other semigroups with known eigenfunctions (for example, other reversible diffusions or discrete-state Markov chains), where the identity replacing (13) would be the analogous eigenfunction decay.
  • For the numerically constructed mean-field basis, the paper does not quantify the error of truncating the product and derivative expansions in (14); a concrete check would be to measure that projection residual on the Ginzburg-Landau examples and compare it against the observed score error.
  • The perturbation bound suggests a practical diagnostic: estimate the effective perturbation scale $\delta$ from the discrepancy between $\rho_0$ and the mean-field base, and use it to predict when the linear-system score estimate should be trustworthy.
  • The method can be viewed as a spectral collocation approach to score matching, which opens a comparison against other non-neural score estimators such as random-feature or kernel-based methods in the same perturbative regime.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 3 minor

Summary. The manuscript proposes a diffusion-model score estimation method that avoids neural-network optimization and forward-SDE simulation. The score is expanded in eigenfunctions of the backward Kolmogorov operator of a user-chosen base distribution, and the variational score-matching objective is reduced to a linear system whose coefficients are propagated in time by exponential eigenvalue factors. The paper analyzes the approximation error under a perturbation assumption, introduces a cluster basis to mitigate the curse of dimensionality, and reports experiments on one- and multi-dimensional Boltzmann densities and on MNIST after PCA reduction.

Significance. The Section 2 reformulation is algebraically sound, and the observation that Hermite and Fourier bases close under the operations in (14) with |S'|=2|S| is a useful and clearly explained computational point. If the theoretical bound and the high-dimensional closure argument were correct, the paper would offer a rare example of an optimization-free and simulation-free diffusion pipeline. However, the central perturbation-theoretic bound is not established, and the main high-dimensional experiments rely on an unquantified projection step for the mean-field basis. These gaps are load-bearing, so the current manuscript does not support its advertised contributions.

major comments (4)
  1. [Section 4, proof of Theorem 3] The proof of the central bound (27) uses the pointwise inequality |Σᵢ pᵢ e^{λᵢ t} fᵢ(x)| ≤ |Σᵢ pᵢ fᵢ(x)|, which is false for signed coefficients because the nonnegative weights e^{λᵢ t} are not all equal and can remove cancellations present in the unweighted sum. Assumption 1 bounds only the sup-norm of the signed sum, not the weighted sum or the sum of absolute values. The later inequality ‖Σᵢ pᵢ e^{λᵢ t} ∇fᵢ(x)‖ ≤ e^{λ₁ t}‖Σᵢ pᵢ ∇fᵢ(x)‖ has the same defect. Consequently the geometric expansion of the logarithm and the e^{2λ₁ t} decay used to reach (27) are not justified, and Theorem 3 is not established as stated. A corrected proof requires either a stronger assumption controlling Σᵢ |pᵢ fᵢ(x)| pointwise or a different argument that proves the weighted-sum bound.
  2. [Section 3.2 and Appendix A] The exactness of expansion (14) is essential for the coefficient formulas (15) and (16). This exactness holds for Hermite and Fourier bases, but for the mean-field approximated basis used in the high-dimensional experiments, the numerically computed one-dimensional eigenfunctions are not closed under products or derivatives. Appendix A simply postulates expansions such as (A2) without quantifying the projection error. The computed A(t) and b(t) are therefore coefficients of a projected auxiliary problem, and Theorem 3, which assumes exact eigenfunctions of ρ∞, does not control this truncation. The Ginzburg-Landau results in Table 1 and Figures 4–5 do not validate the method in the non-Hermite, non-Fourier setting that is claimed to overcome the curse of dimensionality.
  3. [Section 5.4] The MNIST experiment first reduces the data to 10 PCA components and then applies the algorithm in this 10-dimensional latent space before mapping back to images. This validates the method on a 10-dimensional problem, not on the original 784-dimensional image distribution. Moreover, no quantitative comparison with a baseline diffusion model, flow matching, or neural score estimator is provided; the qualitative images alone do not support the claim of competitive performance.
  4. [Section 4, statement of Theorem 3] The theorem assumes V∈F_M and then selects s_M(t,x) = −∇V(x) + δΣ_{i=1}^{M} p_i e^{λ_i t} ∇f_i(x) as an element of L²([0,∞),F_M). This membership requires ∇f_i∈F_M for i≤M, which is not generally true unless the basis and F_M are chosen carefully (for Hermite and Fourier bases, derivative closure requires including the appropriate shifted or constant modes). The hypothesis as stated does not guarantee that the proposed s_M lies in the hypothesis class.
minor comments (3)
  1. [Section 1.1 vs. Section 3.2.3] The complexity claim in the Introduction, O(N d_b² d² n⁴ + N_t d_b³ d³ n⁶), is inconsistent with the final complexity in Eq. (22), O(N d_b² d² n⁴ + N_t d_b² d² n⁶); please reconcile these statements.
  2. [Section 4, Theorem 2] The statistical-error assumption is stated informally with 'with high probability P=P(N,err_stat,F_M)'; it should be written as an explicit probabilistic inequality, specifying the confidence parameter and the dependence on the model class.
  3. [Throughout] There are several typographical and terminology errors, including 'seperable' in Section 3.2.1, 'In order to proof' in Appendix C, and the missing definition of the 'relative one-marginal density error' used in Section 5.2 and Figure 3.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the core derivation is a direct spectral Galerkin/score-matching computation, and the only notable gap, the unquantified closure approximation for numerically computed mean-field eigenfunctions, is an error-control issue rather than a circular reduction.

full rationale

I walked the claimed derivation chain. The score-matching objective (6) is standard, the eigenfunction ansatz (5) is a linear representation choice, and the propagation identity (13) is an exact operator identity. Equations (14)-(16) are identities when the expansion set S' is closed under products and derivatives, which the paper explicitly verifies for the Hermite and Fourier bases (Section 3.1.3). For the mean-field approximated basis used in the high-dimensional experiments, Appendix A postulates expansions (A2) without quantifying the projection error; this is an unquantified approximation and a real correctness/error-control gap, but it does not make the output equivalent to the input: the computed A(t), b(t), and score coefficients are not defined in terms of the target score or the final generated samples. Theorem 3 is an upper bound expressed through the tail function r(M) of Assumption 1; it bounds the true score error by the natural approximation tail and the perturbation scale, and it does not fit or invert any quantity that is then relabeled as the prediction. The rank-selection step in Section 5.3 is hyperparameter tuning, not a fitted input renamed as a prediction. The cluster basis is defined explicitly in (19), and references [31,32] are cited only as the source of the terminology, not as a load-bearing uniqueness or convergence theorem. No self-definitional step, no imported uniqueness theorem, and no ansatz smuggled in solely via self-citation are present. Therefore, the paper has no significant circularity on the evidence quotable from the text.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The method introduces several structural assumptions: a perturbative relationship between target and base, a finite closure of the eigenbasis under products, and a sparse cluster structure for high dimensions. The free parameters are mostly hyperparameters of the experiments; the rank is selected on training data. No invented entities are introduced.

free parameters (5)
  • Rank r_A in low-rank linear solver = chosen per dataset to minimize relative error in initial score estimation
    Section 5.3: the rank that minimizes the relative error in the initial score estimation is selected and reused for all time steps; this is data-dependent model selection.
  • Moment order n_m in entropy maximization = 6 in all high-dimensional experiments
    Sections 5.2 and 5.3 fix n_m=6 to construct the mean-field base distribution.
  • Bandwidth d_b of local cluster basis = 2 (double-well) and 4 (Ginzburg-Landau)
    Section 5.2 and 5.3: controls the set of interacting coordinate pairs in the local 2-cluster basis.
  • Number of eigenfunctions per dimension n = 10 in high-dimensional experiments
    Sections 5.2 and 5.3 fix n=10.
  • Perturbation scale δ = not estimated, assumed small
    The error bound in Theorem 3 is proportional to δ^2; δ is an assumption parameter, not estimated from data.
assumptions (5)
  • domain assumption Target density is a perturbation of the base distribution: ρ_0 = C_ρ ρ_∞ (1 + δ Σ p_i f_i) with sup |Σ p_i f_i| ≤ 1 and tail gradient decay (25).
    This is Assumption 1, used to derive the error bound in Theorem 3. Stated explicitly in Section 4.
  • domain assumption The base potential V belongs to the hypothesis class F_M in Theorem 3.
    Theorem 3 assumes V ∈ F_M; this holds for Gaussian and constant potentials but is not guaranteed for the mean-field approximated basis, where V is a polynomial of degree n_m and the eigenfunctions are not polynomials.
  • ad hoc to paper The product and derivative expansions in (14) hold with low or no interpolation error using a finite set S'.
    Exact for Hermite and Fourier bases; approximate for general mean-field bases, with no error bound provided.
  • domain assumption The score can be represented by a sparse local 2-cluster basis B^local_{2,d} (20).
    Introduced in Section 3.2.2 to make high-dimensional computation feasible; plausible for nearest-neighbor interactions but not generally true.
  • standard math Spectral decomposition of the backward Kolmogorov operator with eigenvalues 0 = λ_0 > λ_1 ≥ ... and e^{Lt} f_k = e^{λ_k t} f_k.
    Standard functional calculus for self-adjoint generators; used in (13).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Optimization-Free Diffusion Model -- A Perturbation Theory Approach." pith.science (2026). https://pith.science/paper/TL3DHZCV

@misc{pith2026250523652,
  author       = {Pith},
  title        = {Pith review of: Optimization-Free Diffusion Model -- A Perturbation Theory Approach},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TL3DHZCV}},
  note         = {Machine review of arXiv:2505.23652}
}
read the original abstract

Diffusion models have emerged as a powerful framework in generative modeling, typically relying on optimizing neural networks to estimate the score function via forward SDE simulations. In this work, we propose an alternative method that is both optimization-free and forward SDE-free. By expanding the score function in a sparse set of eigenbasis of the backward Kolmogorov operator associated with the diffusion process, we reformulate score estimation as the solution to a linear system, avoiding iterative optimization and time-dependent sample generation. We analyze the approximation error using perturbation theory and demonstrate the effectiveness of our method on high-dimensional Boltzmann distributions and real-world datasets.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

34 extracted references · 16 canonical work pages

  1. [1]

    Journal of Machine Learning Research6(4) (2005)

    Hyv¨ arinen, A., Dayan, P.: Estimation of non-normalized statistical models by score matching. Journal of Machine Learning Research6(4) (2005)

  2. [2]

    Stochastic Processes and their Applications12(3), 313–326 (1982)

    Anderson, B.D.O.: Reverse-time diffusion equation models. Stochastic Processes and their Applications12(3), 313–326 (1982)

  3. [3]

    Advances in neural information processing systems32(2019)

    Song, Y., Ermon, S.: Generative modeling by estimating gradients of the data distribution. Advances in neural information processing systems32(2019)

  4. [4]

    arXiv preprint arXiv:1912.02164 (2019)

    Dathathri, S., Madotto, A., Lan, J., Hung, J., Frank, E., Molino, P., Yosinski, J., Liu, R.: Plug and play language models: A simple approach to controlled text generation. arXiv preprint arXiv:1912.02164 (2019)

  5. [5]

    Advances in neural information processing systems33, 12438–12448 (2020)

    Song, Y., Ermon, S.: Improved techniques for training score-based generative models. Advances in neural information processing systems33, 12438–12448 (2020)

  6. [6]

    arXiv preprint arXiv:2011.13456 (2020)

    Song, Y., Sohl-Dickstein, J., Kingma, D.P., Kumar, A., Ermon, S., Poole, B.: Score-based generative modeling through stochastic differential equations. arXiv preprint arXiv:2011.13456 (2020)

  7. [7]

    arXiv preprint arXiv:2108.01073 (2021)

    Meng, C., He, Y., Song, Y., Song, J., Wu, J., Zhu, J.-Y., Ermon, S.: Sdedit: Guided image synthesis and editing with stochastic differential equations. arXiv preprint arXiv:2108.01073 (2021)

  8. [8]

    Advances in Neural Information Processing Systems35, 22870–22882 (2022)

    Lee, H., Lu, J., Tan, Y.: Convergence for score-based generative modeling with polynomial complexity. Advances in Neural Information Processing Systems35, 22870–22882 (2022)

Show all 34 references
  1. [9]

    In: International Conference on Algorithmic Learning Theory, pp

    Lee, H., Lu, J., Tan, Y.: Convergence of score-based generative modeling for general data distributions. In: International Conference on Algorithmic Learning Theory, pp. 946–985 (2023). PMLR

  2. [10]

    Advances in neural information processing systems33, 6840–6851 (2020)

    Ho, J., Jain, A., Abbeel, P.: Denoising diffusion probabilistic models. Advances in neural information processing systems33, 6840–6851 (2020)

  3. [11]

    In: International Confer- ence on Machine Learning, pp

    Sohl-Dickstein, J., Weiss, E., Maheswaranathan, N., Ganguli, S.: Deep unsuper- vised learning using nonequilibrium thermodynamics. In: International Confer- ence on Machine Learning, pp. 2256–2265 (2015). pmlr

  4. [12]

    Advances in neural information processing systems 34, 1415–1428 (2021)

    Song, Y., Durkan, C., Murray, I., Ermon, S.: Maximum likelihood training of score-based diffusion models. Advances in neural information processing systems 34, 1415–1428 (2021)

  5. [13]

    Advances in neural information processing systems34, 11287–11302 (2021) 35

    Vahdat, A., Kreis, K., Kautz, J.: Score-based generative modeling in latent space. Advances in neural information processing systems34, 11287–11302 (2021) 35

  6. [14]

    arXiv preprint arXiv:2210.02747 (2022)

    Lipman, Y., Chen, R.T., Ben-Hamu, H., Nickel, M., Le, M.: Flow matching for generative modeling. arXiv preprint arXiv:2210.02747 (2022)

  7. [15]

    arXiv preprint arXiv:2209.03003 (2022)

    Liu, X., Gong, C., Liu, Q.: Flow straight and fast: Learning to generate and transfer data with rectified flow. arXiv preprint arXiv:2209.03003 (2022)

  8. [16]

    arXiv preprint arXiv:2209.14577 (2022)

    Liu, Q.: Rectified flow: A marginal preserving approach to optimal transport. arXiv preprint arXiv:2209.14577 (2022)

  9. [17]

    arXiv preprint arXiv:2209.15571 (2022)

    Albergo, M.S., Vanden-Eijnden, E.: Building normalizing flows with stochastic interpolants. arXiv preprint arXiv:2209.15571 (2022)

  10. [18]

    arXiv preprint arXiv:2303.08797 (2023)

    Albergo, M.S., Boffi, N.M., Vanden-Eijnden, E.: Stochastic interpolants: A unifying framework for flows and diffusions. arXiv preprint arXiv:2303.08797 (2023)

  11. [19]

    arXiv preprint arXiv:2310.03725 (2023)

    Albergo, M.S., Goldstein, M., Boffi, N.M., Ranganath, R., Vanden-Eijnden, E.: Stochastic interpolants with data-dependent couplings. arXiv preprint arXiv:2310.03725 (2023)

  12. [20]

    ACM Computing Surveys56(4), 1–39 (2023)

    Yang, L., Zhang, Z., Song, Y., Hong, S., Xu, R., Zhao, Y., Zhang, W., Cui, B., Yang, M.-H.: Diffusion models: A comprehensive survey of methods and applications. ACM Computing Surveys56(4), 1–39 (2023)

  13. [21]

    Foundations and Trends®in Computer Graphics and Vision16(4), 322–471 (2024)

    Chan, S.,et al.: Tutorial on diffusion models for imaging and vision. Foundations and Trends®in Computer Graphics and Vision16(4), 322–471 (2024)

  14. [22]

    IEEE Transactions on Pattern Analysis and Machine Intelligence (2025)

    Ma, Z., Zhang, Y., Jia, G., Zhao, L., Ma, Y., Ma, M., Liu, G., Zhang, K., Ding, N., Li, J., et al.: Efficient diffusion models: A comprehensive survey from principles to practices. IEEE Transactions on Pattern Analysis and Machine Intelligence (2025)

  15. [23]

    In: International Conference on Machine Learning, pp

    Chen, M., Huang, K., Zhao, T., Wang, M.: Score approximation, estimation and distribution recovery of diffusion models on low-dimensional data. In: International Conference on Machine Learning, pp. 4672–4712 (2023). PMLR

  16. [24]

    In: International Conference on Machine Learning, pp

    Oko, K., Akiyama, S., Suzuki, T.: Diffusion models are minimax optimal dis- tribution estimators. In: International Conference on Machine Learning, pp. 26517–26582 (2023). PMLR

  17. [25]

    arXiv preprint arXiv:2002.00107 (2020)

    Block, A., Mroueh, Y., Rakhlin, A.: Generative modeling with denoising auto- encoders and langevin sampling. arXiv preprint arXiv:2002.00107 (2020)

  18. [26]

    arXiv preprint arXiv:2401.15604 (2024) 36

    Han, Y., Razaviyayn, M., Xu, R.: Neural network-based score estimation in dif- fusion models: Optimization and generalization. arXiv preprint arXiv:2401.15604 (2024) 36

  19. [27]

    arXiv preprint arXiv:2404.07771 (2024)

    Chen, M., Mei, S., Fan, J., Wang, M.: An overview of diffusion models: Appli- cations, guided generation, statistical rates and optimization. arXiv preprint arXiv:2404.07771 (2024)

  20. [28]

    Texts in applied mathe- matics60(2014)

    Pavliotis, G.A.: Stochastic processes and applications. Texts in applied mathe- matics60(2014)

  21. [29]

    Cambridge university press, ??? (2004)

    Boyd, S., Vandenberghe, L.: Convex Optimization. Cambridge university press, ??? (2004)

  22. [30]

    Foundations and Trends®in Machine Learning1(1–2), 1–305 (2008)

    Wainwright, M.J., Jordan, M.I.,et al.: Graphical models, exponential families, and variational inference. Foundations and Trends®in Machine Learning1(1–2), 1–305 (2008)

  23. [31]

    arXiv preprint arXiv:2305.17884 (2023)

    Chen, Y., Khoo, Y.: Combining particle and tensor-network methods for partial differential equations via sketching. arXiv preprint arXiv:2305.17884 (2023)

  24. [32]

    arXiv preprint arXiv:2304.05305 (2023)

    Peng, Y., Chen, Y., Stoudenmire, E.M., Khoo, Y.: Generative modeling via hierarchical tensor sketching. arXiv preprint arXiv:2304.05305 (2023)

  25. [33]

    Proceedings of the National Academy of Sciences104(51), 20167–20172 (2007)

    Liberty, E., Woolfe, F., Martinsson, P.-G., Rokhlin, V., Tygert, M.: Random- ized algorithms for the low-rank approximation of matrices. Proceedings of the National Academy of Sciences104(51), 20167–20172 (2007)

  26. [34]

    SIAM review53(2), 217–288 (2011) 37

    Halko, N., Martinsson, P.-G., Tropp, J.A.: Finding structure with randomness: Probabilistic algorithms for constructing approximate matrix decompositions. SIAM review53(2), 217–288 (2011) 37

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.