← Search

Alexandre Sablayrolles

15 accepted papers

2023

Analyzing Privacy Leakage in Machine Learning via Multiple Hypothesis Testing: A Lesson From Fano

ICML 2023poster

Differential privacy (DP) is by far the most widely accepted framework for mitigating privacy risks in machine learning. However, exactly how small the privacy parameter $\epsilon$ needs to be to protect against certain privacy risks in practice is still not well-understood. In this work, we study d…

Cited by 20SourcePDFScholar
2023

CANIFE: Crafting Canaries for Empirical Privacy Measurement in Federated Learning

ICLR 2023poster

Federated Learning (FL) is a setting for training machine learning models in distributed environments where the clients do not share their raw data but instead send model updates to a server. However, model updates can be subject to attacks and leak private information. Differential Privacy (DP) is…

2022

On the Importance of Difficulty Calibration in Membership Inference Attacks

ICLR 2022poster

The vulnerability of machine learning models to membership inference attacks has received much attention in recent years. However, existing attacks mostly remain impractical due to having high false positive rates, where non-member samples are often erroneously predicted as members. This type of err…

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

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

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,…

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

Large Memory Layers with Product Keys

NeurIPS 2019spotlight

This paper introduces a structured memory which can be easily integrated into a neural network. The memory is very large by design and significantly increases the capacity of the architecture, by up to a billion parameters with a negligible computational overhead. Its design and access pattern is ba…

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

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…