← Search

Karsten Roth

24 accepted papers

2026

Dissecting Multimodal In-Context Learning: Modality Asymmetries and Circuit Dynamics in modern Transformers

ICML 2026spotlight

Transformer-based multimodal large language models often exhibit in-context learning (ICL) capabilities. Motivated by this phenomenon, we ask: how do transformers learn to associate information across modalities from in-context examples? We investigate this through controlled experiments on small tr…

Cited by 1SourceScholar
2025

Context-Aware Multimodal Pretraining

CVPR 2025highlight

Large-scale multimodal representation learning successfully optimizes for zero-shot transfer at test time. Yet the standard pretraining paradigm (contrastive learning on large amounts of image-text data) does not explicitly encourage representations to support few-shot adaptation. In this work, we p…

2025

Disentangled Representation Learning with the Gromov-Monge Gap

ICLR 2025poster

Learning disentangled representations from unlabelled data is a fundamental challenge in machine learning. Solving it may unlock other problems, such as generalization, interpretability, or fairness. Although remarkably challenging to solve in theory, disentanglement is often achieved in practice th…

Cited by 0SourcePDFScholar
2025

How to Merge Your Multimodal Models Over Time?

CVPR 2025poster

Model merging combines expert models---each finetuned from a shared foundation model on diverse tasks and domains---into a single, more capable base model. However, existing model merging approaches assume all experts to be available simultaneously. In reality, new tasks and domains emerge continuou…

2025

WikiBigEdit: Understanding the Limits of Lifelong Knowledge Editing in LLMs

ICML 2025poster

Keeping large language models factually up-to-date is crucial for deployment, yet costly retraining remains a challenge. Knowledge editing offers a promising alternative, but methods are only tested on small-scale or synthetic edit benchmarks. In this work, we aim to bridge research into lifelong kn…

Cited by 0SourcePDFScholar
2024

A Practitioner's Guide to Real-World Continual Multimodal Pretraining

NeurIPS 2024poster

Multimodal foundation models serve numerous applications at the intersection of vision and language. Still, despite being pretrained on extensive data, they become outdated over time. To keep models updated, research into continual pretraining mainly explores scenarios with either (1) infrequent, in…

2024

ETHER: Efficient Finetuning of Large-Scale Models with Hyperplane Reflections

ICML 2024poster

Parameter-efficient finetuning (PEFT) has become ubiquitous to adapt foundation models to downstream task requirements while retaining their generalization ability. However, the amount of additionally introduced parameters and compute for successful adaptation and hyperparameter searches can explode…

2024

Fantastic Gains and Where to Find Them: On the Existence and Prospect of General Knowledge Transfer between Any Pretrained Model

ICLR 2024spotlight

Training deep networks requires various design decisions regarding for instance their architecture, data augmentation, or optimization. In this work, we find these training variations to result in networks learning unique feature sets from the data. Using public model libraries comprising thousands…

2024

Improving Intervention Efficacy via Concept Realignment in Concept Bottleneck Models

ECCV 2024poster

"Concept Bottleneck Models (CBMs) ground image classification on human-understandable concepts to allow for interpretable model decisions as well as human interventions, in which expert users can modify misaligned concept choices to interpretably influence the decision of the model. However, existin…

2024

ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization

NeurIPS 2024poster

Text-to-Image (T2I) models have made significant advancements in recent years, but they still struggle to accurately capture intricate details specified in complex compositional prompts. While fine-tuning T2I models with reward objectives has shown promise, it suffers from "reward hacking" and may n…

2024

Vision-by-Language for Training-Free Compositional Image Retrieval

ICLR 2024poster

Given an image and a target modification (e.g an image of the Eiffel tower and the text “without people and at night-time”), Compositional Image Retrieval (CIR) aims to retrieve the relevant target image in a database. While supervised approaches rely on annotating triplets that is costly (i.e. quer…

2023

Disentanglement of Correlated Factors via Hausdorff Factorized Support

ICLR 2023poster

A grand goal in deep learning research is to learn representations capable of generalizing across distribution shifts. Disentanglement is one promising direction aimed at aligning a model's representation with the underlying factors generating the data (e.g. color or background). Existing disentangl…

2023

Waffling Around for Performance: Visual Classification with Random Words and Broad Concepts

ICCV 2023poster

The visual classification performance of vision-language models such as CLIP has been shown to benefit from additional semantic knowledge from large language models (LLMs) such as GPT-3. In particular, averaging over LLM-generated class descriptors, e.g. "waffle, which has a round shape", can notabl…

Cited by 86PDFcodeScholar
2022

A Non-Isotropic Probabilistic Take On Proxy-Based Deep Metric Learning

ECCV 2022poster

"Proxy-based Deep Metric Learning (DML) learns deep metric spaces by embedding images and class representatives (proxies) close to one another during training, as commonly measured by the angle between them. However, this disregards the embedding norm, which can carry additional beneficial context s…

2022

Is Fairness Only Metric Deep? Evaluating and Addressing Subgroup Gaps in Deep Metric Learning

ICLR 2022poster

Deep metric learning (DML) enables learning with less supervision through its emphasis on the similarity structure of representations. There has been much work on improving generalization of DML in settings like zero-shot retrieval, but little is known about its implications for fairness. In this p…

Cited by 17SourcePDFScholar
2022

Towards Total Recall in Industrial Anomaly Detection

CVPR 2022poster

Being able to spot defective parts is a critical component in large-scale industrial manufacturing. A particular challenge that we address in this work is the cold-start problem: fit a model using nominal (non-defective) example images only. While handcrafted solutions per class are possible, the go…

Cited by 1227PDFcodeScholar
2021

Characterizing Generalization under Out-Of-Distribution Shifts in Deep Metric Learning

NeurIPS 2021poster

Deep Metric Learning (DML) aims to find representations suitable for zero-shot transfer to a priori unknown test distributions. However, common evaluation protocols only test a single, fixed data split in which train and test classes are assigned randomly. More realistic evaluations should consider…

Cited by 27SourcePDFScholar
2021

Simultaneous Similarity-based Self-Distillation for Deep Metric Learning

ICML 2021spotlight

Deep Metric Learning (DML) provides a crucial tool for visual similarity and zero-shot retrieval applications by learning generalizing embedding spaces, although recent work in DML has shown strong performance saturation across training objectives. However, generalization capacity is known to scale…

Cited by 54SourcePDFScholar
2020

DiVA: Diverse Visual Feature Aggregation for Deep Metric Learning

ECCV 2020poster

Visual Similarity plays an important role in many computer vision applications. Deep metric learning (DML) is a powerful framework for learning such similarities which not only generalize from training data to identically distributed test distributions, but in particular also translate to unknown te…

2020

Revisiting Training Strategies and Generalization Performance in Deep Metric Learning

ICML 2020poster

Deep Metric Learning (DML) is arguably one of the most influential lines of research for learning visual similarities with many proposed approaches every year. Although the field benefits from the rapid progress, the divergence in training protocols, architectures, and parameter choices make an unbi…