← Search

Hervé Jégou

21 accepted papers

2023

Co-Training 2L Submodels for Visual Recognition

CVPR 2023poster

This paper introduces submodel co-training, a regularization method related to co-training, self-distillation and stochastic depth. Given a neural network to be trained, for each sample we implicitly instantiate two altered networks, "submodels", with stochastic depth: i.e. activating only a subset…

2023

The Stable Signature: Rooting Watermarks in Latent Diffusion Models

ICCV 2023poster

Generative image modeling enables a wide range of applications but raises ethical concerns about responsible deployment. This paper introduces an active strategy combining image watermarking and Latent Diffusion Models. The goal is for all generated images to conceal a watermark allowing for future…

Cited by 239PDFcodeScholar
2022

Three Things Everyone Should Know about Vision Transformers

ECCV 2022poster

"After their initial success in natural language processing, transformer architectures have rapidly gained traction in computer vision, providing state-of-the-art results for tasks such as image classification, detection, segmentation, and video analysis. We offer three insights based on simple and…

2022

Watermarking Images in Self-Supervised Latent Spaces

ICASSP 2022accepted

We revisit watermarking techniques based on pre-trained deep networks, in the light of self-supervised approaches. We present a way to embed both marks and binary messages into their latent spaces, leveraging data augmentation at marking time. Our method can operate at any resolution and creates wat…

Cited by 0SourceScholar
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

Going Deeper With Image Transformers

ICCV 2021poster

Transformers have been recently adapted for large scale image classification, achieving high scores shaking up the long supremacy of convolutional neural networks. However the optimization of vision transformers has been little studied so far. In this work, we build and optimize deeper transformer n…

Cited by 1328PDFcodeScholar
2021

Gradient-based Adversarial Attacks against Text Transformers

EMNLP 2021main

We propose the first general-purpose gradient-based adversarial attack against transformer models. Instead of searching for a single adversarial example, we search for a distribution of adversarial examples parameterized by a continuous-valued matrix, hence enabling gradient-based optimization. We e…

2021

Grafit: Learning Fine-Grained Image Representations With Coarse Labels

ICCV 2021poster

This paper tackles the problem of learning a finer representation than the one provided by training labels. This enables fine-grained category retrieval of images in a collection annotated with coarse labels only. Our network is learned with a nearest-neighbor classifier objective, and an instance l…

Cited by 87PDFScholar
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
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
2019

Spreading vectors for similarity search

ICLR 2019poster

Discretizing floating-point vectors is a fundamental step of modern indexing methods. State-of-the-art techniques learn parameters of the quantizers on training data for optimal performance, thus adapting quantizers to the data. In this work, we propose to reverse this paradigm and adapt the data to…

2018

LAMV: Learning to Align and Match Videos With Kernelized Temporal Layers

CVPR 2018poster

This paper considers a learnable approach for comparing and aligning videos. Our architecture builds upon and revisits temporal match kernels within neural networks: we propose a new temporal layer that finds temporal alignments by maximizing the scores between two sequences of vectors, according to…

2018

Link and Code: Fast Indexing With Graphs and Compact Regression Codes

CVPR 2018poster

Similarity search approaches based on graph walks have recently attained outstanding speed-accuracy trade-offs, taking aside the memory requirements. In this paper, we revisit these approaches by considering, additionally, the memory constraint required to index billions of images on a single server…

2018

Low-Shot Learning With Large-Scale Diffusion

CVPR 2018poster

This paper considers the problem of inferring image labels from images when only a few annotated examples are available at training time. This setup is often referred to as low-shot learning, where a standard approach is to re-train the last few layers of a convolutional neural network learned on s…

2018

Word translation without parallel data

ICLR 2018poster

State-of-the-art methods for learning cross-lingual word embeddings have relied on bilingual dictionaries or parallel corpora. Recent studies showed that the need for parallel data supervision can be alleviated with character-level information. While these methods showed encouraging results, they ar…

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…