Brown, Vannucci and Fearn extend Bayesian spike-and-slab variable selection from univariate to the multivariate regression model — selecting one subset of regressors that is good for predicting all responses jointly. A latent binary vector flags which coefficients are near zero versus not; under natural-conjugate (matrix-normal / inverse-Wishart) priors the coefficients and error covariance integrate out, giving a closed-form marginal posterior of . Fast add/delete updates make direct evaluation feasible in modest dimension, and MCMC over model space handles the high-dimensional case; prediction is by posterior model averaging over likely subsets. The motivating application is chemometric: predict the proportions of sugars from near-infrared absorbances.
"A latent vector with binary entries serves to identify one of two types of regression coefficients: those close to 0 and those not."
"Specializing our general distributional setting to the linear model with Gaussian errors and using natural conjugate prior distributions, we derive the marginal posterior distribution of the binary latent vector."
This is the paper that carries spike-and-slab selection into the multivariate, high-dimensional world, and its two moves are the ones that made it a chemometrics/genomics staple. First, using a single selection vector for all responses is the right modeling choice when the responses share a common set of relevant predictors (sugars sharing informative NIR bands, genes sharing regulators) — it borrows strength across responses instead of running separate selections. Second, exploiting conjugacy to marginalize the coefficients and covariance turns selection into a search over the binary alone, which is what makes (and later in the thousands) tractable by Metropolis-over-models plus fast rank-one updates. It sits directly on top of the wiki's SSVS and spike-and-slab pages as their multivariate case, and its predict-by-averaging stance — never commit to one subset — is the same lesson the BMA thread teaches. The companion Brown-Fearn-Vannucci (1999) paper refines the choice of variables (decision-theoretic subset selection) on top of this machinery.