← Search

Armand Joulin

36 accepted papers

2024

Scalable Pre-training of Large Autoregressive Image Models

ICML 2024poster

This paper introduces AIM, a collection of vision models pre-trained with an autoregressive objective. These models are inspired by their textual counterparts, i.e., Large Language Models (LLMs), and exhibit similar scaling properties. Specifically, we highlight two key findings: (1) the performance…

2024

Time Sensitive Knowledge Editing through Efficient Finetuning

ACL 2024short

Large Language Models (LLMs) have demonstrated impressive capability in different tasks and are bringing transformative changes to many domains. However, keeping the knowledge in LLMs up-to-date remains a challenge once pretraining is complete. It is thus essential to design effective methods to bot…

2024

Whispering Experts: Neural Interventions for Toxicity Mitigation in Language Models

ICML 2024poster

An important issue with Large Language Models (LLMs) is their undesired ability to generate toxic language. In this work, we show that the neurons responsible for toxicity can be determined by their power to discriminate toxic sentences, and that toxic language can be mitigated by reducing their act…

Cited by 7SourcePDFScholar
2023

ImageBind: One Embedding Space To Bind Them All

CVPR 2023highlight

We present ImageBind, an approach to learn a joint embedding across six different modalities - images, text, audio, depth, thermal, and IMU data. We show that all combinations of paired data are not necessary to train such a joint embedding, and only image-paired data is sufficient to bind the modal…

2023

OmniMAE: Single Model Masked Pretraining on Images and Videos

CVPR 2023poster

Transformer-based architectures have become competitive across a variety of visual domains, most notably images and videos. While prior work studies these modalities in isolation, having a common architecture suggests that one can train a single unified model for multiple visual modalities. Prior at…

2023

The Effectiveness of MAE Pre-Pretraining for Billion-Scale Pretraining

ICCV 2023poster

This paper revisits the standard pretrain-then-finetune paradigm used in computer vision for visual recognition tasks. Typically, state-of-the-art foundation models are pretrained using large scale (weakly) supervised datasets with billions of images. We introduce an additional pre-pretraining stage…

Cited by 94PDFcodeScholar
2022

Detecting Twenty-Thousand Classes Using Image-Level Supervision

ECCV 2022poster

"Current object detectors are limited in vocabulary size due to the small scale of detection datasets. Image classifiers, on the other hand, reason about much larger vocabularies, as their datasets are larger and easier to collect. We propose Detic, which simply trains the classifiers of a detector…

2022

Masked Siamese Networks for Label-Efficient Learning

ECCV 2022poster

"We propose Masked Siamese Networks (MSN), a self-supervised learning framework for learning image representations. Our approach matches the representation of an image view containing randomly masked patches to the representation of the original unmasked image. This self-supervised pre-training stra…

2022

Omnivore: A Single Model for Many Visual Modalities

CVPR 2022oral

Prior work has studied different visual modalities in isolation and developed separate architectures for recognition of images, videos, and 3D data. Instead, in this paper, we propose a single model which excels at classifying images, videos, and single-view 3D data using exactly the same model para…

Cited by 278PDFcodeScholar
2021

CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web

ACL 2021long

We show that margin-based bitext mining in a multilingual sentence space can be successfully scaled to operate on monolingual corpora of billions of sentences. We use 32 snapshots of a curated common crawl corpus (Wenzel et al, 2019) totaling 71 billion unique sentences. Using one unified approach f…

2021

Emerging Properties in Self-Supervised Vision Transformers

ICCV 2021poster

In this paper, we question if self-supervised learning provides new properties to Vision Transformer (ViT) that stand out compared to convolutional networks (convnets). Beyond the fact that adapting self-supervised methods to this architecture works particularly well, we make the following observati…

Cited by 6990PDFcodeScholar
2021

LeViT: A Vision Transformer in ConvNet's Clothing for Faster Inference

ICCV 2021poster

We design a family of image classification architectures that optimize the trade-off between accuracy and efficiency in a high-speed regime. Our work exploits recent findings in attention-based architectures, which are competitive on highly parallel processing hardware. We revisit principles from th…

Cited by 815PDFcodeScholar
2021

Self-Supervised Pretraining of 3D Features on Any Point-Cloud

ICCV 2021poster

Pretraining on large labeled datasets is a prerequisite to achieve good performance in many computer vision tasks like image recognition, video understanding etc. However, pretraining is not widely used for 3D recognition tasks where state-of-the-art methods train models from scratch. A primary reas…

Cited by 316PDFcodeScholar
2021

Semi-Supervised Learning of Visual Features by Non-Parametrically Predicting View Assignments With Support Samples

ICCV 2021poster

This paper proposes a novel method of learning by predicting view assignments with support samples (PAWS). The method trains a model to minimize a consistency loss, which ensures that different views of the same unlabeled instance are assigned similar pseudo-labels. The pseudo-labels are generated n…

Cited by 191PDFcodeScholar
2021

Training with Quantization Noise for Extreme Model Compression

ICLR 2021poster

We tackle the problem of producing compact models, maximizing their accuracy for a given model size. A standard solution is to train networks with Quantization Aware Training, where the weights are quantized during training and the gradients approximated with the Straight-Through Estimator. In this…

2021

XCiT: Cross-Covariance Image Transformers

NeurIPS 2021poster

Following their success in natural language processing, transformers have recently shown much promise for computer vision. The self-attention operation underlying transformers yields global interactions between all tokens ,i.e. words or image patches, and enables flexible modelling of image data bey…

Cited by 448SourcePDFScholar
2020

And the Bit Goes Down: Revisiting the Quantization of Neural Networks

ICLR 2020spotlight

In this paper, we address the problem of reducing the memory footprint of convolutional network architectures. We introduce a vector quantization method that aims at preserving the quality of the reconstruction of the network outputs rather than its weights. The principle of our approach is that it…

Cited by 190SourcecodeScholar
2020

Libri-Light: A Benchmark for ASR with Limited or No Supervision

ICASSP 2020accepted

We introduce a new collection of spoken English audio suitable for training speech recognition systems under limited or no supervision. It is derived from open-source audio books from the LibriVox project. It contains over 60K hours of audio, which is, to our knowledge, the largest freely-available…

Cited by 0SourceScholar
2020

Unsupervised Learning of Visual Features by Contrasting Cluster Assignments

NeurIPS 2020poster

Unsupervised image representations have significantly reduced the gap with supervised pretraining, notably with the recent achievements of contrastive learning methods. These contrastive methods typically work online and rely on a large number of explicit pairwise feature comparisons, which is compu…

2020

Unsupervised Pretraining Transfers Well Across Languages

ICASSP 2020accepted

Cross-lingual and multi-lingual training of Automatic Speech Recognition (ASR) has been extensively investigated in the supervised setting. This assumes the existence of a parallel corpus of speech and orthographic transcriptions. Recently, contrastive predictive coding (CPC) algorithms have been pr…

Cited by 0SourceScholar
2019

Unsupervised Alignment of Embeddings with Wasserstein Procrustes

AISTATS 2019poster

We consider the task of aligning two sets of points in high dimension, which has many applications in natural language processing and computer vision. As an example, it was recently shown that it is possible to infer a bilingual lexicon, without supervised data, by aligning word embeddings trained o…

Cited by 248SourcePDFScholar
2019

Unsupervised Hyper-alignment for Multilingual Word Embeddings

ICLR 2019poster

We consider the problem of aligning continuous word representations, learned in multiple languages, to a common space. It was recently shown that, in the case of two languages, it is possible to learn such a mapping without supervision. This paper extends this line of work to the problem of aligning…

Cited by 84SourcePDFScholar
2019

Unsupervised Pre-Training of Image Features on Non-Curated Data

ICCV 2019oral

Pre-training general-purpose visual features with convolutional neural networks without relying on annotations is a challenging and important task. Most recent efforts in unsupervised feature learning have focused on either small or highly curated datasets like ImageNet, whereas using uncurated raw…

Cited by 368PDFcodeScholar
2018

Deep Clustering for Unsupervised Learning of Visual Features

ECCV 2018poster

Clustering is a class of unsupervised learning methods that has been extensively applied and studied in computer vision. Little work has been done to adapt it to the end-to-end training of visual features on large-scale datasets. In this work, we present DeepCluster, a clustering method that jointly…

2018

Optimizing the Latent Space of Generative Networks

ICML 2018oral

Generative Adversarial Networks (GANs) have achieved remarkable results in the task of generating realistic natural images. In most successful applications, GAN models share two common aspects: solving a challenging saddle point optimization problem, interpreted as an adversarial game between a gene…

Cited by 543SourcePDFScholar
2017

Efficient Softmax Approximation for GPUs

ICLR 2017workshop

We propose an approximate strategy to efficiently train neural network based language models over very large vocabularies. Our approach, called adaptive softmax, circumvents the linear dependency on the vocabulary size by exploiting the unbalanced word distribution to form clusters that explicitly m…

Cited by 348SourceScholar
2017

Efficient softmax approximation for GPUs

ICML 2017poster

We propose an approximate strategy to efficiently train neural network based language models over very large vocabularies. Our approach, called adaptive softmax, circumvents the linear dependency on the vocabulary size by exploiting the unbalanced word distribution to form clusters that explicitly m…

2017

Unbounded cache model for online language modeling with open vocabulary

NeurIPS 2017poster

Recently, continuous cache models were proposed as extensions to recurrent neural network language models, to adapt their predictions to local changes in the data distribution. These models only capture the local context, of up to a few thousands tokens. In this paper, we propose an extension of con…