Stochastic Kernel Regularisation Improves Generalisation in Deep Kernel Machines
Edward Milsom, Ben Anson, Laurence Aitchison

TL;DR
This paper introduces stochastic kernel regularisation to deep kernel machines, significantly improving their generalisation and achieving state-of-the-art performance on CIFAR-10, demonstrating deep kernel methods can match neural networks in complex tasks.
Contribution
The paper proposes stochastic kernel regularisation for deep kernel machines, enhancing their generalisation and closing the performance gap with neural networks on image classification.
Findings
Achieved 94.5% test accuracy on CIFAR-10
Stochastic regularisation improves kernel methods' generalisation
Deep kernel methods can perform competitively with neural networks
Abstract
Recent work developed convolutional deep kernel machines, achieving 92.7% test accuracy on CIFAR-10 using a ResNet-inspired architecture, which is SOTA for kernel methods. However, this still lags behind neural networks, which easily achieve over 94% test accuracy with similar architectures. In this work we introduce several modifications to improve the convolutional deep kernel machine's generalisation, including stochastic kernel regularisation, which adds noise to the learned Gram matrices during training. The resulting model achieves 94.5% test accuracy on CIFAR-10. This finding has important theoretical and practical implications, as it demonstrates that the ability to perform well on complex tasks like image classification is not unique to neural networks. Instead, other approaches including deep kernel methods can achieve excellent performance on such tasks, as long as they have…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNeural Networks and Applications · Generative Adversarial Networks and Image Synthesis · Image and Signal Denoising Methods
