pith. sign in

arxiv: 2606.01086 · v1 · pith:32LYOUUSnew · submitted 2026-05-31 · 💻 cs.LG · cs.AI

Strong Stochastic Flow Maps

Pith reviewed 2026-06-28 17:43 UTC · model grok-4.3

classification 💻 cs.LG cs.AI
keywords strong stochastic flow mapsadditive-noise SDEspolynomial Brownian approximationdiffusion modelsstrong convergencefew-step sampling
0
0 comments X

The pith

Strong Stochastic Flow Maps learn the strong solution map of additive-noise SDEs by training on a pathwise-convergent polynomial approximation to Brownian motion.

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

The paper proposes Strong Stochastic Flow Maps as a direct generalization of deterministic flow maps to the case of additive-noise stochastic differential equations. Earlier flow-map techniques recovered only marginal distributions at the end of the process, but the new maps aim to recover entire sample paths. The central device is a polynomial approximation to Brownian motion that converges on each individual path rather than merely in distribution. This approximation supplies a simulation-free training objective for the solution map. If the construction holds, diffusion models could produce accurate trajectories with far fewer network evaluations than current numerical integration requires.

Core claim

Strong Stochastic Flow Maps learn the strong solution map of additive-noise SDEs by replacing the driving Brownian motion with a polynomial approximation shown to converge pathwise; the resulting training objective is simulation-free and yields maps that recover solution paths rather than only terminal marginals.

What carries the argument

The polynomial approximation to Brownian motion, which supplies pathwise convergence and thereby enables a strong (pathwise) rather than weak (marginal) training objective for the flow map.

If this is right

  • SSFMs enable few-step sampling for diffusion models while recovering entire solution paths.
  • The maps outperform prior stochastic flow-map methods on image-generation benchmarks.
  • Molecular systems can be simulated with few network evaluations under the new maps.
  • Training no longer requires repeated simulation of the underlying stochastic process.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same polynomial device might be adapted to other driving noises whose paths admit polynomial approximations.
  • Pathwise accuracy could matter for downstream tasks that depend on the whole trajectory, such as hitting-time statistics or path-dependent functionals.
  • The framework might be combined with existing numerical SDE integrators to produce hybrid few-step correctors.

Load-bearing premise

The polynomial approximation to Brownian motion converges pathwise.

What would settle it

An explicit counterexample path on which the polynomial approximation diverges from the true Brownian motion, or empirical trajectories generated by the learned map that systematically deviate from true SDE solutions in the strong sense.

Figures

Figures reproduced from arXiv: 2606.01086 by Alexander Tong, James Foster, Niklas Rindtorff, Sam McCallum, Timothy Herschell, Zander W. Blasingame.

Figure 1
Figure 1. Figure 1: Strong vs. weak stochastic flow maps. Top: The strong stochastic flow map solution is consistent pathwise for a given realization of the Brownian motion Wt(ω). Bottom: The weak stochastic flow map samples independently from the marginal distribution at each time. flow map, have obtained state-of-the-art performance with low NFEs in image generation (Geng, Deng, et al. 2025; Geng, Y. Lu, et al. 2025) and Bo… view at source ↗
Figure 2
Figure 2. Figure 2: Strong error of the SSFM as a function of [PITH_FULL_IMAGE:figures/full_fig_p008_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Left: Ground-truth Brownian path Wt and 4-th degree polynomial approximation W(4) t over 16 intervals. Right: Ground-truth SDE solution driven by Wt and learned 16-step flow map driven by W(4) t . 4.2 Image generation We demonstrate the strong stochastic flow map construction for image generation on the CIFAR-10 and CelebA-64 datasets (Krizhevsky et al. 2009; Z. Liu et al. 2015). The training procedure fol… view at source ↗
Figure 4
Figure 4. Figure 4: Top: SSFM with fixed X0 and same Wt across step counts. Bottom: SSFM with fixed X0, different Wt across step counts. The results can be seen in [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Ramachandran plots for Alanine-Dipeptide showing ground truth data, diffusion mixture [PITH_FULL_IMAGE:figures/full_fig_p011_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Brownian path Wt and associated polynomial approximations W(N) t over 16-steps. 3Passaro et al. (2026) discusses the nuances between these works in more detail. 28 [PITH_FULL_IMAGE:figures/full_fig_p028_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Ground truth SDE and SSFM prediction for many step counts. [PITH_FULL_IMAGE:figures/full_fig_p029_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Pooled Chignolin Ramachandran plots. All backbone [PITH_FULL_IMAGE:figures/full_fig_p033_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Chignolin tICA plots. Ground-truth data is shown in the [PITH_FULL_IMAGE:figures/full_fig_p033_9.png] view at source ↗
read the original abstract

Flow and diffusion models generate high-quality samples in many modalities; however, many network evaluations are required during inference due to numerical integration of an underlying differential equation. Flow maps alleviate this problem by learning the solution map of the differential equation directly, enabling few-step sampling. Yet, current methods are restricted to approximating the solution map of ODEs. These methods can be used to learn the transition kernel of an SDE, thereby obtaining a solution map that recovers the marginal distributions of the process (weak convergence) rather than the solution path (strong convergence). We propose Strong Stochastic Flow Maps (SSFMs) as a novel framework for learning the strong solution map of additive-noise SDEs, directly generalizing deterministic flow maps to the stochastic setting. Further, a polynomial approximation to Brownian motion is introduced and shown to converge pathwise. These results enable a simulation-free training objective for the solution map of diffusion models. We demonstrate that SSFMs outperform previous stochastic flow map methods on image generation and enable few-step sampling of molecular systems.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 1 minor

Summary. The paper proposes Strong Stochastic Flow Maps (SSFMs) to learn the strong (pathwise) solution map of additive-noise SDEs by generalizing deterministic flow maps, introduces a polynomial approximation to Brownian motion asserted to converge pathwise, derives a simulation-free training objective for diffusion model solution maps from this approximation, and reports empirical outperformance versus prior stochastic flow-map methods on image generation tasks plus few-step sampling for molecular systems.

Significance. If the pathwise convergence holds with the required uniformity, the framework would enable strong rather than weak approximation of SDE flows, offering a concrete route to few-step sampling that preserves pathwise properties; this would be a meaningful technical advance over existing weak-convergence stochastic flow maps, with direct applicability to generative modeling and molecular dynamics.

major comments (2)
  1. [Abstract] Abstract: the central claim that the polynomial approximation to Brownian motion 'converges pathwise' is load-bearing for the distinction between strong and weak convergence and for the simulation-free objective, yet the abstract supplies neither a proof sketch, rate, nor statement of the topology (e.g., a.s. uniform on [0,T]); without this, the training objective cannot be guaranteed to target the strong solution map rather than marginals.
  2. [Training objective derivation] The derivation of the training objective (presumed §4) rests on substituting the polynomial approximant for the driving Brownian motion; if the convergence established is only in probability or in distribution rather than almost-sure uniform, the objective collapses to the weak-convergence case already covered by prior methods, undermining the novelty claim.
minor comments (1)
  1. [Experiments] Experimental section: baseline comparisons, dataset details, and quantitative metrics (e.g., FID, NLL) for the image-generation and molecular experiments are referenced only at high level; explicit tables or figures with these numbers would strengthen the empirical claims.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their careful reading and for highlighting the importance of clearly establishing the pathwise convergence claim. We address each major comment below. Where the manuscript requires clarification or expansion, we will revise accordingly.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claim that the polynomial approximation to Brownian motion 'converges pathwise' is load-bearing for the distinction between strong and weak convergence and for the simulation-free objective, yet the abstract supplies neither a proof sketch, rate, nor statement of the topology (e.g., a.s. uniform on [0,T]); without this, the training objective cannot be guaranteed to target the strong solution map rather than marginals.

    Authors: We agree that the abstract is too terse on this point. The manuscript (Section 3) proves almost-sure uniform convergence on [0,T] for the polynomial approximant (Theorem 3.2, with explicit rate in the sup-norm). We will revise the abstract to include a concise statement of this topology and convergence mode so that the distinction from weak methods is immediately clear. revision: yes

  2. Referee: [Training objective derivation] The derivation of the training objective (presumed §4) rests on substituting the polynomial approximant for the driving Brownian motion; if the convergence established is only in probability or in distribution rather than almost-sure uniform, the objective collapses to the weak-convergence case already covered by prior methods, undermining the novelty claim.

    Authors: The proof in Section 3 establishes almost-sure uniform convergence on compact intervals, which is the precise mode needed for the pathwise substitution argument in §4. Because the approximant converges a.s. uniformly, the composed objective converges to the strong solution map (not merely in distribution). We will add a short clarifying paragraph in §4 that explicitly invokes the a.s. uniform topology to make this step transparent. revision: yes

Circularity Check

0 steps flagged

No significant circularity; core claims rest on independent construction and claimed proof.

full rationale

The abstract and description present the polynomial approximation to Brownian motion as a new construction whose pathwise convergence is asserted to be shown, directly enabling the simulation-free objective for strong solutions. No quoted step reduces a prediction to a fitted input by construction, invokes a self-citation as the sole justification for a uniqueness or ansatz claim, or renames a known result. The derivation chain is therefore not equivalent to its inputs; the pathwise-convergence claim functions as an external mathematical step rather than a tautology.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review yields no identifiable free parameters, axioms, or invented entities; the polynomial approximation may implicitly introduce degree or scaling choices but none are stated.

pith-pipeline@v0.9.1-grok · 5714 in / 1145 out tokens · 27540 ms · 2026-06-28T17:43:16.734113+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

76 extracted references · 3 canonical work pages

  1. [1]

    Peter Holderrieth and Uriel Singer and Tommi Jaakkola and Ricky T. Q. Chen and Yaron Lipman and Brian Karrer , booktitle=. 2026 , url=

  2. [2]

    The Eleventh International Conference on Learning Representations , year=

    Flow Matching for Generative Modeling , author=. The Eleventh International Conference on Learning Representations , year=

  3. [3]

    Journal of Machine Learning Research , volume=

    Stochastic interpolants: A unifying framework for flows and diffusions , author=. Journal of Machine Learning Research , volume=

  4. [4]

    The Eleventh International Conference on Learning Representations , year=

    Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow , author=. The Eleventh International Conference on Learning Representations , year=

  5. [5]

    Transactions on Machine Learning Research , issn=

    Improving and generalizing flow-based generative models with minibatch optimal transport , author=. Transactions on Machine Learning Research , issn=. 2024 , url=

  6. [6]

    Non-Denoising Forward-Time Diffusions , author=

  7. [7]

    Flow Matching Guide and Code , author=

  8. [8]

    International Conference on Learning Representations , year=

    Score-Based Generative Modeling through Stochastic Differential Equations , author=. International Conference on Learning Representations , year=

  9. [9]

    Stochastic Processes and their Applications , volume=

    Reverse-time diffusion equation models , author=. Stochastic Processes and their Applications , volume=. 1982 , publisher=

  10. [10]

    Entropy , volume=

    Interacting particle solutions of fokker--planck equations through gradient--log--density estimation , author=. Entropy , volume=. 2020 , publisher=

  11. [11]

    The Blessing of Randomness:

    Shen Nie and Hanzhong Allan Guo and Cheng Lu and Yuhao Zhou and Chenyu Zheng and Chongxuan Li , booktitle=. The Blessing of Randomness:. 2024 , url=

  12. [12]

    2022 , note =

    Kidger, Patrick , title =. 2022 , note =

  13. [13]

    Dormand, J. R. and Prince, P. J. , title=. J. Comp. Appl. Math , year=

  14. [14]

    Shampine , journal=

    Lawrence F. Shampine , journal=. Some Practical. 1986 , doi=

  15. [15]

    2024 , url=

    Multistep Consistency Models , author=. 2024 , url=

  16. [16]

    The Twelfth International Conference on Learning Representations , year=

    Improved Techniques for Training Consistency Models , author=. The Twelfth International Conference on Learning Representations , year=

  17. [17]

    Consistency Trajectory Models: Learning Probability Flow

    Dongjun Kim and Chieh-Hsin Lai and Wei-Hsiang Liao and Naoki Murata and Yuhta Takida and Toshimitsu Uesaka and Yutong He and Yuki Mitsufuji and Stefano Ermon , booktitle=. Consistency Trajectory Models: Learning Probability Flow. 2024 , url=

  18. [18]

    The Thirteenth International Conference on Learning Representations , year=

    One Step Diffusion via Shortcut Models , author=. The Thirteenth International Conference on Learning Representations , year=

  19. [19]

    arXiv preprint arXiv:2505.18825 , year=

    How to build a consistency model: Learning flow maps via self-distillation , author=. arXiv preprint arXiv:2505.18825 , year=

  20. [20]

    arXiv preprint arXiv:2406.07507 , year=

    Flow map matching , author=. arXiv preprint arXiv:2406.07507 , year=

  21. [21]

    The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

    Align Your Flow: Scaling Continuous-Time Flow Map Distillation , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

  22. [22]

    The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

    Mean Flows for One-step Generative Modeling , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

  23. [23]

    Proceedings of the 40th International Conference on Machine Learning , pages =

    Consistency Models , author =. Proceedings of the 40th International Conference on Machine Learning , pages =. 2023 , editor =

  24. [24]

    Chen, Ricky T. Q. and Rubanova, Yulia and Bettencourt, Jesse and Duvenaud, David K , booktitle =. Neural Ordinary Differential Equations , url =

  25. [25]

    Probability Theory and Stochastic Modelling, vol

    Stochastic Flows and Jump-Diffusions , author=. doi:10.1007/978-981-13-3801-4 , year=

  26. [26]

    2010 , publisher=

    Multidimensional stochastic processes as rough paths: theory and applications , author=. 2010 , publisher=

  27. [27]

    A course on rough paths: With an introduction to regularity structures

    Friz, Peter K and Hairer, Martin. A course on rough paths: With an introduction to regularity structures

  28. [28]

    2020 , url =

    Numerical approximations for stochastic differential equations , author =. 2020 , url =

  29. [29]

    doi:10.1007/978-3-642-14394-6 , year=

    Stochastic Differential Equations: An Introduction with Applications , author=. doi:10.1007/978-3-642-14394-6 , year=

  30. [30]

    Forty-second International Conference on Machine Learning , year=

    Conditioning Diffusions Using Malliavin Calculus , author=. Forty-second International Conference on Machine Learning , year=

  31. [31]

    Publications of the Research Institute for Mathematical Sciences , volume=

    A class of approximations of Brownian motion , author=. Publications of the Research Institute for Mathematical Sciences , volume=. 1977 , publisher=

  32. [32]

    Revista Matem

    Differential equations driven by rough signals , author=. Revista Matem

  33. [33]

    SIAM Journal on Numerical Analysis , volume=

    An optimal polynomial approximation of Brownian motion , author=. SIAM Journal on Numerical Analysis , volume=. 2020 , publisher=

  34. [34]

    Stratonovich and It

    Kloeden, Peter E and Platen, Eckhard , journal=. Stratonovich and It. 1991 , publisher=

  35. [35]

    arXiv preprint arXiv:2405.06464 , year=

    Single-seed generation of Brownian paths and integrals for adaptive and high order SDE solvers , author=. arXiv preprint arXiv:2405.06464 , year=

  36. [36]

    The Fourteenth International Conference on Learning Representations , year=

    Decoupled MeanFlow: Turning Flow Models into Flow Maps for Accelerated Sampling , author=. The Fourteenth International Conference on Learning Representations , year=

  37. [37]

    arXiv preprint arXiv:2601.14430 , year=

    Meta Flow Maps enable scalable reward alignment , author=. arXiv preprint arXiv:2601.14430 , year=

  38. [38]

    ICLR 2026 2nd Workshop on Deep Generative Model in Machine Learning: Theory, Principle and Efficacy , year=

    Stochastic Few-step Models , author=. ICLR 2026 2nd Workshop on Deep Generative Model in Machine Learning: Theory, Principle and Efficacy , year=

  39. [39]

    arXiv preprint arXiv:2602.05993 , year=

    Diamond Maps: Efficient Reward Alignment via Stochastic Flow Maps , author=. arXiv preprint arXiv:2602.05993 , year=

  40. [40]

    Annalen der Physik , volume=

    Die mittlere Energie rotierender elektrischer Dipole im Strahlungsfeld , author=. Annalen der Physik , volume=. 1914 , publisher=

  41. [41]

    Planck, VM , journal=

  42. [42]

    Kolmogorov, A , journal=

  43. [43]

    2022 , url=

    Cheng Lu and Yuhao Zhou and Fan Bao and Jianfei Chen and Chongxuan Li and Jun Zhu , booktitle=. 2022 , url=

  44. [44]

    The Annals of Mathematical Statistics , volume=

    On the convergence of ordinary integrals to stochastic integrals , author=. The Annals of Mathematical Statistics , volume=. 1965 , publisher=

  45. [45]

    International Journal of Engineering Science , volume=

    On the relation between ordinary and stochastic differential equations , author=. International Journal of Engineering Science , volume=. 1965 , publisher=

  46. [46]

    Proceedings of the London Mathematical Society , volume=

    Iterated integrals and exponential homomorphisms , author=. Proceedings of the London Mathematical Society , volume=. 1954 , publisher=

  47. [47]

    Annals of Mathematics , volume=

    Integration of paths, geometric invariants and a generalized Baker-Hausdorff formula , author=. Annals of Mathematics , volume=. 1957 , publisher=

  48. [48]

    International conference on machine learning , pages=

    Deep unsupervised learning using nonequilibrium thermodynamics , author=. International conference on machine learning , pages=. 2015 , organization=

  49. [49]

    Denoising Diffusion Probabilistic Models , url =

    Ho, Jonathan and Jain, Ajay and Abbeel, Pieter , booktitle =. Denoising Diffusion Probabilistic Models , url =

  50. [50]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  51. [51]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Align your latents: High-resolution video synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  52. [52]

    Nature , volume=

    De novo design of protein structure and function with RFdiffusion , author=. Nature , volume=. 2023 , publisher=

  53. [53]

    2026 , url=

    Rehman, Danyal and Akhound-Sadegh, Tara and Gazizov, Artem and Bengio, Yoshua and Tong, Alexander , booktitle=. 2026 , url=

  54. [54]

    IEEE Transactions on Biometrics, Behavior, and Identity Science , volume=

    Leveraging diffusion for strong and high quality face morphing attacks , author=. IEEE Transactions on Biometrics, Behavior, and Identity Science , volume=. 2024 , publisher=

  55. [55]

    The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

    Consistent Sampling and Simulation: Molecular Dynamics with Energy-Based Diffusion Models , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

  56. [56]

    Efficient and Accurate Gradients for Neural

    Patrick Kidger and James Foster and Xuechen Li and Terry Lyons , booktitle=. Efficient and Accurate Gradients for Neural. 2021 , url=

  57. [57]

    Proceedings of The 2nd Symposium on Advances in Approximate Bayesian Inference , pages =

    Scalable Gradients and Variational Inference for Stochastic Differential Equations , author =. Proceedings of The 2nd Symposium on Advances in Approximate Bayesian Inference , pages =. 2020 , editor =

  58. [58]

    The Twelfth International Conference on Learning Representations , year=

    Stable Neural Stochastic Differential Equations in Analyzing Irregular Time Series Data , author=. The Twelfth International Conference on Learning Representations , year=

  59. [59]

    Forty-first International Conference on Machine Learning , year=

    Log Neural Controlled Differential Equations: The Lie Brackets Make A Difference , author=. Forty-first International Conference on Machine Learning , year=

  60. [60]

    2026 , eprint=

    General Multimodal Protein Design Enables DNA-Encoding of Chemistry , author=. 2026 , eprint=

  61. [61]

    The Eleventh International Conference on Learning Representations , year=

    Fast Sampling of Diffusion Models with Exponential Integrator , author=. The Eleventh International Conference on Learning Representations , year=

  62. [62]

    2023 , url=

    Martin Gonzalez and Nelson Fernandez and Thuy Vinh Dinh Tran and Elies Gherbi and Hatem Hajri and Nader Masmoudi , booktitle=. 2023 , url=

  63. [63]

    2026 , booktitle =

    Rex: A Family of Reversible Exponential (Stochastic) Runge-Kutta Solvers , author =. 2026 , booktitle =

  64. [64]

    arXiv preprint arXiv:2512.02012 , year=

    Improved mean flows: On the challenges of fastforward generative models , author=. arXiv preprint arXiv:2512.02012 , year=

  65. [65]

    Advances in Neural Information Processing Systems , volume=

    Smooth normalizing flows , author=. Advances in Neural Information Processing Systems , volume=

  66. [66]

    2009 , publisher=

    Learning multiple layers of features from tiny images , author=. 2009 , publisher=

  67. [67]

    Proceedings of International Conference on Computer Vision (ICCV) , month =

    Deep Learning Face Attributes in the Wild , author =. Proceedings of International Conference on Computer Vision (ICCV) , month =

  68. [68]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Analyzing and improving the training dynamics of diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  69. [69]

    A. M. Garsia and E. Rodemich and H. Rumsey and M. Rosenblatt , journal =. A Real Variable Lemma and the Continuity of Paths of Some Gaussian Processes , urldate =

  70. [70]

    A semicircle law and decorrelation phenomena for iterated Kolmogorov loops , volume=

    Habermann, Karen , year=. A semicircle law and decorrelation phenomena for iterated Kolmogorov loops , volume=. Journal of the London Mathematical Society , publisher=. doi:10.1112/jlms.12384 , number=

  71. [71]

    The Thirteenth International Conference on Learning Representations , year=

    Generator Matching: Generative modeling with arbitrary Markov processes , author=. The Thirteenth International Conference on Learning Representations , year=

  72. [72]

    arXiv preprint arXiv:2508.16939 , year=

    Sig-DEG for Distillation: Making Diffusion Models Faster and Lighter , author=. arXiv preprint arXiv:2508.16939 , year=

  73. [73]

    Hypersolvers: Toward Fast Continuous-Depth Models , url =

    Poli, Michael and Massaroli, Stefano and Yamashita, Atsushi and Asama, Hajime and Park, Jinkyoo , booktitle =. Hypersolvers: Toward Fast Continuous-Depth Models , url =

  74. [74]

    Neural Stochastic Flows: Solver-Free Modelling and Inference for

    Naoki Kiyohara and Edward Johns and Yingzhen Li , booktitle=. Neural Stochastic Flows: Solver-Free Modelling and Inference for. 2025 , url=

  75. [75]

    Proceedings of the 32nd International Conference on Machine Learning , pages =

    Variational Inference with Normalizing Flows , author =. Proceedings of the 32nd International Conference on Machine Learning , pages =. 2015 , editor =

  76. [76]

    The annals of mathematical statistics , volume=

    On information and sufficiency , author=. The annals of mathematical statistics , volume=. 1951 , publisher=