Interpolation Thresholds Across Domains
- Interpolation threshold is the critical value at which a model transitions from exact data interpolation to regimes of stable generalization and computational efficiency.
- In sparse polynomial interpolation, the threshold often equals twice the sparsity level, scaling quadratically in high dimensions with deterministic and randomized sampling.
- Adaptive strategies in neural networks, wavelet decoding, and topological data analysis use interpolation thresholds to balance model simplicity, performance, and computational cost.
An interpolation threshold is a critical value—typically in terms of sample size, regularization, or sparsity—beyond which a function, network, or algorithm transitions from exact interpolation of data (perfect fit) to another regime such as stable generalization, computational efficiency, or topological stationarity. Precise forms and consequences of the interpolation threshold depend on the context: sparse polynomial interpolation, neural networks and generalization, signal processing via wavelet thresholds, or topological data analysis. This article reviews foundational results across these settings, highlighting quantitative thresholds, their structural origins, and empirical behavior.
1. Sparse Polynomial Interpolation: Theoretical Thresholds and Scaling Laws
In sparse function approximation, given a basis (of cardinality ) over a domain , and -sparse functions where , the interpolation threshold refers to the minimal number of samples required for unisolvent recovery—that is, for the mapping to be injective on the set of -sparse functions .
The principal result establishes a sharp interpolation threshold at 0 under broad conditions. If any 1 basis functions are strongly linearly independent on some subdomain, there exists a set of 2 points yielding unisolvency for any 3. When the basis has the Chebyshev-system property (every 4 functions form a Chebyshev system), 5 arbitrary points suffice (Xu et al., 2013).
However, in high-dimensional Chebyshev polynomial spaces (tensor-product or total-degree), a universal 6-point set is infeasible; the minimal deterministic sample size increases to 7 (with 8 a function of the polynomial degree and ambient dimension). By constructing deterministic points as 9, and selecting 0 appropriately, Xu and Zhou achieve robust 1-recovery guarantees (Xu et al., 2013). The threshold for unisolvent interpolation thus shows a quadratic dependence on sparsity, with exponential or polynomial scaling in dimension, depending on basis structure.
2. Neural Networks: Optimization/Interpolation Thresholds and Simplicity Bias
In overparametrized neural networks, the interpolation threshold marks a qualitative change in the landscape traversed by optimization algorithms. Specifically, in two-layer ReLU networks 2 trained by gradient flow on 3 samples in 4 dimensions, there exists a critical sample size 5 such that:
- For 6 gradient flow typically drives 7, reaching a global minimum that exactly interpolates training data.
- For 8 the same dynamics converge only to a spurious (simplicity-biased) local minimum, failing to interpolate (9) but yielding asymptotically optimal population risk.
This "optimization threshold" is a nontrivial function of task complexity. Its origin is traced to the early-alignment phase: small-initialization regimes cause neuron weights to cluster along extremal directions in parameter space, effectively reducing the capacity for perfect data fit without loss of generalization. After this point, solutions correspond to minimum-norm representations of the data and generalize optimally, with population MSE 0, outperforming full interpolators in the presence of label noise (Boursier et al., 2024). This mechanism is formalized through a Polyak–Łojasiewicz inequality and spectral concentration arguments.
3. Adaptive Thresholding in Wavelet-Based Frame Interpolation
In high-efficiency video frame interpolation, a dynamic interpolation threshold controls the computational budget by sparsifying wavelet-domain decoding. At each wavelet level 1, a coefficient-wise threshold 2 is computed, with the scalar threshold-ratio 3 learned via a classifier embedded in the network.
Valid masks are defined as 4, determining where high-frequency wavelet coefficients are worth reconstructing. The threshold classifier selects 5 for each sample using a differentiable Gumbel–Softmax sampling mechanism, jointly optimized with reconstruction and FLOP-regularization losses. This adaptively set threshold achieves up to 6 reduction in computation with negligible loss in image quality metrics (PSNR, SSIM) (Kong et al., 2023). Larger thresholds result in sparser computation masks (lower FLOPs), while smaller thresholds yield denser reconstruction and higher fidelity.
4. Topological Interpolation Thresholds via Persistent Homology
In topological data analysis, interpolation thresholds can be governed by convergence properties of persistence diagrams under iterative point insertion schemes (e.g., Voronoi or Sibson interpolation). After each iteration, persistent homology is computed for the evolving Delaunay complex; the topological fidelity of the interpolation is monitored by measuring bottleneck (7) and 8-Wasserstein (9) distances between consecutive persistence diagrams.
A vector-norm threshold 0 (e.g., 1 in filtration-scale units) is set, and when 2, further interpolation is halted. This rule is statistically grounded via trimmed Wasserstein tests, ensuring robustness to outlier persistence points. A small enough 3 bounds the maximum lifetime of spuriously introduced homology classes. Empirically, this topological stopping rule typically results in rapid stabilization of topological features after a few iterations, preventing overfitting of spurious noise (Melodia et al., 2019).
5. Deterministic vs Randomized Thresholds and Empirical Behavior
A contrast emerges between deterministic point constructions (sparse interpolation) and random sampling (compressed sensing). While random sampling can achieve sparser recovery with 4, deterministic designs guarantee worst-case recovery at 5, typically with slightly higher sample complexity but greater algorithmic predictability and analytic structure (Xu et al., 2013). Empirical investigations confirm near-equality in recovery rates for practical sample sizes.
Similarly, in adaptive frame interpolation, dynamically learned thresholds enable instance-optimal computation allocation, as opposed to static or hand-tuned fixed thresholds. Across domains, the interpolation threshold serves as a design control: balancing statistical recovery, computational load, and preservation of salient structure.
6. Summary Table: Interpolation Thresholds Across Domains
| Context | Core Threshold Scaling | Empirical Behavior |
|---|---|---|
| Sparse Poly. Interpolation | 6 (ideal), 7 (high-dim) | Deterministic points match random for 8 large |
| Two-layer ReLU NN | 9 | Beyond 0, interpolation fails but generalization improves |
| Wavelet Frame Interpol. | Samplewise 1 (dynamic) | 18–40% compute reduction for fixed image quality |
| Topological Interp. | 2 | 3–4 steps yield stable homological content |
The notion of interpolation threshold thus unifies key trade-offs in sample efficiency, computational resources, and structural fidelity across the mathematical sciences. It governs the transition from exact interpolation—often accompanied by overfitting or inefficiency—to regimes of pragmatic stability and generalization.