← Search

Michal Klein

16 accepted papers

2026

Amortized Maximum Inner Product Search with Learned Support Functions

ICML 2026poster

Maximum inner product search (MIPS) is a crucial subroutine in machine learning, requiring identification of database vectors that align most strongly with a given query. We propose amortized MIPS: a learning-based approach that trains neural networks to directly predict MIPS solutions, amortizing t…

Cited by 0SourceScholar
2026

Completed Hyperparameter Transfer across Modules, Width, Depth, Batch and Duration

ICLR 2026poster

Hyperparameter tuning can dramatically impact training stability of large-scale models. Recent works on neural network parameterisations, such as μP, have shown that layer types and sizes should dictate how global hyperparameters should be rescaled in order to achieve efficient transfer across mode…

Cited by 0SourceScholar
2026

Removing Noise, not Finding Gold: Quality Filtering for Large-Scale Pretraining

ICML 2026poster

Large-scale models are pretrained on massive web-crawled datasets containing documents of mixed quality, making data filtering essential. A popular method is Classifier-based Quality Filtering (CQF), which trains a binary classifier to distinguish between pretraining data and a small, high-quality s…

Cited by 0SourceScholar
2025

Controlling Language and Diffusion Models by Transporting Activations

ICLR 2025spotlight

The increasing capabilities of large generative models and their ever more widespread deployment have raised concerns about their reliability, safety, and potential misuse. To address these issues, recent works have proposed to control model generation by steering model activations in order to effec…

2025

LinEAS: End-to-end Learning of Activation Steering with a Distributional Loss

NeurIPS 2025poster

The growing use of generative models in daily life calls for efficient mechanisms to control their generation, to e.g. produce safe content or provide users with tools to explore style changes. Ideally, such mechanisms should require low volume of unpaired data (\ie without explicit preference), and…

Cited by 0SourceScholar
2025

Multimodal Autoregressive Pre-training of Large Vision Encoders

CVPR 2025highlight

We introduce a novel method for pre-training of large-scale vision encoders. Building on recent advancements in autoregressive pre-training of vision models, we extend this framework to a multimodal setting, i.e., images and text. In this paper, we present AIMV2, a family of generalist vision encode…

2025

Simple ReFlow: Improved Techniques for Fast Flow Models

ICLR 2025poster

Diffusion and flow-matching models achieve remarkable generative performance but at the cost of many neural function evaluations (NFE), which slows inference and limits applicability to time-critical tasks. The ReFlow procedure can accelerate sampling by straightening generation trajectories. But it…

Cited by 5SourcePDFScholar
2024

Careful with that Scalpel: Improving Gradient Surgery with an EMA

ICML 2024poster

Beyond minimizing a single training loss, many deep learning estimation pipelines rely on an auxiliary objective to quantify and encourage desirable properties of the model (e.g. performance on another dataset, robustness, agreement with a prior). Although the simplest approach to incorporating an a…

Cited by 0SourcePDFScholar
2024

Contrasting Multiple Representations with the Multi-Marginal Matching Gap

ICML 2024oral

Learning meaningful representations of complex objects that can be seen through multiple ($k\geq 3$) views or modalities is a core task in machine learning. Existing methods use losses originally intended for paired views, and extend them to $k$ views, either by instantiating $\tfrac12k(k-1)$ loss-p…

Cited by 4SourcePDFScholar
2024

Learning Elastic Costs to Shape Monge Displacements

NeurIPS 2024poster

Given a source and a target probability measure, the Monge problem studies efficient ways to map the former onto the latter. This efficiency is quantified by defining a *cost* function between source and target data. Such a cost is often set by default in the machine learning literature to the squa…

Cited by 3SourcePDFScholar
2024

Progressive Entropic Optimal Transport Solvers

NeurIPS 2024poster

Optimal transport (OT) has profoundly impacted machine learning by providing theoretical and computational tools to realign datasets. In this context, given two large point clouds of sizes $n$ and $m$ in $\mathbb{R}^d$, entropic OT (EOT) solvers have emerged as the most reliable tool to either solve…

Cited by 4SourcePDFScholar
2024

Scalable Pre-training of Large Autoregressive Image Models

ICML 2024poster

This paper introduces AIM, a collection of vision models pre-trained with an autoregressive objective. These models are inspired by their textual counterparts, i.e., Large Language Models (LLMs), and exhibit similar scaling properties. Specifically, we highlight two key findings: (1) the performance…

2023

Monge, Bregman and Occam: Interpretable Optimal Transport in High-Dimensions with Feature-Sparse Maps

ICML 2023poster

Optimal transport (OT) theory focuses, among all maps $T:\mathbb{R}^d\rightarrow \mathbb{R}^d$ that can morph a probability measure $\mu$ onto another $\nu$, on those that are the ``thriftiest'', i.e. such that the average cost $c(x, T(x))$ between $x$ and its image $T(x)$ is as small as possible. M…

Cited by 19SourcePDFScholar
2023

Predicting Ordinary Differential Equations with Transformers

ICML 2023poster

We develop a transformer-based sequence-to-sequence model that recovers scalar ordinary differential equations (ODEs) in symbolic form from irregularly sampled and noisy observations of a single solution trajectory. We demonstrate in extensive empirical evaluations that our model performs better or…

Cited by 16SourcePDFScholar