REVIEW 4 major objections 7 minor 238 references
Generalized reparametrized variational Bayes with skew-symmetric normalization
T0 review · 4 major / 7 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read KNorm-RVB, a two-step reparametrization that normalizes local variables and then reflects away their skewness, makes mean-field variational inference accurate enough to beat current approximations on generalized linear mixed models, mixed m
desk verdict KNorm-RVB is a real extension of Tan's RVB with a clean skew-symmetric construction and careful change-of-variable theory; the main caveat is an unquantified Gaussian approximation at the normalization step, which is addressable rather than fatal. 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 K-component skew-symmetric density representation and its stochastic sampler. Any density g on R^N can be written uniquely as K f w, where f is the average of g over a finite abelian group of blockwise reflections (coordinate signs flipped blockwise about a point c) and w is a skewing function that sums to one over the group. Procedure 1 exploits the reverse direction: after normalizing b to tilde b via an affine map built from the Cholesky factor of the sparse conditional precision, KNorm-RVB samples a group element uniformly and sets b* = c + S(tilde b - c), producing a draw from the symmetrized, less skewed density. Theorem 2 shows this step strictly decreases KL divergence to N(c,I),
What would settle it
Take a synthetic hierarchical model whose local conditional posterior is deliberately bimodal or strongly skewed away from a Gaussian fit at the mode (e.g., a logistic random-intercept model with very few observations per subject and strong separation), run KNorm-RVB with K=2 and K=2^n, and compare MMD/ELBO against MCMC and plain R-VB. If KNorm-RVB's accuracy margins collapse or become negative when the Taylor-mode Gaussian is a visibly bad fit, the claim is conditional on near-Gaussian local conditionals; if margins persist, the robustness claim holds.
Extended reading notes
Core claim
KNorm-RVB's central claim is that normalizing alone is insufficient: after the standard RVB affine transformation, transformed local variables can remain skewed, and that skewness is what keeps mean-field VI off target. The paper constructs a K-component skew-symmetric density representation in which any conditional posterior can be averaged over a group of blockwise reflections about a point c, giving a symmetrized density that is closer to Gaussian; drawing from it is as simple as applying a uniformly chosen reflection to the normalized draw. The paper proves that this symmetrization strictly reduces the KL divergence to N(c,I), that the symmetrized conditional posterior is even-symmetric
Load-bearing premise
The whole construction hangs on the second-order Taylor expansion of the local log-likelihood about the conditional posterior mode being a good Gaussian approximation to p(b|θ_g,y); if the true conditional is multimodal, highly skewed at the mode, or the mode is poorly estimated, the normalization and reflection steps may not produce the advertised accuracy gains, and the paper does not quantify this error.
Editorial extensions
If this is right
- On factorized local conditionals (e.g., GLMMs and MMNL models), the cost of the full K=2^n reflection group grows linearly in n rather than exponentially, so the strongest Gaussianization is affordable exactly where it helps most.
- Larger blockwise reflection groups monotonically improve the KL fit of the transformed local posterior to a standard Gaussian, giving a principled accuracy/compute dial (K=2, 16, 256 in the paper's SAR and SV experiments).
- When the stated concavity and symmetry conditions hold, the local variational block is provably centered at the true posterior mean and reproduces the true correlation structure up to scale, so residual error is confined to scale and tail behavior.
- Adding a closed skew normal variational family for global and mixing variables captures skewness that remains after local symmetrization, which is why the CSN variants post the highest MMD scores in the reported comparisons.
- The same two-step recipe covers latent non-Gaussian models (heavy-tailed driving noise) by conditioning on mixing variables, so one method spans both Gaussian and heavy-tailed latent fields.
Reading between the lines
- The symmetrization acts on the target density, not on the variational family, so it should transport to richer approximators (normalizing flows, importance-weighted VI, full-rank Gaussians) unchanged; the paper only demonstrates Gaussian local families plus CSN globals.
- The exact mean-recovery theorems assume even-symmetry that KNorm-RVB enforces by construction, but the correlation-recovery theorem assumes elliptical symmetry that it does not enforce; in practice the observed gains may owe as much to a smoother optimization landscape (isotropic, centered ELBO) as to the symmetry mechanism. A testable check: measure ELBO gradient variance after reflection.
- An adaptive partition choice—splitting coordinates into reflection blocks according to estimated marginal skewness—could replace the manual model-structure-based partition and scale KNorm-RVB to larger latent fields; the paper lists this as future work.
- The K-component representation itself is a standalone tool: any density with a known mode and sparse dependence structure gets a closed-form, tractable symmetric surrogate with a rejection-free sampler, which could be reused outside variational inference.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes KNorm-RVB, a reparametrized variational Bayes framework for hierarchical models with sparse local precision structure. The method generalizes Tan's RVB in three main directions: (i) joint Cholesky-based normalization of the local conditional posterior, accommodating conditionally dependent local variables (spatial, temporal, subject-level); (ii) a skewness-reduction step that symmetrizes the normalized local variables about an optimized reflection point using a K-component skew-symmetric representation, with exact change-of-variable formulas for the reparametrized log joint density (Theorem 2); and (iii) a closed skew normal (CSN) variational family for global and mixing variables. The paper develops the K-component skew-symmetric construction and representation (Propositions 1–2), stochastic samplers (Proposition 3), an optimal skewing function (Theorem 1), symmetry results showing the transformed conditional posterior is even-symmetric with mean c and zero cross-covariance with global variables (Theorem 3), and conditions under which MFVI recovers the transformed local mean and correlation matrix exactly (Theorems 4–5). The method is evaluated against MCMC, INLA, SVI, GLOSS-VA, and RVB on GLMM, MMNL, SAR, and stochastic volatility models, with improvements reported in MMD-based accuracy, marginal diagnostics, and ELBO.
Significance. KNorm-RVB is a potentially valuable addition to the variational inference toolbox. Its change-of-variable derivations are exact for the chosen transformation, Theorem 2(iv) provides a genuine monotone Gaussianization guarantee as the reflection group grows, and the extension to latent non-Gaussian models via NIG noise broadens the method's applicability. The empirical evaluation is broad and mostly consistent with the paper's claims. The strength of the results, however, is diminished by (i) the unquantified reliance on a local Gaussian approximation to the conditional posterior; (ii) exact-recovery theorems whose assumptions are unverified and whose conclusion concerns the transformed variables; and (iii) an empirical protocol that omits MCMC benchmarks and standard errors in several settings. With clarification and additional diagnostics, the contribution could be made solid; as written, the claims in the abstract are stronger than the evidence and theory can support.
major comments (4)
- [Section 3.1, Eq. (3)] The central claim of improved accuracy rests on the unquantified Gaussian approximation p(b|θ_g,y) ≈ N(b̂,(Q+H(b̂))^{-1}) from the second-order expansion. For binary, count, and heavy-tailed likelihoods the conditional local posterior can be skewed or heavy-tailed; then b̃ = L^T(b−b̂) is not approximately N(0,I) and retains dependence on θ_g. Theorem 2(iv) only guarantees that p(b*|θ_g,y) is closer to N(c,I) than p(b̃|θ_g,y) in KLD, not that the MFVI approximation to the original posterior is accurate. The paper gives no bound, diagnostic, or simulation study of this expansion error for any of the four model classes. Please add a quantitative assessment of the normalization quality (e.g., a remainder bound for log-concave conditionals or an empirical Gaussianity diagnostic per model class).
- [Section 6, Theorems 3–5] The exact-recovery claims are partly built into the construction. Procedure 1 symmetrizes b* about c, so E(b*|θ_g,y)=c by design, and Algorithm 1 sets c to the variational mean. Theorem 4 then establishes a stationary point at ν=c only under concavity conditions that are not verified for the applications and are not inherited from p(b|θ_g,y) (the symmetrized density is a sum of reflected densities and need not be log-concave). Theorem 5 assumes elliptical symmetry a.e., which the paper admits is not guaranteed. Recovery is for the transformed b*, conditional on unverified conditions, so the abstract's 'recovers the local posterior mean and correlation matrix exactly' overstates the scope. Please verify the conditions or reframe the theorems as motivational symmetry analysis.
- [Section 7, M* protocol and Table 1] The MMD comparison between 'variational approximation and MCMC' does not state the parameterization in which the draws are compared. Since RVB and KNorm-RVB use different transformations, comparing in their respective reparametrized spaces would conflate reparametrization effects with approximation quality; the draws presumably need to be mapped to a common space (e.g., via Procedure S1), and this should be stated. The RBF kernel bandwidth is also not reported. In addition, Table 1 reports ELBO differences of about 1.4 nats without standard errors; as Monte Carlo estimates, these differences may not be significant. Please add standard errors and an MCMC-based accuracy measure for at least one configuration of the MMNL latent non-Gaussian model.
- [Section 7.2, latent non-Gaussian MMNL] The abstract's general claim of improved posterior accuracy for mixed multinomial logit models is supported for the latent Gaussian case by Figure 5, but for the latent non-Gaussian case the only evidence is the unquantified ELBO in Table 1; no MCMC benchmark is reported. The paper acknowledges this, but the general claim in the abstract is not supported for this setting. Similarly, for the latent non-Gaussian SAR and stochastic volatility models only marginal diagnostics are reported, not the multivariate M* measure used elsewhere. Please either supply the missing benchmarks or temper the general claim to match the metrics available for each model class.
minor comments (7)
- [Supplement S3.3] 'The strict concavity property of f_{λ_g}(J)' should read 'strict convexity'; log|J| is concave, so −log|J| is convex.
- [Supplement S3.3] The statement 'the integral over A^c is equal to zero' is justified only by the a.e.-w.r.t.-q_{λ_g} assumption in Theorem 5; this should be stated at the point of use.
- [Section 4.2, Eq. (7)] The notation p_{b,y|θ_g} is nonstandard; please define it explicitly as the conditional joint density of (b,y) given θ_g.
- [Figures 3–8] Boxplots of M* are not accompanied by numeric values; given the modest differences between some methods, report medians and IQRs in the text or tables.
- [Section 3.2] Specify the inverse Gaussian parametrization (mean and variance) so the mean-0, variance-1 calibration of the NIG noise is checkable.
- [Section 3.1, Algorithm 1] The per-iteration cost of evaluating the reparametrized density requires recomputing the conditional mode b̂(θ_g) and Cholesky factor L(θ_g) for each sampled θ_g. The paper does not state whether these are recomputed every iteration or cached/approximated, nor how this interacts with the stochastic gradient estimator. A brief implementation note would be valuable for reproducibility and scalability.
- [General] No code or data links are provided; for a methods paper with this many implementation details (reflection groups, CSN subclass, Procedure S1), a reproducibility artifact would substantially increase confidence.
Circularity Check
Exact mean-recovery theorem is built into the symmetrization and the choice c=μ; empirical MMD benchmarks remain external.
-
self definitional
[Section 5 (Algorithm 1) and Section 6 (Theorems 3–4)]
"The reflection point c is set to the mean (µ⊤1,...,µ⊤n)⊤ of the Gaussian variational approximation for b∗, so c is updated jointly with the other variational parameters in Algorithm 1."
Theorem 4 states that KL{q_{ν,λ}(θ*)||p(θ*|y)} has a stationary point at ν=c, and Theorem 3 concludes E(b*|θg,y)=c from TGm,c-invariance. But that invariance is manufactured by Procedure 1 (b* is a uniformly random reflection of ~b about c), and c is defined as the variational mean μ. Thus 'exact recovery of the local posterior mean' is true by construction: the symmetrized variable's conditional mean is the reflection point, and the reflection point is the optimized variational mean. The theorem does not independently validate approximation of the original local posterior mean; it certifies the construction's own centering.
full rationale
The paper's practical accuracy claims are grounded in MMD and ELBO comparisons against MCMC, which are external benchmarks and not circular. The main circularity is confined to the theoretical 'exact recovery' motivation in Section 6: the symmetry that drives Theorem 3 is imposed by Procedure 1's uniform reflection, and the reflection point c is set to the variational mean μ. Consequently, Theorem 4's stationary point at ν=c reduces to 'the optimal variational location equals the location we already optimized.' The abstract's claim that 'under symmetry conditions, MFVI recovers the local posterior mean and correlation matrix exactly' is therefore partly self-definitional for the mean; the correlation-recovery theorem is explicitly acknowledged by the authors as requiring elliptical symmetry that KNorm-RVB does not guarantee. The normalization hinge in Section 3.1 is an unquantified Gaussian approximation and a correctness risk, not a circular step. Citations to Tan (2021) and Tan & Chen (2025) are building blocks rather than load-bearing self-citation chains. Overall the empirical contribution remains independently supported, but the central theoretical justification contains a by-construction reduction, warranting a 6.
Assumptions & free parameters
free parameters (3)
- Reflection point c =
c = (μ_1,...,μ_n)^T (current variational means), Algorithm 1
- Blockwise reflection group G_m (m and block partition) =
m=n for factorized conditionals (K=2^n); m in {1,...,16} for SAR/SV; block partition chosen by model structure
- NIG tail parameter prior rate α_η =
1 (Exp(1) prior on η)
assumptions (5)
- domain assumption Joint density factorizes as p(y,θ)=p(θ_g)p(b|θ_g)∏ p(y_i|b_i,θ_g) with b|θ_g Gaussian or NIG-driven and sparse precision Q.
- ad hoc to paper log p(y_i|b_i,θ_g) is twice differentiable and the second-order Taylor expansion about the conditional posterior mode b̂ gives a Gaussian approximation with precision Q+H(b̂).
- standard math The blockwise reflection group G_m is a finite abelian group whose elements have determinant ±1, and probability densities transform by unit Jacobian.
- ad hoc to paper For Theorems 4–5, log p(b*|θ_g,y) is concave a.e. w.r.t. q_{λ_g} and strictly concave on a nonempty set, and p(b*|θ_g,y) is elliptically symmetric about c with a fixed scale matrix a.e.; these conditions are not verified for the applications.
- domain assumption The variational family q(b*) is a location-scale family with spherically symmetric base density (Gaussian in practice); q(θ_g) is a CSN subclass.
invented entities (1)
-
Blockwise reflection group G_m and auxiliary reflection index S*
Cite this review
Pith. "Pith review of Generalized reparametrized variational Bayes with skew-symmetric normalization." pith.science (2026). https://pith.science/paper/MEOJCHRG
@misc{pith2026260716698,
author = {Pith},
title = {Pith review of: Generalized reparametrized variational Bayes with skew-symmetric normalization},
year = {2026},
howpublished = {\url{https://pith.science/paper/MEOJCHRG}},
note = {Machine review of arXiv:2607.16698}
}
read the original abstract
Bayesian hierarchical models with high-dimensional latent structure require scalable posterior approximations that preserve key dependencies while remaining computationally tractable. Mean-field variational inference (MFVI) is efficient, but can be unreliable when local variables are strongly correlated or tightly coupled to global variables. We propose KNorm-RVB, a generalized reparametrized variational Bayes framework for latent Gaussian and latent non-Gaussian models with sparse local precision matrices. KNorm-RVB maps the conditional posterior of local variables toward a standard Gaussian via normalization followed by skewness reduction, enabled by a novel K-component skew-symmetric density representation. This reparametrization centers the transformed conditional local posterior at an optimized reflection point and decorrelates local and global variables, making MFVI much more effective. Under symmetry conditions, we show that MFVI recovers the local posterior mean and correlation matrix exactly, motivating KNorm-RVB's normalization and symmetrization of the conditional local posterior before applying MFVI. We combine a Gaussian variational family for reparametrized local variables with a flexible closed skew normal family for the remaining variables. Across generalized linear mixed models, mixed multinomial logit models, spatial autoregressive models, and stochastic volatility models, KNorm-RVB improves posterior approximation accuracy over existing methods.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Advances in Neural Information Processing Systems 34 (NeurIPS 2021) , pages =
Amortized Variational Inference for Simple Hierarchical Models , author =. Advances in Neural Information Processing Systems 34 (NeurIPS 2021) , pages =
2021
-
[2]
arXiv preprint arXiv:1511.07367 , year=
Black box variational inference for state space models , author=. arXiv preprint arXiv:1511.07367 , year=
-
[3]
Neural Computation , pages =
Amari, Shunichi , title =. Neural Computation , pages =. 1998 , volume =
1998
-
[4]
2016 , publisher=
Information Geometry and Its Applications , author=. 2016 , publisher=
2016
-
[5]
Bayesian Conjugacy in Probit, Tobit, Multinomial Probit and Extensions: A Review and New Results , journal =
Niccol\`. Bayesian Conjugacy in Probit, Tobit, Multinomial Probit and Extensions: A Review and New Results , journal =. 2023 , doi =
2023
-
[6]
, Title =
Attias, H. , Title =. Proceedings of the 15th Conference on Uncertainty in Artificial Intelligence , pages=. 1999 , address=
1999
-
[7]
Arellano-Valle and Adelchi Azzalini , journal =
Reinaldo B. Arellano-Valle and Adelchi Azzalini , journal =. On the Unification of Families of Skew-Normal Distributions , volume =
-
[8]
2008 , doi =
The centred parametrization for the multivariate skew-normal distribution , journal =. 2008 , doi =
2008
Show all 238 references
-
[9]
Azzalini , journal =
A. Azzalini , journal =. A Class of Distributions Which Includes the Normal Ones , volume =
-
[10]
Azzalini and A
A. Azzalini and A. Capitanio , journal =. Statistical Applications of the Multivariate Skew Normal Distribution , volume =
-
[11]
Proceedings of the 35th International Conference on Machine Learning , pages =
Dissecting Adam: The Sign, Magnitude and Variance of Stochastic Gradients , author =. Proceedings of the 35th International Conference on Machine Learning , pages =. 2018 , editor =
2018
-
[12]
A comparison of centring parameterisations of
Bass, Mark R and Sahu, Sujit K , journal=. A comparison of centring parameterisations of. 2017 , publisher=
2017
-
[13]
Journal of Computational and Graphical Statistics , volume=
Dynamically updated spatially varying parameterizations of hierarchical Bayesian models for spatial data , author=. Journal of Computational and Graphical Statistics , volume=. 2019 , publisher=
2019
-
[14]
, title=
Baker, Stuart G. , title=. Journal of the Royal Statistical Society: Series D (The Statistician) , volume=. 1994 , doi=
1994
-
[15]
Journal of political economy , volume=
The pricing of options and corporate liabilities , author=. Journal of political economy , volume=. 1973 , publisher=
1973
-
[16]
Spatial and spatio-temporal models with
Blangiardo, Marta and Cameletti, Michela and Baio, Gianluca and Rue, H. Spatial and spatio-temporal models with. Spatial and spatio-temporal epidemiology , volume=. 2013 , publisher=
2013
-
[17]
Blei and Alp Kucukelbir and Jon D
David M. Blei and Alp Kucukelbir and Jon D. McAuliffe , title =. Journal of the American Statistical Association , volume =. 2017 , doi =
2017
-
[18]
Booth, J. G. and Hobert, J. P. , title =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =
-
[19]
2023 , eprint=
Sample Average Approximation for Black-Box VI , author=. 2023 , eprint=
2023
-
[20]
and Girolami, Mark and Mackey, Lester , booktitle =
Barp, Alessandro and Briol, François-Xavier and Duncan, Andrew B. and Girolami, Mark and Mackey, Lester , booktitle =. Minimum. 2019 , publisher =
2019
-
[21]
Current trends in Bayesian methodology with applications , volume=
Hamiltonian Monte Carlo for hierarchical models , author=. Current trends in Bayesian methodology with applications , volume=. 2015 , publisher=
2015
-
[22]
Clinical Trials , volume=
Bayesian hierarchical modeling of patient subpopulations: efficient designs of phase II oncology clinical trials , author=. Clinical Trials , volume=. 2013 , publisher=
2013
-
[23]
Breslow, N. E. and D. G. Clayton , Title =. Journal of the American Statistical Association , Pages =
-
[24]
Journal of the American Statistical Association , volume =
Michael Braun and Jon McAuliffe , title =. Journal of the American Statistical Association , volume =. 2010 , doi =
2010
-
[25]
and Jordan, Michael I
Broderick, Tamara and Boyd, Nicholas and Wibisono, Andre and Wilson, Ashia C. and Jordan, Michael I. , title =. Proceedings of the 26th International Conference on Neural Information Processing Systems - Volume 2 , series =. 2013 , location =
2013
-
[26]
Browne and Fiona Steele and Mousa Golalizadeh and Martin J
William J. Browne and Fiona Steele and Mousa Golalizadeh and Martin J. Green , journal =. The Use of Simple Reparameterizations to Improve the Efficiency of Markov Chain Monte Carlo Estimation for Multilevel Models with Applications to Discrete Time Survival Models , volume =
-
[27]
Controlling the flexibility of non-
Cabral, Rafael and Bolin, David and Rue, H. Controlling the flexibility of non-. Bayesian Analysis , volume=. 2023 , publisher=
2023
-
[28]
Fitting latent non-
Cabral, Rafael and Bolin, David and Rue, H. Fitting latent non-. Journal of the American Statistical Association , volume=. 2024 , publisher=
2024
-
[29]
Journal of Statistical Software, Articles , volume =
Bob Carpenter and Andrew Gelman and Matthew Hoffman and Daniel Lee and Ben Goodrich and Michael Betancourt and Marcus Brubaker and Jiqiang Guo and Peter Li and Allen Riddell , title =. Journal of Statistical Software, Articles , volume =. 2017 , pages =
2017
-
[30]
Proceedings of the 41st International Conference on Machine Learning , editor =
Batch and Match: Black-Box Variational Inference with a Score-Based Divergence , author =. Proceedings of the 41st International Conference on Machine Learning , editor =. 2024 , publisher =
2024
-
[31]
and Gower, Robert M
Cai, Diana and Modi, Chirag and Margossian, Charles C. and Gower, Robert M. and Blei, David M. and Saul, Lawrence K. , booktitle =. 2024 , publisher =
2024
-
[32]
Affine Independent Variational Inference , volume =
Challis, Edward and Barber, David , booktitle =. Affine Independent Variational Inference , volume =
-
[33]
An Extended Simplified
Cristian Chiuchiolo and Janet van Niekerk and Håvard Rue , year=. An Extended Simplified. 2203.14304 , archivePrefix=
-
[34]
Gauss--Newton hessian matrix , author=
Hessian matrix vs. Gauss--Newton hessian matrix , author=. SIAM Journal on Numerical Analysis , volume=. 2011 , publisher=
2011
-
[35]
Nott and Linda S
Aoxiang Chen and David J. Nott and Linda S. L. Tan , year=. Weighted Fisher divergence for high-dimensional. 2503.04246 , archivePrefix=
-
[36]
Rotated Mean-Field Variational Inference and Iterative
Yifan Chen and Sifan Liu , year=. Rotated Mean-Field Variational Inference and Iterative. 2510.07732 , archivePrefix=
-
[37]
Christensen and Gareth O
Ole F. Christensen and Gareth O. Roberts and Martin Sköld , journal =. Robust Markov Chain Monte Carlo Methods for Spatial Generalized Linear Mixed Models , volume =
-
[38]
and Clark, James S
Cressie, Noel and Calder, Catherine A. and Clark, James S. and Hoef, Jay M. Ver and Wikle, Christopher K. , title =. Ecological Applications , volume =. doi:10.1890/07-0744.1 , year =
-
[39]
2015 , publisher=
Statistics for spatial data , author=. 2015 , publisher=
2015
-
[40]
Crowder , journal =
Martin J. Crowder , journal =. Beta-Binomial Anova for Proportions , volume =
-
[41]
Density estimation using Real
Laurent Dinh and Jascha Sohl-Dickstein and Samy Bengio , editor =. Density estimation using Real. 5th International Conference on Learning Representations , year=
-
[42]
De Backer, M. and C. Twelve weeks of continuous oral therapy for toenail onychomycosis caused by dermatophytes: A double-blind comparative trial of terbinafine 250 mg/day versus itraconazole 200 mg/day , Journal =
-
[43]
A. P. Dempster and N. M. Laird and D. B. Rubin , title =. J. R. Statist.Soc. B , year =
-
[44]
J. L. Doob , title =. 1949 , pages =
1949
-
[45]
Duchi, J. and E. Hazan and Y. Singer , Title =. Journal of Machine Learning Research , Pages =
-
[46]
Statistical Science , pages =
Daniele Durante and Tommaso Rigon , title =. Statistical Science , pages =. 2019 , doi =
2019
-
[47]
Daniele Durante and Francesco Pozza and Botond Szabo , year=. Skewed. 2301.03038 , archivePrefix=
-
[48]
Neural Spline Flows , volume =
Durkan, Conor and Bekasov, Artur and Murray, Iain and Papamakarios, George , booktitle =. Neural Spline Flows , volume =
-
[49]
Probability:
Durrett, Rick , edition =. Probability:. 2019 , publisher=
2019
-
[50]
Journal of Computational and Graphical Statistics , volume =
Shourya Dutta and Janet van Niekerk and HÃ¥vard Rue , title =. Journal of Computational and Graphical Statistics , volume =. 2026 , doi =
2026
-
[51]
Proceedings of The 24th International Conference on Artificial Intelligence and Statistics , pages =
Fisher Auto-Encoders , author =. Proceedings of The 24th International Conference on Artificial Intelligence and Statistics , pages =. 2021 , editor =
2021
-
[52]
Faes and J
C. Faes and J. T. Ormerod and M. P. Wand , title =. Journal of the American Statistical Association , volume =
-
[53]
Bias Reduction of Maximum Likelihood Estimates , volume =
David Firth , journal =. Bias Reduction of Maximum Likelihood Estimates , volume =
-
[54]
Biometrika , volume =
Fasano, Augusto and Durante, Daniele and Zanella, Giacomo , title = ". Biometrika , volume =. 2022 , doi =
2022
-
[55]
Improving the
Ferkingstad, Egil and Rue, H. Improving the
-
[56]
Biostatistics , volume =
Fong, Youyi and Rue, Håvard and Wakefield, Jon , title = ". Biostatistics , volume =
-
[57]
2025 , publisher=
Contemporary Abstract Algebra , author=. 2025 , publisher=. doi:10.1201/9781003488026 , isbn=
2025 doi
-
[58]
2020 , eprint=
On the Promise of the Stochastic Generalized Gauss-Newton Method for Training DNNs , author=. 2020 , eprint=
2020
-
[59]
Gart , journal =
John J. Gart , journal =. Statistical Analyses of the Relative Risk , volume =
-
[60]
Covariances, robustness, and variational
Giordano, Ryan and Broderick, Tamara and Jordan, Michael I , journal=. Covariances, robustness, and variational
-
[61]
Journal of Machine Learning Research , volume=
Black box variational inference with a deterministic objective: Faster, more accurate, and even more black box , author=. Journal of Machine Learning Research , volume=
-
[62]
Gelfand and Sujit K
Alan E. Gelfand and Sujit K. Sahu and Bradley P. Carlin , journal =. Efficient parametrisations for normal linear mixed models , volume =
-
[63]
Gelfand and Sujit K
Alan E. Gelfand and Sujit K. Sahu and Bradley P. Carlin , editor =. Efficient parametrisations for generalized linear mixed models , booktitle =. 1996 , publisher =
1996
-
[64]
Journal of the American statistical Association , volume=
Gibbs sampling , author=. Journal of the American statistical Association , volume=. 2000 , publisher=
2000
-
[65]
Data Analysis Using Regression and Multilevel/Hierarchical Models , DOI=
Gelman, Andrew and Hill, Jennifer , year=. Data Analysis Using Regression and Multilevel/Hierarchical Models , DOI=
-
[66]
Genton and M.G
Marc G. Genton and M.G. Loperfido , title =. Annals of the Institute of Statistical Mathematics , volume =
-
[67]
Genton and David E
Marc G. Genton and David E. Keyes and George Turkiyyah , title =. Journal of Computational and Graphical Statistics , volume =
-
[68]
Proceedings of the 29th International Conference on Machine Learning , year=
Samuel Gershman and Matt Hoffman and David Blei , Title =. Proceedings of the 29th International Conference on Machine Learning , year=
-
[69]
Geyer , journal =
Charles J. Geyer , journal =. [Practical Markov Chain Monte Carlo]: Rejoinder , volume =
-
[70]
The Closed Skew-Normal Distribution , booktitle=
Graciela Gonz\'. The Closed Skew-Normal Distribution , booktitle=. 2004 , editor=
2004
-
[71]
Bayesian Analysis , volume=
Fast and accurate estimation of non-nested binomial hierarchical models using variational inference , author=. Bayesian Analysis , volume=. 2022 , publisher=
2022
-
[72]
Biometrika , volume=
Partially factorized variational inference for high-dimensional mixed models , author=. Biometrika , volume=. 2025 , publisher=
2025
-
[73]
Flexible Variational
Gunawan, David and Kohn, Robert and Nott, David , journal=. Flexible Variational. 2023 , publisher=
2023
-
[74]
The Review of Economic Studies , volume=
Multivariate stochastic variance models , author=. The Review of Economic Studies , volume=. 1994 , publisher=
1994
-
[75]
1970 , publisher=
Monte Carlo sampling methods using Markov chains and their applications , author=. 1970 , publisher=
1970
-
[76]
Skew-symmetric distributions and Fisher information — a tale of two densities , volume =
Marc Hallin and Christophe Ley , journal =. Skew-symmetric distributions and Fisher information — a tale of two densities , volume =
-
[77]
Bernoulli , pages =
Marc Hallin and Christophe Ley , title =. Bernoulli , pages =
-
[78]
Han, S. and X. Liao and D. B. Dunson and L. C. Carin , Title =. Proceedings of the 19th International Conference on Artificial Intelligence and Statistics , pages=. 2016 , editor=
2016
-
[79]
BMC medical research methodology , volume=
joineRML: a joint model and software package for time-to-event and multivariate longitudinal outcomes , author=. BMC medical research methodology , volume=. 2018 , publisher=
2018
-
[80]
Journal of Machine Learning Research , volume=
Stochastic variational inference , author=. Journal of Machine Learning Research , volume=
-
[81]
, author=
The No-U-Turn sampler: adaptively setting path lengths in Hamiltonian Monte Carlo. , author=. J. Mach. Learn. Res. , volume=
-
[82]
Proceedings of the 18th International Conference on Artificial Intelligence and Statistics , year=
Matthew Hoffman and David Blei , Title =. Proceedings of the 18th International Conference on Artificial Intelligence and Statistics , year=
-
[83]
Hosmer, D. W. and S. Lemeshow and R. X. Sturdivant. Applied Logistic Regression
-
[84]
Simple marginally noninformative prior distributions for covariance matrices , author=
-
[85]
Biostatistics , volume=
Fast approximate inference for multivariate longitudinal data , author=. Biostatistics , volume=. 2023 , publisher=
2023
-
[86]
Proceedings of the 23rd International Conference on Artificial Intelligence and Statistics , editor =
Validated Variational Inference via Practical Posterior Error Bounds , author =. Proceedings of the 23rd International Conference on Artificial Intelligence and Statistics , editor =. 2020 , publisher =
2020
-
[87]
and Grady, D
Hulley, S. and Grady, D. and Bush, T. and et al. , title =. JAMA , volume =. 1998 , doi =
1998
-
[88]
Estimation of Non-Normalized Statistical Models by Score Matching , journal =
Aapo Hyv. Estimation of Non-Normalized Statistical Models by Score Matching , journal =. 2005 , volume =
2005
-
[89]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Hamiltonian Monte Carlo Inference of Marginalized Linear Mixed-Effects Models , author =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[90]
International Conference on Machine Learning , pages=
Fast and simple natural-gradient variational inference with mixture of exponential-family approximations , author=. International Conference on Machine Learning , pages=. 2019 , organization=
2019
-
[91]
and Jordan, Michael I
Jacobs, Robert A. and Jordan, Michael I. and Nowlan, Steven J. and Hinton, Geoffrey E. , title =. Neural Comput. , volume =. 1991 , pages =. doi:10.1162/neco.1991.3.1.79 , publisher =
1991 doi
-
[92]
James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander
-
[93]
Jordan, M. I. and Z. Ghahramani and T. S. Jaakkola and L. K. Saul , Title =. Machine Learning , Pages =
-
[94]
Journal of Multivariate Analysis , volume=
A general setting for symmetric distributions and their relationship to general distributions , author=. Journal of Multivariate Analysis , volume=. 2016 , publisher=
2016
-
[95]
and Natarajan, Ranjini
Kass, Robert E. and Natarajan, Ranjini. A default conjugate prior for variance components in generalized linear mixed models (comment on article by Browne and Draper). Bayesian Anal. 2006. doi:10.1214/06-BA117B
2006 doi
-
[96]
Journal of Computational and Graphical Statistics , volume=
Dynamically rescaled Hamiltonian Monte Carlo for Bayesian hierarchical models , author=. Journal of Computational and Graphical Statistics , volume=. 2019 , publisher=
2019
-
[97]
Conjugate-Computation Variational Inference : Converting Variational Inference in Non-Conjugate Models to Inferences in Conjugate Models , booktitle =
Khan, Mohammad and Lin, Wu , year =. Conjugate-Computation Variational Inference : Converting Variational Inference in Non-Conjugate Models to Inferences in Conjugate Models , booktitle =
-
[98]
International conference on machine learning , pages=
Fast and scalable bayesian deep learning by weight-perturbation in adam , author=. International conference on machine learning , pages=. 2018 , organization=
2018
-
[99]
Auto-Encoding Variational
Kingma, Diederik P and Welling, Max , booktitle=. Auto-Encoding Variational. 2014 , publisher =
2014
-
[100]
Kingma and Jimmy Ba , editor =
Diederik P. Kingma and Jimmy Ba , editor =. Adam:. Proceedings of the 3rd International Conference on Learning Representations , location =
-
[101]
A Guide to Sample Average Approximation , volume =
Kim, Sujin and Pasupathy, Raghu and Henderson, Shane , year =. A Guide to Sample Average Approximation , volume =
-
[102]
Proceedings of The 27th International Conference on Artificial Intelligence and Statistics , pages =
Linear Convergence of Black-Box Variational Inference: Should We Stick the Landing? , author =. Proceedings of The 27th International Conference on Artificial Intelligence and Statistics , pages =. 2024 , editor =
2024
-
[103]
Global Ecology and Biogeography , volume=
Spatial autocorrelation and the selection of simultaneous autoregressive models , author=. Global Ecology and Biogeography , volume=. 2008 , publisher=
2008
-
[104]
2024 , eprint=
Provably Scalable Black-Box Variational Inference with Structured Variational Families , author=. 2024 , eprint=
2024
-
[105]
Kock, Lucas and Tan, Linda S. L. and Bansal, Prateek and Nott, David J. , doi =. Variational Inference for Hierarchical Models with Conditional Scale and Skewness Corrections , year =. Journal of Computational and Graphical Statistics , number =
-
[106]
Kucukelbir, A. and D. Tran and R. Ranganath and A. Gelman and D. M. Blei , Title =
-
[107]
Theory of Point Estimation , year =
Lehmann, Erich L.Magnus and Casella, George , edition =. Theory of Point Estimation , year =
-
[108]
, title =
Lee, Cathy Yuen Yi and Wand, Matt P. , title =. Statistics in Medicine , volume =
-
[109]
Statistical models in epidemiology, the environment, and clinical trials , pages=
Estimation of disease rates in small areas: a new mixed model for spatial dependence , author=. Statistical models in epidemiology, the environment, and clinical trials , pages=. 2000 , publisher=
2000
-
[110]
Proceedings of the 36th International Conference on Machine Learning , pages =
Fast and Simple Natural-Gradient Variational Inference with Mixture of Exponential-family Approximations , author =. Proceedings of the 36th International Conference on Machine Learning , pages =. 2019 , editor =
2019
-
[111]
An explicit link between
Lindgren, Finn and Rue, H. An explicit link between. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=. 2011 , publisher=
2011
-
[112]
Advances in Neural Information Processing Systems , editor =
Liu, Qiang and Wang, Dilin , title =. Advances in Neural Information Processing Systems , editor =. 2016 , publisher =
2016
-
[113]
Methods and Applications of Longitudinal Data Analysis
Xian Liu. Methods and Applications of Longitudinal Data Analysis. 2016. doi:https://doi.org/10.1016/B978-0-12-801342-7.00024-1
2016 doi
-
[114]
Fisher Efficient Inference of Intractable Models , volume =
Liu, Song and Kanamori, Takafumi and Jitkrittum, Wittawat and Chen, Yu , booktitle =. Fisher Efficient Inference of Intractable Models , volume =
-
[115]
Statistics in Medicine , volume=
Maximum likelihood estimation in the joint analysis of time-to-event and multiple longitudinal variables , author=. Statistics in Medicine , volume=. 2002 , publisher=
2002
-
[116]
Fast and accurate variational inference for models with many latent variables , journal =
Rub\'. Fast and accurate variational inference for models with many latent variables , journal =. 2022 , doi =
2022
-
[117]
Statistics in Medicine , volume =
Lunn, David and Spiegelhalter, David and Thomas, Andrew and Best, Nicky , title =. Statistics in Medicine , volume =. doi:10.1002/sim.3680 , year =
-
[118]
Luts and T
J. Luts and T. Broderick and M. P. Wand , title =. Journal of Computational and Graphical Statistics , volume =. 2014 , doi =
2014
-
[119]
MacEachern and L
Steven N. MacEachern and L. Mark Berliner , journal =. Subsampling the Gibbs Sampler , volume =
-
[120]
Magnus and H
Jan R. Magnus and H. Neudecker , title =. SIAM Journal on Algebraic Discrete Methods , volume =. 1980 , doi =
1980
-
[121]
Magnus and H
Jan R. Magnus and H. Neudecker. Matrix differential calculus with applications in statistics and econometrics
-
[122]
K. V. Mardia , journal =. Applications of Some Measures of Multivariate Skewness and Kurtosis in Testing Normality and Robustness Studies , volume =
-
[123]
Proceedings of the 27th International Conference on Artificial Intelligence and Statistics , editor =
Variational Inference for Uncertainty Quantification: An Analysis of Trade-offs , author =. Proceedings of the 27th International Conference on Artificial Intelligence and Statistics , editor =. 2024 , publisher =
2024
-
[124]
Proceedings of the Fortieth Conference on Uncertainty in Artificial Intelligence , pages =
Amortized Variational Inference: When and Why? , author =. Proceedings of the Fortieth Conference on Uncertainty in Artificial Intelligence , pages =. 2024 , editor =
2024
-
[125]
Margossian and Lawrence K
Charles C. Margossian and Lawrence K. Saul , title =. Proceedings of the 28th International Conference on Artificial Intelligence and Statistics (AISTATS) , year =
-
[126]
2025 , eprint=
Generalized Guarantees for Variational Inference in the Presence of Even and Elliptical Symmetry , author=. 2025 , eprint=
2025
-
[127]
Journal of Machine Learning Research , year =
James Martens , title =. Journal of Machine Learning Research , year =
-
[128]
2019 , publisher=
Generalized linear models , author=. 2019 , publisher=
2019
-
[129]
2022 , author =
A flexible special case of the CSN for spatial modeling and prediction , journal =. 2022 , author =
2022
-
[130]
, booktitle=
Maclaurin, Dougal and Adams, Ryan P. , booktitle=. Firefly Monte Carlo: Exact. 2015 , publisher =
2015
-
[131]
2026 , eprint=
Symmetry Guarantees Statistic Recovery in Variational Inference , author=. 2026 , eprint=
2026
-
[132]
McCormick and Cynthia Rudin and David Madigan , journal =
Tyler H. McCormick and Cynthia Rudin and David Madigan , journal =. BAYESIAN HIERARCHICAL RULE MODELING FOR PREDICTING MEDICAL CONDITIONS , volume =
-
[133]
2007 , doi =
Variational approximations in Bayesian model selection for finite mixture distributions , journal =. 2007 , doi =
2007
-
[134]
Xiao-Li Meng and David van Dyk , fjournal =. The. J. R. Statist.Soc. B , pages =
-
[135]
Xiao-Li Meng and David van Dyk , fjournal =. Fast. J. R. Statist.Soc. B , pages =
-
[136]
Variational Inference with
Modi, Chirag and Margossian, Charles and Yao, Yuling and Gower, Robert and Blei, David and Saul, Lawrence , booktitle =. Variational Inference with. 2023 , publisher =
2023
-
[137]
Bayesian Analysis , volume=
Delayed rejection Hamiltonian Monte Carlo for sampling multiscale distributions , author=. Bayesian Analysis , volume=. 2024 , publisher=
2024
-
[138]
, Title =
Murray, I. , Title =
-
[139]
1993 , institution=
Probabilistic Inference Using Markov Chain Monte Carlo Methods , author=. 1993 , institution=
1993
-
[140]
2011 , publisher=
Neal, Radford M and others , journal=. 2011 , publisher=
2011
-
[141]
and Ormerod, John T
Neville, Sarah E. and Ormerod, John T. and Wand, M. P. , journal =. Mean field variational. 2014 , volume =
2014
-
[142]
and Wright, S
Nocedal, J. and Wright, S. J. , year=. Numerical Optimization , publisher=
-
[143]
Journal of Computational and Graphical Statistics , volume=
Regression density estimation with variational methods and stochastic approximation , author=. Journal of Computational and Graphical Statistics , volume=
-
[144]
Journal of Optimization Theory and Applications , volume=
Conic optimization via operator splitting and homogeneous self-dual embedding , author=. Journal of Optimization Theory and Applications , volume=. 2016 , publisher=
2016
-
[145]
Opper, M. and C. Archambeau , Title =. Neural Computation , Pages =
-
[146]
Ormerod, J. T. and M. P. Wand , Title =. The American Statistician , Pages =
-
[147]
Ormerod, J. T. , Title =
-
[148]
2000 , publisher=
Iterative solution of nonlinear equations in several variables , author=. 2000 , publisher=
2000
-
[149]
Advances in neural information processing systems , volume=
Practical deep learning with Bayesian principles , author=. Advances in neural information processing systems , volume=
-
[150]
Importance sampling-based transport map Hamiltonian Monte Carlo for
Osmundsen, Kjartan Kloster and Kleppe, Tore Selland and Liesenfeld, Roman , journal=. Importance sampling-based transport map Hamiltonian Monte Carlo for. 2021 , publisher=
2021
-
[151]
Ong and David J
Victor M.-H. Ong and David J. Nott and Michael S. Smith , title =. Journal of Computational and Graphical Statistics , volume =. 2018 , doi =
2018
-
[152]
Journal of Machine Learning Research , year =
George Papamakarios and Eric Nalisnick and Danilo Jimenez Rezende and Shakir Mohamed and Balaji Lakshminarayanan , title =. Journal of Machine Learning Research , year =
-
[153]
and Jordan, Michael I
Paisley, John William and Blei, David M. and Jordan, Michael I. , booktitle=. Variational
-
[154]
and Sk \"o ld, Martin
Papaspiliopoulos, Omiros and Roberts, Gareth O. and Sk \"o ld, Martin. Non-centered parameterisations for hierarchical models and data augmentation. Bayesian Statistics 7. 2003
2003
-
[155]
and Sk \"o ld, Martin
Papaspiliopoulos, Omiros and Roberts, Gareth O. and Sk \"o ld, Martin. A general framework for the parametrization of hierarchical models. Statist. Sci. 2007
2007
-
[156]
Political Analysis , volume=
Bayesian multilevel estimation with poststratification: State-level estimates from national polls , author=. Political Analysis , volume=. 2004 , publisher=
2004
-
[157]
Pinheiro, J. C. and Bates, D. M. Unconstrained parametrizations for variance-covariance matrices. Statistics and Computing. 1996
1996
-
[158]
Skew-symmetric Approximations of Posterior Distributions , year =
Pozza, Francesco and Durante, Daniele and Szab. Skew-symmetric Approximations of Posterior Distributions , year =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , number =
-
[159]
Powell, W. B. Approximate dynamic programming: solving the curses of dimensionality
-
[160]
Polson and James G
Nicholas G. Polson and James G. Scott and Jesse Windle , title =. Journal of the American Statistical Association , volume =
-
[161]
2023 , publisher=
Quiroz, Matias and Nott, David J and Kohn, Robert , journal=. 2023 , publisher=
2023
-
[162]
Nott and Robert Kohn , title =
Matias Quiroz and David J. Nott and Robert Kohn , title =. Bayesian Analysis , pages =. 2022 , doi =
2022
-
[163]
Racine and A
A. Racine and A. P. Grieve and H. Fluhler and A. F. M. Smith , journal =
-
[164]
Proceedings of the 30th International Conference on Machine Learning , pages=
An adaptive learning rate for stochastic variational inference , author=. Proceedings of the 30th International Conference on Machine Learning , pages=
-
[165]
Ranganath, R. and S. Gerrish and D. M. Blei , Title =. Proceedings of the 17th International Conference on Artificial Intelligence and Statistics , pages=. 2014 , editor=
2014
-
[166]
Proceedings of the 18th International Conference on Artificial Intelligence and Statistics , year=
Rajesh Ranganath and Linpeng Tang and Laurent Charlin and David Blei , Title =. Proceedings of the 18th International Conference on Artificial Intelligence and Statistics , year=
-
[167]
and Tran, D
Ranganath, R. and Tran, D. and Blei, D. M. , Title =. Proceedings of The 33rd International Conference on Machine Learning , year=
-
[168]
Advances in Neural Information Processing Systems , volume=
Operator variational inference , author=. Advances in Neural Information Processing Systems , volume=
-
[169]
Journal of the American Statistical Association , volume =
Kolyan Ray and Botond Szabo , title =. Journal of the American Statistical Association , volume =
-
[170]
Rothman and Elizaveta Levina and Ji Zhu , title =
Adam J. Rothman and Elizaveta Levina and Ji Zhu , title =. Journal of Computational and Graphical Statistics , volume =. 2010 , doi =
2010
-
[171]
Li, Yingzhen and Turner, Richard E , booktitle =. R\'
-
[172]
Rezende, D. J. and Mohamed, S. , Title =. Proceedings of The 32nd International Conference on Machine Learning , year=
-
[173]
Proceedings of The 31st International Conference on Machine Learning , year=
Stochastic backpropagation and approximate inference in deep generative models , author=. Proceedings of The 31st International Conference on Machine Learning , year=
-
[174]
A Stochastic Approximation Method
Robbins, Herbert and Monro, Sutton. A Stochastic Approximation Method. The Annals of Mathematical Statistics. 1951
1951
-
[175]
Roberts, G. O. and Sahu, S. K. , title =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =. doi:10.1111/1467-9868.00070 , year =
-
[176]
2004 , publisher =
Monte Carlo Statistical Methods , author =. 2004 , publisher =
2004
-
[177]
Advances in Neural Information Processing Systems 30 , editor =
Sticking the Landing: Simple, Lower-Variance Gradient Estimators for Variational Inference , author=. Advances in Neural Information Processing Systems 30 , editor =
-
[178]
Wand , title =
David Rohde and Matt P. Wand , title =. Journal of Machine Learning Research , year =
-
[179]
2008 , publisher=
Hierarchical modeling and inference in ecology: the analysis of data from populations, metapopulations and communities , author=. 2008 , publisher=
2008
-
[180]
and Martino, Sara and Chopin, Nicolas , title =
Rue, H. and Martino, Sara and Chopin, Nicolas , title =. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , volume =
-
[181]
Bayesian computing with
Rue, H. Bayesian computing with. Annual Review of Statistics and Its Application , volume=. 2017 , publisher=
2017
-
[182]
Fast and flexible inference for joint models of multivariate longitudinal and survival data using integrated nested
Rustand, Denis and Van Niekerk, Janet and Krainski, Elias Teixeira and Rue, H. Fast and flexible inference for joint models of multivariate longitudinal and survival data using integrated nested. Biostatistics , volume=. 2024 , publisher=
2024
-
[183]
Donald B. Rubin. Multiple Imputation for Nonresponse in Surveys
-
[184]
Jensen divergence based on Fisher’s information , journal =
P S\'. Jensen divergence based on Fisher’s information , journal =. doi:10.1088/1751-8113/45/12/125305 , year =
-
[185]
https://mc-stan.org/ , author =
Stan Modeling Language Users Guide and Reference Manual, 2.32. https://mc-stan.org/ , author =
-
[186]
Dunson and Jeffrey S
Sylvie (Tchumtchoua) Kabisa and David B. Dunson and Jeffrey S. Morris , title =. Journal of Computational and Graphical Statistics , volume =. 2016 , doi =
2016
-
[187]
and Urbach, Frederick , title =
Scotto, Joseph and Kopf, Alfred W. and Urbach, Frederick , title =. Cancer , volume =. doi:https://doi.org/10.1002/1097-0142(197410)34:4<1333::AID-CNCR2820340447>3.0.CO;2-A , year =
-
[188]
2015 , doi =
Fisher information distance: A geometrical reading , journal =. 2015 , doi =
2015
-
[189]
R. E. Turner and M. Sahani , title =. Bayesian Time series models , pages =
-
[190]
Journal of the American Statistical Association , volume =
Abhijoy Saha and Karthik Bharath and Sebastian Kurtek , title =. Journal of the American Statistical Association , volume =. 2020 , doi =
2020
-
[191]
and Dey, Dipak K
Sahu, Sujit K. and Dey, Dipak K. and Branco, Márcia D. , title =. Canadian Journal of Statistics , volume =
-
[192]
2023 , eprint=
Structured variational approximations with skew normal decomposable graphical models , author=. 2023 , eprint=
2023
-
[193]
Fixed-Form Variational Posterior Approximation through Stochastic Linear Regression
Salimans, Tim and Knowles, David A. Fixed-Form Variational Posterior Approximation through Stochastic Linear Regression. Bayesian Analysis. 2013
2013
-
[194]
Advances in Neural Information Processing Systems , editor =
Multiplicative Updates for Nonnegative Quadratic Programming in Support Vector Machines , author =. Advances in Neural Information Processing Systems , editor =. 2003 , publisher =
2003
-
[195]
Nott , title =
Michael Stanley Smith and Rubén Loaiza-Maya and David J. Nott , title =. Journal of Computational and Graphical Statistics , volume =. 2020 , doi =
2020
-
[196]
Spall, J. C. Introduction to stochastic search and optimization: estimation, simulation and control
-
[197]
Tan, L. S. L. and Nott, D. J. , Title =. Statistical Science , Pages =
-
[198]
Tan, L. S. L. and Nott, D. J. , Title =
-
[199]
Tan, S. L. L. , Title =
-
[200]
Statistics and Computing , volume=
Stochastic variational inference for large-scale discrete choice models using adaptive batch sizes , author=. Statistics and Computing , volume=. 2017 , publisher=
2017
-
[201]
Tan, Linda S. L. and Nott, David J. Gaussian variational approximation with sparse precision matrices. Statistics and Computing. 2018. doi:10.1007/s11222-017-9729-7
2018 doi
-
[202]
Linda S. L. Tan and Nial Friel , title =. Journal of Computational and Graphical Statistics , volume =. 2020 , doi =
2020
-
[203]
Conditionally structured variational
Tan, Linda SL and Bhaskaran, Aishwarya and Nott, David J , journal=. Conditionally structured variational. 2020 , publisher=
2020
-
[204]
Tan, Linda S. L. , title = ". Journal of the Royal Statistical Society Series B: Statistical Methodology , volume =. 2021 , doi =
2021
-
[205]
Tan, Linda S. L. , Title =
-
[206]
Tan, Linda S. L. , number=. Analytic Natural Gradient Updates for. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , year=
-
[207]
Journal of Computational and Graphical Statistics , volume=
Variational inference based on a subclass of closed skew normals , author=. Journal of Computational and Graphical Statistics , volume=. 2025 , publisher=
2025
-
[208]
Thall, P. F. and S. C. Vail , Title =. Biometrics , Pages =
-
[209]
Doubly stochastic variational
Titsias, Michalis and L. Doubly stochastic variational. Proceedings of the 31st International Conference on Machine Learning (ICML-14) , pages=
-
[210]
Advances in Neural Information Processing Systems 28 (NIPS 2015) , pages=
Local expectation gradients for black box variational inference , author=. Advances in Neural Information Processing Systems 28 (NIPS 2015) , pages=
2015
-
[211]
Titsias , Title =
Michalis K. Titsias , Title =
-
[212]
Copula variational inference , volume =
Tran, Dustin and Blei, David and Airoldi, Edo M , booktitle =. Copula variational inference , volume =
-
[213]
Nott and Anthony Y
Minh-Ngoc Tran and David J. Nott and Anthony Y. C. Kuk and Robert Kohn , title =. Journal of Computational and Graphical Statistics , volume =. 2016 , doi =
2016
-
[214]
van der Vaart, A. W. , year=. Asymptotic Statistics: 3 , publisher=
-
[215]
A new avenue for Bayesian inference with
Van Niekerk, Janet and Krainski, Elias and Rustand, Denis and Rue, H. A new avenue for Bayesian inference with. Computational Statistics & Data Analysis , volume=. 2023 , publisher=
2023
-
[216]
Low-rank variational
Van Niekerk, Janet and Rue, Haavard , journal=. Low-rank variational
-
[217]
Ecological Monographs , volume=
Spatial autoregressive models for statistical inference from ecological data , author=. Ecological Monographs , volume=. 2018 , publisher=
2018
-
[218]
Foundations and Trends in Machine Learning , volume=
Graphical Models, Exponential Families, and Variational Inference , author=. Foundations and Trends in Machine Learning , volume=
-
[219]
Bayesian analysis of spatial generalized linear mixed models with
Walder, Adam and Hanks, Ephraim M , journal=. Bayesian analysis of spatial generalized linear mixed models with. 2020 , publisher=
2020
-
[220]
P Wand , title =
M. P Wand , title =. The American Statistician , volume =. 2002 , doi =
2002
-
[221]
Wand and M.C
M.P. Wand and M.C. Jones , year=. Kernel Smoothing , DOI=
-
[222]
Statistica Sinica , pages=
A skew-symmetric representation of multivariate distributions , author=. Statistica Sinica , pages=. 2004 , publisher=
2004
-
[223]
Wang, B. and D. M. Titterington , Title =. Proceedings of the 10th International Workshop on Artificial Intelligence and Statistics , pages=. 2005 , editor=
2005
-
[224]
Blei , title =
Yixin Wang and David M. Blei , title =. Journal of the American Statistical Association , volume =. 2019 , doi =
2019
-
[225]
Winn, J. and C. M. Bishop , Title =. Journal of Machine Learning Research , Pages =
-
[226]
Biometrics , pages=
A joint model for survival and longitudinal data measured with error , author=. Biometrics , pages=. 1997 , publisher=
1997
-
[227]
Proceedings of the Twenty-Second International Conference on Artificial Intelligence and Statistics , pages =
Variance reduction properties of the reparameterization trick , author =. Proceedings of the Twenty-Second International Conference on Artificial Intelligence and Statistics , pages =. 2019 , editor =
2019
-
[228]
, title =
Yan, Yuan and Genton, Marc G. , title =. Significance , volume =
-
[229]
Variational approximations using
Yue Yang and Ryan Martin and Howard Bondell , year=. Variational approximations using. arXiv , primaryClass=:1905.05284 , howpublished =
1905 arXiv
-
[230]
Johnson , journal =
In-Kwon Yeo and Richard A. Johnson , journal =. A New Family of Power Transformations to Improve Normality or Symmetry , volume =
-
[231]
Journal of Computational and Graphical Statistics , volume =
Yaming Yu and Xiao-Li Meng , title =. Journal of Computational and Graphical Statistics , volume =
-
[232]
Proceedings of the 11th International Conference on Learning Representations , year =
Semi-Implicit Variational Inference via Score Matching , author =. Proceedings of the 11th International Conference on Learning Representations , year =
-
[233]
Journal of Multivariate Analysis , volume =
A skew. Journal of Multivariate Analysis , volume =. 2016 , doi =
2016
-
[234]
Zeiler, M. D. , Title =
-
[235]
Statistics and Computing , volume=
Natural gradient hybrid variational inference with application to deep mixed models , author=. Statistics and Computing , volume=. 2024 , publisher=
2024
-
[236]
2026 , eprint=
Conjugating Variational Inference for Large Mixed Multinomial Logit Models and Consumer Choice , author=. 2026 , eprint=
2026
-
[237]
Journal of Computational and Graphical Statistics , volume =
Bingxin Zhou and Junbin Gao and Minh-Ngoc Tran and Richard Gerlach , title =. Journal of Computational and Graphical Statistics , volume =. 2021 , doi =
2021
-
[238]
Journal of Machine Learning Research , volume=
Fast Expectation Propagation for Heteroscedastic, Lasso-Penalized, and Quantile Regression , author=. Journal of Machine Learning Research , volume=
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.