← Search

Amir Zamir

25 accepted papers

2026

(1D) Ordered Tokens Enable Efficient Test-Time Search

ICML 2026poster

Tokenization is a key component of autoregressive generative models, converting raw data into more manageable units for modeling. Commonly, tokens describe local information, such as regions of pixels in images or word pieces in text, and autoregressive generation commonly predicts these tokens in a…

Cited by 0SourceScholar
2026

How Well Does GPT-4o Understand Vision? Evaluating Multimodal Foundation Models on Standard Computer Vision Tasks

ICLR 2026poster

Multimodal foundation models, such as GPT-4o, have recently made remarkable progress, but it is not clear where exactly these models stand in terms of understanding vision. In this paper, we benchmark the performance of popular multimodal foundation models (GPT-4o, o4-mini, Gemini 1.5 Pro and Gemini…

Cited by 0SourceScholar
2026

MODUS: Decoder-only Any-to-Any Modeling of Diverse Modalities

ICML 2026poster

Any-to-any modeling aims to flexibly relate arbitrary modalities within a single system, a requirement that arises across multimodal learning and scientific domains such as ecology and astronomy. However, existing any-to-any approaches are typically trained from scratch using encoder–decoder or diff…

Cited by 0SourceScholar
2026

MULTIMODALITY AS SUPERVISION: SELF-SUPERVISED SPECIALIZATION TO THE TEST ENVIRONMENT VIA MULTIMODALITY

ICLR 2026poster

The common approach for developing a vision model is generalism, which involves training on a large diverse dataset to cover the varied deployment environments and leads to a model that is expected to solve the problem everywhere. However, many practical applications need to operate in a specific te…

Cited by 0SourcecodeScholar
2026

VideoFlexTok: Flexible-Length Coarse-to-Fine Video Tokenization

ICML 2026spotlight

Visual tokenizers map high-dimensional raw pixels into a compressed representation for downstream modeling, e.g., conditional video generation. Beyond compression, tokenizers define what information is preserved and how it is organized. A _de facto_ standard approach is to represent a video with a s…

Cited by 3SourceScholar
2025

FlexTok: Resampling Images into 1D Token Sequences of Flexible Length

ICML 2025poster

We introduce FlexTok, a tokenizer that projects 2D images into variable-length, ordered 1D token sequences. For example, a 256x256 image can be resampled into anywhere from 1 to 256 discrete tokens, hierarchically and semantically compressing its information. By training a rectified flow model as th…

Cited by 1SourcePDFScholar
2025

Large (Vision) Language Models are Unsupervised In-Context Learners

ICLR 2025poster

Recent advances in large language and vision-language models have enabled zero-shot inference, allowing models to solve new tasks without task-specific training. Various adaptation techniques such as prompt engineering, In-Context Learning (ICL), and supervised fine-tuning can further enhance the mo…

2024

4M-21: An Any-to-Any Vision Model for Tens of Tasks and Modalities

NeurIPS 2024poster

Current multimodal and multitask foundation models, like 4M or UnifiedIO, show promising results. However, their out-of-the-box abilities to accept diverse inputs and perform diverse tasks are limited by the (usually small) number of modalities and tasks they are trained on. In this paper, we develo…

Cited by 23SourcePDFScholar
2024

BRAVE: Broadening the visual encoding of vision-language models

ECCV 2024oral

"Vision-language models (VLMs) are typically composed of a vision encoder, e.g. CLIP, and a language model (LM) that interprets the encoded features to solve downstream tasks. Despite remarkable progress, VLMs are subject to several shortcomings due to the limited capabilities of vision encoders, e.…

2024

How Far Can a 1-Pixel Camera Go? Solving Vision Tasks using Photoreceptors and Computationally Designed Visual Morphology

ECCV 2024poster

"A de facto standard approach in solving computer vision tasks is to use a common high-resolution camera and choose its placement on an agent based on human intuition. On the other hand, extremely simple and well-designed visual sensors found throughout nature allow many organisms to exhibit diverse…

Cited by 0SourcePDFScholar
2024

Unraveling the Key Components of OOD Generalization via Diversification

ICLR 2024poster

Supervised learning datasets may contain multiple cues that explain the training set equally well, i.e., learning any of them would lead to the correct predictions on the training data. However, many of them can be spurious, i.e., lose their predictive power under a distribution shift and consequent…

Cited by 2SourcePDFScholar
2024

ViPer: Visual Personalization of Generative Models via Individual Preference Learning

ECCV 2024poster

"Different users find different images generated for the same prompt desirable. This gives rise to personalized image generation which involves creating images aligned with an individual’s visual preference. Current generative models are, however, tuned to produce outputs that appeal to a broad audi…

Cited by 1SourcePDFScholar
2023

4M: Massively Multimodal Masked Modeling

NeurIPS 2023spotlight

Current machine learning models for vision are often highly specialized and limited to a single modality and task. In contrast, recent large language models exhibit a wide range of capabilities, hinting at a possibility for similarly versatile models in computer vision. In this paper, we take a step…

2023

Rapid Network Adaptation: Learning to Adapt Neural Networks Using Test-Time Feedback

ICCV 2023poster

We propose a method for adapting neural networks to distribution shifts at test-time. In contrast to training-time robustness mechanisms that attempt to anticipate the shift, we create a closed-loop system and make use of test-time feedback signal to adapt a network. We show that this loop can be ef…

Cited by 4PDFScholar
2022

MultiMAE: Multi-modal Multi-task Masked Autoencoders

ECCV 2022poster

"We propose a pre-training strategy called Multi-modal Multi-task Masked Autoencoders (MultiMAE). It differs from standard Masked Autoencoding in two key aspects: I) it can ‘optionally’ accept additional modalities of information in the input besides the RGB image (hence “multi-modal""""), and II) i…

2022

PALMER: Perception - Action Loop with Memory for Long-Horizon Planning

NeurIPS 2022accept

To achieve autonomy in a priori unknown real-world scenarios, agents should be able to: i) act from high-dimensional sensory observations (e.g., images), ii) learn from past experience to adapt and improve, and iii) be capable of long horizon planning. Classical planning algorithms (e.g. PRM, RRT) a…

Cited by 4SourcePDFScholar
2022

Task Discovery: Finding the Tasks that Neural Networks Generalize on

NeurIPS 2022accept

When developing deep learning models, we usually decide what task we want to solve then search for a model that generalizes well on the task. An intriguing question would be: what if, instead of fixing the task and searching in the model space, we fix the model and search in the task space? Can we f…

Cited by 11SourcePDFScholar
2021

Omnidata: A Scalable Pipeline for Making Multi-Task Mid-Level Vision Datasets From 3D Scans

ICCV 2021poster

Computer vision now relies on data, but we know surprisingly little about what factors in the data affect performance. We argue that this stems from the way data is collected. Designing and collecting static datasets of images (or videos) locks us in to specific design choices and limits us to post-…

Cited by 299PDFcodeScholar
2020

Robust Policies via Mid-Level Visual Representations: An Experimental Study in Manipulation and Navigation

CoRL 2020

Vision-based robotics often factors the control loop into separate components for perception and control. Conventional perception components usually extract hand-engineered features from the visual input that are then used by the control component in an explicit manner. In contrast, recent advances

Cited by 0SourcePDFScholar
2020

Side-Tuning: A Baseline for Network Adaptation via Additive Side Networks

ECCV 2020poster

When training a neural network for a desired task, one may prefer to adapt a pre-trained network rather than starting from randomly initialized weights. Adaptation can be useful in cases when training data is scarce, when a single learner needs to perform multiple tasks, or when one wishes to encode…

Cited by 257SourcePDFScholar
2020

Which Tasks Should Be Learned Together in Multi-task Learning?

ICML 2020poster

Many computer vision applications require solving multiple tasks in real-time. A neural network can be trained to solve multiple tasks simultaneously using multi-task learning. This can save computation at inference time as only a single network needs to be evaluated. Unfortunately, this often leads…

2019

Learning to Navigate Using Mid-Level Visual Priors

CoRL 2019

How much does having visual priors about the world (e.g. the fact that the world is 3D) assist in learning to perform downstream motor tasks (e.g. navigating a complex environment)? What are the consequences of not utilizing such visual priors in learning? We study these questions by integrating a g