← Search

Felix Petersen

18 accepted papers

2026

Generalizing Stochastic Smoothing for Differentiation and Gradient Estimation

ICML 2026poster

We address the problem of gradient estimation for stochastic differentiable relaxations of algorithms, operators, simulators, and other non-differentiable functions. Stochastic smoothing conventionally perturbs the input of a non-differentiable function with a differentiable density distribution wit…

Cited by 0SourceScholar
2025

CPSample: Classifier Protected Sampling for Guarding Training Data During Diffusion

ICLR 2025poster

Diffusion models have a tendency to exactly replicate their training data, especially when trained on small datasets. Most prior work has sought to mitigate this problem by imposing differential privacy constraints or masking parts of the training data, resulting in a notable substantial decrease i…

Cited by 2SourcePDFScholar
2024

Convolutional Differentiable Logic Gate Networks

NeurIPS 2024oral

With the increasing inference cost of machine learning models, there is a growing interest in models with fast and efficient inference. Recently, an approach for learning logic gate networks directly via a differentiable relaxation was proposed. Logic gate networks are faster than conventional neur…

2024

Grounding Everything: Emerging Localization Properties in Vision-Language Transformers

CVPR 2024poster

Vision-language foundation models have shown remarkable performance in various zero-shot settings such as image retrieval classification or captioning. But so far those models seem to fall behind when it comes to zero-shot localization of referential expressions and objects in images. As a result th…

2024

Newton Losses: Using Curvature Information for Learning with Differentiable Algorithms

NeurIPS 2024poster

When training neural networks with custom objectives, such as ranking losses and shortest-path losses, a common problem is that they are, per se, non-differentiable. A popular approach is to continuously relax the objectives to provide gradients, enabling learning. However, such differentiable relax…

2024

Uncertainty Quantification via Stable Distribution Propagation

ICLR 2024poster

We propose a new approach for propagating stable probability distributions through neural networks. Our method is based on local linearization, which we show to be an optimal approximation in terms of total variation distance for the ReLU non-linearity. This allows propagating Gaussian and Cauchy in…

Cited by 9SourcePDFScholar
2023

ISAAC Newton: Input-based Approximate Curvature for Newton's Method

ICLR 2023poster

We present ISAAC (Input-baSed ApproximAte Curvature), a novel method that conditions the gradient using selected second-order information and has an asymptotically vanishing computational overhead, assuming a batch size smaller than the number of neurons. We show that it is possible to compute a goo…

2023

Learning by Sorting: Self-supervised Learning with Group Ordering Constraints

ICCV 2023poster

Contrastive learning has become an important tool in learning representations from unlabeled data mainly relying on the idea of minimizing distance between positive data pairs, e.g., views from the same images, and maximizing distance between negative data pairs, e.g., views from different images. T…

Cited by 12PDFcodeScholar
2023

Neural Machine Translation for Mathematical Formulae

ACL 2023long

We tackle the problem of neural machine translation of mathematical formulae between ambiguous presentation languages and unambiguous content languages. Compared to neural machine translation on natural language, mathematical formulae have a much smaller vocabulary and much longer sequences of symbo…

Cited by 7SourcePDFScholar
2022

Deep Differentiable Logic Gate Networks

NeurIPS 2022accept

Recently, research has increasingly focused on developing efficient neural network architectures. In this work, we explore logic gate networks for machine learning tasks by learning combinations of logic gates. These networks comprise logic gates such as "AND" and "XOR", which allow for very fast ex…

2022

Differentiable Top-k Classification Learning

ICML 2022spotlight

The top-k classification accuracy is one of the core metrics in machine learning. Here, k is conventionally a positive integer, such as 1 or 5, leading to top-1 or top-5 training objectives. In this work, we relax this assumption and optimize the model for multiple k simultaneously instead of using…

2022

Domain Adaptation meets Individual Fairness. And they get along.

NeurIPS 2022accept

Many instances of algorithmic bias are caused by distributional shifts. For example, machine learning (ML) models often perform worse on demographic groups that are underrepresented in the training data. In this paper, we leverage this connection between algorithmic fairness and distribution shifts…

Cited by 28SourcePDFScholar
2022

GenDR: A Generalized Differentiable Renderer

CVPR 2022poster

In this work, we present and study a generalized family of differentiable renderers. We discuss from scratch which components are necessary for differentiable rendering and formalize the requirements for each component.We instantiate our general differentiable renderer, which generalizes existing di…

Cited by 30PDFcodeScholar
2022

Monotonic Differentiable Sorting Networks

ICLR 2022poster

Differentiable sorting algorithms allow training with sorting and ranking supervision, where only the ordering or ranking of samples is known. Various methods have been proposed to address this challenge, ranging from optimal transport-based differentiable Sinkhorn sorting algorithms to making class…

2021

Differentiable Sorting Networks for Scalable Sorting and Ranking Supervision

ICML 2021spotlight

Sorting and ranking supervision is a method for training neural networks end-to-end based on ordering constraints. That is, the ground truth order of sets of samples is known, while their absolute values remain unsupervised. For that, we propose differentiable sorting networks by relaxing their pair…

Cited by 43SourcePDFScholar
2021

Learning with Algorithmic Supervision via Continuous Relaxations

NeurIPS 2021poster

The integration of algorithmic components into neural architectures has gained increased attention recently, as it allows training neural networks with new forms of supervision such as ordering constraints or silhouettes instead of using ground truth labels. Many approaches in the field focus on the…

2021

Post-processing for Individual Fairness

NeurIPS 2021poster

Post-processing in algorithmic fairness is a versatile approach for correcting bias in ML systems that are already used in production. The main appeal of post-processing is that it avoids expensive retraining. In this work, we propose general post-processing algorithms for individual fairness (IF).…