← Search

Wieland Brendel

44 accepted papers

2026

Generation is Required for Data-Efficient Perception

ICML 2026poster

It has been hypothesized that human-level visual perception requires a generative approach in which internal representations result from inverting a decoder. Yet today’s most successful vision models are non-generative, relying on an encoder that maps images to representations without decoder invers…

Cited by 0SourceScholar
2026

Low-Pass Filtering Improves Behavioral Alignment of Vision Models

ICLR 2026poster

Despite their impressive performance on computer vision benchmarks, Deep Neural Networks (DNNs) still fall short of adequately modeling human visual behavior, as measured by error consistency and shape bias. Recent work hypothesized that behavioral alignment can be drastically improved through gener…

Cited by 0SourceScholar
2026

MATH-Beyond: A Benchmark for RL to Expand Beyond the Base Model

ICLR 2026poster

With the advent of DeepSeek-R1, a new wave of reinforcement learning (RL) methods has emerged that seem to unlock stronger mathematical reasoning. However, a closer look at the open-source ecosystem reveals a critical limitation: with sufficiently many draws (e.g., $\texttt{pass@1024}$), existing ba…

Cited by 0SourceScholar
2026

MentisOculi: Revealing the Limits of Reasoning with Mental Imagery

ICML 2026poster

Frontier models are transitioning from _multimodal large language models_ (MLLMs) that merely ingest visual information to _unified multimodal models_ (UMMs) capable of native interleaved generation. This shift has sparked interest in using intermediate visualizations as a reasoning aid, akin to hum…

Cited by 0SourceScholar
2026

Position: Causality is Key for Interpretability Claims to Generalise

ICML 2026poster

Interpretability research on large language models (LLMs) has produced methods that align model components to high-level concepts, yet their use has been accompanied by recurring failures: findings that do not generalise, and causal language that outruns the evidence. Our position is that Pearl’s ca…

Cited by 0SourceScholar
2026

Skill Learning via Policy Diversity Yields Identifiable Representations for Reinforcement Learning

ICLR 2026poster

Self-supervised feature learning and pretraining methods in reinforcement learning (RL) often rely on information-theoretic principles, termed mutual information skill learning (MISL). These methods aim to learn a representation of the environment while also incentivizing exploration thereof. Howeve…

Cited by 0SourceScholar
2025

Cross-Entropy Is All You Need To Invert the Data Generating Process

ICLR 2025oral

Supervised learning has become a cornerstone of modern machine learning, yet a comprehensive theory explaining its effectiveness remains elusive. Empirical phenomena, such as neural analogy-making and the linear representation hypothesis, suggest that supervised models can learn interpretable factor…

Cited by 2SourcePDFScholar
2025

Identifiable Exchangeable Mechanisms for Causal Structure and Representation Learning

ICLR 2025spotlight

Identifying latent representations or causal structures is important for good generalization and downstream task performance. However, both fields developed rather independently. We observe that several structure and representation identifiability methods, particularly those that require multiple en…

Cited by 3SourcePDFScholar
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

Interaction Asymmetry: A General Principle for Learning Composable Abstractions

ICLR 2025poster

Learning disentangled representations of concepts and re-composing them in unseen ways is crucial for generalizing to out-of-domain situations. However, the underlying properties of concepts that enable such disentanglement and compositional generalization remain poorly understood. In this work, we…

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
2025

LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

ICML 2025poster

Scaling laws guide the development of large language models (LLMs) by offering estimates for the optimal balance of model size, tokens, and compute. More recently, loss-to-loss scaling laws that relate losses across pretraining datasets and downstream tasks have emerged as a powerful tool for unders…

Cited by 0SourcePDFScholar
2025

Position: An Empirically Grounded Identifiability Theory Will Accelerate Self Supervised Learning Research

ICML 2025poster

Self-Supervised Learning (SSL) powers many current AI systems. As research interest and investment grow, the SSL design space continues to expand. The Platonic view of SSL, following the Platonic Representation Hypothesis (PRH), suggests that despite different methods and engineering approaches, all…

Cited by 0SourcePDFScholar
2025

Quantifying Uncertainty in Error Consistency: Towards Reliable Behavioral Comparison of Classifiers

NeurIPS 2025poster

Benchmarking models is a key factor for the rapid progress in machine learning (ML) research. Thus, further progress depends on improving benchmarking metrics. A standard metric to measure the behavioral alignment between ML models and human observers is error consistency (EC). EC allows for more fi…

Cited by 0SourceScholar
2025

VGGSounder: Audio-Visual Evaluations for Foundation Models

ICCV 2025poster

Designing effective foundation models requires high-quality evaluation datasets. With the emergence of audio-visual foundation models, reliable assessment of their multi-modal understanding is essential. The current gold standard for evaluating audio-visual understanding is the popular classificatio…

Cited by 0SourcePDFScholar
2024

Does CLIP’s generalization performance mainly stem from high train-test similarity?

ICLR 2024poster

Foundation models like CLIP are trained on hundreds of millions of samples and effortlessly generalize to new tasks and inputs. Out of the box, CLIP shows stellar zero-shot and few-shot capabilities on a wide range of out-of-distribution (OOD) benchmarks, which prior works attribute mainly to today'…

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

Effective pruning of web-scale datasets based on complexity of concept clusters

ICLR 2024poster

Utilizing massive web-scale datasets has led to unprecedented performance gains in machine learning models, but also imposes outlandish compute requirements for their training. In order to improve training and data efficiency, we here push the limits of pruning large-scale multimodal datasets for tr…

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
2024

Position: Understanding LLMs Requires More Than Statistical Generalization

ICML 2024spotlight

The last decade has seen blossoming research in deep learning theory attempting to answer, ``Why does deep learning generalize?" A powerful shift in perspective precipitated this progress: the study of overparametrized models in the interpolation regime. In this paper, we argue that another perspect…

2024

Provable Compositional Generalization for Object-Centric Learning

ICLR 2024oral

Learning representations that generalize to novel compositions of known concepts is crucial for bridging the gap between human and machine perception. One prominent effort is learning object-centric representations, which are widely conjectured to enable compositional generalization. Yet, it remains…

2024

Rule Extrapolation in Language Modeling: A Study of Compositional Generalization on OOD Prompts

NeurIPS 2024spotlight

LLMs show remarkable emergent abilities, such as inferring concepts from presumably out-of-distribution prompts, known as in-context learning. Though this success is often attributed to the Transformer architecture, our systematic understanding is limited. In complex real-world data sets, even defin…

Cited by 2SourcePDFScholar
2023

Compositional Generalization from First Principles

NeurIPS 2023poster

Leveraging the compositional nature of our world to expedite learning and facilitate generalization is a hallmark of human perception. In machine learning, on the other hand, achieving compositional generalization has proven to be an elusive goal, even for models with explicit compositional priors.…

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

Embrace the Gap: VAEs Perform Independent Mechanism Analysis

NeurIPS 2022accept

Variational autoencoders (VAEs) are a popular framework for modeling complex data distributions; they can be efficiently trained via variational inference by maximizing the evidence lower bound (ELBO), at the expense of a gap to the exact (log-)marginal likelihood. While VAEs are commonly used for r…

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
2022

Visual Representation Learning Does Not Generalize Strongly Within the Same Domain

ICLR 2022poster

An important component for generalization in machine learning is to uncover underlying latent factors of variation as well as the mechanism through which each factor acts in the world. In this paper, we test whether 17 unsupervised, weakly supervised, and fully supervised representation learning app…

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…

2021

Exemplary Natural Images Explain CNN Activations Better than State-of-the-Art Feature Visualization

ICLR 2021poster

Feature visualizations such as synthetic maximally activating images are a widely used explanation method to better understand the information processing of convolutional neural networks (CNNs). At the same time, there are concerns that these visualizations might not accurately represent CNNs' inner…

2021

Fast Minimum-norm Adversarial Attacks through Adaptive Norm Constraints

NeurIPS 2021poster

Evaluating adversarial robustness amounts to finding the minimum perturbation needed to have an input sample misclassified. The inherent complexity of the underlying optimization requires current gradient-based attacks to be carefully tuned, initialized, and possibly executed for many computational…

2021

How Well do Feature Visualizations Support Causal Understanding of CNN Activations?

NeurIPS 2021spotlight

A precise understanding of why units in an artificial network respond to certain stimuli would constitute a big step towards explainable artificial intelligence. One widely used approach towards this goal is to visualize unit responses via activation maximization. These feature visualizations are pu…

2021

Partial success in closing the gap between human and machine vision

NeurIPS 2021oral

A few years ago, the first CNN surpassed human performance on ImageNet. However, it soon became clear that machines lack robustness on more challenging test cases, a major obstacle towards deploying machines "in the wild" and towards obtaining better computational models of human visual perception.…

2021

Self-Supervised Learning with Data Augmentations Provably Isolates Content from Style

NeurIPS 2021poster

Self-supervised representation learning has shown remarkable success in a number of domains. A common practice is to perform data augmentation via hand-crafted transformations intended to leave the semantics of the data invariant. We seek to understand the empirical success of this approach from a t…

2021

Towards Nonlinear Disentanglement in Natural Data with Temporal Sparse Coding

ICLR 2021oral

Disentangling the underlying generative factors from complex data has so far been limited to carefully constructed scenarios. We propose a path towards natural data by first showing that the statistics of natural data provide enough structure to enable disentanglement, both theoretically and empiric…

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…

2020

Improving robustness against common corruptions by covariate shift adaptation

NeurIPS 2020poster

Today’s state-of-the-art machine vision models are vulnerable to image corruptions like blurring or compression artefacts, limiting their performance in many real-world applications. We here argue that popular benchmarks to measure model robustness against common corruptions (like ImageNet-C) undere…

2020

On Adaptive Attacks to Adversarial Example Defenses

NeurIPS 2020poster

Adaptive attacks have (rightfully) become the de facto standard for evaluating defenses to adversarial examples. We find, however, that typical adaptive evaluations are incomplete. We demonstrate that 13 defenses recently published at ICLR, ICML and NeurIPS---and which illustrate a diverse set of de…

2019

Accurate, reliable and fast robustness evaluation

NeurIPS 2019poster

Throughout the past five years, the susceptibility of neural networks to minimal adversarial perturbations has moved from a peculiar phenomenon to a core issue in Deep Learning. Despite much attention, however, progress towards more robust models is significantly impaired by the difficulty of evalua…

Cited by 148SourcePDFScholar
2019

Approximating CNNs with Bag-of-local-Features models works surprisingly well on ImageNet

ICLR 2019poster

Deep Neural Networks (DNNs) excel on many complex perceptual tasks but it has proven notoriously difficult to understand how they reach their decisions. We here introduce a high-performance DNN architecture on ImageNet whose decisions are considerably easier to explain. Our model, a simple variant o…

2019

ImageNet-trained CNNs are biased towards texture; increasing shape bias improves accuracy and robustness

ICLR 2019oral

Convolutional Neural Networks (CNNs) are commonly thought to recognise objects by learning increasingly complex representations of object shapes. Some recent studies suggest a more important role of image textures. We here put these conflicting hypotheses to a quantitative test by evaluating CNNs an…

2019

Learning from brains how to regularize machines

NeurIPS 2019poster

Despite impressive performance on numerous visual tasks, Convolutional Neural Networks (CNNs) --- unlike brains --- are often highly sensitive to small perturbations of their input, e.g. adversarial noise leading to erroneous decisions. We propose to regularize CNNs using large-scale neuroscience da…

Cited by 70SourcePDFScholar
2019

Towards the first adversarially robust neural network model on MNIST

ICLR 2019poster

Despite much effort, deep neural networks remain highly susceptible to tiny input perturbations and even for MNIST, one of the most common toy datasets in computer vision, no neural network model exists for which adversarial perturbations are large and make semantic sense to humans. We show that eve…

Cited by 439SourcePDFScholar