KHRONOS: a Kernel-Based Neural Architecture for Rapid, Resource-Efficient Scientific Computation
Reza T. Batley, Sourav Saha
TL;DR
KHRONOS addresses the curse of dimensionality in scientific computation by unifying model-free, model-based, and inverse learning within a kernel-based surrogate. It represents targets as hierarchical, per-dimension kernel expansions that form separable tensor-product modes, enabling fast, differentiable solutions with strong parameter efficiency. Empirical results on 8-D borehole and 20-D Sobol-G benchmarks, plus a 2D Poisson PDE, show substantial accuracy gains over Kolmogorov-Arnold networks and FEM baselines, with sub-millisecond to microsecond inference and effective batched Gauss-Newton inversion for level-set problems. The framework promises impactful applications in edge computing, online control, and image-based tasks, while highlighting limitations related to regular grids and kernel choices that motivate future extensions to unstructured meshes and higher-order kernels.
Abstract
Contemporary models of high dimensional physical systems are constrained by the curse of dimensionality and a reliance on dense data. We introduce KHRONOS (Kernel Expansion Hierarchy for Reduced Order, Neural Optimized Surrogates), an AI framework for model based, model free and model inversion tasks. KHRONOS constructs continuously differentiable target fields with a hierarchical composition of per-dimension kernel expansions, which are tensorized into modes and then superposed. We evaluate KHRONOS on a canonical 2D, Poisson equation benchmark: across 16 to 512 degrees of freedom (DoFs), it obtained L_2-square errors of 5e-4 down to 6e-11. This represents a greater than 100-fold gain over Kolmogorov Arnold Networks (which itself reports a 100 times improvement on MLPs/PINNs with 100 times fewer parameters) when controlling for the number of parameters. This also represents a 1e6-fold improvement in L_2-square error compared to standard linear FEM at comparable DoFs. Inference complexity is dominated by inner products, yielding sub-millisecond full-field predictions that scale to an arbitrary resolution. For inverse problems, KHRONOS facilitates rapid, iterative level set recovery in only a few forward evaluations, with sub-microsecond per sample latency. KHRONOS's scalability, expressivity, and interpretability open new avenues in constrained edge computing, online control, computer vision, and beyond.
