Skip to content
AI.info

Research

Knowledge-Informed Kernel State Reconstruction from Heterogeneous Partial Observations

Overview Research area: Machine learning for dynamical systems — specifically, reconstructing hidden state trajectories and their time derivatives from fragmented, noisy, heterogeneous measurements so

arXiv
2601.22328
Published
2026-01-29
Authors
Luca Muscarnera, Silas Ruhrberg Estévez, Samuel Holt, Evgeny Saveliev, Mihaela van der Schaar

AI summary

Overview

Research area: Machine learning for dynamical systems — specifically, reconstructing hidden state trajectories and their time derivatives from fragmented, noisy, heterogeneous measurements so that mechanistic models can be discovered downstream.

Technical level: Advanced. The paper builds on reproducing kernel Hilbert spaces (RKHS), the Representer Theorem, kernel ridge regression, Gaussian process / MAP estimation, and symbolic regression.

Scope: The paper introduces MAAT (Model Aware Approximation of Trajectories), a kernel-based framework that fuses heterogeneous partial observations with structural and semantic priors to reconstruct smooth latent trajectories with analytic derivatives, and evaluates it on nine scientific benchmarks plus a real-world COVID-19 dataset.

What This Paper Is About

In science and medicine, the variables that actually matter are usually not measured directly. Instead, researchers get a patchwork of signals: sparse, high-specificity measurements (imaging, genomic assays) mixed with dense but indirect ones (blood biomarkers, physiological signals), each with its own sampling rate and noise. The paper's goal is to reconstruct a single coherent latent trajectory — and, critically, its derivatives — from these mismatched fragments, while enforcing known physical constraints such as non-negativity and conservation. The authors argue that reconstruction is not merely a preprocessing step but a representational bottleneck that determines which downstream mechanistic analyses, such as symbolic regression, are even possible.

Key Contributions

  1. Conceptual framing. The paper identifies knowledge-informed state reconstruction from heterogeneous partial observations as a central bottleneck for mechanistic modeling, rather than treating smoothing as a numerical preprocessing detail.
  2. The MAAT framework. A kernel-based method that embeds latent trajectories in an RKHS and incorporates heterogeneous observation operators together with semantic and structural priors (non-negativity, conservation constraints, monotonicity, and domain-specific measurement models) directly into the reconstruction objective.
  3. Analytic derivatives with theory. Because the model is differentiable in closed form (e.g., the Gaussian kernel is smooth and its derivative acts only on the kernel), MAAT yields analytic time derivatives; the authors prove a calibrated-surrogate lemma and a proposition contrasting the finite-difference noise floor of O(Δt⁴) + Ω(σ²/Δt²) with the KSR estimator's O(λ) + O(σ²/n).
  4. Broad empirical evaluation. Across nine benchmark dynamical systems, multiple noise regimes (Gaussian, correlated Gaussian, Student-t), and a real-world COVID-19 dataset, MAAT reduces trajectory and derivative reconstruction error relative to strong baselines including RBF smoothing, cubic splines, Gaussian processes, Kalman filters, SINDy variants, and Neural ODEs.

Main Findings

  • Best reconstruction on most benchmark/backend pairs. In Table 1 (semi-synthetic benchmarks, Gaussian noise, mean ± confidence interval of state reconstruction MSE), MAAT attains the best result for every one of the nine datasets when paired with SINDy, and for seven of nine when paired with PySR. With PySR, Kalman is best on the "Cons." dataset (9.0 × 10⁰ ± 1.5 × 10⁰) and GP is best on the TMDD dataset (8.4 × 10⁻² ± 3.5 × 10⁻²), where MAAT reports 2.0 × 10¹ ± 1.6 × 10¹ and 1.3 × 10⁻¹ ± 2.0 × 10⁻¹ respectively.
  • Large margins on several systems. Examples from Table 1 for MAAT with PySR: CRC 4.0 × 10⁻³ ± 1.7 × 10⁻³, Neut. 3.4 × 10⁻⁴ ± 4.6 × 10⁻⁴, SEIR 2.6 × 10⁻⁵ ± 5.0 × 10⁻⁶, SEIRH 1.7 × 10⁻⁵ ± 1.5 × 10⁻⁶, Tumor 3.0 × 10⁻¹ ± 1.9 × 10⁻¹, TDI 4.9 × 10⁰ ± 6.5 × 10⁰, Viral 4.7 × 10⁻⁵ ± 2.9 × 10⁻⁵.
  • Structural priors measurably help. Table 2 shows that adding conservation, non-negativity, and monotonicity constraints to MAAT lowers MSE on SEIR and SEIRH under all three noise types. For example, on SEIR with Gaussian noise and PySR, MSE falls from 2.58 × 10⁻⁵ ± 5.01 × 10⁻⁶ (plain) to 2.19 × 10⁻⁵ ± 1.57 × 10⁻⁶ (+priors); on SEIRH with Gaussian noise and SINDy, from 4.08 × 10⁻⁵ ± 4.99 × 10⁻⁶ to 3.72 × 10⁻⁵ ± 5.19 × 10⁻⁶.
  • Strong real-world COVID-19 result. In Table 3 (SINDy, test MSE across 5 seeds, mean ± 95% CI), MAAT reaches 6.33 × 10⁻⁵ ± 1.07 × 10⁻⁵, compared with RBF 9.64 × 10⁻⁴ ± 6.51 × 10⁻⁴, Savitzky–Golay 9.73 × 10⁻⁴ ± 6.47 × 10⁻⁴, TVRegDiff 9.73 × 10⁻⁴ ± 6.47 × 10⁻⁴, Linear 9.80 × 10⁻⁴ ± 6.53 × 10⁻⁴, Kalman filter 9.89 × 10⁻⁴ ± 6.68 × 10⁻⁴, Cubic 9.99 × 10⁻⁴ ± 6.72 × 10⁻⁴, and Gaussian Process 6.92 × 10⁻² ± 4.55 × 10⁻².
  • Neural ODEs degrade badly in this setting. The NeuralODE rows in Table 1 include values such as 6.3 × 10¹¹ ± 1.4 × 10¹² (Cons., PySR) and 1.3 × 10¹⁰ ± 2.9 × 10¹⁰ (Tumor, PySR), illustrating the paper's claim that surrogate–distillation pipelines can collapse under partial observability and noise.
  • Derivative estimation is the theoretical crux. Proposition 1 states that finite differences suffer an irreducible noise floor of Ω(σ²/Δt²) regardless of step size, whereas the regularized kernel estimator's error is O(λ) + O(σ²/n) — a standard bias–variance trade-off without high-frequency amplification. The authors note accurate derivatives are the most important input for successful symbolic regression.

Methodology in Plain English

The researchers treat each latent state variable as a smooth function living in a reproducing kernel Hilbert space, so the whole trajectory can be written as a weighted sum of kernel evaluations at observation times, with a coefficient matrix U to be learned (a direct consequence of the Representer Theorem). Instead of smoothing data first and differentiating later, they write one composite objective that is minimized over U:

  • a data-fidelity term matching sparse anchor measurements where the full state is observed,
  • a second data-fidelity term matching dense, indirect signals through each observation operator Hᵢ,
  • a dynamics-consistency penalty (weighted by γ) pushing the analytic derivative of the reconstruction toward a prior vector field F,
  • and an RKHS norm penalty (weighted by λ) for smoothness.

Observation operators are assumed known and linear, which keeps the problem a linear least-squares problem in matrix form. Physical knowledge enters as constraints: non-negativity of compartments, mass conservation across state transitions, and monotonicity implied by irreversible transitions (specifically R′(t) ≥ 0 and S′(t) ≤ 0). Because the kernel is smooth, derivatives are obtained analytically by differentiating the kernel rather than numerically. The resulting trajectories and derivatives are then handed unchanged to two symbolic regression engines, SINDy and PySR, so that every method is compared on equal footing. The paper positions MAAT against physics-informed kernel learning (PIKL), noting PIKL assumes the differential operator is known a priori and targets forward/hybrid modeling, whereas MAAT targets reconstruction from heterogeneous partial observations.

Why This Matters

Research impact. MAAT reframes state reconstruction as a knowledge-informed inference problem in function space rather than a numerical preprocessing step, and it provides a principled interface between fragmented measurements and mechanistic discovery tools like symbolic regression. The theoretical results (a calibrated surrogate lemma bounding L² reconstruction error up to a factor of 1 + ‖H‖², and the derivative noise-floor proposition) give the approach formal grounding that black-box latent-variable models lack.

Real-world applications:

  • Oncology. Tumour burden and clonal composition are not directly or continuously observable; clinicians rely on sparse imaging and genomic assays plus dense blood-panel biomarkers. MAAT can fuse these into a coherent disease-progression trajectory.
  • Pharmacology and quantitative systems pharmacology (QSP). Models are assembled from interpretable modules (absorption, distribution, receptor binding, response) and coupled to explain patient outcomes; MAAT fuses sparse subsystem-specific measurements with denser indirect signals.
  • Epidemiology. Demonstrated on a real-world COVID-19 dataset, recovering disease dynamics from noisy observational data.
  • Model-informed drug development. Transparent, physiologically plausible models are needed for dose selection, safety evaluation, and regulatory decision-making (the paper cites the U.S. FDA, the European Medicines Agency, and Peterson and Riggs).

Industry relevance. Any setting where expensive or invasive sensing is balanced against cheap indirect signals — pharma R&D, clinical trial analytics, physiological monitoring, and scientific machine learning pipelines feeding equation discovery — stands to benefit from reconstruction that preserves physical consistency and yields usable derivatives. The paper explicitly notes that QSP's modular structure makes the "priors known a priori" assumption natural in that domain.

Future Directions

  1. Nonlinear and uncertain observation operators. MAAT assumes operators are known and linear. The authors note that nonlinearity can be introduced while retaining an optimizable parametrization, but this requires regularity conditions on the operator and a priori knowledge of its nature — and sacrifices the convenient matrix-form regression.
  2. Robustness to uninformative or misspecified inputs. The stated limitations are that reconstruction may be biased or underdetermined relative to purely data-driven smoothers if measurements are too sparse, observation operators are uninformative, or priors are misspecified.
  3. Relaxing the a priori structural-knowledge assumption. The current implementation assumes subsystem organization and admissible constraints are known in advance, which may not hold in less structured scientific settings.
  4. Wider noise and validation regimes. The main benchmark is Gaussian noise, with correlated Gaussian and Student-t results placed in the appendix, and a single real-world COVID-19 dataset; extending evaluation to other real heterogeneous data sources is a natural next step.

Target Audience

This paper is most valuable to researchers and practitioners working at the intersection of machine learning and mechanistic modeling: computational biologists, pharmacometricians and QSP modelers, epidemiologists, and scientific machine learning researchers who need state and derivative estimates before running equation-discovery tools like SINDy or PySR. It also suits methodologically minded readers interested in RKHS formulations, physics-informed learning, and how structural priors (conservation, non-negativity, monotonicity) can be encoded into kernel regression. Readers should be comfortable with ODEs, kernel methods, and symbolic regression; the extensive math and the assumption of known linear observation operators make it less accessible to beginners.

Authors’ abstract

Real-world scientific systems are rarely observed through complete, regularly sampled state trajectories. Instead, measurements are often partial, noisy, and heterogeneous, providing fragmented views of latent dynamical states. We introduce MAAT (Model Aware Approximation of Trajectories), a framework for knowledge-informed Kernel State Reconstruction in partially observed dynamical systems. MAAT formulates reconstruction in a reproducing kernel Hilbert space and incorporates heterogeneous observation operators together with semantic and structural priors, including non-negativity, conservation constraints, and domain-specific measurement models. This yields smooth, physically consistent state estimates with analytic time derivatives, providing a principled interface between fragmented measurements and downstream mechanistic discovery methods such as symbolic regression. Across nine scientific benchmarks, multiple noise regimes, and a real-world COVID-19 dataset, MAAT substantially reduces trajectory and derivative reconstruction error relative to strong baselines.

Read the original paper