LGPRCOMay 26

SIKA-GP: Accelerating Gaussian Process Inference with Sparse Inducing Kernel Approximations for Bayesian Deep Learning

arXiv:2605.2650915.4
Predicted impact top 80% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the scalability bottleneck of Gaussian processes for large-scale Bayesian deep learning, enabling efficient uncertainty estimation in modern architectures.

SIKA-GP accelerates Gaussian process inference using sparse inducing kernel approximations with O(log M) complexity in inducing points, achieving significant speedups in training and inference while maintaining predictive performance on vision and transformer-based language benchmarks.

Gaussian processes (GPs) provide a principled Bayesian framework for uncertainty estimation, but their computational complexity severely limits scalability to large datasets. We propose SIKA-GP, which accelerates GP inference using sparse inducing kernel approximations based on a dyadic ordered template basis, incurring only ${O}(\log M)$ complexity dependence on the number of inducing points. Our approach constructs compact and expressive kernel representations from sparsely activated bases, enabling efficient tensorized GPU computation and seamless integration with modern large-scale models. SIKA-GP can be naturally embedded into Bayesian neural networks (BNNs) with sparse activations, yielding significant speedups in both training and inference without sacrificing predictive performance. The method naturally extends to deep feature learning, addressing the scalability challenges introduced by deep architectures and high-dimensional feature representations. Empirical results on vision and transformer-based language benchmarks demonstrate that our approach consistently delivers fast and accurate GP models, providing a principled path toward scalable kernel learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes