Self-Attention through Kernel-Eigen Pair Sparse Variational Gaussian Processes
Yingyi Chen, Qinghua Tao, Francesco Tonin, Johan A. K. Suykens
TL;DR
The paper tackles the challenge of uncertainty estimation in Transformer-based self-attention by treating the attention kernel as inherently asymmetric. It introduces Kernel-Eigen Pair Sparse Variational Gaussian Processes (KEP-SVGP), which uses Kernel SVD to build a paired SVGP model based on adjoint eigenfunctions, enabling efficient posterior inference via a diagonal singular-value matrix. The approach yields improved uncertainty calibration, robustness to distribution shifts, and competitive OOD detection while maintaining scalable complexity. Empirical results across vision and language benchmarks demonstrate practical impact for uncertainty-aware Transformers with reduced computational cost.
Abstract
While the great capability of Transformers significantly boosts prediction accuracy, it could also yield overconfident predictions and require calibrated uncertainty estimation, which can be commonly tackled by Gaussian processes (GPs). Existing works apply GPs with symmetric kernels under variational inference to the attention kernel; however, omitting the fact that attention kernels are in essence asymmetric. Moreover, the complexity of deriving the GP posteriors remains high for large-scale data. In this work, we propose Kernel-Eigen Pair Sparse Variational Gaussian Processes (KEP-SVGP) for building uncertainty-aware self-attention where the asymmetry of attention kernels is tackled by Kernel SVD (KSVD) and a reduced complexity is acquired. Through KEP-SVGP, i) the SVGP pair induced by the two sets of singular vectors from KSVD w.r.t. the attention kernel fully characterizes the asymmetry; ii) using only a small set of adjoint eigenfunctions from KSVD, the derivation of SVGP posteriors can be based on the inversion of a diagonal matrix containing singular values, contributing to a reduction in time complexity; iii) an evidence lower bound is derived so that variational parameters and network weights can be optimized with it. Experiments verify our excellent performances and efficiency on in-distribution, distribution-shift and out-of-distribution benchmarks.
