← Search

Henry Gouk

15 accepted papers

2026

Test-Time Alignment of Text-to-Image Diffusion Models via Null-Text Embedding Optimisation

CVPR 2026

Test-time alignment (TTA) aims to adapt models to specific rewards during inference. However, existing methods tend to either under-optimise or over-optimise (reward hack) the target reward function. We propose Null-Text Test-Time Alignment (Null-TTA), which aligns diffusion models by optimising the

Cited by 0SourceScholar
2026

Weight-Space Learning for Certifiable Few-shot Transfer Learning

ICML 2026poster

In contemporary deep learning, a prevalent and effective workflow for solving low-data problems is adapting powerful pre-trained foundation models (FMs) to new tasks via parameter-efficient fine-tuning (PEFT). However, while empirically effective, the resulting solutions lack generalisation guarante…

Cited by 0SourceScholar
2023

Meta Omnium: A Benchmark for General-Purpose Learning-To-Learn

CVPR 2023poster

Meta-learning and other approaches to few-shot learning are widely studied for image recognition, and are increasingly applied to other vision tasks such as pose estimation and dense prediction. This naturally raises the question of whether there is any few-shot meta-learning algorithm capable of ge…

2022

Loss Function Learning for Domain Generalization by Implicit Gradient

ICML 2022spotlight

Generalising robustly to distribution shift is a major challenge that is pervasive across most real-world applications of machine learning. A recent study highlighted that many advanced algorithms proposed to tackle such domain generalisation (DG) fail to outperform a properly tuned empirical risk m…

Cited by 41SourcePDFScholar
2021

Distance-Based Regularisation of Deep Networks for Fine-Tuning

ICLR 2021poster

We investigate approaches to regularisation during fine-tuning of deep neural networks. First we provide a neural network generalisation bound based on Rademacher complexity that uses the distance the weights have moved from their initial values. This bound has no direct dependence on the number of…

2021

Shallow Bayesian Meta Learning for Real-World Few-Shot Recognition

ICCV 2021poster

Many state-of-the-art few-shot learners focus on developing effective training procedures for feature representations, before using simple (e.g., nearest centroid) classifiers. We take an approach that is agnostic to the features used, and focus exclusively on meta-learning the final classifier laye…

Cited by 90PDFcodeScholar
2021

Weight-covariance alignment for adversarially robust neural networks

ICML 2021spotlight

Stochastic Neural Networks (SNNs) that inject noise into their hidden layers have recently been shown to achieve strong robustness against adversarial attacks. However, existing SNNs are usually heuristically motivated, and often rely on adversarial training, which is computationally costly. We prop…