← Search

Sébastien Gerchinovitz

6 accepted papers

2025

Efficient Robust Conformal Prediction via Lipschitz-Bounded Networks

ICML 2025poster

Conformal Prediction (CP) has proven to be an effective post-hoc method for improving the trustworthiness of neural networks by providing prediction sets with finite-sample guarantees. However, under adversarial attacks, classical conformal guarantees do not hold anymore: this problem is addressed i…

2022

A general approximation lower bound in $L^p$ norm, with applications to feed-forward neural networks

NeurIPS 2022accept

We study the fundamental limits to the expressive power of neural networks. Given two sets $F$, $G$ of real-valued functions, we first prove a general lower bound on how well functions in $F$ can be approximated in $L^p(\mu)$ norm by functions in $G$, for any $p \geq 1$ and any probability measure $…

Cited by 8SourcePDFScholar
2021

Instance-Dependent Bounds for Zeroth-order Lipschitz Optimization with Error Certificates

NeurIPS 2021poster

We study the problem of zeroth-order (black-box) optimization of a Lipschitz function $f$ defined on a compact subset $\mathcal{X}$ of $\mathbb{R}^d$, with the additional constraint that algorithms must certify the accuracy of their recommendations. We characterize the optimal number of evaluations…

Cited by 11SourcePDFScholar
2021

Numerical influence of ReLU’(0) on backpropagation

NeurIPS 2021poster

In theory, the choice of ReLU(0) in [0, 1] for a neural network has a negligible influence both on backpropagation and training. Yet, in the real world, 32 bits default precision combined with the size of deep learning problems makes it a hyperparameter of training methods. We investigate the import…