Sample Extensions in Statistical Inference
- Sample extensions are methodological constructs that generalize procedures beyond the original sample by reusing learned structures like embeddings, kernels, or priors.
- They enable out-of-sample placement in representation learning, scalable dimensionality reduction, and efficient combinatorial sampling for large or irregular datasets.
- Extensions translate prior design or sensitivity analyses into observation-equivalent units, enhancing experimental planning and diagnostic precision in Bayesian frameworks.
Sample extensions are methodological constructions that enlarge a procedure beyond the specific sample, sample size, or sample space for which it was originally defined. In the literature considered here, the phrase covers several technically distinct operations: out-of-sample placement of unseen observations in a learned representation, enlargement of a sampling mechanism to a richer or continuously weighted state space, extension of sample-selection and sensitivity-analysis procedures to larger and more irregular datasets, and translation of prior or design information into observation-equivalent units. The common idea is to reuse structure already extracted from data—an embedding, a kernel, a partition, a coupling relaxation, or a prior/posterior summary—so that new inference can be performed without re-solving the full original problem (Levin et al., 2018, Reichmann et al., 2024, Reimherr et al., 2014, Tran et al., 20 Apr 2025).
1. Conceptual scope
No single standardized definition of sample extension spans all of these literatures. Instead, the term designates a family of related moves in which a method learned on one sample regime is made operative on another.
| Setting | What is extended | Typical aim |
|---|---|---|
| Representation learning | Embedding, kernel, or projection | Place unseen observations in existing coordinates |
| Combinatorial sampling | Sampling state space or weighted family | Sample constrained objects or count them |
| Large-scale analysis | Selection or sensitivity estimator | Reduce memory and runtime burdens |
| Statistical planning | Prior or design information | Express impact in units of observations |
| Distributional modeling | Finite-sample or discrete construction | Lift to continuous measures or transformed models |
Representative examples include adjacency spectral embedding and positive-semidefinite-kernel out-of-sample formulas (Levin et al., 2018, Fanuel et al., 2017), out-of-core dimensionality reduction via reference subsets (Reichmann et al., 2024), weighted sampling families for linear extensions (Banks et al., 2010) and random-to-random Markov chains on (Ayyer et al., 2014), entropy-regularized sample selection (Chen et al., 25 Mar 2025), and sample-size or effective-sample-size extensions for A/B testing, prior diagnostics, and Gaussian graphical models (Zhou et al., 2023, Reimherr et al., 2014, Arena et al., 21 Jun 2026).
2. Out-of-sample extension in embeddings and graph inference
In graph representation learning, the sample-extension problem is posed after an adjacency spectral embedding has already been computed. For an -vertex graph with adjacency matrix , the in-sample embedding is . A new vertex arrives with edge-indicator vector , and the goal is to place it in the same coordinate system using only and , rather than recomputing the eigendecomposition of the augmented graph. The least-squares extension solves and has closed form ; the companion plug-in maximum-likelihood extension maximizes a constrained Bernoulli log-likelihood over . Under the random dot product graph model, both estimators recover the new latent position up to orthogonal transformation with error 0, and the least-squares estimator satisfies a central limit theorem with asymptotic covariance 1 (Levin et al., 2018).
A different out-of-sample construction appears in nonlinear kernel embedding. There the learned object is not a fixed diffusion kernel but a positive semi-definite kernel 2 obtained from a semidefinite program with diagonal constraints. In the weak-smoothness setting, each coordinate is extended by a normalized Nyström formula chosen so that the squared norm of the out-of-sample point equals 3, and the learned matrix 4 extends to a data-dependent Mercer kernel 5. In the strong-smoothness RKHS setting, the extension becomes the kernel expansion 6, which preserves positive semi-definiteness automatically (Fanuel et al., 2017).
The same general principle scales standard dimensionality-reduction methods to data volumes that cannot be embedded jointly in memory. A small reference subset 7 is embedded directly, yielding 8, and the remaining data are processed in batches by an out-of-sample transform tied to the chosen method. The paper evaluates MDS, PCA, t-SNE, UMAP, and autoencoders; reports visualization of datasets with up to 50 million data points; and gives a use case involving one billion projected streamline instances. The computational advantage comes from fixing the reference embedding once, but the trade-off is that later samples cannot globally reorganize that geometry (Reichmann et al., 2024).
3. Extensions of sampling spaces and weighted sample families
In combinatorial sampling, sample extension concerns the state space of sampled objects rather than unseen observations. For a finite poset 9, a linear extension is a total order compatible with the partial order, and the state space is 0. One line of work extends the classical random-to-random shuffle on permutations to this constrained space. Adjacent operators 1 exchange neighboring elements only when they are incomparable, and the random-to-random move 2 is formed by composing such local moves. The resulting 3-random-to-random shuffle has transition matrix 4; its central conjecture is that the second largest eigenvalue satisfies 5, with equality for disconnected posets, implying relaxation time at most 6 and mixing time 7. The paper proves the conjectured bound for direct sums of chains and for 8-shaped posets, and proves that 9 is an eigenvalue for every disconnected poset (Ayyer et al., 2014).
A second line extends exact-uniform sampling of linear extensions into a continuously parameterized family of weighted distributions. Starting from a fixed “home” extension, the paper defines weights 0 that interpolate continuously between the single home ordering and the full set of linear extensions. This yields nested sets 1 with 2, so the Tootsie Pop Algorithm can estimate the number of linear extensions by repeatedly sampling from 3. The resulting two-phase procedure returns an estimate within a factor 4 of 5 with probability at least 6, and the weighted samples themselves are generated exactly by a modified adjacent-transposition chain together with non-Markovian coupling from the past (Banks et al., 2010).
These two papers illustrate distinct notions of extension. One extends a Markov move from permutations to poset-constrained orderings; the other embeds a discrete counting problem into a continuous family of weighted samples so that exact sampling can drive approximation. The shared structure is that neither approach starts from scratch on a new state space: each reuses an existing combinatorial mechanism and enlarges it just enough to retain control of mixing or counting.
4. Sample-selection and scalable estimator extensions
Another usage of sample extension appears when the aim is neither embedding nor exact combinatorial sampling, but adaptation of a procedure so that it remains effective on much larger sample sets. In optimal design, the regret-minimization framework is extended by adding an entropy regularizer and by allowing a regularized information matrix. The entropy-regularized objective
7
produces a new sample-selection criterion that prefers more spread-out weights, while the regularized version replaces 8 by 9. The paper states a provable 0-near optimal guarantee and applies the method to unlabeled subset selection on MNIST, CIFAR-10, and a 50-class subset of ImageNet, where it consistently outperforms competing sampling strategies in most cases (Chen et al., 25 Mar 2025).
For variance-based sensitivity analysis, the extension takes the form of a generalized given-data Sobol’ estimator that is no longer tied to equiprobable bins or all-at-once memory layouts. With an arbitrary partition 1, the estimator uses
2
followed by
3
A streaming algorithm updates per-bin counts, means, and unscaled variances batchwise, and a heuristic 4 filter removes indices too small to distinguish from zero under statistical noise. These modifications are designed for models with 5 parameterizable inputs, including neural networks, and the paper reports comparable accuracy and runtimes with lower memory requirements than methods that require all samples simultaneously (Portone et al., 11 Sep 2025).
A notable point in this literature is that the extension is not purely computational. In the Sobol’ case, the paper argues that equiprobable partitions can introduce substantial bias because the approximation
6
can fail most severely in low-density tail bins, and equiprobable binning weights those bins equally. The extension to arbitrary partitions therefore changes both feasibility and statistical behavior.
5. Extensions of sample-size and prior-information accounting
In Bayesian diagnostics and experimental design, sample extension often means turning an abstract influence measure into a quantity expressed in units of observations. One framework defines the prior-information function 7 by matching posterior uncertainty under a target prior to posterior uncertainty under a baseline prior: 8 Here 9 can be posterior MSE, and 0 is a scalar information index, typically the sample size 1. The extension is threefold: it works beyond conjugate families, treats prior sample size as a relative function 2, and permits 3 to encode harmful prior–likelihood conflict. In the normal benchmark, the effective prior contribution depends not only on the nominal prior size 4 but also on the standardized discordance 5, and the slope of 6 becomes a graphical diagnostic of prior–likelihood mismatch (Reimherr et al., 2014).
A pre-data analogue for Gaussian graphical models extends effective sample size to Wishart and G-Wishart priors on the precision matrix. The paper adapts five ESS estimators to the GGM setting, aggregates them either globally through determinant ratios or parameterwise through a Cholesky decomposition, and then builds two planning tools on top of them: the Data-to-Prior Information Ratio, which finds the sample size at which the data dominate the prior, and a GGM extension of Bayes Factor Design Analysis, which finds the sample size needed for conclusive edgewise evidence. The central contribution is to express prior informativeness for 7 in observation-equivalent units even when graph constraints and matrix dependence make classical pseudo-count interpretations unavailable (Arena et al., 21 Jun 2026).
A/B testing produces a further extension of sample-size formulas toward realistic online-experiment regimes. For clustered or repeated-measure settings, the paper replaces the iid variance term 8 by a Delta-method expression 9, yielding
0
at the randomization-unit level. It also derives dedicated formulas for relative lift rather than treating percentage effects as simple plug-in rescalings of absolute effects, and it links the design-stage target effect to the smallest observed difference likely to be significant through
1
The paper’s broader point is that design formulas must be extended whenever correlation or ratio estimands are built into the analysis itself (Zhou et al., 2023).
6. Continuous and model-transform extensions over probability distributions
Some of the most abstract sample extensions operate directly on probability measures. For Gromov–Wasserstein, the discrete moment-SOS hierarchy is extended to compact metric measure spaces by replacing finite moment matrices with a measure 2 satisfying symmetry, marginal consistency, and a continuous positive-semidefiniteness condition expressed through quadratic forms in measurable test functions. The resulting hierarchy 3 is a genuine lower-bounding sequence, converges to the GW objective as 4, induces a pseudo-metric 5, and remains statistically meaningful under empirical sampling, with expected empirical relaxed distances converging to their population counterparts (Tran et al., 20 Apr 2025).
A different distribution-level extension appears in models generated by randomly stopped extremes. If 6 is a positive-integer-valued stopping variable with pgf 7, then the 8-stopped maximum of a parent variable 9 has cdf 0, the 1-stopped minimum has cdf 2, and the paper defines inverse constructions—the 3-maxprecursor and 4-minprecursor—with cdfs 5 and 6. By composing extreme and precursor maps, one obtains model extensions that always embed the original family. When the stopping model is closed under pgf composition, these extensions are statistically stable in the sense that reapplying them leaves the enlarged family unchanged; when the stopping law is extreme auto-reversible, maxima-based and minima-based extensions coincide. The zero-truncated geometric case recovers the Marshall–Olkin extension (Valero et al., 2024).
Taken together, these works suggest that sample extension is less a single method than a recurring design pattern. A structure learned on a manageable sample or under a simpler sampling regime is enlarged—by algebraic inversion, kernel continuation, streaming summary statistics, posterior-risk matching, or measure-theoretic relaxation—so that it continues to operate in a broader domain. What changes across fields is the object being preserved: coordinate alignment, positivity, stationary distribution, pseudo-metric structure, or calibration in observation units. What remains constant is the objective of extending usefulness without paying the full cost of recomputation or redesign.