← Search

Jerome Bolte

6 accepted papers

2025

When majority rules, minority loses: bias amplification of gradient descent

NeurIPS 2025poster

Despite growing empirical evidence of bias amplification in machine learning, its theoretical foundations remain poorly understood. We develop a formal framework for majority-minority learning tasks, showing how standard training can favor majority groups and produce stereotypical predictors that ne…

Cited by 0SourceScholar
2023

On the complexity of nonsmooth automatic differentiation

ICLR 2023top-25%

Using the notion of conservative gradient, we provide a simple model to estimate the computational costs of the backward and forward modes of algorithmic differentiation for a wide class of nonsmooth programs. The complexity overhead of the backward mode turns out to be independent of the dimension…

Cited by 6SourcePDFScholar
2021

Nonsmooth Implicit Differentiation for Machine-Learning and Optimization

NeurIPS 2021poster

In view of training increasingly complex learning architectures, we establish a nonsmooth implicit function theorem with an operational calculus. Our result applies to most practical problems (i.e., definable problems) provided that a nonsmooth form of the classical invertibility condition is fulfil…

Cited by 76SourcePDFScholar
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…