← Search

Samuel Albanie

45 accepted papers

2026

Control Tax: The Price of Keeping AI in Check

ICLR 2026poster

The rapid integration of agentic AI into high-stakes real-world applications requires robust oversight mechanisms. The emerging field of AI Control (AIC) aims to provide such an oversight mechanism, but practical adoption depends heavily on implementation overhead. To study this problem better, we i…

Cited by 0SourcecodeScholar
2026

ZeroBench: An Impossible Visual Benchmark for Contemporary Large Multimodal Models

ICML 2026poster

Large Multimodal Models (LMMs) exhibit shortfalls when interpreting images and, by some measures, have poorer spatial cognition than young children or animals. Despite this, they attain high scores on many popular visual benchmarks, with headroom rapidly eroded by surging model progress. To address …

Cited by 0SourceScholar
2025

Active Data Curation Effectively Distills Large-Scale Multimodal Models

CVPR 2025poster

Knowledge distillation (KD) is the de facto standard for compressing large-scale models into smaller ones. Prior works have explored ever more complex KD strategies involving different objective functions, teacher-ensembles, and weight inheritance. In this work we explore an alternative, yet simple…

Cited by 6SourcePDFScholar
2025

GAMEBoT: Transparent Assessment of LLM Reasoning in Games

ACL 2025long

Large Language Models (LLMs) are increasingly deployed in real-world applications that demand complex reasoning. To track progress, robust benchmarks are required to evaluate their capabilities beyond superficial pattern recognition. However, current LLM reasoning benchmarks often face challenges su…

Cited by 0SourcePDFScholar
2025

GRAB: A Challenging GRaph Analysis Benchmark for Large Multimodal Models

ICCV 2025poster

Large multimodal models (LMMs) have exhibited proficiencies across many visual tasks. Although numerous well-known benchmarks exist to evaluate model performance, they increasingly have insufficient headroom. As such, there is a pressing need for a new generation of benchmarks challenging enough for…

2025

How to Merge Your Multimodal Models Over Time?

CVPR 2025poster

Model merging combines expert models---each finetuned from a shared foundation model on diverse tasks and domains---into a single, more capable base model. However, existing model merging approaches assume all experts to be available simultaneously. In reality, new tasks and domains emerge continuou…

2025

Inverse Constitutional AI: Compressing Preferences into Principles

ICLR 2025poster

Feedback data is widely used for fine-tuning and evaluating state-of-the-art AI models. Pairwise text preferences, where human or AI annotators select the “better” of two options, are particularly common. Such preferences are used to train (reward) models or to rank models with aggregate statistics.…

2025

Needle Threading: Can LLMs Follow Threads Through Near-Million-Scale Haystacks?

ICLR 2025poster

As the context limits of Large Language Models (LLMs) increase, the range of possible applications and downstream functions broadens. In many real-world tasks, decisions depend on details scattered across collections of often disparate documents containing mostly irrelevant information. Long-context…

Cited by 2SourcePDFScholar
2025

ONEBench to Test Them All: Sample-Level Benchmarking Over Open-Ended Capabilities

ACL 2025long

Traditional fixed test datasets fall short in evaluating the open-ended capabilities of foundation models. To address this, we propose ONEBench (OpeN-Ended Benchmarking), a new paradigm that consolidates individual evaluation datasets into a unified, ever-expanding sample pool. ONEBench enables cust…

Cited by 0SourcePDFScholar
2024

A Practitioner's Guide to Real-World Continual Multimodal Pretraining

NeurIPS 2024poster

Multimodal foundation models serve numerous applications at the intersection of vision and language. Still, despite being pretrained on extensive data, they become outdated over time. To keep models updated, research into continual pretraining mainly explores scenarios with either (1) infrequent, in…

2024

A Sound Approach: Using Large Language Models to Generate Audio Descriptions for Egocentric Text-Audio Retrieval

ICASSP 2024accepted

Video databases from the internet are a valuable source of text-audio retrieval datasets. However, given that sound and vision streams represent different "views" of the data, treating visual descriptions as audio descriptions is far from optimal. Even if audio class labels are present, they commonl…

Cited by 0SourceScholar
2024

Efficient Lifelong Model Evaluation in an Era of Rapid Progress

NeurIPS 2024poster

Standardized benchmarks drive progress in machine learning. However, with repeated testing, the risk of overfitting grows as algorithms over-exploit benchmark idiosyncrasies. In our work, we seek to mitigate this challenge by compiling \textit{ever-expanding} large-scale benchmarks called \textit{Li…

2024

HelloFresh: LLM Evalutions on Streams of Real-World Human Editorial Actions across X Community Notes and Wikipedia edits

ACL 2024findings

Benchmarks have been essential for driving progress in machine learning. A better understanding of LLM capabilities on real world tasks is vital for safe development.Designing adequate LLM benchmarks is challenging: Data from real-world tasks is hard to collect, public availability of static evaluat…

2024

InstructVideo: Instructing Video Diffusion Models with Human Feedback

CVPR 2024poster

Diffusion models have emerged as the de facto paradigm for video generation. However their reliance on web-scale data of varied quality often yields results that are visually unappealing and misaligned with the textual prompts. To tackle this problem we propose InstructVideo to instruct text-to-vide…

2024

No "Zero-Shot" Without Exponential Data: Pretraining Concept Frequency Determines Multimodal Model Performance

NeurIPS 2024poster

Web-crawled pretraining datasets underlie the impressive "zero-shot" evaluation performance of multimodal models, such as CLIP for classification and Stable-Diffusion for image generation. However, it is unclear how meaningful the notion of "zero-shot" generalization is for such multimodal models, a…

2024

On scalable oversight with weak LLMs judging strong LLMs

NeurIPS 2024poster

Scalable oversight protocols aim to enable humans to accurately supervise superhuman AI. In this paper we study debate, where two AI's compete to convince a judge; consultancy, where a single AI tries to convince a judge that asks questions; and compare to a baseline of direct question-answering,…

Cited by 31SourcePDFScholar
2024

SciFIBench: Benchmarking Large Multimodal Models for Scientific Figure Interpretation

NeurIPS 2024poster

Large multimodal models (LMMs) have proven flexible and generalisable across many tasks and fields. Although they have strong potential to aid scientific research, their capabilities in this domain are not well characterised. A key aspect of scientific research is the ability to understand and inter…

2024

Visual Data-Type Understanding does not emerge from scaling Vision-Language Models

ICLR 2024poster

Recent advances in the development of vision-language models (VLMs) are yielding remarkable success in recognizing visual semantic content, including impressive instances of compositional image understanding. Here, we introduce the novel task of Visual Data-Type Identification, a basic perceptual sk…

2023

Crosslingual Generalization through Multitask Finetuning

ACL 2023long

Multitask prompted finetuning (MTF) has been shown to help large language models generalize to new tasks in a zero-shot setting, but so far explorations of MTF have focused on English data and models. We apply MTF to the pretrained multilingual BLOOM and mT5 model families to produce finetuned varia…

2023

Moment Detection in Long Tutorial Videos

ICCV 2023poster

Tutorial videos play an increasingly important role in professional development and self-directed education. For users to realise the full benefits of this medium, tutorial videos must be efficiently searchable. In this work, we focus on the task of moment detection, in which the goal is to localise…

Cited by 4PDFcodeScholar
2023

RLIPv2: Fast Scaling of Relational Language-Image Pre-Training

ICCV 2023poster

Relational Language-Image Pre-training (RLIP) aims to align vision representations with relational texts, thereby advancing the capability of relational reasoning in computer vision tasks. However, hindered by the slow convergence of RLIPv1 architecture and the limited availability of existing scene…

Cited by 47PDFcodeScholar
2023

SuS-X: Training-Free Name-Only Transfer of Vision-Language Models

ICCV 2023poster

Contrastive Language-Image Pre-training (CLIP) has emerged as a simple yet effective way to train large-scale vision-language models. CLIP demonstrates impressive zero-shot classification and retrieval performance on diverse downstream tasks. However, to leverage its full potential, fine-tuning stil…

Cited by 133PDFcodeScholar
2022

Automatic Dense Annotation of Large-Vocabulary Sign Language Videos

ECCV 2022poster

"Recently, sign language researchers have turned to sign language interpreted TV broadcasts, comprising (i) a video of continuous signing and (ii) subtitles corresponding to the audio content, as a readily available and large-scale source of training data. One key challenge in the usability of such…

Cited by 24SourcePDFScholar
2022

Cross Modal Retrieval With Querybank Normalisation

CVPR 2022poster

Profiting from large-scale training datasets, advances in neural architecture design and efficient inference, joint embeddings have become the dominant approach for tackling cross-modal retrieval. In this work we first show that, despite their effectiveness, state-of-the-art joint embeddings suffer…

Cited by 99PDFcodeScholar
2022

RLIP: Relational Language-Image Pre-training for Human-Object Interaction Detection

NeurIPS 2022accept

The task of Human-Object Interaction (HOI) detection targets fine-grained visual parsing of humans interacting with their environment, enabling a broad range of applications. Prior work has demonstrated the benefits of effective architecture design and integration of relevant cues for more accurate…

2022

Sign Language Video Retrieval With Free-Form Textual Queries

CVPR 2022poster

Systems that can efficiently search collections of sign language videos have been highlighted as a useful application of sign language technology. However, the problem of searching videos beyond individual keywords has received limited attention in the literature. To address this gap, in this work w…

Cited by 41PDFScholar
2021

Aligning Subtitles in Sign Language Videos

ICCV 2021poster

The goal of this work is to temporally align asynchronous subtitles in sign language videos. In particular, we focus on sign-language interpreted TV broadcast data comprising (i) a video of continuous signing, and (ii) subtitles corresponding to the audio content. Previous work exploiting such weakl…

Cited by 39PDFScholar
2021

QUERYD: A Video Dataset with High-Quality Text and Audio Narrations

ICASSP 2021accepted

We introduce QuerYD, a new large-scale dataset for retrieval and event localisation in video. A unique feature of our dataset is the availability of two audio tracks for each video: the original audio, and a high-quality spoken description of the visual content. The dataset is based on YouDescribe […

Cited by 0SourceScholar
2021

Read and Attend: Temporal Localisation in Sign Language Videos

CVPR 2021poster

The objective of this work is to annotate sign instances across a broad vocabulary in continuous sign language. We train a Transformer model to ingest a continuous signing stream and output a sequence of written tokens on a large-scale collection of signing footage with weakly-aligned subtitles. We…

Cited by 56PDFScholar
2021

SeeHear: Signer Diarisation and a New Dataset

ICASSP 2021accepted

In this work, we propose a framework to collect a large-scale, diverse sign language dataset that can be used to train automatic sign language recognition models.The first contribution of this work is SDTrack, a generic method for signer tracking and diarisation in the wild. Our second contribution…

Cited by 0SourceScholar
2021

Sign Language Segmentation with Temporal Convolutional Networks

ICASSP 2021accepted

The objective of this work is to determine the location of temporal boundaries between signs in continuous sign language videos. Our approach employs 3D convolutional neural network representations with iterative temporal segment refinement to resolve ambiguities between sign boundary cues. We demon…

Cited by 0SourceScholar
2021

TeachText: CrossModal Generalized Distillation for Text-Video Retrieval

ICCV 2021poster

In recent years, considerable progress on the task of text-video retrieval has been achieved by leveraging large-scale pretraining on visual and audio datasets to construct powerful video encoders. By contrast, despite the natural symmetry, the design of effective algorithms for exploiting large-sca…

Cited by 167PDFcodeScholar
2020

BSL-1K: Scaling up co-articulated sign language recognition using mouthing cues

ECCV 2020poster

Recent progress in fine-grained gesture and action classification, and machine translation, point to the possibility of automated sign language recognition becoming a reality. A key stumbling block in making progress towards this goal is a lack of appropriate training data, stemming from the high co…

Cited by 221SourcePDFScholar
2020

Disentangled Speech Embeddings Using Cross-Modal Self-Supervision

ICASSP 2020accepted

The objective of this paper is to learn representations of speaker identity without access to manually annotated data. To do so, we develop a self-supervised learning objective that exploits the natural cross-modal synchrony between faces and audio in video. The key idea behind our approach is to te…

Cited by 0SourceScholar
2019

Small Steps and Giant Leaps: Minimal Newton Solvers for Deep Learning

ICCV 2019poster

We propose a fast second-order method that can be used as a drop-in replacement for current deep learning solvers. Compared to stochastic gradient descent (SGD), it only requires two additional forward-mode automatic differentiation operations per iteration, which has a computational cost comparable…

Cited by 23PDFcodeScholar
2019

Unsupervised Learning of Landmarks by Descriptor Vector Exchange

ICCV 2019poster

Equivariance to random image transformations is an effective method to learn landmarks of object categories, such as the eyes and the nose in faces, without manual supervision. However, this method does not explicitly guarantee that the learned landmarks are consistent with changes between different…

Cited by 84PDFcodeScholar
2018

Gather-Excite: Exploiting Feature Context in Convolutional Neural Networks

NeurIPS 2018poster

While the use of bottom-up local operators in convolutional neural networks (CNNs) matches well some of the statistics of natural images, it may also prevent such models from capturing contextual long-range feature interactions. In this work, we propose a simple, lightweight approach for better cont…

2018

Seeing Voices and Hearing Faces: Cross-Modal Biometric Matching

CVPR 2018poster

We introduce a seemingly impossible task: given only an audio clip of someone speaking, decide which of two face images is the speaker. In this paper we study this, and a number of related cross-modal tasks, aimed at answering the question: how much can we infer from the voice about the face and vic…

Cited by 269SourcePDFScholar
2018

Self-Supervised Learning of Geometrically Stable Features Through Probabilistic Introspection

CVPR 2018poster

Self-supervision can dramatically cut back the amount of manually-labelled data required to train deep neural networks. While self-supervision has usually been considered for tasks such as image classification, in this paper we aim at extending it to geometry-oriented tasks such as semantic matching…

Cited by 87SourcePDFScholar
2018

Semi-convolutional Operators for Instance Segmentation

ECCV 2018poster

Object detection and instance segmentation are dominated by region-based methods such as Mask RCNN. However, there is a growing interest in reducing these problems to pixel labeling tasks, as the latter could be more efficient, could be integrated seamlessly in image-to-image network architectures a…

Cited by 110SourcePDFScholar