← Search

Jean-Baptiste Alayrac

24 accepted papers

2022

Flamingo: a Visual Language Model for Few-Shot Learning

NeurIPS 2022accept

Building models that can be rapidly adapted to novel tasks using only a handful of annotated examples is an open challenge for multimodal machine learning research. We introduce Flamingo, a family of Visual Language Models (VLM) with this ability. We propose key architectural innovations to: (i) bri…

Cited by 4376SourcePDFScholar
2022

General-purpose, long-context autoregressive modeling with Perceiver AR

ICML 2022spotlight

Real-world data is high-dimensional: a book, image, or musical performance can easily contain hundreds of thousands of elements even after compression. However, the most commonly used autoregressive models, Transformers, are prohibitively expensive to scale to the number of inputs and layers needed…

2022

Look for the Change: Learning Object States and State-Modifying Actions From Untrimmed Web Videos

CVPR 2022poster

Human actions often induce changes of object states such as "cutting an apple", "cleaning shoes" or "pouring coffee". In this paper, we seek to temporally localize object states (e.g. "empty" and "full" cup) together with the corresponding state-modifying actions ("pouring coffee") in long uncurated…

Cited by 36PDFcodeScholar
2022

Perceiver IO: A General Architecture for Structured Inputs & Outputs

ICLR 2022spotlight

A central goal of machine learning is the development of systems that can solve many problems in as many data domains as possible. Current architectures, however, cannot be applied beyond a small set of stereotyped settings, as they bake in domain & task assumptions or scale poorly to large inputs o…

2022

Towards Learning Universal Audio Representations

ICASSP 2022accepted

The ability to learn universal audio representations that can solve diverse speech, music, and environment tasks can spur many applications that require general sound content understanding. In this work, we introduce a holistic audio representation evaluation suite (HARES) spanning 12 downstream tas…

Cited by 0SourceScholar
2021

Broaden Your Views for Self-Supervised Video Learning

ICCV 2021poster

Most successful self-supervised learning methods are trained to align the representations of two independent views from the data. State-of-the-art methods in video are inspired by image techniques, where these two views are similarly extracted by cropping and augmenting the resulting crop. However,…

Cited by 151PDFcodeScholar
2021

Efficient Visual Pretraining With Contrastive Detection

ICCV 2021poster

Self-supervised pretraining has been shown to yield powerful representations for transfer learning. These performance gains come at a large computational cost however, with state-of-the-art methods requiring an order of magnitude more computation than supervised pretraining. We tackle this computati…

Cited by 187PDFcodeScholar
2021

Machine Translation Decoding beyond Beam Search

EMNLP 2021main

Beam search is the go-to method for decoding auto-regressive machine translation models. While it yields consistent improvements in terms of BLEU, it is only concerned with finding outputs with high model likelihood, and is thus agnostic to whatever end metric or score practitioners care about. Our…

Cited by 73SourcePDFScholar
2021

Thinking Fast and Slow: Efficient Text-to-Visual Retrieval With Transformers

CVPR 2021poster

Our objective is language-based search of large-scale image and video datasets. For this task, the approach that consists of independently mapping text and vision to a joint embedding space, a.k.a. dual encoders, is attractive as retrieval scales and is efficient for billions of images using approxi…

Cited by 160PDFScholar
2020

End-to-End Learning of Visual Representations From Uncurated Instructional Videos

CVPR 2020oral

Annotating videos is cumbersome, expensive and not scalable. Yet, many strong video models still rely on manually annotated data. With the recent introduction of the HowTo100M dataset, narrated videos now offer the possibility of learning video representations without manual supervision. In this wor…

Cited by 867PDFcodeScholar
2020

Learning Actionness via Long-range Temporal Order Verification

ECCV 2020poster

Current methods for action recognition typically rely on supervision provided by manual labeling. Such methods, however, do not scale well given the high burden of manual video annotation and a very large number of possible actions. The annotation is particularly difficult for temporal action locali…

Cited by 32SourcePDFScholar
2020

Self-Supervised MultiModal Versatile Networks

NeurIPS 2020poster

Videos are a rich source of multi-modal supervision. In this work, we learn representations using self-supervision by leveraging three modalities naturally present in videos: visual, audio and language streams. To this end, we introduce the notion of a multimodal versatile network -- a network that…

2020

Visual Grounding in Video for Unsupervised Word Translation

CVPR 2020poster

There are thousands of actively spoken languages on Earth, but a single visual world. Grounding in this visual world has the potential to bridge the gap between all these languages. Our goal is to use visual grounding to improve unsupervised word mapping between languages. The key idea is to establi…

Cited by 58PDFcodeScholar
2019

Are Labels Required for Improving Adversarial Robustness?

NeurIPS 2019poster

Recent work has uncovered the interesting (and somewhat surprising) finding that training models to be invariant to adversarial perturbations requires substantially larger datasets than those required for standard classification. This result is a key hurdle in the deployment of robust machine learni…

2019

Controllable Attention for Structured Layered Video Decomposition

ICCV 2019poster

The objective of this paper is to be able to separate a video into its natural layers, and to control which of the separated layers to attend to. For example, to be able to separate reflections, transparency or object motion. We make the following three contributions: (i) we introduce a new structur…

Cited by 11PDFScholar
2019

Cross-Task Weakly Supervised Learning From Instructional Videos

CVPR 2019poster

In this paper we investigate learning visual models for the steps of ordinary tasks using weak supervision via instructional narrations and an ordered list of steps instead of strong supervision via temporal annotations. At the heart of our approach is the observation that weakly supervised learning…

Cited by 311PDFcodeScholar
2019

HowTo100M: Learning a Text-Video Embedding by Watching Hundred Million Narrated Video Clips

ICCV 2019poster

Learning text-video embeddings usually requires a dataset of video clips with manually provided captions. However, such datasets are expensive and time consuming to create and therefore difficult to obtain on a large scale. In this work, we propose instead to learn such embeddings from video data wi…

Cited by 1412PDFScholar
2018

A flexible model for training action localization with varying levels of supervision

NeurIPS 2018poster

Spatio-temporal action detection in videos is typically addressed in a fully-supervised setup with manual annotation of training videos required at every frame. Since such annotation is extremely tedious and prohibits scalability, there is a clear need to minimize the amount of manual supervision.…

2018

SEARNN: Training RNNs with global-local losses

ICLR 2018poster

We propose SEARNN, a novel training algorithm for recurrent neural networks (RNNs) inspired by the "learning to search" (L2S) approach to structured prediction. RNNs have been widely successful in structured prediction applications such as machine translation or parsing, and are commonly trained usi…

2017

Joint Discovery of Object States and Manipulation Actions

ICCV 2017poster

Many human activities involve object manipulations aiming to modify the object state. Examples of common state changes include full/empty bottle, open/closed door, and attached/detached car wheel. In this work, we seek to automatically discover the states of objects and the associated manipulation a…

Cited by 106PDFcodeScholar
2017

Learning From Video and Text via Large-Scale Discriminative Clustering

ICCV 2017spotlight

Discriminative clustering has been successfully applied to a number of weakly supervised learning tasks. Such applications include person and action recognition, text-to-video alignment, object co-segmentation and colocalization in videos and images. One drawback of discriminative clustering, howeve…

Cited by 45PDFScholar
2016

Minding the Gaps for Block Frank-Wolfe Optimization of Structured SVMs

ICML 2016poster

In this paper, we propose several improvements on the block-coordinate Frank-Wolfe (BCFW) algorithm from Lacoste-Julien et al. (2013) recently used to optimize the structured support vector machine (SSVM) objective in the context of structured prediction, though it has wider applications. The key in…

Cited by 90SourcePDFScholar
2016

Unsupervised Learning From Narrated Instruction Videos

CVPR 2016oral

We address the problem of automatically learning the main steps to complete a certain task, such as changing a car tire, from a set of narrated instruction videos. The contributions of this paper are three-fold. First, we develop a new unsupervised learning approach that takes advantage of the compl…

Cited by 378PDFScholar