← Search

Matthijs Douze

27 accepted papers

2026

Short Window Attention Enables Long-Term Memorization

ICLR 2026poster

Recent works show that hybrid architectures combining sliding window softmax attention layers with linear recurrent neural network (RNN) layers outperform both of these architectures taken separately. However, the impact of the window length and the interplay between softmax attention and linear RNN…

Cited by 0SourceScholar
2025

MagicPIG: LSH Sampling for Efficient LLM Generation

ICLR 2025spotlight

Large language models (LLMs) with long context windows have gained significant attention. However, the KV cache, stored to avoid re-computation, becomes a bottleneck. Various dynamic sparse or TopK-based attention approximation methods have been proposed to leverage the common insight that attention…

2025

Qinco2: Vector Compression and Search with Improved Implicit Neural Codebooks

ICLR 2025poster

Vector quantization is a fundamental technique for compression and large-scale nearest neighbor search. For high-accuracy operating points, multi-codebook quantization associates data vectors with one element from each of multiple codebooks. An example is residual quantization (RQ), which iterative…

2025

Results of the Big ANN: NeurIPS’23 competition

NeurIPS 2025poster

The 2023 Big ANN Challenge, held at NeurIPS 2023, focused on advancing the state-of-the-art in indexing data structures and search algorithms for practical variants of Approximate Nearest Neighbor (ANN) search that reflect its the growing complexity and diversity of workloads. Unlike prior challenge…

Cited by 0SourcecodeScholar
2025

Watermark Anything With Localized Messages

ICLR 2025poster

Image watermarking methods are not tailored to handle small watermarked areas. This restricts applications in real-world scenarios where parts of the image may come from different sources or have been edited. We introduce a deep-learning model for localized image watermarking, dubbed the Watermark A…

2024

Functional Invariants To Watermark Large Transformers

ICASSP 2024accepted

The rapid growth of transformer-based models increases the concerns about their integrity and ownership insurance. Watermarking addresses this issue by embedding a unique identifier into the model, while preserving its performance. However, most existing approaches require to optimize the weights to…

Cited by 0SourceScholar
2024

Residual Quantization with Implicit Neural Codebooks

ICML 2024poster

Vector quantization is a fundamental operation for data compression and vector search. To obtain high accuracy, multi-codebook methods represent each vector using codewords across several codebooks. Residual quantization (RQ) is one such method, which iteratively quantizes the error of the previous…

2024

Watermarking Makes Language Models Radioactive

NeurIPS 2024spotlight

We investigate the radioactivity of text generated by large language models (LLM), \ie whether it is possible to detect that such synthetic input was used to train a subsequent LLM. Current methods like membership inference or active IP protection either work only in settings where the suspected tex…

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

A Self-Supervised Descriptor for Image Copy Detection

CVPR 2022poster

Image copy detection is an important task for content moderation. We introduce SSCD, a model that builds on a recent self-supervised contrastive training objective. We adapt this method to the copy detection task by changing the architecture and training objective, including a pooling operator from…

Cited by 108PDFcodeScholar
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

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
2021

Training data-efficient image transformers & distillation through attention

ICML 2021spotlight

Recently, neural networks purely based on attention were shown to address image understanding tasks such as image classification. These high-performing vision transformers are pre-trained with hundreds of millions of images using a large infrastructure, thereby limiting their adoption. In this work,…

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

Radioactive data: tracing through training

ICML 2020poster

Data tracing determines whether particular data samples have been used to train a model. We propose a new technique, radioactive data, that makes imperceptible changes to these samples such that any model trained on them will bear an identifiable mark. Given a trained model, our technique detects th…

2019

Fixing the train-test resolution discrepancy

NeurIPS 2019poster

Data-augmentation is key to the training of neural networks for image classification. This paper first shows that existing augmentations induce a significant discrepancy between the size of the objects seen by the classifier at train and test time: in fact, a lower train resolution improves the clas…

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…

2019

White-box vs Black-box: Bayes Optimal Strategies for Membership Inference

ICML 2019oral

Membership inference determines, given a sample and trained parameters of a machine learning model, whether the sample was part of the training set. In this paper, we derive the optimal strategy for membership inference with a few assumptions on the distribution of the parameters. We show that optim…

Cited by 432SourcePDFScholar
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

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…

2015

Local Convolutional Features With Unsupervised Training for Image Retrieval

ICCV 2015poster

Patch-level descriptors underlie several important computer vision tasks, such as stereo-matching or content-based image retrieval. We introduce a deep convolutional architecture that yields patch-level descriptors, as an alternative to the popular SIFT descriptor for image retrieval. The propo…

Cited by 219PDFScholar