← Search

Judy Hoffman

47 accepted papers

2026

EgoVerse: An Egocentric Human Dataset for Robot Learning from Around the World

RSS 2026poster

Robot learning increasingly depends on large and diverse data, yet robot data collection remains expensive and difficult to scale. Egocentric human data offer a promising alternative by capturing rich manipulation behavior across everyday environments. However, existing human datasets are often limi…

Cited by 0SourceScholar
2026

Emergence of Human to Robot Transfer in Vision-Language-Action Models

RSS 2026poster

Vision-language-action (VLA) models can enable broad open world generalization, but require large and diverse datasets. It is appealing to consider whether some of this data can come from human videos, which cover diverse real-world situations and are easy to obtain. However, it is difficult to trai…

Cited by 0SourceScholar
2026

Forecasting 3D Scanpaths in Egocentric Video

CVPR 2026

Forecasting gaze behavior is an important task for understanding user intent and creating AR/VR systems that can anticipate where users will look and interact next. While prior works have addressed predicting scanpaths in static images, forecasting gaze in egocentric videos presents new challenges d

Cited by 0SourcecodeScholar
2025

Contrastive Flow Matching

ICCV 2025poster

Unconditional flow matching trains diffusion models to transport samples from a source distribution to a target distribution by enforcing that the flows between sample pairs are unique. However, in conditional settings (e.g., class-conditioned models), this uniqueness is no longer guaranteed--flows…

2025

EgoBridge: Domain Adaptation for Generalizable Imitation from Egocentric Human Data

NeurIPS 2025poster

Egocentric human experience data presents a vast resource for scaling up end-to-end imitation learning for robotic manipulation. However, significant domain gaps in visual appearance, sensor modalities, and kinematics between human and robot impede knowledge transfer. This paper presents EgoBridge,…

Cited by 0SourcecodeScholar
2025

EgoMimic: Scaling Imitation Learning via Egocentric Video

ICRA 2025

The scale and diversity of demonstration data required for imitation learning is a significant challenge. We present EgoMimic, a full-stack framework which scales manipulation via human embodiment data, specifically egocentric human videos paired with 3D hand tracking. EgoMimic achieves this through

Cited by 136SourcecodeScholar
2025

Gaze-LLE: Gaze Target Estimation via Large-Scale Learned Encoders

CVPR 2025highlight

We address the problem of gaze target estimation, which aims to predict where a person is looking in a scene. Predicting a person's gaze target requires reasoning both about the person's appearance and the contents of the scene. Prior works have developed increasingly complex, hand-crafted pipelines…

2025

Improving Personalized Search with Regularized Low-Rank Parameter Updates

CVPR 2025highlight

Personalized vision-language retrieval seeks to recognize new concepts (e.g. "my dog Fido") from only a few examples. This task is challenging because it requires not only learning a new concept from a few images, but also integrating the personal and general knowledge together to recognize the conc…

2025

Model merging with SVD to tie the Knots

ICLR 2025poster

Recent model merging methods demonstrate that the parameters of fully-finetuned models specializing in distinct tasks can be combined into one model capable of solving all tasks without retraining. Yet, this success does not transfer well when merging LoRA finetuned models. We study this phenomenon…

2024

AUGCAL: Improving Sim2Real Adaptation by Uncertainty Calibration on Augmented Synthetic Images

ICLR 2024poster

Synthetic data (Sim) drawn from simulators have emerged as a popular alternativefor training models where acquiring annotated real-world images is difficult. However, transferring models trained on synthetic images to real-world applicationscan be challenging due to appearance disparities. A commonl…

Cited by 0SourcePDFScholar
2024

Ego-Exo4D: Understanding Skilled Human Activity from First- and Third-Person Perspectives

CVPR 2024poster

We present Ego-Exo4D a diverse large-scale multimodal multiview video dataset and benchmark challenge. Ego-Exo4D centers around simultaneously-captured egocentric and exocentric video of skilled human activities (e.g. sports music dance bike repair). 740 participants from 13 cities worldwide perform…

2024

Semi-Truths: A Large-Scale Dataset of AI-Augmented Images for Evaluating Robustness of AI-Generated Image detectors

NeurIPS 2024poster

Text-to-image diffusion models have impactful applications in art, design, and entertainment, yet these technologies also pose significant risks by enabling the creation and dissemination of misinformation. Although recent advancements have produced AI-generated image detectors that claim robustness…

2024

SkyScenes: A Synthetic Dataset for Aerial Scene Understanding

ECCV 2024poster

"Real-world aerial scene understanding is limited by a lack of datasets that contain densely annotated images curated under a diverse set of conditions. Due to inherent challenges in obtaining such images in controlled real-world settings, we present , a synthetic dataset of densely annotated aerial…

2024

Window Attention is Bugged: How not to Interpolate Position Embeddings

ICLR 2024poster

Window attention, position embeddings, and high resolution finetuning are core concepts in the modern transformer era of computer vision. However, we find that naively combining these near ubiquitous components can have a detrimental effect on performance. The issue is simple: interpolating position…

Cited by 9SourcePDFScholar
2024

ZipIt! Merging Models from Different Tasks without Training

ICLR 2024poster

Typical deep visual recognition models are capable of performing the one task they were trained on. In this paper, we tackle the extremely difficult problem of combining distinct models with different initializations, each solving a separate task, into one multi-task model without any additional tra…

2023

Battle of the Backbones: A Large-Scale Comparison of Pretrained Models across Computer Vision Tasks

NeurIPS 2023poster

Neural network based computer vision systems are typically built on a backbone, a pretrained or randomly initialized feature extractor. Several years ago, the default option was an ImageNet-trained convolutional neural network. However, the recent past has seen the emergence of countless backbones…

2023

Benchmarking Low-Shot Robustness to Natural Distribution Shifts

ICCV 2023poster

Robustness to natural distribution shifts has seen remarkable progress thanks to recent pre-training strategies combined with better fine-tuning methods. However, such fine-tuning assumes access to large amounts of labelled data, and the extent to which the observations hold when the amount of train…

Cited by 3PDFcodeScholar
2023

FACTS: First Amplify Correlations and Then Slice to Discover Bias

ICCV 2023poster

Computer vision datasets frequently contain spurious correlations between task-relevant labels and (easy to learn) latent task-irrelevant attributes (e.g. context). Models trained on such datasets learn "shortcuts" and underperform on bias-conflicting slices of data where the correlation does not ho…

Cited by 23PDFcodeScholar
2023

Hiera: A Hierarchical Vision Transformer without the Bells-and-Whistles

ICML 2023oral

Modern hierarchical vision transformers have added several vision-specific components in the pursuit of supervised classification performance. While these components lead to effective accuracies and attractive FLOP counts, the added complexity actually makes these transformers slower than their vani…

2023

LANCE: Stress-testing Visual Models by Generating Language-guided Counterfactual Images

NeurIPS 2023poster

We propose an automated algorithm to stress-test a trained visual model by generating language-guided counterfactual test images (LANCE). Our method leverages recent progress in large language modeling and text-based image editing to augment an IID test set with a suite of diverse, realistic, and ch…

2023

PASTA: Proportional Amplitude Spectrum Training Augmentation for Syn-to-Real Domain Generalization

ICCV 2023poster

Synthetic data offers the promise of cheap and bountiful training data for settings where labeled real-world data is scarce. However, models trained on synthetic data significantly underperform when evaluated on real-world data. In this paper, we propose Proportional Amplitude Spectrum Training Augm…

Cited by 30PDFcodeScholar
2023

Synthetic-to-Real Domain Adaptation for Action Recognition: A Dataset and Baseline Performances

ICRA 2023poster

Human action recognition is a challenging problem, particularly when there is high variability in factors such as subject appearance, backgrounds and viewpoint. While deep neural networks (DNNs) have been shown to perform well on action recognition tasks, they typically require large amounts of high…

Cited by 36SourcecodeScholar
2023

Token Merging: Your ViT But Faster

ICLR 2023top-5%

We introduce Token Merging (ToMe), a simple method to increase the throughput of existing ViT models without needing to train. ToMe gradually combines similar tokens in a transformer using a general and light-weight matching algorithm that is as fast as pruning while being more accurate. Off-the-she…

2022

Adapting Self-Supervised Vision Transformers by Probing Attention-Conditioned Masking Consistency

NeurIPS 2022accept

Visual domain adaptation (DA) seeks to transfer trained models to unseen, unlabeled domains across distribution shift, but approaches typically focus on adapting convolutional neural network architectures initialized with supervised ImageNet representations. In this work, we shift focus to adapting…

2022

ZSON: Zero-Shot Object-Goal Navigation using Multimodal Goal Embeddings

NeurIPS 2022accept

We present a scalable approach for learning open-world object-goal navigation (ObjectNav) – the task of asking a virtual robot (agent) to find any instance of an object in an unexplored environment (e.g., “find a sink”). Our approach is entirely zero-shot – i.e., it does not require ObjectNav reward…

2021

Active Domain Adaptation via Clustering Uncertainty-Weighted Embeddings

ICCV 2021poster

Generalizing deep neural networks to new target domains is critical to their real-world utility. In practice, it may be feasible to get some target data labeled, but to be cost-effective it is desirable to select a maximally-informative subset via active learning (AL). We study the problem of AL und…

Cited by 173PDFcodeScholar
2021

RobustNav: Towards Benchmarking Robustness in Embodied Navigation

ICCV 2021poster

As an attempt towards assessing the robustness of embodied navigation agents, we propose RobustNav, a framework to quantify the performance of embodied navigation agents when exposed to a wide variety of visual-- affecting RGB inputs -- and dynamics -- affecting transition dynamics -- corruptions. M…

Cited by 60PDFcodeScholar
2021

SENTRY: Selective Entropy Optimization via Committee Consistency for Unsupervised Domain Adaptation

ICCV 2021poster

Many existing approaches for unsupervised domain adaptation (UDA) focus on adapting under only data distribution shift and offer limited success under additional cross-domain label distribution shift. Recent work based on self-training using target pseudolabels has shown promise, but on challenging…

Cited by 156PDFcodeScholar
2021

Scalable Diverse Model Selection for Accessible Transfer Learning

NeurIPS 2021poster

With the preponderance of pretrained deep learning models available off-the-shelf from model banks today, finding the best weights to fine-tune to your use-case can be a daunting task. Several methods have recently been proposed to find good models for transfer learning, but they either don't scale…

2021

Temporal Action Detection With Multi-Level Supervision

ICCV 2021poster

Training temporal action detection in videos requires large amounts of labeled data, yet such annotation is expensive to collect. Incorporating unlabeled or weakly-labeled data to train action detection model could help reduce annotation cost. In this work, we first introduce the Semi-supervised Act…

Cited by 16PDFcodeScholar
2020

Auxiliary Task Reweighting for Minimum-data Learning

NeurIPS 2020poster

Supervised learning requires a large amount of training data, limiting its application where labeled data is scarce. To compensate for data scarcity, one possible method is to utilize auxiliary tasks to provide additional supervision for the main task. Assigning and optimizing the importance weights…

Cited by 39SourcePDFScholar
2020

Integrating Egocentric Localization for More Realistic Point-Goal Navigation Agents

CoRL 2020

Recent work has presented embodied agents that can navigate to point-goal targets in novel indoor environments with near-perfect accuracy. However, these agents are equipped with idealized sensors for localization and take deterministic actions. This setting is practically sterile by comparison to t

Cited by 0SourcePDFScholar
2020

Learning to Balance Specificity and Invariance for In and Out of Domain Generalization

ECCV 2020poster

We introduce Domain-specific Masks for Generalization, a model for improving both in-domain and out-of-domain generalization performance. For domain generalization, the goal is to learn from a set of source domains to produce a single model that will best generalize to an unseen target domain. As su…

2020

TIDE: A General Toolbox for Identifying Object Detection Errors

ECCV 2020poster

We introduce TIDE, a framework and associated toolbox for analyzing the sources of error in object detection and instance segmentation algorithms. Importantly, our framework is applicable across datasets and can be applied directly to output prediction files without required knowledge of the underly…

2019

SplitNet: Sim2Sim and Task2Task Transfer for Embodied Visual Navigation

ICCV 2019poster

We propose SplitNet, a method for decoupling visual perception and policy learning. By incorporating auxiliary tasks and selective learning of portions of the model, we explicitly decompose the learning objectives for visual navigation into perceiving the world and acting on that perception. We show…

Cited by 78PDFcodeScholar
2018

CyCADA: Cycle-Consistent Adversarial Domain Adaptation

ICML 2018oral

Domain adaptation is critical for success in new, unseen environments. Adversarial adaptation models have shown tremendous progress towards adapting to new environments by focusing either on discovering domain invariant representations or by mapping between unpaired image domains. While feature spac…

2017

Inferring and Executing Programs for Visual Reasoning

ICCV 2017oral

Existing methods for visual reasoning attempt to directly map inputs to outputs using black-box architectures without explicitly modeling the underlying reasoning processes. As a result, these black-box models often learn to exploit biases in the data rather than learning to perform visual reasoning…

Cited by 677PDFcodeScholar
2017

Label Efficient Learning of Transferable Representations acrosss Domains and Tasks

NeurIPS 2017poster

We propose a framework that learns a representation transferable across different domains and tasks in a data efficient manner. Our approach battles domain shift with a domain adversarial loss, and generalizes the embedding to novel task using a metric learning-based approach. Our model is simultane…

Cited by 360SourcePDFScholar
2015

Detector Discovery in the Wild: Joint Multiple Instance and Representation Learning

CVPR 2015poster

We develop methods for detector learning which exploit joint training over both weak and strong labels and which transfer learned perceptual representations from strongly-labeled auxiliary tasks. Previous methods for weak-label learning often learn detector models independently using latent variable…

Cited by 98SourcePDFScholar
2015

Spatial Semantic Regularisation for Large Scale Object Detection

ICCV 2015poster

Large scale object detection with thousands of classes introduces the problem of many contradicting false positive detections, which have to be suppressed. Class-independent non-maximum suppression has traditionally been used for this step, but it does not scale well as the number of classes grows.…

Cited by 29PDFScholar