System Interpolation: Multi-Domain Approaches
- System interpolation is a framework where interpolation is performed on structured systems rather than isolated functions, influencing overall system behavior.
- It spans diverse applications including nonuniform sampled-data reconstruction, frequency-domain model reduction, PDE regularity, and parameter-space tuning for language models.
- Practical implementations demonstrate significant efficiency gains and improved accuracy in hardware architectures, control systems, and adaptive deep learning configurations.
System interpolation denotes a family of constructions in which interpolation is performed at the level of a system rather than merely at the level of a scalar function. In the cited literature, the term ranges from nonuniform sampled-data reconstruction with Chebyshev nodes and word-serial hardware architectures, to frequency-domain interpolation of transfer functions for model reduction and identification, to direct completion of missing LPV trajectories from data, to interpolation inequalities used to close nonlinear PDE estimates, to interpolation-derived integrable systems, to proof-theoretic effective interpolation, and to parameter-space interpolation between language-model checkpoints (Tulabandhula, 2010, Jonas et al., 3 Jun 2025, Verhoek et al., 15 Aug 2025, Degtyarev, 2024, Yamada, 2017, Maxa, 6 Jan 2026, Yang et al., 29 Jan 2026). The unifying feature is that interpolation acts on a structured object—signals, trajectories, transfer functions, solution classes, proof predicates, or checkpoint parameters—and thereby changes the behavior of an entire system.
1. Conceptual range of the term
The literature uses “system interpolation” in several technically distinct but structurally related senses.
| Setting | Interpolated object | System-level role |
|---|---|---|
| Sampled-data and sensing | Signals, soundfields, virtual views | Reconstruction, hardware realization, remote sensing |
| Dynamical systems | Transfer functions, tangential data, spectral zeros | Model reduction, identification, passivity preservation |
| Behavioral/data-driven systems | Finite trajectories under scheduling | Missing-data completion without explicit model identification |
| PDE and weak-solution theory | Intermediate norms or solution regimes | Closing estimates or interpolating solution behavior |
| Integrable and logical systems | Determinant data, proof obligations | Generating dynamics or extracting separators/proofs |
| Parameter-space model control | Checkpoint parameters | Continuous control of reasoning intensity |
In sampled-data settings, interpolation typically reconstructs a signal or field from sparse or nonuniform observations. In control and model reduction, interpolation is usually frequency-domain and transfer-function based, with exact matching at selected frequencies or directions. In behavioral system theory, interpolation can mean completing a partially specified trajectory so that it belongs to the admissible behavior. In PDE analysis, interpolation often refers to inequalities between summability and smoothness spaces, or to a continuous parameter between conservative and dissipative solution concepts. In integrable systems and logic, interpolation is not primarily approximation; it is the device from which the system itself is derived or the proof-theoretic property is extracted (Doliwa, 2022, Maxa, 6 Jan 2026).
This diversity suggests that “system interpolation” is best understood as an umbrella term for constructions where interpolation is constrained by, or acts directly upon, an ambient system structure rather than an isolated function value table.
2. Sampled-data, acoustic, and viewpoint systems
A hardware-oriented meaning of system interpolation appears in the Chebyshev sampled-data setting of “Some Architectures for Chebyshev Interpolation” (Tulabandhula, 2010). The signal is sampled over , but not on an equispaced grid; instead, the sample locations are the roots of ,
The reconstruction polynomial is written in a Chebyshev basis,
with coefficients obtained by a DCT-like transform. The paper contrasts transform-domain and time-domain realizations, introduces Chebyshev Type Interpolation Functions , and then proposes a word-serial systolic-array architecture for an 8-sample window. Its first stage computes , its second stage evaluates Chebyshev polynomials recursively using a reused multiplier-adder pair, and its output stage performs an FIR-like accumulation. The dependence-graph scheduling is summarized by
For , the reported latency is 16 cycles, with 100% hardware usage efficiency. The same paper also links interpolation to the sampling front end: for the bandlimited test signal , error required 10 equispaced points but 8 Chebyshev points; for 0, error 1 required 11 equispaced points but 8 Chebyshev points. Under an 8-bit flash/SAR comparison-count model, the resulting Flash-SAR hybrid consumed 1552 au per window versus 2560 au and 2816 au for the equispaced flash-only alternatives, corresponding to approximately 39% and 44% power savings.
In active noise control, interpolation is used to synthesize virtual error microphones inside a region of interest from physical microphones outside it (Zhang et al., 2023). The proposed system is a simulated 3D free-field ANC setup with one primary source, two secondary sources, eight monitoring microphones, and two virtual ear microphones. The interpolated field 2 is produced by a PINN constrained by the homogeneous wave equation,
3
through a loss
4
The network has one hidden layer with 16 neurons, 5 activation, 6 collocation points, and 7 training epochs. Relative to a spherical-harmonic baseline, the PINN reduced interpolation error by approximately 8 for 9 m. When its interpolated virtual signals replaced physical in-ROI error microphones in FxLMS, the steady-state ear-level noise reduction improved by about 0, and the residual field around the ear regions was approximately 1 lower.
A related systems use of interpolation appears in live free-viewpoint video streaming (Hu et al., 2021). There, view interpolation is not only an image-synthesis primitive but the mechanism that changes the architecture of the service. A synchronized 12-camera rig captures live video; a CNN-based midpoint interpolator, VINet, is recursively stacked so that 2 stages produce 3 views between adjacent cameras. The deployed system uses 4 stages, yielding 15 interpolated views between adjacent cameras and 177 total views across the 12-camera setup. These dense views are organized into multi-view cluster frames, encoded, segmented in time and viewpoint space, and streamed through HLS. The reported server-side average latencies were 12.85 ms for view interpolation, 1.27 ms for adaptive stitching, 5.62 ms for encoding, and 5.45 ms for scheduling, implying throughput of about 77 FPS. The architectural claim is that, once dense views are generated and packaged, server load becomes unrelated to the number of clients.
3. Frequency-domain interpolation for linear systems, identification, and passivity
In large-scale MIMO model reduction, system interpolation is explicitly frequency-domain and tangential (Jonas et al., 3 Jun 2025). For
4
the paper develops a left-tangential barycentric interpolant
5
that satisfies
6
for any admissible weight matrices 7, while preserving the feedthrough 8. The free weights are not chosen by direct minimization of 9, but through a weighted 0 surrogate,
1
The resulting quadratic problem has an explicit stationary condition
2
and the minimized surrogate value 3 decreases monotonically with added interpolation rank: 4 The framework is AAA-like in point addition, but uses low-rank tangential blocks, Gramian-based weight updates, and max-error, grid, or random point selection. On the 270-state ISS example, the max-error variant delivered 5-error behavior close to balanced truncation and empirically produced stable reduced models on the tested stable systems.
Loewner rational interpolation provides a different realization-based paradigm for learning low-dimensional systems from frequency-response data (Drmač et al., 2019). In the SISO setting, the Loewner and shifted Loewner matrices are
6
leading to a descriptor interpolant with 7 and 8. Under relative complex Gaussian noise on the measurements, the paper proves that for each 9,
0
with probability at least
1
provided a small-noise condition involving 2, 3, and 4 holds. The practical message is that interpolation-point selection, left/right partitioning, and realization scaling directly affect robustness.
A related but identification-specific use of barycentric interpolation is the rapid frequency-domain scheme of (Jonas et al., 1 Oct 2025). Here the transfer function is unknown and each 5 must be obtained by an expensive sinusoidal experiment. The identified interpolant is
6
with
7
so that 8 when 9. The paper exploits transient as well as steady-state data from each sinusoidal run and replaces the nonconvex output fit by the convex surrogate
0
When 1 is positive definite, the unconstrained optimum is
2
A Lyapunov-based LMI then enforces stability. On a 270-state ISS structural model, adaptive frequency selection outperformed gridded selection in 3 error.
Interpolation also underlies scalar positive-real synthesis. The modified Riccati method of (Cui et al., 2018) solves rational analytic interpolation with positivity and derivative constraints by reusing the covariance extension equation in the form
4
The data enter through
5
and the interpolant is reconstructed from
6
For each spectral-zero polynomial 7 and feasible generalized Pick data, the solution is unique; moreover,
8
Passivity-preserving interpolation is treated differently in (Benner et al., 2023). There the transfer function 9 is square and passive, and the key object is the para-Hermitian function
0
Interpolation points and directions are obtained from a deflating subspace of the corresponding system pencil 1. The reduced model satisfies the bitangential conditions
2
The paper then parameterizes a shifted family
3
and shows that the corresponding reduced model has a stronger passivity certificate,
4
which yields a normalized port-Hamiltonian realization with passivity-radius lower bound 5.
4. Structured nonlinear and parametric system interpolation
For polynomial and quadratic-bilinear systems, a single linear transfer function is inadequate, so interpolation is formulated on multivariate generalized transfer functions. In (Benner et al., 2019), polynomial parametric systems
6
are associated with
7
8
and analogous 9. Projection spaces are then constructed so that the reduced model satisfies two-sided tangential Hermite interpolation, not only in the frequency variables 0 but also in the parameter 1. A Loewner-inspired realization is built from
2
followed by SVD compression and effective projections 3. The numerical examples show that directly reducing the original cubic Chafee–Infante system is more accurate than first rewriting it in quadratic-bilinear form, with up to 3 orders of magnitude better accuracy; a parametric Chafee–Infante ROM of order 5 reproduces dynamics well across 4; and CUR approximation can reduce online cost for nonlinear evaluation.
A structurally parallel program is developed for quadratic-bilinear systems with internal differential structure (Benner et al., 2023). The paper uses generic operators
5
to cover unstructured first-order QB systems, structured second-order systems, and time-delay QB systems. It defines structured symmetric subsystem transfer functions and structured generalized transfer functions, for example
6
and derives exact interpolation conditions by requiring the projection bases to contain recursively defined subsystem responses such as 7, bilinear images 8, and quadratic images 9. Structure preservation is built in: 0 On a quadratic time-delayed reaction-diffusion model, oversampled two-sided structured interpolation outperformed POD by about four orders of magnitude in time-domain accuracy and about six orders of magnitude on the first symmetric transfer function. On the Toda lattice molecular-dynamics example, preserving the internal block structure through split congruence transformations was important for stable reduced simulations.
5. Behavioral and direct data-driven trajectory interpolation
A distinct use of system interpolation appears in the behavioral LPV setting of (Verhoek et al., 15 Aug 2025). The systems considered are discrete-time LPV systems with shifted-affine dependence,
1
and the goal is to recover missing values in a partially specified finite trajectory without identifying an explicit parametric model. Given a data dictionary
2
the key representation theorem states that every admissible length-3 trajectory is characterized by a Hankel equation involving both 4 and the lifted product signal 5, under the generalized persistence of excitation condition
6
Interpolation is then formulated as exact missing-data completion for a given scheduling trajectory 7 and a set 8 of known entries. Existence is characterized by a rank/column-space compatibility condition, and uniqueness by
9
where 0 spans the kernel of
1
Algorithmically, one solves a linear system for 2,
3
and then reconstructs
4
The mass-spring-damper example illustrates the behavioral interpretation. With 5, 6, 7, 8, the paper identifies 9, 00, 01, 02, and 03. For horizon 04, at least 05 data points were needed. With 06 known samples, Conditions 1–3 held and the interpolated trajectory matched the true trajectory up to numerical precision; with 07, existence held but uniqueness failed, yielding infinitely many admissible interpolants. This formulation treats simulation as a special case of interpolation and extends naturally to approximation when exact compatibility fails.
6. Interpolation in PDE regularity and solution families
In PDE analysis, system interpolation often means interpolation between function spaces rather than sample values. For the stationary 3D Navier–Stokes system in a bounded smooth domain,
08
the paper (Degtyarev, 2024) uses the inequality
09
to interpolate between 10 and 11. Taking 12, obtained from 13, the paper estimates the convection term 14 in 15 and derives
16
Young’s inequality then yields
17
with
18
and the final a priori bound
19
Here interpolation is the bridge between weak Sobolev control and Schauder regularity for a nonlinear system.
A different PDE meaning appears in the two-component Camassa–Holm system (Grunert et al., 2014). There, interpolation is between conservative and dissipative global weak solutions at wave breaking. In Lagrangian coordinates, the energy variable is split into 20 and an effective part 21. At each breaking time 22,
23
with 24. Thus
25
In Eulerian variables, the singular part of the energy measure is multiplied by 26 across breaking: 27 All 28-dissipative solutions solve the same 2CH system weakly; what changes is the fraction of concentrated energy retained after collision. This is a literal continuous interpolation of solution behavior at the system level.
7. Interpolation-generated dynamics, proof systems, and parameter-space cognition
In integrable-systems theory, interpolation can be the source from which the system itself is derived. The elliptic interpolation construction of (Yamada, 2017) starts from
29
and asks for elliptic functions 30 such that
31
Casorati determinants of 32 factor into residual spectral polynomials 33 and 34, whose zeros become dynamical variables. After gauge normalization, the contiguous relations 35 form a Lax pair, and compatibility yields the elliptic Garnier system. For 36, the construction reduces to the elliptic Painlevé equation. The multiple interpolation problem of (Doliwa, 2022) plays a closely related role for discrete integrable systems. There a determinant solution of
37
produces 38-functions satisfying Hirota’s discrete KP equations and, after the interpolation-specific constraint is imposed, a non-autonomous multidimensional Toda system. In the 39 reduction, the resulting equations become the non-autonomous discrete-time Toda lattice.
Proof complexity introduces a logical meaning of effective system interpolation (Maxa, 6 Jan 2026). The paper studies the uniform effective disjunction property and the uniform effective interpolation property for 40 and stronger normal proof systems 41. If 42 has the uniform effective disjunction property, then every sufficiently strong 43 corresponding to a theory 44 in the language of 45 also has it. If 46 has the uniform effective interpolation property, then so does 47. A major consequence is that, under this hypothesis, every disjoint 48-pair has a separator in 49, and therefore
50
The paper also proves that if 51 is an 52-pair with 53, then an exponential-time algorithm can, for each input 54, find some 55 such that 56. Here “interpolation” is not approximation but effective proof-theoretic extraction.
A final, very different use appears in checkpoint interpolation for LLMs (Yang et al., 29 Jan 2026). The paper defines a parameter-space interpolation between an Instruct checkpoint 57 and a Thinking checkpoint 58,
59
and then makes the coefficient query-dependent,
60
Its pilot study reports a convex, monotonic Pareto frontier between accuracy and token usage, with representation continuity supported by a correlation 61 between the first PCA component of the 62 representation and 63. The DAMI framework estimates 64 either by preference learning over accuracy/cost tradeoffs or by a zero-shot confidence discrepancy signal,
65
On five mathematical reasoning benchmarks, the paper reports that DAMI-Pref improves accuracy over the Thinking model by 3.4 points with 29% fewer tokens, while DAMI-Conf improves accuracy by 2.5 points with 40% fewer tokens. This suggests a parameter-space notion of system interpolation in which the interpolated object is not a transfer function or trajectory but the model’s cognitive configuration itself.
Across these domains, system interpolation is less a single technique than a recurring structural idea: interpolation becomes “systemic” when it is governed by architecture, dynamics, admissibility, proof theory, or parameter geometry, and when its output modifies how the system as a whole behaves.