Scalable Derivative Gaussian Processes via Exact Gradient Reduction
Researchers have introduced two new methods to improve Gaussian processes and Large Vision-Language Models (LVLMs): TERA, for scalable derivative Gaussian processes, and Semantic Gaussian Process Uncertainty (SGPU), for semantic uncertainty quantification.
TERA, introduced in a paper on arXiv[1], improves the scalability of derivative Gaussian processes by using target-specific exact gradient reduction. This method reduces the computational bottleneck from O(n^3 d^3) to O(dm^2 + m^6) time and O(dm^2 + m^4) memory[1]. TERA achieves state-of-the-art predictive accuracy while operating orders of magnitude faster than standard derivative GPs. Another paper on arXiv[2] proposed SGPU, a Bayesian framework that quantifies semantic uncertainty in LVLMs by analyzing the geometric structure of answer embeddings. SGPU maps generated answers into a dense semantic space and computes the Gram matrix of their embeddings. The spectral representation of SGPU is then fed into a Gaussian Process Classifier that learns to map patterns of semantic consistency to predictive uncertainty. SGPU achieves state-of-the-art calibration and discriminative performance across six LLMs and LVLMs on eight datasets[2]. Furthermore, SGPU transfers across models and modalities, indicating that its spectral representation captures general patterns of semantic uncertainty.
infrastructureresearch-paperbenchmark
Background sources we checked (4)
- arxiv.org ↗ Gradient observations can substantially improve Gaussian process (GP) surrogates, particularly in high-dimensional settings where function evaluations are expensive. However, exact inference with $n$ function values and $n$ full gradients in $d$ dimensions scales cubically in the…
- en.wikipedia.org ↗ In mathematics, the Hessian matrix, Hessian or (less commonly) Hesse matrix is a square matrix of second-order partial derivatives of a scalar-valued function, or scalar field. It describes the local curvature of a function of many variables. The Hessian matrix was developed in t…
- en.wikipedia.org ↗ In the context of artificial neural networks, the rectifier or ReLU (rectified linear unit) activation function is an activation function defined as the non-negative part of its argument, i.e., the ramp function: ReLU ( x …
- en.wikipedia.org ↗ This is a comparison of statistical analysis software that allows doing inference with Gaussian processes often using approximations. This article is written from the point of view of Bayesian statistics, which may use a terminology different from the one commonly used in kriging…