REVIEW 4 major objections 5 minor 72 references
Deep Adaptive Bayesian Screening (DABS) claims that an offline-trained neural policy can sequentially choose binary factorial experiments that maximize information about which factors are active, with effect sizes and noise integrated out a
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 19:32 UTC pith:47NWDGPR
load-bearing objection A genuinely new adaptive screening method with a clever training objective, but the deployment Gibbs sampler as written is not sampling the stated heredity-constrained posterior — so all interaction posterior probabilities and Case Study 3 results are in question. the 4 major comments →
Deep Adaptive Bayesian Screening
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that sequential adaptive screening can be amortized by training a policy network offline to maximize a contrastive lower bound on the mutual information between the experimental history and the discrete active-set indicators, rather than on the full parameter vector. Because the spike-and-slab prior and Gaussian likelihood are conjugate, the continuous effect sizes and noise variance are integrated out analytically, leaving a closed-form multivariate Student-t marginal for the history given the active set. This makes the training objective tractable and lets the policy be learned with standard gradient methods on discrete {−1,+1} designs. At deployment, the same
What carries the argument
The load-bearing object is the closed-form multivariate Student-t marginal p(h_T | z) obtained by analytically integrating effect sizes and noise variance out of the conjugate spike-and-slab linear-Gaussian model. This single formula serves three roles: it defines the screening-specific sPCE training objective (contrastive samples are drawn only over the discrete activity indicators z), it makes the policy network's input the exactly sufficient statistics of the history, and it supplies the full conditional distributions of the deployment Gibbs sampler. The policy itself is a two-layer MLP mapping sufficient statistics to per-factor logits, with a straight-through Gumbel-Softmax relaxation t
Load-bearing premise
The whole training objective and the Gibbs decoder rely on the closed-form Student-t marginal p(h_T | z) being exact, but that formula is derived only for a main-effects-only linear model with a common slab variance; the paper applies it without proof to the full model with interactions, heredity, and a second slab, so if that marginal is inexact under the full model, both the learned policy and the posterior probabilities are aimed at the wrong likelihood.
What would settle it
Take a small problem with interactions and heredity (e.g., p=4 with one active interaction), generate random histories from the true generative model, and compare the closed-form Student-t p(h_T | z) against a numerically integrated or long-run MCMC estimate of the same marginal. A systematic mismatch would mean the sPCE training objective and the Gibbs full conditionals evaluate the wrong likelihood. Additionally, test the wedge prediction directly: for T just above p, the DABS-versus-static F1 gap should be statistically indistinguishable from zero; a persistent gap in that regime would cont
If this is right
- Under the wedge prediction, adaptive screening is most valuable when the experimental budget is below the identifiability boundary; once T is at or above the number of candidate factors, a well-chosen static design achieves the same expected information gain.
- DABS matches or outperforms the strongest non-adaptive Bayesian baseline across three published screening benchmarks, with large gains at tight budgets and no significant loss above the boundary.
- The trained policy adds essentially no per-step optimization cost at deployment: each design is a single forward pass, and the Gibbs decoder returns activity probabilities and effect-size credible intervals in one pass through the data.
- Targeting the screening-specific mutual information I(z; h_T) rather than total parameter information improves factor-recovery F1; the paper's ablation shows a measurable drop when the total-information objective is used.
- The logit-L2 penalty is load-bearing: removing it collapses the policy into a nearly constant design and reduces main-effect F1 from 0.303 to 0.080.
- The method assumes strong heredity for interactions; the paper reports that a moderate heredity mismatch at evaluation causes only a small F1 drop, suggesting some robustness to this assumption.
Where Pith is reading between the lines
- A practical corollary of the wedge prediction is a decision rule for practitioners: if the experimental budget is at or above the number of candidate factors, static designs are likely sufficient, and adaptive screening earns its extra training cost only in the under-identified regime.
- The sufficient-statistics encoder's input dimension grows as O(p^4), which sets a practical ceiling around p≈26 in the paper's experiments; scaling to much larger factor sets would require a more compact representation of the design history.
- Because the Student-t marginal rests on conjugacy, extending DABS to non-Gaussian responses or non-conjugate priors would require a likelihood-free contrastive estimator or auxiliary-variable augmentation; the paper identifies this as a limitation, so a natural next step is testing such extensions on binary or count responses.
- The paper's ablation suggests that targeting I(z; h_T) rather than I(θ; h_T) is decisive; a similar recasting of other amortized design frameworks toward discrete support recovery could let them benefit from the same analytic marginalization whenever conjugacy holds.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Deep Adaptive Bayesian Screening (DABS), an amortized policy-based method for sequential binary factorial screening under a spike-and-slab prior with strong heredity. The policy is trained offline by maximizing a prior-contrastive lower bound on the mutual information between the history and the active-set indicators, using a claimed closed-form Student-t marginal to integrate out effect sizes and noise. At deployment, a Gibbs sampler is used to recover posterior activity probabilities and credible intervals. The method is evaluated on three simulation benchmarks calibrated to published studies, with a 'wedge prediction' that adaptivity helps only below the identifiability boundary T=p.
Significance. The paper addresses a genuine gap in amortized Bayesian experimental design: discrete factorial screening with posterior uncertainty quantification. It has notable strengths: a clean model specification, pseudocode for training and deployment, a falsifiable wedge prediction, extensive ablations, and a stated intent to release code. If the closed-form marginal and Gibbs decoder were valid for the full model with interactions, the contribution would be useful. However, the analytic marginal is derived for a simpler main-effects-only model, the claimed complexity reduction under heredity is incorrect for pi_int<1, and the deployment Gibbs sampler is not a valid posterior sampler for the stated model. The reported interaction posteriors and credible intervals are therefore not supported. Because all benchmarks are simulated from the paper's own spike-and-slab model, the experiments also provide no external validation of the modeling assumptions.
major comments (4)
- [Section 3.2 / Eq. (10) / Appendix C] Appendix C derives p(h_T|z) for a main-effects-only model: y|beta_z,sigma^2 ~ N(X_z beta_z, sigma^2 I), beta_z|sigma^2,z ~ N(0, sigma^2 tau_z^2 I_{p_z}). The full model in Section 3.1 has main effects, two-factor interactions, spike-and-slab with distinct tau_active and tau_inactive, and heredity. Conditional on z, the correct marginal is y|z,sigma^2 ~ N(0, sigma^2(I + X diag(tau_z^2) X^T)) with a vector tau_z^2, not the X_z X_z^T form. Eq. (10) claims the Appendix C form applies to the full model, but no derivation is given. Appendix G's Eq. (37) uses the diag form but calls it a 'tight approximation' of the exact Section 3.1 prior, which is inconsistent because the Section 3.1 prior is exactly the diag form. Since this marginal defines the sPCE training objective and the Gibbs full conditionals, the policy and decoder may be optimizing and evaluating the wrong likelihood.
- [Section 3.1, 'Under heredity ... reduces to at most {0,1}^p'] The claim that strong heredity reduces the admissible activity-pattern space to at most {0,1}^p is false for pi_int in (0,1). Under z_ij|z_i,z_j ~ Bernoulli(pi_int z_i z_j), a main-effect pattern with m active factors admits 2^{m(m-1)/2} possible interaction patterns. For p=15 and three active factors there are 2^3 possible interaction patterns, not 1. The space is at most {0,1}^p only in the deterministic limit pi_int=1. This matters because the tractability of contrastive sampling is argued from this reduction: drawing contrastive samples only from {0,1}^p omits interaction indicators, so the p(h_T|z_i) in Eq. (4) is not the marginal of the stated model.
- [Algorithm 2 / Appendix G, Eqs. (36)-(37)] Algorithm 2 updates only main-effect indicators z_k (line 12); interaction indicators z_ij are never updated. Eq. (36) defines P(z_k=1|z_-k,h_T) using p(h_T|z_k=1,z_-k) and p(h_T|z_k=0,z_-k) with the same fixed z_-k. Under strong heredity, z_ij are either free Bernoulli variables (pi_int<1) or deterministic functions z_i z_j (pi_int=1). In neither case is Eq. (36) the correct full conditional. With pi_int=1, toggling z_k changes the dependent z_ij, so the two likelihood terms must use different induced patterns. With pi_int<1, z_ij require their own Gibbs update, which is absent. The sampler therefore assigns positive posterior weight to heredity-forbidden configurations and never explores interaction states. Consequently, the interaction inclusion probabilities and credible intervals reported in Section 5.4 and Appendix H.3 are not posterior estimates under the stated model.
- [Section 3.1 / Algorithm 2: handling of rho] The model places a Beta(a,b) hyperprior on rho, but the Gibbs sampler in Algorithm 2 and Eq. (36) treats rho as a fixed constant. No Gibbs step for rho is provided. Posterior activity probabilities are therefore computed conditional on an arbitrary rho value rather than marginalizing over the Beta prior. This is a mismatch with the model and affects the reported posterior inclusion probabilities.
minor comments (5)
- [Appendix A, Proposition 1 proof] The proof concludes that 'any maximizer' of xi^T Sigma xi over [-1,1]^p lies in {-1,+1}^p, but the coordinate-wise argument only establishes that there exists a maximizer at a vertex. For example, f(xi)=xi_1^2 has non-vertex maximizers. The statement should be weakened to existence of a vertex maximizer.
- [Section 3.3 / Algorithm 1] Eq. (11) defines the design via sign(ell_t + g_t), while Algorithm 1 writes xi_t <- GumbelSoftmax(ell_t, tau). These are different operations; the pseudocode should clarify the straight-through relaxation used in the forward/backward pass.
- [Abstract] The abstract describes a 'single-pass Gibbs decoder', but Algorithm 2 runs G Gibbs iterations after burn-in. This is not a single pass; consider rephrasing to 'a closed-form Gibbs sampler'.
- [Eq. (10)] The text says the scale matrix is 'determined by ... pi_int', but p(h_T|z) conditional on z does not depend on pi_int; pi_int appears in the prior over z, not in the marginal likelihood. This should be clarified.
- [Section 5.1 / Code availability] The statement 'Code, model checkpoints and evaluation scripts are available from the author' lacks a URL or repository identifier, making the reproducibility claim unverifiable.
Circularity Check
Core sPCE/Gibbs derivations are not circular, but the empirical validation is: all benchmarks are simulated from the same spike-and-slab model whose information structure generates the wedge prediction, so the performance claims are self-confirming.
specific steps
-
other
[Section 5.1 (Experimental Setup), Section 3.6 (wedge prediction), Section 5.2 (confirmation)]
"For each benchmark, we simulate responses under the model of Section 3 with hyperparameters calibrated to the published problem. ... This convergence matches the wedge prediction of Section 5.1 (formally derived in Section 3.6): once T clears the identifiability dimension of z, static and adaptive designs achieve the same expected information gain and DABS’ advantage collapses."
The wedge prediction is derived in Section 3.6 from the information decomposition of the spike-and-slab model. The benchmark responses are generated from that exact model (Section 5.1). Therefore the adaptive advantage below T=p and the convergence at T=p are logically entailed by the data-generating process rather than discovered empirically; the experiments are a self-consistency check. The abstract's claim of 'superior accuracy and scalability over classical and Bayesian baselines' is thus validated only under the model the method assumes, although the sPCE and Student-t derivation themselves are not circular.
full rationale
The mathematical core of DABS is not circular: the sPCE lower bound (Eq. 4), the Student-t marginal (Appendix C), and the Gibbs full conditionals (Appendix G) are derived from the stated prior and likelihood. No parameter is fitted and then renamed a prediction, and no load-bearing claim rests on a self-citation; the only self-citations (Strouwen & Micluta-Câmpeanu; Fanuel et al.; Schreurs et al.) are related-work or regularization choices. The central empirical evidence, however, is circularly structured: all case-study responses are simulated from the same spike-and-slab model of Section 3, while the wedge prediction is a direct consequence of that model. Consequently, the observed agreement in Sections 5.2-5.4 is a formal consistency check, not an independent benchmark test. This does not make the training-objective derivation circular, but it means the headline performance claims have not been tested against external data or a misspecified generative process. Separately, Algorithm 2 never updates interaction indicators and Eq. 36 conditions on fixed z_-k while toggling z_k, so under strong heredity the sampler's stationary distribution is not the stated posterior; this is a correctness risk and an omitted derivation step, though not itself a circularity of the training objective.
Axiom & Free-Parameter Ledger
free parameters (6)
- logit-L2 penalty weight mu =
0.01
- slab variances tau_active / tau_inactive =
1.0 / 0.01
- interaction prior probability pi_int =
not specified in Table 4
- inverse-gamma hyperparameters alpha0, beta0 =
alpha0=3.0, beta0=1.0 or 0.25 per case study
- Beta sparsity prior parameters (a,b) =
Beta(2,8), Beta(4,6), Beta(5,5)
- Gumbel temperature schedule (tau_start, tau_end, anneal fraction) =
1.0 -> 0.5 over 80%
axioms (5)
- domain assumption Strong heredity principle: an interaction is active only if both parent main effects are active.
- domain assumption Factor sparsity principle: only a small subset of factors is active.
- domain assumption Linear Gaussian response with additive noise and conjugate normal-inverse-gamma prior.
- domain assumption Optimal designs on the continuous hypercube are attained at binary vertices for the screening objective.
- ad hoc to paper The activity-pattern space under strong heredity reduces to at most {0,1}^p.
read the original abstract
We introduce Deep Adaptive Bayesian Screening (DABS), a method for performing adaptive factorial screening in high-dimensional discrete design spaces. DABS learns a policy network offline to sequentially select informative experiments, amortizing Bayesian Optimal Experimental Design. It handles binary designs, incorporates sparsity and interactions via a spike-and-slab prior with strong heredity. The model is trained using a contrastive lower bound on information about factor activity with nuisance effect sizes and noise variance analytically integrated out. Unlike prior amortized Bayesian design approaches, DABS also integrates Gibbs posterior inference at deployment, yielding posterior probabilities of factor activity and credible intervals on effect sizes. We demonstrate DABS on screening problems calibrated to real-world benchmarks and show it achieves superior accuracy and scalability over classical and Bayesian baselines under tight experimental budgets.
Figures
Reference graph
Works this paper leans on
-
[1]
Foster, Adam and Ivanova, Desi R and Malik, Ilyas and Rainforth, Tom , booktitle =
-
[2]
Jang, Eric and Gu, Shixiang and Poole, Ben , booktitle=
-
[3]
, title =
Williams, Ronald J. , title =. Machine Learning , volume =
-
[4]
, year =
Ishwaran, Hemant and Rao, J. , year =
-
[5]
Statistical Science , volume =
Chaloner, Kathryn and Verdinelli, Isabella , title =. Statistical Science , volume =
-
[6]
and Rainforth, Tom , booktitle =
Ivanova, Desi R and Foster, Adam and Kleinegesse, Steven and Gutmann, Michael U. and Rainforth, Tom , booktitle =
-
[7]
and Meyer, R
Box, George E.P. and Meyer, R. Daniel , title =. Technometrics , volume =
-
[8]
and McCulloch, Robert E
George, Edward I. and McCulloch, Robert E. , title =. Journal of the American Statistical Association , volume =
-
[9]
Journal of Machine Learning Research , volume =
Mohamed, Shakir and Rosca, Mihaela and Figurnov, Michael and Mnih, Andriy , title =. Journal of Machine Learning Research , volume =
-
[10]
and Mnih, Andriy and Yee, Whye Teh , title =
Maddison, Chris J. and Mnih, Andriy and Yee, Whye Teh , title =. International Conference on Learning Representations , year =
-
[11]
, title =
Zaheer, Manzil and Kottur, Satwik and Ravanbhakhsh, Siamak and Poczos, Barnabas and Salakhutdinov, Ruslan and Smola, Alexander J. , title =. Advances in Neural Information Processing Systems , year =
-
[12]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume =
Geman, Stuart and Geman, Donald , title =. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume =
-
[13]
Casella, George and Robert, Christian , title =
-
[14]
and Wu, C
Hamada, M. and Wu, C. F. Jeff , title =. Journal of Quality Technology , volume =
-
[15]
, title =
Montgomery, Douglas C. , title =
-
[16]
and Hunter, J
Box, George E.P. and Hunter, J. Stuart and Hunter, William G. , title =
-
[17]
and Drovandi, Christopher C
Ryan, Elizabeth G. and Drovandi, Christopher C. and McGree, James M. and Pettitt, Anthony N. , title =. International Statistical Review , volume =
-
[18]
, title =
Lindley, D.V. , title =. The Annals of Mathematical Statistics , volume =
-
[19]
2018 , pages =
Rainforth, Tom and Cornish, Robert and Yang, Hongseok and Warrington, Andrew and Wood, Frank , booktitle =. 2018 , pages =
2018
-
[20]
and Teh, Yee Whye and Rainforth, Tom , booktitle =
Foster, Adam and Jankowiak, Martin and O'Meara, Matthew J. and Teh, Yee Whye and Rainforth, Tom , booktitle =. A. 2019 , pages =
2019
-
[21]
International Conference on Machine Learning , year =
On Variational Bounds of Mutual Information , author =. International Conference on Machine Learning , year =
-
[22]
, journal =
Mitchell, Toby J. , journal =. An Algorithm for the Construction of
-
[23]
Jeff and Hamada, Michael S
Wu, C.F. Jeff and Hamada, Michael S. , title =
-
[24]
The Canadian Journal of Statistics , volume =
Bayesian Variable Selection with Related Predictors , author =. The Canadian Journal of Statistics , volume =
-
[25]
and Barto, Andrew G
Sutton, Richard S. and Barto, Andrew G. , title =
-
[26]
and Lawson, Dietrich and Sohl-Dickstein, Jascha , booktitle =
Tucker, George and Mnih, Andriy and Maddison, Chris J. and Lawson, Dietrich and Sohl-Dickstein, Jascha , booktitle =. 2017 , pages =
2017
-
[27]
Advances in Neural Information Processing Systems , year =
Attention Is All You Need , author =. Advances in Neural Information Processing Systems , year =
-
[28]
International Conference on Machine Learning , year =
Set Transformer: A Framework for Attention-based Permutation-Invariant Neural Networks , author =. International Conference on Machine Learning , year =
-
[29]
and McCulloch, Robert E
George, Edward I. and McCulloch, Robert E. , journal =. Approaches for
-
[30]
and McCulloch, Robert E
Chipman, Hugh and George, Edward I. and McCulloch, Robert E. , journal =. The Practical Implementation of. 1997 , publisher =
1997
-
[31]
and Pham, Tung-Dinh and Vuong, Mai Phuong
Nguyen, Nam-Ky and Kenett, Ron S. and Pham, Tung-Dinh and Vuong, Mai Phuong. D-Efficient Mixed-Level Foldover Designs for Screening Experiments. Springer Handbook of Engineering Statistics. 2023
2023
-
[32]
Smucker , title =
Jacob Abugre Akubire and Byran J. Smucker , title =. Journal of Statistical Computation and Simulation , volume =. 2025 , publisher =
2025
-
[33]
Casting a Spotlight on Factorial Design: Exploring the Power of
Prathap Madeswara Guptha and Vijayaraj Surendran and Raghavendra Kumar Gunda , journal =. Casting a Spotlight on Factorial Design: Exploring the Power of. 2025 , publisher =
2025
-
[34]
Biometrika , volume =
A comparison of several variance component estimators , author=. Biometrika , volume =
-
[35]
Journal of Quality Technology , volume =
A class of Three-Level Designs for Definitive Screening in the Presence of Second-order Effects , author=. Journal of Quality Technology , volume =
-
[36]
Journal of the American Statistical Association , volume =
Bayesian Variable Selection in Linear Regression , author=. Journal of the American Statistical Association , volume =
-
[37]
A review of Bayesian variable selection methods: what, how and which , author=
-
[38]
Bayesian Analysis Advance Publication , pages =
Bayesian iterative screening in ultra-high dimensional linear regressions , author=. Bayesian Analysis Advance Publication , pages =
-
[39]
Double-robust
Linhan, Ouyang and Ling, Yan and Minghe, Sun and Min, Wang , journal =. Double-robust
-
[40]
Becerra, Mario and Goos, Peter , journal =
-
[41]
and Guan, Cong and Rainforth, Tom , booktitle =
Hedman, Marcel and Ivanova, Desi R. and Guan, Cong and Rainforth, Tom , booktitle =. Step-. 2025 , volume =
2025
-
[42]
2019 , volume =
Poole, Ben and van den Oord, Aäron and Alemi, Alexander A., Tucker George , booktitle =. 2019 , volume =
2019
-
[43]
Advances in Neural Information Processing Systems , year =
Mutual information estimation via normalizing flows , author =. Advances in Neural Information Processing Systems , year =
-
[44]
Advances in Neural Information Processing Systems , year =
Mutual Information Estimation via f-Divergence and Data Derangements , author =. Advances in Neural Information Processing Systems , year =
-
[45]
Gaussian process based expected information gain computation for Bayesian optimal design
Xu, Zhihang and Liao, Qifeng. Gaussian process based expected information gain computation for Bayesian optimal design. Entropy (Basel)
-
[46]
Efficient estimation of expected information gain in Bayesian experimental design with multi-index Monte Carlo
Du, Xinting and Wang, Hejin. Efficient estimation of expected information gain in Bayesian experimental design with multi-index Monte Carlo. Statistics and Computing
-
[47]
Pre-trained Gaussian processes for Bayesian optimization
Wang, Zi and Dahl, George E and Swersky, Kevin and Lee, Chansoo and Nado, Zachary and Gilmer, Justin and Snoek, Jasper and Ghahramani, Zoubin. Pre-trained Gaussian processes for Bayesian optimization. Journal of Machine Learning Research
-
[48]
and Chai, Tianyou , year =
Guo, Dan and Wang, Xilu and Gao, Kailai and Jin, Yaochu and Ding, J.L. and Chai, Tianyou , year =
-
[49]
Science and Technology of Advanced Materials: Methods , volume =
Tomoki Yamashita and Hiori Kino and Koji Tsuda and Takashi Miyake and Tamio Oguchi , title =. Science and Technology of Advanced Materials: Methods , volume =
-
[50]
Zaballa, Vincent D and Hui, Elliot E , title =
-
[51]
2024 , eprint =
Huang, Daolang and Guo, Yujia and Acerbi, Luigi and Kaski, Samuel , title =. 2024 , eprint =
2024
-
[52]
2026 , eprint =
Strouwen, Arno and Micluta-C. 2026 , eprint =
2026
-
[53]
, title =
Fanuel, Michaël and Schreurs, Joachim and Suykens, Johan A.K. , title =. SIAM Journal on Mathematics of Data Science , volume =
-
[54]
Machine Learning, Optimization, and Data Science , year=
Schreurs, Joachim and De Meulemeester, Hannes and Fanuel, Micha. Machine Learning, Optimization, and Data Science , year=
-
[55]
and Wu, C
Hamada, M. and Wu, C. F. J. , title =. Journal of Quality Technology , volume =. 1992 , publisher =
1992
-
[56]
Bioresource Technology , volume =
A study of inulinase production in. Bioresource Technology , volume =. 1995 , author =
1995
-
[57]
2004 , author =
A systematic strategy to optimize ex vivo expansion medium for human hematopoietic stem cells derived from umbilical cord blood mononuclear cells , journal =. 2004 , author =
2004
-
[58]
2023 , address =
Novel Aspects of Gas Chromatography and Chemometrics , publisher =. 2023 , address =
2023
-
[59]
and Meyer, R
Box, G.E.P. and Meyer, R. Daniel , title =. Journal of Quality Technology , volume =. 1993 , publisher =
1993
-
[60]
Materials , VOLUME =
Liu, Guiqun and Fang, Xinyu and Zhang, Xiaoli and Lv, Guanglei , TITLE =. Materials , VOLUME =. 2025 , NUMBER =
2025
-
[61]
2023 , volume =
Bickford Smith, Freddie and Kirsch, Andreas and Farquhar, Sebastian and Gal, Yarin and Foster, Adam and Rainforth, Tom , booktitle =. 2023 , volume =
2023
-
[62]
and Jennings, Joel and Rainforth, Tom and Zhang, Cheng and Foster, Adam , booktitle =
Ivanova, Desi R. and Jennings, Joel and Rainforth, Tom and Zhang, Cheng and Foster, Adam , booktitle =. 2023 , volume =
2023
-
[63]
Journal of Global Optimization , volume =
Efficient global optimization of expensive black-box functions , author =. Journal of Global Optimization , volume =
-
[64]
Variational Bayesian Optimal Experimental Design
Foster, Adam and Jankowiak, Martin and Bingham, Eli and Horsfall, Paul and Teh, Yee Whye and Rainforth, Tom and Goodman, Noah. Variational Bayesian Optimal Experimental Design. Advances in Neural Information Processing Systems , volume =
-
[65]
Pukelsheim, Friedrich , title =
-
[66]
General equivalence theory for optimum designs (approximate theory)
Kiefer, J. General equivalence theory for optimum designs (approximate theory). Annals of Statistics
-
[67]
and Donev, A.N
Atkinson, A.C. and Donev, A.N. and Tobias, R.D. , title =
-
[68]
Goos, Peter and Jones, Bradley , title =
-
[69]
European Journal of Operational Research
Efficient space-filling and non-collapsing sequential design strategies for simulation-based modeling , author =. European Journal of Operational Research
-
[70]
Experimental Design on a Budget for Sparse Linear Models and Applications
Ravi, Sathya Narayanan and Ithapu, Vamsi and Johnson, Sterling and Singh, Vikas , booktitle =. Experimental Design on a Budget for Sparse Linear Models and Applications. 2016 , volume =
2016
-
[71]
IEEE Transactions on Information Theory
Distilled Sensing: Adaptive Sampling for Sparse Detection and Estimation , author =. IEEE Transactions on Information Theory
-
[72]
Biometrika
The Design of Optimum Multifactorial Experiments , author =. Biometrika
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.