← Search

Philipp Kraehenbuehl

15 accepted papers

2026

Entropy-preserving reinforcement learning

ICLR 2026poster

Policy gradient algorithms have been a driver of much recent advancement in language model reasoning. One of their most appealing properties is the ability to learn from exploration on their own trajectories, a process crucial for discovering diverse approaches and fostering creative solutions. As w…

Cited by 0SourceScholar
2026

Spherical Leech Quantization for Visual Tokenization and Generation

CVPR 2026

Lookup-free quantization has received much attention due to its efficiency on parameters and scalability to a large codebook. In this paper, we present a unified formulation of different non-parametric quantization methods through the lens of lattice coding. The geometry of lattice codes explains th

Cited by 0SourcecodeScholar
2026

Triangle Multiplication is All You Need for Biomolecular Structure Representations

ICLR 2026poster

AlphaFold has transformed protein structure prediction, but emerging applications such as virtual ligand screening, proteome-wide folding, and de novo binder design demand predictions at a massive scale, where runtime and memory costs become prohibitive. A major bottleneck lies in the Pairformer bac…

Cited by 0SourcecodeScholar
2025

Cut Your Losses in Large-Vocabulary Language Models

ICLR 2025oral

As language models grow ever larger, so do their vocabularies. This has shifted the memory footprint of LLMs during training disproportionately to one single layer: the cross-entropy in the loss computation. Cross-entropy builds up a logit matrix with entries for each pair of input tokens and vocabu…

2025

Distilling Structural Representations into Protein Sequence Models

ICLR 2025poster

Protein language (or sequence) models, like the popular ESM2, are now widely used tools for extracting evolution-based protein representations and have achieved significant success on core downstream biological tasks. A major open problem is how to obtain representations that best capture both the s…

Cited by 1SourcePDFScholar
2025

Does Spatial Cognition Emerge in Frontier Models?

ICLR 2025poster

Not yet. We present SPACE, a benchmark that systematically evaluates spatial cognition in frontier models. Our benchmark builds on decades of research in cognitive science. It evaluates large-scale mapping abilities that are brought to bear when an organism traverses physical environments, smaller-s…

2025

Image and Video Tokenization with Binary Spherical Quantization

ICLR 2025poster

We propose a new transformer-based image and video tokenizer with Binary Spherical Quantization (BSQ). BSQ projects the high-dimensional visual embedding to a lower-dimensional hypersphere and then applies binary quantization. BSQ is (1) parameter-efficient without an explicit codebook, (2) scalable…

2025

Language-Image Models with 3D Understanding

ICLR 2025poster

Multi-modal large language models (MLLMs) have shown incredible capabilities in a variety of 2D vision and language tasks. We extend MLLMs’ perceptual capabilities to ground and reason about images in 3-dimensional space. To that end, we first develop a large-scale pretraining dataset for 2D and 3D…

Cited by 15SourcePDFScholar
2025

PerceptionLM: Open-Access Data and Models for Detailed Visual Understanding

NeurIPS 2025spotlight

Vision-language models are integral to computer vision research, yet many high-performing models remain closed-source, obscuring their data, design and training recipe. The research community has responded by using distillation from black-box models to label training data, achieving strong benchmark…

Cited by 0SourcecodeScholar
2025

Robust Autonomy Emerges from Self-Play

ICML 2025poster

Self-play has powered breakthroughs in two-player and multi-player games. Here we show that self-play is a surprisingly effective strategy in another domain. We show that robust and naturalistic driving emerges entirely from self-play in simulation at unprecedented scale -- 1.6 billion km of driving…

Cited by 4SourcePDFScholar
2023

Language Conditioned Traffic Generation

CoRL 2023poster

Simulation forms the backbone of modern self-driving development. Simulators help develop, test, and improve driving systems without putting humans, vehicles, or their environment at risk. However, simulators face a major challenge: They rely on realistic, scalable, yet interesting content. While re…

Cited by 63SourcecodeScholar
2023

Predicting a Protein's Stability under a Million Mutations

NeurIPS 2023poster

Stabilizing proteins is a foundational step in protein engineering. However, the evolutionary pressure of all extant proteins makes identifying the scarce number of mutations that will improve thermodynamic stability challenging. Deep learning has recently emerged as a powerful tool for identifying…

2021

Memory Optimization for Deep Networks

ICLR 2021spotlight

Deep learning is slowly, but steadily, hitting a memory bottleneck. While the tensor computation in top-of-the-line GPUs increased by $32\times$ over the last five years, the total available memory only grew by $2.5\times$. This prevents researchers from exploring larger architectures, as training l…