← Search

Roland S. Zimmermann

12 accepted papers

2026

Early Signs of Steganographic Capabilities in Frontier LLMs

ICLR 2026poster

Monitoring Large Language Model (LLM) outputs is crucial for mitigating risks from misuse and misalignment. However, LLMs could evade monitoring through steganography: Encoding hidden information within seemingly benign generations. In this paper, we evaluate the steganography capabilities in fronti…

Cited by 0SourcecodeScholar
2026

Exploration Hacking: LLMs Can Learn to Resist RL Training

ICML 2026poster

Reinforcement learning (RL) has become essential to the reasoning and alignment post-training of large language models (LLMs). However, successful RL relies on sufficient exploration of diverse actions by the model during training. We study whether RL is robust to *exploration hacking*, where a mode…

Cited by 0SourceScholar
2025

In Search of Forgotten Domain Generalization

ICLR 2025spotlight

Out-of-Domain (OOD) generalization is the ability of a model trained on one or more domains to generalize to unseen domains. In the ImageNet era of computer vision, evaluation sets for measuring a model's OOD performance were designed to be strictly OOD with respect to style. However, the emergence…

Cited by 4SourcePDFScholar
2025

InfoNCE: Identifying the Gap Between Theory and Practice

AISTATS 2025poster

Prior theory work on Contrastive Learning via the InfoNCE loss showed that, under certain assumptions, the learned representations recover the ground-truth latent factors. We argue that these theories overlook crucial aspects of how CL is deployed in practice. Specifically, they either assume equal…

Cited by 0SourceScholar
2025

LAION-C: An Out-of-Distribution Benchmark for Web-Scale Vision Models

ICML 2025poster

Out-of-distribution (OOD) robustness is a desired property of computer vision models. Improving model robustness requires high-quality signals from robustness benchmarks to quantify progress. While various benchmark datasets such as ImageNet-C were proposed in the ImageNet era, most ImageNet-C corru…

Cited by 0SourcePDFScholar
2024

Don't trust your eyes: on the (un)reliability of feature visualizations

ICML 2024poster

How do neural networks extract patterns from pixels? Feature visualizations attempt to answer this important question by visualizing highly activating patterns through optimization. Today, visualization methods form the foundation of our knowledge about the internal workings of neural networks, as a…

2024

Measuring Per-Unit Interpretability at Scale Without Humans

NeurIPS 2024poster

In today’s era, whatever we can measure at scale, we can optimize. So far, measuring the interpretability of units in deep neural networks (DNNs) for computer vision still requires direct human evaluation and is not scalable. As a result, the inner workings of DNNs remain a mystery despite the remar…

Cited by 1SourcePDFScholar
2023

Provably Learning Object-Centric Representations

ICML 2023oral

Learning structured representations of the visual world in terms of objects promises to significantly improve the generalization abilities of current machine learning models. While recent efforts to this end have shown promising empirical progress, a theoretical account of when unsupervised object-c…

Cited by 40SourcePDFScholar
2023

Scale Alone Does not Improve Mechanistic Interpretability in Vision Models

NeurIPS 2023spotlight

In light of the recent widespread adoption of AI systems, understanding the internal information processing of neural networks has become increasingly critical. Most recently, machine vision has seen remarkable progress by scaling neural networks to unprecedented levels in dataset and model size. We…

Cited by 16SourcePDFScholar
2022

Increasing Confidence in Adversarial Robustness Evaluations

NeurIPS 2022accept

Hundreds of defenses have been proposed to make deep neural networks robust against minimal (adversarial) input perturbations. However, only a handful of these defenses held up their claims because correctly evaluating robustness is extremely challenging: Weak attacks often fail to find adversarial…

Cited by 20SourcePDFScholar
2021

Contrastive Learning Inverts the Data Generating Process

ICML 2021spotlight

Contrastive learning has recently seen tremendous success in self-supervised learning. So far, however, it is largely unclear why the learned representations generalize so effectively to a large variety of downstream tasks. We here prove that feedforward models trained with objectives belonging to t…

2020

A Simple Way to Make Neural Networks Robust Against Diverse Image Corruptions

ECCV 2020poster

The human visual system is remarkably robust against a wide range of naturally occurring variations and corruptions like rain or snow. In contrast, the performance of modern image recognition models strongly degrades when evaluated on previously unseen corruptions. Here, we demonstrate that a simple…