← Search

Evan Shelhamer

20 accepted papers

2026

OlmoEarth: Stable Latent Image Modeling for Multimodal Earth Observation

CVPR 2026

Earth observation data presents a unique challenge: it is spatial like images, sequential like video or text, and highly multimodal. We present Helios: a multimodal, spatio-temporal foundation model that employs a novel self-supervised learning formulation, masking strategy, and loss all designed fo

Cited by 0SourcecodeScholar
2026

Private and Stable Test-time Adaptation with Differential Privacy

ICML 2026poster

Test-time adaptation (TTA) can reduce error on new and different data by updating the model on these inputs during inference. However, these updates raise the issue of privacy w.r.t. the testing data, because the model parameters now depend on all past inputs. To control this privacy risk, we cast m…

Cited by 0SourceScholar
2026

Thicker and Quicker: The Jumbo Token for Fast Plain Vision Transformers

ICLR 2026poster

ViTs are general and accurate, and address many tasks, but ViTs are slow, and are not always practical when efficiency is key. Existing methods for faster ViTs design hybrid non-ViT architectures, losing generality, or shrink their tokens, sacrificing accuracy. While many non-ViT architectures are b…

Cited by 3SourcecodeScholar
2025

Galileo: Learning Global & Local Features of Many Remote Sensing Modalities

ICML 2025poster

We introduce a highly multimodal transformer to represent many remote sensing modalities - multispectral optical, synthetic aperture radar, elevation, weather, pseudo-labels, and more - across space and time. These inputs are useful for diverse remote sensing tasks, such as crop mapping and flood de…

Cited by 0SourcePDFScholar
2025

LookWhere? Efficient Visual Recognition by Learning Where to Look and What to See from Self-Supervision

NeurIPS 2025poster

Vision transformers are ever larger, more accurate, and more expensive to compute. At high resolution, the expense is even more extreme as the number of tokens grows quadratically in the image size. We turn to adaptive computation to cope with this cost by learning to predict where to compute. Our…

Cited by 0SourceScholar
2025

ReservoirTTA: Prolonged Test-time Adaptation for Evolving and Recurring Domains

NeurIPS 2025poster

This paper introduces **ReservoirTTA**, a novel plug–in framework designed for prolonged test–time adaptation (TTA) in scenarios where the test domain continuously shifts over time, including cases where domains recur or evolve gradually. At its core, ReservoirTTA maintains a reservoir of domain-spe…

Cited by 0SourcecodeScholar
2024

Adaptive Randomized Smoothing: Certified Adversarial Robustness for Multi-Step Defences

NeurIPS 2024spotlight

We propose Adaptive Randomized Smoothing (ARS) to certify the predictions of our test-time adaptive models against adversarial examples. ARS extends the analysis of randomized smoothing using $f$-Differential Privacy to certify the adaptive composition of multiple steps. For the first time, our theo…

2023

Back to the Source: Diffusion-Driven Adaptation To Test-Time Corruption

CVPR 2023poster

Test-time adaptation harnesses test inputs to improve the accuracy of a model trained on source data when tested on shifted target data. Most methods update the source model by (re-)training on each target domain. While re-training can help, it is sensitive to the amount and order of the data and th…

Cited by 121SourcePDFScholar
2023

Seasoning Model Soups for Robustness to Adversarial and Natural Distribution Shifts

CVPR 2023poster

Adversarial training is widely used to make classifiers robust to a specific threat or adversary, such as l_p-norm bounded perturbations of a given p-norm. However, existing methods for training classifiers robust to multiple threats require knowledge of all attacks during training and remain vulner…

Cited by 21SourcePDFScholar
2022

Anytime Dense Prediction with Confidence Adaptivity

ICLR 2022poster

Anytime inference requires a model to make a progression of predictions which might be halted at any time. Prior research on anytime visual recognition has mostly focused on image classification.We propose the first unified and end-to-end approach for anytime dense prediction. A cascade of "exits" i…

2022

Evaluating the Adversarial Robustness of Adaptive Test-time Defenses

ICML 2022spotlight

Adaptive defenses, which optimize at test time, promise to improve adversarial robustness. We categorize such adaptive test-time defenses, explain their potential benefits and drawbacks, and evaluate a representative variety of the latest adaptive defenses for image classification. Unfortunately, no…

2022

Object Discovery and Representation Networks

ECCV 2022poster

"The promise of self-supervised learning (SSL) is to leverage large amounts of unlabeled data to solve complex tasks. While there has been excellent progress with simple, image-level learning, recent methods have shown the advantage of including knowledge of image structure. However, by introducing…

Cited by 105SourcePDFScholar
2022

Perceiver IO: A General Architecture for Structured Inputs & Outputs

ICLR 2022spotlight

A central goal of machine learning is the development of systems that can solve many problems in as many data domains as possible. Current architectures, however, cannot be applied beyond a small set of stereotyped settings, as they bake in domain & task assumptions or scale poorly to large inputs o…

2021

Tent: Fully Test-Time Adaptation by Entropy Minimization

ICLR 2021spotlight

A model must adapt itself to generalize to new and different data during testing. In this setting of fully test-time adaptation the model has only the test data and its own parameters. We propose to adapt by test entropy minimization (tent): we optimize the model for confidence as measured by the en…

2018

Zero-Shot Visual Imitation

ICLR 2018oral

The current dominant paradigm for imitation learning relies on strong supervision of expert actions to learn both 'what' and 'how' to imitate. We pursue an alternative paradigm wherein an agent first explores the world without any expert supervision and then distills its experience into a goal-condi…