← Search

Roman Bachmann

11 accepted papers

2026

(1D) Ordered Tokens Enable Efficient Test-Time Search

ICML 2026poster

Tokenization is a key component of autoregressive generative models, converting raw data into more manageable units for modeling. Commonly, tokens describe local information, such as regions of pixels in images or word pieces in text, and autoregressive generation commonly predicts these tokens in a…

Cited by 0SourceScholar
2026

How Well Does GPT-4o Understand Vision? Evaluating Multimodal Foundation Models on Standard Computer Vision Tasks

ICLR 2026poster

Multimodal foundation models, such as GPT-4o, have recently made remarkable progress, but it is not clear where exactly these models stand in terms of understanding vision. In this paper, we benchmark the performance of popular multimodal foundation models (GPT-4o, o4-mini, Gemini 1.5 Pro and Gemini…

Cited by 0SourceScholar
2026

MODUS: Decoder-only Any-to-Any Modeling of Diverse Modalities

ICML 2026poster

Any-to-any modeling aims to flexibly relate arbitrary modalities within a single system, a requirement that arises across multimodal learning and scientific domains such as ecology and astronomy. However, existing any-to-any approaches are typically trained from scratch using encoder–decoder or diff…

Cited by 0SourceScholar
2026

VideoFlexTok: Flexible-Length Coarse-to-Fine Video Tokenization

ICML 2026spotlight

Visual tokenizers map high-dimensional raw pixels into a compressed representation for downstream modeling, e.g., conditional video generation. Beyond compression, tokenizers define what information is preserved and how it is organized. A _de facto_ standard approach is to represent a video with a s…

Cited by 3SourceScholar
2025

FlexTok: Resampling Images into 1D Token Sequences of Flexible Length

ICML 2025poster

We introduce FlexTok, a tokenizer that projects 2D images into variable-length, ordered 1D token sequences. For example, a 256x256 image can be resampled into anywhere from 1 to 256 discrete tokens, hierarchically and semantically compressing its information. By training a rectified flow model as th…

Cited by 1SourcePDFScholar
2024

4M-21: An Any-to-Any Vision Model for Tens of Tasks and Modalities

NeurIPS 2024poster

Current multimodal and multitask foundation models, like 4M or UnifiedIO, show promising results. However, their out-of-the-box abilities to accept diverse inputs and perform diverse tasks are limited by the (usually small) number of modalities and tasks they are trained on. In this paper, we develo…

Cited by 23SourcePDFScholar
2024

ViPer: Visual Personalization of Generative Models via Individual Preference Learning

ECCV 2024poster

"Different users find different images generated for the same prompt desirable. This gives rise to personalized image generation which involves creating images aligned with an individual’s visual preference. Current generative models are, however, tuned to produce outputs that appeal to a broad audi…

Cited by 1SourcePDFScholar
2023

4M: Massively Multimodal Masked Modeling

NeurIPS 2023spotlight

Current machine learning models for vision are often highly specialized and limited to a single modality and task. In contrast, recent large language models exhibit a wide range of capabilities, hinting at a possibility for similarly versatile models in computer vision. In this paper, we take a step…

2022

MultiMAE: Multi-modal Multi-task Masked Autoencoders

ECCV 2022poster

"We propose a pre-training strategy called Multi-modal Multi-task Masked Autoencoders (MultiMAE). It differs from standard Masked Autoencoding in two key aspects: I) it can ‘optionally’ accept additional modalities of information in the input besides the RGB image (hence “multi-modal""""), and II) i…

2020

Training Binary Neural Networks using the Bayesian Learning Rule

ICML 2020poster

Neural networks with binary weights are computation-efficient and hardware-friendly, but their training is challenging because it involves a discrete optimization problem. Surprisingly, ignoring the discrete nature of the problem and using gradient-based methods, such as the Straight-Through Estimat…