← Search

Robert Geirhos

19 accepted papers

2025

AI-Generated Video Detection via Perceptual Straightening

NeurIPS 2025poster

The rapid advancement of generative AI enables highly realistic synthetic video, posing significant challenges for content authentication and raising urgent concerns about misuse. Existing detection methods often struggle with generalization and capturing subtle temporal inconsistencies. We propose…

Cited by 0SourceScholar
2025

Can We Talk Models Into Seeing the World Differently?

ICLR 2025poster

Unlike traditional vision-only models, vision language models (VLMs) offer an intuitive way to access visual content through language prompting by combining a large language model (LLM) with a vision encoder. However, both the LLM and the vision encoder come with their own set of biases, cue prefere…

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

Learning Visual Composition through Improved Semantic Guidance

CVPR 2025poster

Visual imagery does not consist of solitary objects, but in-stead reflects the composition of a multitude of fluid con-cepts. While there have been great advances in visual repre-sentation learning, such advances have focused on buildingbetter representations for a small number of discrete objectsbe…

Cited by 0SourcePDFScholar
2025

Towards flexible perception with visual memory

ICML 2025poster

Training a neural network is a monolithic endeavor, akin to carving knowledge into stone: once the process is completed, editing the knowledge in a network is nearly impossible, since all information is distributed across the network's weights. We here explore a simple, compelling alternative by mar…

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…

2023

Patch n’ Pack: NaViT, a Vision Transformer for any Aspect Ratio and Resolution

NeurIPS 2023poster

The ubiquitous and demonstrably suboptimal choice of resizing images to a fixed resolution before processing them with computer vision models has not yet been successfully challenged. However, models such as the Vision Transformer (ViT) offer flexible sequence-based modeling, and hence varying input…

Cited by 108SourcePDFScholar
2023

Scaling Vision Transformers to 22 Billion Parameters

ICML 2023oral

The scaling of Transformers has driven breakthrough capabilities for language models. At present, the largest large language models (LLMs) contain upwards of 100B parameters. Vision Transformers (ViT) have introduced the same architecture to image and video modelling, but these have not yet been suc…

Cited by 650SourcePDFScholar
2022

Beyond neural scaling laws: beating power law scaling via data pruning

NeurIPS 2022accept

Widely observed neural scaling laws, in which error falls off as a power of the training set size, model size, or both, have driven substantial performance improvements in deep learning. However, these improvements through scaling alone require considerable costs in compute and energy. Here we focus…

2022

Trivial or Impossible --- dichotomous data difficulty masks model differences (on ImageNet and beyond)

ICLR 2022poster

"The power of a generalization system follows directly from its biases" (Mitchell 1980). Today, CNNs are incredibly powerful generalisation systems---but to what degree have we understood how their inductive bias influences model decisions? We here attempt to disentangle the various aspects that det…

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

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.…

2020

Beyond accuracy: quantifying trial-by-trial behaviour of CNNs and humans by measuring error consistency

NeurIPS 2020poster

A central problem in cognitive science and behavioural neuroscience as well as in machine learning and artificial intelligence research is to ascertain whether two or more decision makers---be they brains or algorithms---use the same strategy. Accuracy alone cannot distinguish between strategies: tw…

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…

2018

Generalisation in humans and deep neural networks

NeurIPS 2018poster

We compare the robustness of humans and current convolutional deep neural networks (DNNs) on object recognition under twelve different types of image degradations. First, using three well known DNNs (ResNet-152, VGG-19, GoogLeNet) we find the human visual system to be more robust to nearly all of th…