A tutorial that re-derives the known EM and gradient formulas for multi-task Gaussian processes, with two mathematical errors in the presented derivations.
Scaling Gaussian Processes for Learning Curve Prediction via Latent Kronecker Structure
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
A key task in AutoML is to model learning curves of machine learning models jointly as a function of model hyper-parameters and training progression. While Gaussian processes (GPs) are suitable for this task, na\"ive GPs require $\mathcal{O}(n^3m^3)$ time and $\mathcal{O}(n^2 m^2)$ space for $n$ hyper-parameter configurations and $\mathcal{O}(m)$ learning curve observations per hyper-parameter. Efficient inference via Kronecker structure is typically incompatible with early-stopping due to missing learning curve values. We impose $\textit{latent Kronecker structure}$ to leverage efficient product kernels while handling missing values. In particular, we interpret the joint covariance matrix of observed values as the projection of a latent Kronecker product. Combined with iterative linear solvers and structured matrix-vector multiplication, our method only requires $\mathcal{O}(n^3 + m^3)$ time and $\mathcal{O}(n^2 + m^2)$ space. We show that our GP model can match the performance of a Transformer on a learning curve prediction task.
fields
cs.LG 1years
2025 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Derivation of Output Correlation Inferences for Multi-Output (aka Multi-Task) Gaussian Process
A tutorial that re-derives the known EM and gradient formulas for multi-task Gaussian processes, with two mathematical errors in the presented derivations.