Pith. sign in

REVIEW 2 major objections 1 minor 36 references

Exploring Pareto smoothing in sequential Monte Carlo

T0 review · 2 major / 1 minor · reviewed 2026-06-25 · grok-4.3

Pith's one-line read Empirical tests show only minimal benefits from adding Pareto smoothing to SMC samplers.

desk verdict Pareto smoothing adds little practical gain inside ABC-SMC because the sequence of targets already cuts most of the weight variance. read the letter →

arxiv 2606.25983 v1 pith:5AX5BS5S submitted 2026-06-24 stat.CO stat.ME

classification stat.COstat.ME
keywords ParetosmoothedimportancesamplingsequentialMonteCarloapproximateBayesiancomputationvariancereductionMCMCmoves
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 tests whether Pareto smoothed importance sampling can be inserted into sequential Monte Carlo algorithms to reduce the need for costly MCMC moves, with emphasis on ABC-SMC. Experiments indicate that the variance reduction already achieved by the sequence of intermediate targets outweighs any further gain from replacing the largest weights with Pareto quantiles. A reader would therefore expect the extra fitting step to add little practical value in standard SMC workflows.

What carries the argument

Pareto smoothed importance sampling (PSIS), which fits a generalised Pareto distribution to the upper tail of the importance weights and replaces those weights with the corresponding expected quantiles from the fit.

What would settle it

Running PSIS-enhanced SMC on a previously untested model or substantially higher dimension and observing a large drop in required MCMC steps or a marked rise in effective sample size would falsify the minimal-benefit conclusion.

Watch

Extended reading notes

Core claim

Our empirical investigation suggests that there are only minimal benefits to using Pareto smoothing in SMC, since the variance reduction through using a sequence of targets dominates the impact of the weight adjustment.

Load-bearing premise

The tested ABC-SMC algorithms, models, and problem dimensions are representative of the settings where practitioners would consider adding PSIS to reduce MCMC usage.

Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 1 minor

Summary. The manuscript explores the use of Pareto smoothed importance sampling (PSIS) within sequential Monte Carlo (SMC) samplers, with a focus on approximate Bayesian computation (ABC)-SMC algorithms. The goal is to assess whether PSIS can reduce the need for computationally expensive MCMC moves by adjusting importance weights via a generalized Pareto fit to the upper tail. The central empirical claim is that there are only minimal benefits to PSIS in this setting, as the variance reduction obtained from a sequence of targets dominates any effect from the PSIS weight adjustment.

Significance. If the empirical result holds under representative conditions, the work indicates that PSIS may not be required for variance control in SMC workflows, potentially simplifying algorithm design for models with expensive simulators. The paper is credited for performing a targeted empirical investigation of this specific combination of techniques, which addresses a practical question about computational trade-offs in ABC-SMC.

major comments (2)
  1. [Results section] Results section (empirical investigation): The design provides no information on particle count, problem dimension, tolerance schedule, number of replicates, choice of models, or simulator expense. Without these details it is impossible to determine whether the tested ABC-SMC regimes include the high-variance or high-cost settings in which the PSIS tail adjustment could still produce noticeable benefit, which is load-bearing for the claim that sequence-of-targets variance reduction dominates.
  2. [Abstract and results] Abstract and results: The headline conclusion that 'the variance reduction through using a sequence of targets dominates the impact of the weight adjustment' is presented as a general observation, yet the manuscript supplies no quantitative comparison (e.g., effective sample size or variance estimates before versus after PSIS) that would allow a reader to verify the claimed dominance in the reported runs.
minor comments (1)
  1. [Methods] Notation for the generalized Pareto distribution and the PSIS weight replacement rule should be introduced with an equation number in the methods section for clarity.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the detailed and constructive comments on our manuscript. We address each major comment below and will revise the manuscript accordingly to improve the transparency of the empirical investigation.

read point-by-point responses
  1. Referee: [Results section] Results section (empirical investigation): The design provides no information on particle count, problem dimension, tolerance schedule, number of replicates, choice of models, or simulator expense. Without these details it is impossible to determine whether the tested ABC-SMC regimes include the high-variance or high-cost settings in which the PSIS tail adjustment could still produce noticeable benefit, which is load-bearing for the claim that sequence-of-targets variance reduction dominates.

    Authors: We agree that these experimental details are necessary for readers to evaluate the conditions under which our findings hold. The revised manuscript will expand the Results section to explicitly report the particle count, problem dimension, tolerance schedule, number of replicates, choice of models, and simulator expense for each experiment. This addition will clarify the tested regimes and support assessment of whether high-variance or high-cost settings were included. revision: yes

  2. Referee: [Abstract and results] Abstract and results: The headline conclusion that 'the variance reduction through using a sequence of targets dominates the impact of the weight adjustment' is presented as a general observation, yet the manuscript supplies no quantitative comparison (e.g., effective sample size or variance estimates before versus after PSIS) that would allow a reader to verify the claimed dominance in the reported runs.

    Authors: The empirical results are derived from direct comparisons of variance and effective sample size across SMC runs with and without the PSIS adjustment. To make this dominance explicit and verifiable, the revised version will include additional quantitative comparisons (e.g., tables of effective sample size and variance estimates before versus after PSIS) in the Results section. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No derivation chain present; empirical claim is direct output of simulations

full rationale

The paper's central claim is an empirical observation drawn from simulation experiments on ABC-SMC algorithms, comparing variance and bias with and without PSIS. No mathematical derivation, fitted parameters renamed as predictions, or self-citation load-bearing steps are present. The conclusion that sequence-of-targets variance reduction dominates follows directly from the reported simulation outcomes without reducing to any input by construction, satisfying the criteria for a self-contained non-circular analysis.

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

This is an empirical methods paper. It introduces no new mathematical objects, free parameters, or invented entities; it relies only on standard assumptions of importance sampling and SMC already established in the cited literature.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Exploring Pareto smoothing in sequential Monte Carlo." pith.science (2026). https://pith.science/paper/5AX5BS5S

@misc{pith2026260625983,
  author       = {Pith},
  title        = {Pith review of: Exploring Pareto smoothing in sequential Monte Carlo},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/5AX5BS5S}},
  note         = {Machine review of arXiv:2606.25983}
}
read the original abstract

A popular technique for reducing the variance of importance sampling (IS) estimators is to modify the weights of some importance points. One approach is to truncate the largest weights, which reduces variance but can introduce substantial bias. Pareto smoothed importance sampling (PSIS), by contrast, reduces the variance of the weights by fitting a generalised Pareto distribution to the upper tail of the weight distribution and replacing the weights in this tail with the corresponding expected quantiles from the fitted distribution. PSIS can therefore also reduce variance, but typically with less bias, and has been used successfully in IS-based approximations for Bayesian cross-validation. This paper explores the use of PSIS steps within sequential Monte Carlo (SMC) samplers, with a particular focus on approximate Bayesian computation (ABC)-SMC algorithms, where we aim to use Pareto smoothing to reduce the use of Markov chain Monte Carlo (MCMC) moves, each of which requires simulation from a model that is often computationally expensive. Our empirical investigation suggests that there are only minimal benefits to using Pareto smoothing in SMC, since the variance reduction through using a sequence of targets dominates the impact of the weight adjustment.

Figures

Figures reproduced from arXiv: 2606.25983 by the authors.

Figure 1
Figure 1. ESS fraction ESS/N versus ˆk for three Gaussian examples. The proposal is N(0, 1), and the targets are N(10, 1), N(0, 10−5 ), and N(0, 10). Vertical dotted lines mark ˆk = 0.5 and ˆk = 0.7. 2.2 Relationship between ˆk and ESS The relationship between ˆk and the ESS is key to understanding how we may use PS in SMC. Vehtari et al. [2024] established the benefits of using PS when 0.5 < ˆk < 0.7, whereas the ESS is the … view at source ↗
Figure 2
Figure 2. Performance of the SMC variants for the three one-dimensional Gaussian examples [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. g–and–k model: pooled posterior violin plots across ABC-SMC variants. Each panel [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Lotka–Volterra model: pooled posterior violin plots across ABC-SMC variants. Each [PITH_FULL_IMAGE:figures/full_fig_p016_4.png]
Figure 5
Figure 5. Figure 5: Ricker model: pooled posterior violin plots across ABC-SMC variants. Each violin [PITH_FULL_IMAGE:figures/full_fig_p018_5.png]
Figure 6
Figure 6. Figure 6: ESS fraction ESS/N versus ˆk for the three 100-dimensional Gaussian examples. The qualitative behaviour is similar to the one-dimensional examples in [PITH_FULL_IMAGE:figures/full_fig_p020_6.png]
Figure 7
Figure 7. Figure 7: ESS fraction ESS/N versus ˆk for two exponential examples. The proposal distribution is Exp(1). The targets are Exp(100), corresponding to a strong contraction, and Exp(0.01), corresponding to a strong expansion [PITH_FULL_IMAGE:figures/full_fig_p021_7.png]
Figure 8
Figure 8. Figure 8: Detailed performance summaries for the mean-shift Gaussian SMC example [PITH_FULL_IMAGE:figures/full_fig_p021_8.png]
Figure 9
Figure 9. Figure 9: Detailed performance summaries for the variance-contraction Gaussian SMC example [PITH_FULL_IMAGE:figures/full_fig_p022_9.png]
Figure 10
Figure 10. Figure 10: Detailed performance summaries for the variance-expansion Gaussian SMC example [PITH_FULL_IMAGE:figures/full_fig_p022_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

36 extracted references · 4 canonical work pages

  1. [1]

    and Kass, Robert E

    Tokdar, Surya T. and Kass, Robert E. , title =. Wiley Interdisciplinary Reviews: Computational Statistics , volume =. 2010 , doi =

  2. [2]

    Advances in Importance Sampling , booktitle =

    Elvira, Víctor and Martino, Luca , publisher =. Advances in Importance Sampling , booktitle =. doi:https://doi.org/10.1002/9781118445112.stat08284 , url =. https://onlinelibrary.wiley.com/doi/pdf/10.1002/9781118445112.stat08284 , year =

  3. [3]

    , title =

    Ionides, Edward L. , title =. Journal of Computational and Graphical Statistics , volume =. 2008 , doi =

  4. [4]

    Journal of Machine Learning Research , volume =

    Vehtari, Aki and Simpson, Daniel and Gelman, Andrew and Yao, Yuling and Gabry, Jonah , title =. Journal of Machine Learning Research , volume =. 2024 , url =

  5. [5]

    Statistics and Computing , volume =

    Vehtari, Aki and Gelman, Andrew and Gabry, Jonah , title =. Statistics and Computing , volume =. 2017 , doi =

  6. [6]

    Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =

    Del Moral, Pierre and Doucet, Arnaud and Jasra, Ajay , title =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =. 2006 , doi =

  7. [7]

    Statistics and Computing , volume =

    Del Moral, Pierre and Doucet, Arnaud and Jasra, Ajay , title =. Statistics and Computing , volume =. 2012 , doi =

  8. [8]

    and Wong, Wing H

    Kong, Augustine and Liu, Jun S. and Wong, Wing H. , title =. Journal of the American Statistical Association , volume =. 1994 , doi =

Show all 36 references
  1. [9]

    and Papaspiliopoulos, Omiros , title =

    Chopin, Nicolas and Jacob, Pierre E. and Papaspiliopoulos, Omiros , title =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =. 2013 , doi =

  2. [10]

    2020 , series =

    Chopin, Nicolas and Papaspiliopoulos, Omiros , title =. 2020 , series =

  3. [11]

    , title =

    Agapiou, Sergios and Papaspiliopoulos, Omiros and Sanz-Alonso, Daniel and Stuart, Andrew M. , title =. Statistical Science , volume =. 2017 , doi =

  4. [12]

    , title =

    Neal, Radford M. , title =. Statistics and Computing , volume =. 2001 , doi =

  5. [13]

    arXiv preprint arXiv:2501.07685 , year =

    Han, Geonhee and Gelman, Andrew , title =. arXiv preprint arXiv:2501.07685 , year =. 2501.07685 , archivePrefix =

  6. [14]

    A Population

    Koblents, Eugenia and M. A Population. Statistics and Computing , volume =. 2015 , doi =

  7. [15]

    Importance Sampling with Transformed Weights , journal =

    V. Importance Sampling with Transformed Weights , journal =. 2017 , doi =

  8. [16]

    2018 , doi =

    Yao, Yuling and Vehtari, Aki and Simpson, Daniel and Gelman, Andrew , title =. 2018 , doi =

  9. [17]

    Rayner, G. D. and MacGillivray, H. L. , title =. Statistics and Computing , volume =. 2002 , doi =

  10. [18]

    and Pettitt, Anthony N

    Drovandi, Christopher C. and Pettitt, Anthony N. and Faddy, Malcolm J. , title =. Journal of the Royal Statistical Society: Series C (Applied Statistics) , volume =. 2011 , doi =

  11. [19]

    The R Journal , volume =

    Prangle, Dennis , title =. The R Journal , volume =. 2020 , doi =

  12. [20]

    Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =

    Fearnhead, Paul and Prangle, Dennis , title =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =. 2012 , doi =

  13. [21]

    , title =

    Ripley, Brian D. , title =

  14. [22]

    Wilkinson, D. J. , title =. 2013 , month =

  15. [23]

    Advances in Neural Information Processing Systems 29 , pages =

    Papamakarios, George and Murray, Iain , title =. Advances in Neural Information Processing Systems 29 , pages =

  16. [24]

    2024 , howpublished =

    Wilkinson, Darren , title =. 2024 , howpublished =. doi:10.32614/CRAN.package.smfsb , url =

  17. [25]

    Ricker, W. E. , title =. Journal of the Fisheries Research Board of Canada , volume =. 1954 , doi =

  18. [26]

    , title =

    Wood, Simon N. , title =. Nature , volume =. 2010 , doi =

  19. [27]

    and Fan, Yanan and Tanaka, Mark M

    Sisson, Scott A. and Fan, Yanan and Tanaka, Mark M. , title =. Proceedings of the National Academy of Sciences , volume =. 2007 , doi =

  20. [28]

    Toni, Tina and Welch, David and Strelkowa, Natalja and Ipsen, Andreas and Stumpf, Michael P. H. , title =. Journal of the Royal Society Interface , volume =. 2009 , doi =

  21. [29]

    and Zhang, Wenyang and Balding, David J

    Beaumont, Mark A. and Zhang, Wenyang and Balding, David J. , title =. Genetics , volume =. 2002 , url =

  22. [30]

    and Salmond, David J

    Gordon, Neil J. and Salmond, David J. and Smith, Adrian F. M. , title =. IEE Proceedings F: Radar and Signal Processing , volume =. 1993 , doi =

  23. [31]

    Nested Particle Filters for Online Parameter Estimation in Discrete-Time State-Space

    Crisan, Dan and M. Nested Particle Filters for Online Parameter Estimation in Discrete-Time State-Space. Bernoulli , volume =. 2018 , doi =

  24. [32]

    and Johansen, Adam M

    Everitt, Richard G. and Johansen, Adam M. and Rowing, Ellen and Evdemon-Hogan, Melina , journal =. 2017 , publisher =

  25. [33]

    The Annals of Applied Probability , volume =

    The Sample Size Required in Importance Sampling , author =. The Annals of Applied Probability , volume =. 2018 , publisher =

  26. [34]

    Proceedings of the 41st International Conference on Machine Learning , pages =

    A Connection between Tempering and Entropic Mirror Descent , author =. Proceedings of the 41st International Conference on Machine Learning , pages =. 2024 , editor =

  27. [35]

    Approximate Leave-Future-Out Cross-Validation for

    B. Approximate Leave-Future-Out Cross-Validation for. Journal of Statistical Computation and Simulation , volume =. 2020 , publisher =

  28. [36]

    Optimised Annealed Sequential

    Syed, Saifuddin and Bouchard-C. Optimised Annealed Sequential. arXiv preprint arXiv:2408.12057 , year =

Pith tools

Reviewed June 25, 2026 · model on record in the stance chip above.