← Search

Timothy Hospedales

60 accepted papers

2026

FedP²EFT: Federated Learning to Personalize PEFT for Multilingual LLMs

AAAI 2026technical

Federated learning (FL) has enabled training of multilingual large language models (LLMs) on diverse and decentralized multilingual data, especially on low-resource languages. To improve client-specific performance, personalization via the use of parameter-efficient fine-tuning (PEFT) modules such a

Cited by 0SourcePDFScholar
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
2025

A Stochastic Approach to Bi-Level Optimization for Hyperparameter Optimization and Meta Learning

AAAI 2025technical

We tackle the general differentiable meta learning problem that is ubiquitous in modern deep learning, including hyperparameter optimization, loss function learning, few-shot learning and more. These problems are often formalized as Bi-Level Optimizations (BLO). We introduce a novel perspective by t…

Cited by 0SourcePDFScholar
2025

ConceptPrune: Concept Editing in Diffusion Models via Skilled Neuron Pruning

ICLR 2025poster

While large-scale text-to-image diffusion models have demonstrated impressive image-generation capabilities, there are significant concerns about their potential misuse for generating unsafe content, violating copyright, and perpetuating societal biases. Recently, the text-to-image generation commun…

2025

FW-Merging: Scaling Model Merging with Frank-Wolfe Optimization

ICCV 2025poster

Model merging has emerged as a promising approach for multi-task learning (MTL) in large language models (LLMs), providing a training- and data-efficient alternative to conventional fine-tuning. However, with the rapid development of the open-source AI ecosystem and the increasing availability of fi…

2025

LiFT: Learning to Fine-Tune via Bayesian Parameter Efficient Meta Fine-Tuning

ICLR 2025spotlight

We tackle the problem of parameter-efficient fine-tuning (PEFT) of a pre-trained large deep model on many different but related tasks. Instead of the simple but strong baseline strategy of task-wise independent fine-tuning, we aim to meta-learn the core shared information that can be used for unseen…

Cited by 0SourcePDFScholar
2025

VL-ICL Bench: The Devil in the Details of Multimodal In-Context Learning

ICLR 2025poster

Large language models (LLMs) famously exhibit emergent in-context learning (ICL) - the ability to rapidly adapt to new tasks using few-shot examples provided as a prompt, without updating the model's weights. Built on top of LLMs, vision large language models (VLLMs) have advanced significantly in a…

2024

A Bayesian Approach to Data Point Selection

NeurIPS 2024poster

Data point selection (DPS) is becoming a critical topic in deep learning due to the ease of acquiring uncurated training data compared to the difficulty of obtaining curated or processed data. Existing approaches to DPS are predominantly based on a bi-level optimisation (BLO) formulation, which is…

Cited by 0SourcePDFScholar
2024

DemoFusion: Democratising High-Resolution Image Generation With No $$$

CVPR 2024poster

High-resolution image generation with Generative Artificial Intelligence (GenAI) has immense potential but due to the enormous capital investment required for training it is increasingly centralised to a few large corporations and hidden behind paywalls. This paper aims to democratise high-resolutio…

2024

FairTune: Optimizing Parameter Efficient Fine Tuning for Fairness in Medical Image Analysis

ICLR 2024poster

Training models with robust group fairness properties is crucial in ethically sensitive application areas such as medical diagnosis. Despite the growing body of work aiming to minimise demographic bias in AI, this problem remains challenging. A key reason for this challenge is the fairness generalis…

2024

Fool Your (Vision and) Language Model with Embarrassingly Simple Permutations

ICML 2024poster

Large language and vision-language models are rapidly being deployed in practice thanks to their impressive capabilities in instruction following, in-context learning, and so on. This raises an urgent need to carefully analyse their robustness so that stakeholders can understand if and when such mod…

2024

MobileQuant: Mobile-friendly Quantization for On-device Language Models

EMNLP 2024finding

Large language models (LLMs) have revolutionized language processing, delivering outstanding results across multiple applications. However, deploying LLMs on edge devices poses several challenges with respect to memory, energy, and compute costs, limiting their widespread use in devices such as mobi…

2024

Neural Fine-Tuning Search for Few-Shot Learning

ICLR 2024oral

In few-shot recognition, a classifier that has been trained on one set of classes is required to rapidly adapt and generalize to a disjoint, novel set of classes. To that end, recent studies have shown the efficacy of fine-tuning with carefully-crafted adaptation architectures. However this raises t…

2024

Recurrent Early Exits for Federated Learning with Heterogeneous Clients

ICML 2024poster

Federated learning (FL) has enabled distributed learning of a model across multiple clients in a privacy-preserving manner. One of the main challenges of FL is to accommodate clients with varying hardware capacities; clients have differing compute and memory requirements. To tackle this challenge, r…

2024

Safety Fine-Tuning at (Almost) No Cost: A Baseline for Vision Large Language Models

ICML 2024poster

Current vision large language models (VLLMs) exhibit remarkable capabilities yet are prone to generate harmful content and are vulnerable to even the simplest jailbreaking attacks. Our initial analysis finds that this is due to the presence of harmful data during vision-language instruction fine-tun…

2024

SketchINR: A First Look into Sketches as Implicit Neural Representations

CVPR 2024poster

We propose SketchINR to advance the representation of vector sketches with implicit neural models. A variable length vector sketch is compressed into a latent space of fixed dimension that implicitly encodes the underlying shape as a function of time and strokes. The learned function predicts the xy…

2023

Amortised Invariance Learning for Contrastive Self-Supervision

ICLR 2023poster

Contrastive self-supervised learning methods famously produce high quality transferable representations by learning invariances to different data augmentations. Invariances established during pre-training can be interpreted as strong inductive biases. However these may or may not be helpful, dependi…

2023

An Erudite Fine-Grained Visual Classification Model

CVPR 2023poster

Current fine-grained visual classification (FGVC) models are isolated. In practice, we first need to identify the coarse-grained label of an object, then select the corresponding FGVC model for recognition. This hinders the application of the FGVC algorithm in real-life scenarios. In this paper, we…

2023

ChiroDiff: Modelling chirographic data with Diffusion Models

ICLR 2023poster

Generative modelling over continuous-time geometric constructs, a.k.a $chirographic\ data$ such as handwriting, sketches, drawings etc., have been accomplished through autoregressive distributions. Such strictly-ordered discrete factorization however falls short of capturing key properties of chirog…

Cited by 16SourcePDFScholar
2023

Domain Generalisation via Domain Adaptation: An Adversarial Fourier Amplitude Approach

ICLR 2023poster

We tackle the domain generalisation (DG) problem by posing it as a domain adaptation (DA) task where we adversarially synthesise the worst-case `target' domain and adapt a model to that worst-case domain, thereby improving the model’s robustness. To synthesise data that is challenging yet semantics-…

Cited by 11SourcePDFScholar
2023

FedL2P: Federated Learning to Personalize

NeurIPS 2023poster

Federated learning (FL) research has made progress in developing algorithms for distributed learning of global models, as well as algorithms for local personalization of those common models to the specifics of each client’s local data distribution. However, different FL problems may require differen…

2023

Learning where and when to reason in neuro-symbolic inference

ICLR 2023top-5%

The integration of hard constraints on neural network outputs is a very desirable capability. This allows to instill trust in AI by guaranteeing the sanity of that neural network predictions with respect to domain knowledge. Recently, this topic has received a lot of attention. However, all the exis…

Cited by 27SourcePDFScholar
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…

2023

On-the-Fly Category Discovery

CVPR 2023poster

Although machines have surpassed humans on visual recognition problems, they are still limited to providing closed-set answers. Unlike machines, humans can cognize novel categories at the first observation. Novel category discovery (NCD) techniques, transferring knowledge from seen categories to dis…

2023

Task-aware Adaptive Learning for Cross-domain Few-shot Learning

ICCV 2023poster

Although existing few-shot learning works yield promising results for in-domain queries, they still suffer from weak cross-domain generalization. Limited support data requires effective knowledge transfer, but domain-shift makes this harder. Towards this emerging challenge, researchers improved adap…

Cited by 15PDFcodeScholar
2023

Zero-Shot Everything Sketch-Based Image Retrieval, and in Explainable Style

CVPR 2023highlight

This paper studies the problem of zero-short sketch-based image retrieval (ZS-SBIR), however with two significant differentiators to prior art (i) we tackle all variants (inter-category, intra-category, and cross datasets) of ZS-SBIR with just one network ("everything"), and (ii) we would really lik…

2022

Fisher SAM: Information Geometry and Sharpness Aware Minimisation

ICML 2022spotlight

Recent sharpness-aware minimisation (SAM) is known to find flat minima which is beneficial for better generalisation with improved robustness. SAM essentially modifies the loss function by the maximum loss value within the small neighborhood around the current iterate. However, it uses the Euclidean…

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
2022

Online Hyperparameter Meta-Learning with Hypergradient Distillation

ICLR 2022spotlight

Many gradient-based meta-learning methods assume a set of parameters that do not participate in inner-optimization, which can be considered as hyperparameters. Although such hyperparameters can be optimized using the existing gradient-based hyperparameter optimization (HO) methods, they suffer from…

Cited by 9SourcePDFScholar
2022

SketchODE: Learning neural sketch representation in continuous time

ICLR 2022poster

Learning meaningful representations for chirographic drawing data such as sketches, handwriting, and flowcharts is a gateway for understanding and emulating human creative expression. Despite being inherently continuous-time data, existing works have treated these as discrete-time sequences, disrega…

Cited by 18SourcePDFScholar
2021

A Channel Coding Benchmark for Meta-Learning

NeurIPS 2021poster

Meta-learning provides a popular and effective family of methods for data-efficient learning of new tasks. However, several important issues in meta-learning have proven hard to study thus far. For example, performance degrades in real-world settings where meta-learners must learn from a wide and po…

Cited by 11SourcecodeScholar
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

EvoGrad: Efficient Gradient-Based Meta-Learning and Hyperparameter Optimization

NeurIPS 2021poster

Gradient-based meta-learning and hyperparameter optimization have seen significant progress recently, enabling practical end-to-end training of neural networks together with many hyperparameters. Nevertheless, existing approaches are relatively expensive as they need to compute second-order derivati…

2021

Interpreting Knowledge Graph Relation Representation from Word Embeddings

ICLR 2021poster

Many models learn representations of knowledge graph data by exploiting its low-rank latent structure, encoding known relations between entities and enabling unknown facts to be inferred. To predict whether a relation holds between entities, embeddings are typically compared in the latent space foll…

Cited by 22SourcePDFScholar
2021

Neural-Symbolic Integration: A Compositional Perspective

AAAI 2021technical

Despite significant progress in the development of neural-symbolic frameworks, the question of how to integrate a neural and a symbolic system in a compositional manner remains open. Our work seeks to fill this gap by treating these two systems as black boxes to be integrated as modules into a singl…

Cited by 91SourcePDFScholar
2021

Simple and Effective Stochastic Neural Networks

AAAI 2021technical

Stochastic neural networks (SNNs) are currently topical, with several paradigms being actively investigated including dropout, Bayesian neural networks, variational information bottleneck (VIB) and noise regularized learning. These neural network variants impact several major considerations, includi…

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…

2020

Adversarial Generation of Informative Trajectories for Dynamics System Identification

IROS 2020poster

Dnamic System Identification approaches usually heavily rely on evolutionary and gradient-based optimisation techniques to produce optimal excitation trajectories for determining the physical parameters of robot platforms. Current optimisation techniques tend to generate single trajectories. This is…

Cited by 17SourceScholar
2020

BézierSketch: A generative model for scalable vector sketches

ECCV 2020poster

The study of neural generative models of human sketches is a fascinating contemporary modeling problem due to the links between sketch image generation and the human drawing process. The landmark SketchRNN provided breakthrough by sequentially generating sketches as a sequence of waypoints. However…

2020

DADA: Differentiable Automatic Data Augmentation

ECCV 2020poster

Data augmentation (DA) techniques aim to increase data variability, and thus train deep networks with better generalisation. The pioneering AutoAugment automated the search for optimal DA policies with reinforcement learning. However, AutoAugment is extremely computationally expensive, limiting its…

2020

Full-Scale Continuous Synthetic Sonar Data Generation with Markov Conditional Generative Adversarial Networks

ICRA 2020poster

Deployment and operation of autonomous underwater vehicles is expensive and time-consuming. High-quality realistic sonar data simulation could be of benefit to multiple applications, including training of human operators for post-mission analysis, as well as tuning and validation of autonomous targe…

Cited by 23SourceScholar
2020

Learning to Generate Novel Domains for Domain Generalization

ECCV 2020poster

This paper focuses on domain generalization (DG), the task of learning from multiple source domains a model that generalizes well to unseen domains. A main challenge for DG is that the available source domains often exhibit limited diversity, hampering the model's ability to learn to generalize. We…

Cited by 556SourcePDFScholar
2020

Online Meta-Critic Learning for Off-Policy Actor-Critic Methods

NeurIPS 2020poster

Off-Policy Actor-Critic (OffP-AC) methods have proven successful in a variety of continuous control tasks. Normally, the critic's action-value function is updated using temporal-difference, and the critic in turn provides a loss for the actor that trains it to take actions with higher expected retur…

2020

Physics-as-Inverse-Graphics: Unsupervised Physical Parameter Estimation from Video

ICLR 2020poster

We propose a model that is able to perform physical parameter estimation of systems from video, where the differential equations governing the scene dynamics are known, but labeled states or objects are not available. Existing physical scene understanding methods require either object state supervis…

Cited by 50SourceScholar
2019

Feature-Critic Networks for Heterogeneous Domain Generalization

ICML 2019oral

The well known domain shift issue causes model performance to degrade when deployed to a new target domain with different statistics to training. Domain adaptation techniques alleviate this, but need some instances from the target domain to drive adaptation. Domain generalisation is the recently top…

2019

Learning-driven Coarse-to-Fine Articulated Robot Tracking

ICRA 2019poster

In this work we present an articulated tracking approach for robotic manipulators, which relies only on visual cues from colour and depth images to estimate the robot's state when interacting with or being occluded by its environment. We hypothesise that articulated model fitting approaches can only…

Cited by 8SourceScholar
2018

Deep Multi-Task Learning to Recognise Subtle Facial Expressions of Mental States

ECCV 2018poster

Facial expression recognition is a topical task. However, very little research investigates subtle expression recognition, which is important for mental activity analysis, deception detection, etc. We address subtle expression recognition through convolutional neural networks (CNNs) by developing mu…

Cited by 55SourcePDFScholar
2018

Visual Articulated Tracking in the Presence of Occlusions

ICRA 2018poster

This paper focuses on visual tracking of a robotic manipulator during manipulation. In this situation, tracking is prone to failure when visual distractions are created by the object being manipulated and the clutter in the environment. Current state-of-the-art approaches, which typically rely on mo…

Cited by 7SourceScholar
2015

Making Better Use of Edges via Perceptual Grouping

CVPR 2015poster

We propose a perceptual grouping framework that organizes image edges into meaningful structures and demonstrate its usefulness on various computer vision tasks. Our grouper formulates edge grouping as a graph partition problem, where a learning to rank method is developed to encode probabilities of…

Cited by 105SourcePDFScholar