← Search

Michael Eli Sander

8 accepted papers

2025

Joint Learning of Energy-based Models and their Partition Function

ICML 2025poster

Energy-based models (EBMs) offer a flexible framework for parameterizing probability distributions using neural networks. However, learning EBMs by exact maximum likelihood estimation (MLE) is generally intractable, due to the need to compute the partition function. In this paper, we propose a novel…

Cited by 2SourcePDFScholar
2025

Loss Functions and Operators Generated by f-Divergences

ICML 2025poster

The logistic loss (a.k.a. cross-entropy loss) is one of the most popular loss functions used for multiclass classification. It is also the loss function of choice for next-token prediction in language modeling. It is associated with the Kullback-Leibler (KL) divergence and the softargmax operator.…

Cited by 0SourcePDFScholar
2025

Towards Understanding the Universality of Transformers for Next-Token Prediction

ICLR 2025poster

Causal Transformers are trained to predict the next token for a given context. While it is widely accepted that self-attention is crucial for encoding the causal structure of sequences, the precise underlying mechanism behind this in-context autoregressive learning ability remains unclear. In this p…

Cited by 3SourcePDFScholar
2024

How do Transformers Perform In-Context Autoregressive Learning ?

ICML 2024poster

Transformers have achieved state-of-the-art performance in language modeling tasks. However, the reasons behind their tremendous success are still unclear. In this paper, towards a better understanding, we train a Transformer model on a simple next token prediction task, where sequences are generate…

Cited by 16SourcePDFScholar
2024

Implicit regularization of deep residual networks towards neural ODEs

ICLR 2024spotlight

Residual neural networks are state-of-the-art deep learning models. Their continuous-depth analog, neural ordinary differential equations (ODEs), are also widely used. Despite their success, the link between the discrete and continuous models still lacks a solid mathematical foundation. In this arti…

2023

Fast, Differentiable and Sparse Top-k: a Convex Analysis Perspective

ICML 2023poster

The top-$k$ operator returns a $k$-sparse vector, where the non-zero values correspond to the $k$ largest values of the input. Unfortunately, because it is a discontinuous function, it is difficult to incorporate in neural networks trained end-to-end with backpropagation. Recent works have considere…

Cited by 27SourcePDFScholar
2022

Do Residual Neural Networks discretize Neural Ordinary Differential Equations?

NeurIPS 2022accept

Neural Ordinary Differential Equations (Neural ODEs) are the continuous analog of Residual Neural Networks (ResNets). We investigate whether the discrete dynamics defined by a ResNet are close to the continuous one of a Neural ODE. We first quantify the distance between the ResNet's hidden state tra…

Cited by 36SourcePDFScholar