← Search

Ali Farhadi

112 accepted papers

2026

Molmo2: Open Weights and Data for Vision-Language Models with Video Understanding and Grounding

CVPR 2026

Today's strongest video-language models (VLMs) remain proprietary, and the strongest open-weight models often rely on synthetic data from proprietary VLMs and do not disclose their training data or recipe. As a result, the open-source community lacks the foundations needed to improve on the state-of

Cited by 0SourcecodeScholar
2026

MolmoAct: Action Reasoning Models That Can Reason in Space

ICRA 2026poster

Reasoning is essential for purposeful action, yet most robotic foundation models map perception and instructions directly to control, limiting adaptability, generalization, and semantic grounding. We introduce Action Reasoning Models (ARMs), which integrate perception, planning, and control through …

2026

MolmoSpaces: Large-Scale Open Ecosystem for Robot Manipulation and Navigation

RSS 2026poster

Deploying robots at scale demands robustness to the long tail of everyday situations. The countless variations in scene layout, object geometry, and task specifications that characterize real environments are vast and underrepresented in existing robot benchmarks. Measuring this level of generalizat…

Cited by 0SourceScholar
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

The One RING: A Robotic Indoor Navigation Generalist

ICRA 2026poster

Modern robots vary significantly in shape, size, and sensor configurations used to perceive and interact with their environments. However, most navigation policies are embodiment-specific—a policy trained on one robot typically fails to generalize to another, even with minor changes in body size or …

2026

VideoNet: A Large-Scale Dataset for Domain-Specific Action Recognition

CVPR 2026

Videos are unique in their ability to capture actions which transcend multiple frames. Accordingly, action recognition has long been a quintessential task for video models. Unfortunately, due to a lack of sufficiently diverse and challenging data, modern vision-language models (VLMs) are no longer e

Cited by 0SourceScholar
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

Convergent Functions, Divergent Forms

NeurIPS 2025poster

We introduce LOKI, a compute-efficient framework for co-designing morphologies and control policies that generalize across unseen tasks. Inspired by biological adaptation—where animals quickly adjust to morphological changes—our method overcomes the inefficiencies of traditional evolutionary and qu…

Cited by 0SourceScholar
2025

DRAWER: Digital Reconstruction and Articulation With Environment Realism

CVPR 2025poster

Creating virtual digital replicas from real-world data unlocks significant potential across domains like gaming and robotics. In this paper, we present DRAWER, a novel framework that converts a video of a static indoor scene into a photorealistic and interactive digital environment. Our approach cen…

2025

Eval3D: Interpretable and Fine-grained Evaluation for 3D Generation

CVPR 2025poster

Despite the unprecedented progress in the field of 3D generation, current systems still often fail to produce high-quality 3D assets that are visually appealing and geometrically and semantically consistent across multiple viewpoints. To effectively assess the quality of the generated 3D data, there…

Cited by 1SourcePDFScholar
2025

FLaRe: Achieving Masterful and Adaptive Robot Policies with Large-Scale Reinforcement Learning Fine-Tuning

ICRA 2025

In recent years, the Robotics field has initiated several efforts toward building generalist robot policies through large-scale multi-task Behavior Cloning. However, direct deployments of these policies have led to unsatisfactory performance, where the policy struggles with unseen states and tasks.

Cited by 57SourcecodeScholar
2025

FlexOLMo: Open Language Models for Flexible Data Use

NeurIPS 2025spotlight

We introduce FlexOLMo, a new class of language models (LMs) that supports (1) distributed training without data sharing, where different model parameters are independently trained on private datasets, and (2) data-flexible inference, where these parameters along with their associated data can be eas…

Cited by 0SourceScholar
2025

Molmo and PixMo: Open Weights and Open Data for State-of-the-Art Vision-Language Models

CVPR 2025award

Today's most advanced vision-language models (VLMs) remain proprietary. The strongest open-weight models rely heavily on synthetic data from proprietary VLMs to achieve good performance, effectively distilling these closed VLMs into open ones. As a result, the community has been missing foundational…

2025

OLMoE: Open Mixture-of-Experts Language Models

ICLR 2025oral

We introduce OLMoE, a fully open, state-of-the-art language model leveraging sparse Mixture-of-Experts (MoE). OLMoE-1B-7B has 7 billion (B) parameters but uses only 1B per input token. We pretrain it on 5 trillion tokens and further adapt it to create OLMoE-1B-7B-Instruct. Our models outperform all…

2025

When Worse is Better: Navigating the Compression Generation Trade-off In Visual Tokenization

NeurIPS 2025spotlight

Current image generation methods are based on a two-stage training approach. In stage 1, an auto-encoder is trained to compress an image into a latent space; in stage 2, a generative model is trained to learn a distribution over that latent space. This reveals a fundamental trade-off, do we compress…

Cited by 0SourceScholar
2024

ActionAtlas: A VideoQA Benchmark for Domain-specialized Action Recognition

NeurIPS 2024poster

Our world is full of varied actions and moves in specialized fields that we, as humans, seek to identify and learn about. To evaluate the effectiveness of multi-modal models in helping us recognize such fine-grained actions, we introduce ActionAtlas, a video question answering (VideoQA) benchmark on…

Cited by 1SourcePDFScholar
2024

From an Image to a Scene: Learning to Imagine the World from a Million 360° Videos

NeurIPS 2024poster

Three-dimensional (3D) understanding of objects and scenes play a key role in humans' ability to interact with the world and has been an active area of research in computer vision, graphics, and robotics. Large scale synthetic and object-centric 3D datasets have shown to be effective in training mod…

2024

Learning to Build by Building Your Own Instructions

ECCV 2024poster

"Structural understanding of complex visual objects is an important unsolved component of artificial intelligence. To study this, we develop a new technique for the recently proposed Break-and-Make problem in LTRON where an agent must learn to build a previously unseen LEGO assembly using a single i…

2024

MatFormer: Nested Transformer for Elastic Inference

NeurIPS 2024poster

Foundation models are applied in a broad spectrum of settings with different inference constraints, from massive multi-accelerator clusters to resource-constrained standalone mobile devices. However, the substantial costs associated with training these models often limit the number of unique model s…

Cited by 11SourcePDFScholar
2024

Selective Visual Representations Improve Convergence and Generalization for Embodied AI

ICLR 2024spotlight

Embodied AI models often employ off the shelf vision backbones like CLIP to encode their visual observations. Although such general purpose representations encode rich syntactic and semantic information about the scene, much of this information is often irrelevant to the specific task at hand. This…

Cited by 15SourcePDFScholar
2024

Superposed Decoding: Multiple Generations from a Single Autoregressive Inference Pass

NeurIPS 2024poster

Many applications today provide users with multiple auto-complete drafts as they type, including GitHub's code completion, Gmail's smart compose, and Apple's messaging auto-suggestions. Under the hood, language models support this by running an autoregressive inference pass to provide a draft. Conse…

2023

AdANNS: A Framework for Adaptive Semantic Search

NeurIPS 2023poster

Web-scale search systems learn an encoder to embed a given query which is then hooked into an approximate nearest neighbor search (ANNS) pipeline to retrieve similar data points. To accurately capture tail queries and data points, learned representations typically are _rigid, high-dimensional_ vecto…

2023

DataComp: In search of the next generation of multimodal datasets

NeurIPS 2023oral

Multimodal datasets are a critical component in recent breakthroughs such as CLIP, Stable Diffusion and GPT-4, yet their design does not receive the same research attention as model architectures or training algorithms. To address this shortcoming in the machine learning ecosystem, we introduce Data…

2023

Editing models with task arithmetic

ICLR 2023poster

Changing how pre-trained models behave---e.g., improving their performance on a downstream task or mitigating biases learned during pre-training---is a common practice when developing machine learning systems. In this work, we propose a new paradigm for steering the behavior of neural networks, cent…

2023

FastFill: Efficient Compatible Model Update

ICLR 2023poster

In many retrieval systems the original high dimensional data (e.g., images) is mapped to a lower dimensional feature through a learned embedding model. The task of retrieving the most similar data from a gallery set to a given query data is performed through similarity comparison on features. When t…

2023

Impossibly Good Experts and How to Follow Them

ICLR 2023poster

We consider the sequential decision making problem of learning from an expert that has access to more information than the learner. For many problems this extra information will enable the expert to achieve greater long term reward than any policy without this privileged information access. We cal…

Cited by 16SourcePDFScholar
2023

Localized Symbolic Knowledge Distillation for Visual Commonsense Models

NeurIPS 2023poster

Instruction following vision-language (VL) models offer a flexible interface that supports a broad range of multimodal tasks in a zero-shot fashion. However, interfaces that operate on full images do not directly enable the user to “point to" and access specific regions within images. This capabilit…

Cited by 13SourcePDFScholar
2023

Moving Forward by Moving Backward: Embedding Action Impact over Action Semantics

ICLR 2023top-5%

A common assumption when training embodied agents is that the impact of taking an action is stable; for instance, executing the ``move ahead'' action will always move the agent forward by a fixed distance, perhaps with some small amount of actuator-induced noise. This assumption is limiting; an agen…

Cited by 2SourcePDFScholar
2023

Neural Priming for Sample-Efficient Adaptation

NeurIPS 2023poster

We propose Neural Priming, a technique for adapting large pretrained models to distribution shifts and downstream tasks given few or no labeled examples. Presented with class names or unlabeled test samples, Neural Priming enables the model to recall and conditions its parameters on relevant data se…

2023

Neural Radiance Field Codebooks

ICLR 2023poster

Compositional representations of the world are a promising step towards enabling high-level scene understanding and efficient transfer to downstream tasks. Learning such representations for complex scenes and tasks remains an open challenge. Towards this goal, we introduce Neural Radiance Field Code…

2023

Objaverse-XL: A Universe of 10M+ 3D Objects

NeurIPS 2023poster

Natural language processing and 2D vision models have attained remarkable proficiency on many tasks primarily by escalating the scale of training data. However, 3D vision tasks have not seen the same progress, in part due to the challenges of acquiring high-quality 3D data. In this work, we present…

Cited by 393SourcePDFScholar
2023

Objaverse: A Universe of Annotated 3D Objects

CVPR 2023poster

Massive data corpora like WebText, Wikipedia, Conceptual Captions, WebImageText, and LAION have propelled recent dramatic progress in AI. Large neural models trained on such datasets produce impressive results and top many of today's benchmarks. A notable omission within this family of large-scale d…

Cited by 931SourcePDFScholar
2023

On the Connection between Pre-training Data Diversity and Fine-tuning Robustness

NeurIPS 2023spotlight

Pre-training has been widely adopted in deep learning to improve model performance, especially when the training data for a target task is limited. In our work, we seek to understand the implications of this training strategy on the generalization properties of downstream models. More specifically,…

Cited by 21SourcePDFScholar
2023

Phone2Proc: Bringing Robust Robots Into Our Chaotic World

CVPR 2023poster

Training embodied agents in simulation has become mainstream for the embodied AI community. However, these agents often struggle when deployed in the physical world due to their inability to generalize to real-world environments. In this paper, we present Phone2Proc, a method that uses a 10-minute p…

Cited by 18SourcePDFScholar
2023

Reinforce Data, Multiply Impact: Improved Model Accuracy and Robustness with Dataset Reinforcement

ICCV 2023poster

We propose Dataset Reinforcement, a strategy to improve a dataset once such that the accuracy of any model architecture trained on the reinforced dataset is improved at no additional training cost for users. We propose a Dataset Reinforcement strategy based on data augmentation and knowledge distill…

Cited by 11PDFcodeScholar
2023

SHARCS: Efficient Transformers Through Routing with Dynamic Width Sub-networks

EMNLP 2023short findings

We introduce SHARCS for adaptive inference that takes into account the hardness of input samples. SHARCS can train a router on any transformer network, enabling the model to direct different samples to sub-networks with varying widths. Our experiments demonstrate that: (1) SHARCS outperforms or comp…

Cited by 0SourceScholar
2023

Self-Supervised Object Goal Navigation with In-Situ Finetuning

IROS 2023poster

A household robot should be able to navigate to target objects without requiring users to first annotate everything in their home. Most current approaches to object navigation do not test on real robots and rely solely on reconstructed scans of houses and their expensively labeled semantic 3D meshes…

Cited by 7SourceScholar
2023

Stable and low-precision training for large-scale vision-language models

NeurIPS 2023poster

We introduce new methods for 1) accelerating and 2) stabilizing training for large language-vision models. 1) For acceleration, we introduce SwitchBack, a linear layer for int8 quantized training which provides a speed-up of 13-25% while matching the performance of bfloat16 training within 0.1 perce…

2023

What Does a Platypus Look Like? Generating Customized Prompts for Zero-Shot Image Classification

ICCV 2023poster

Open-vocabulary models are a promising new paradigm for image classification. Unlike traditional classification models, open-vocabulary models classify among any arbitrary set of categories specified with natural language during inference. This natural language, called "prompts", typically consists…

Cited by 286PDFcodeScholar
2022

Break and Make: Interactive Structural Understanding Using LEGO Bricks

ECCV 2022poster

"Visual understanding of geometric structures with complex spatial relationships is a fundamental component of human intelligence. As children, we learn how to reason about structure not only from observation, but also by interacting with the world around us - by taking things apart and putting them…

2022

Exposing the Limits of Video-Text Models through Contrast Sets

NAACL 2022long

Recent video-text models can retrieve relevant videos based on text with a high accuracy, but to what extent do they comprehend the semantics of the text? Can they discriminate between similar entities and actions? To answer this, we propose an evaluation framework that probes video-text models with…

2022

Forward Compatible Training for Large-Scale Embedding Retrieval Systems

CVPR 2022poster

In visual retrieval systems, updating the embedding model requires recomputing features for every piece of data. This expensive process is referred to as backfilling. Recently, the idea of backward compatible training (BCT) was proposed. To avoid the cost of backfilling, BCT modifies training of the…

Cited by 23PDFcodeScholar
2022

MERLOT Reserve: Neural Script Knowledge Through Vision and Language and Sound

CVPR 2022oral

As humans, we navigate a multimodal world, building a holistic understanding from all our senses. We introduce MERLOT Reserve, a model that represents videos jointly over time -- through a new training objective that learns from audio, subtitles, and video frames. Given a video, we replace snippets…

Cited by 286PDFScholar
2022

Matryoshka Representation Learning

NeurIPS 2022accept

Learned representations are a central component in modern ML systems, serving a multitude of downstream tasks. When training such representations, it is often the case that computational and statistical constraints for each downstream task are unknown. In this context rigid, fixed capacity represent…

2022

Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time

ICML 2022spotlight

The conventional recipe for maximizing model accuracy is to (1) train multiple models with various hyperparameters and (2) pick the individual model which performs best on a held-out validation set, discarding the remainder. In this paper, we revisit the second step of this procedure in the context…

2022

Object Manipulation via Visual Target Localization

ECCV 2022poster

"Object manipulation is a critical skill required for Embodied AI agents interacting with the world around them. Training agents to manipulate objects, poses many challenges. These include occlusion of the target object by the agent’s arm, noisy object detection and localization, and the target freq…

Cited by 9SourcePDFScholar
2022

Patching open-vocabulary models by interpolating weights

NeurIPS 2022accept

Open-vocabulary models like CLIP achieve high accuracy across many image classification tasks. However, there are still settings where their zero-shot performance is far from optimal. We study model patching, where the goal is to improve accuracy on specific tasks without degrading accuracy on tasks…

2022

Robust Fine-Tuning of Zero-Shot Models

CVPR 2022oral

Large pre-trained models such as CLIP or ALIGN offer consistent accuracy across a range of data distributions when performing zero-shot inference (i.e., without fine-tuning on a specific dataset). Although existing fine-tuning methods substantially improve accuracy on a given target distribution, th…

Cited by 764PDFcodeScholar
2021

Iconary: A Pictionary-Based Game for Testing Multimodal Communication with Drawings and Text

EMNLP 2021main

Communicating with humans is challenging for AIs because it requires a shared understanding of the world, complex semantics (e.g., metaphors or analogies), and at times multi-modal gestures (e.g., pointing with a finger, or an arrow in a diagram). We investigate these challenges in the context of Ic…

2021

LLC: Accurate, Multi-purpose Learnt Low-dimensional Binary Codes

NeurIPS 2021poster

Learning binary representations of instances and classes is a classical problem with several high potential applications. In modern settings, the compression of high-dimensional neural representations to low-dimensional binary codes is a challenging task and often require large bit-codes to be accur…

2021

Learning Generalizable Visual Representations via Interactive Gameplay

ICLR 2021oral

A growing body of research suggests that embodied gameplay, prevalent not just in human cultures but across a variety of animal species including turtles and ravens, is critical in developing the neural flexibility for creative problem solving, decision making, and socialization. Comparatively littl…

Cited by 30SourcePDFScholar
2021

Learning Neural Network Subspaces

ICML 2021spotlight

Recent observations have advanced our understanding of the neural network optimization landscape, revealing the existence of (1) paths of high accuracy containing diverse solutions and (2) wider minima offering improved performance. Previous methods observing diverse paths require multiple training…

2021

MERLOT: Multimodal Neural Script Knowledge Models

NeurIPS 2021oral

As humans, we understand events in the visual world contextually, performing multimodal reasoning across time to make inferences about the past, present, and future. We introduce MERLOT, a model that learns multimodal script knowledge by watching millions of YouTube videos with transcribed speech --…

Cited by 423SourcePDFScholar
2021

PIGLeT: Language Grounding Through Neuro-Symbolic Interaction in a 3D World

ACL 2021long

We propose PIGLeT: a model that learns physical commonsense knowledge through interaction, and then uses this knowledge to ground language. We factorize PIGLeT into a physical dynamics model, and a separate language model. Our dynamics model learns not just what objects are but also what they do: gl…

Cited by 81SourcePDFScholar
2021

Probing Contextual Language Models for Common Ground with Visual Representations

NAACL 2021long

The success of large-scale contextual language models has attracted great interest in probing what is encoded in their representations. In this work, we consider a new question: to what extent contextual representations of concrete nouns are aligned with corresponding visual representations? We desi…

2021

TuringAdvice: A Generative and Dynamic Evaluation of Language Use

NAACL 2021long

We propose TuringAdvice, a new challenge task and dataset for language understanding models. Given a written situation that a real person is currently facing, a model must generate helpful advice in natural language. Our evaluation framework tests a fundamental aspect of human language understanding…

Cited by 33SourcePDFScholar
2021

What Can You Learn From Your Muscles? Learning Visual Representation from Human Interactions

ICLR 2021poster

Learning effective representations of visual data that generalize to a variety of downstream tasks has been a long quest for computer vision. Most representation learning approaches rely solely on visual data such as images or videos. In this paper, we explore a novel approach, where we use human in…

2020

A Cordial Sync: Going Beyond Marginal Policies for Multi-Agent Embodied Tasks

ECCV 2020poster

Autonomous agents must learn to collaborate. It is not scalable to develop a new centralized agent every time a task’s difficulty outpaces a single agent’s abilities. While multi-agent collaboration research has flourished in gridworld-like environments, relatively little work has considered visuall…

2020

Butterfly Transform: An Efficient FFT Based Neural Architecture Design

CVPR 2020poster

In this paper, we show that extending the butterfly operations from the FFT algorithm to a general Butterfly Transform (BFT) can be beneficial in building an efficient block structure for CNN designs. Pointwise convolutions, which we refer to as channel fusions, are the main computational bottleneck…

Cited by 21PDFScholar
2020

RoboTHOR: An Open Simulation-to-Real Embodied AI Platform

CVPR 2020poster

Visual recognition ecosystems (e.g. ImageNet, Pascal, COCO) have undeniably played a prevailing role in the evolution of modern computer vision. We argue that interactive and embodied visual AI has reached a stage of development similar to visual recognition prior to the advent of these ecosystems.…

Cited by 300PDFcodeScholar
2020

Soft Threshold Weight Reparameterization for Learnable Sparsity

ICML 2020poster

Sparsity in Deep Neural Networks (DNNs) is studied extensively with the focus of maximizing prediction accuracy given an overall parameter budget. Existing methods rely on uniform or heuristic non-uniform sparsity budgets which have sub-optimal layer-wise parameter allocation resulting in a) lower p…

2020

Supermasks in Superposition

NeurIPS 2020poster

We present the Supermasks in Superposition (SupSup) model, capable of sequentially learning thousands of tasks without catastrophic forgetting. Our approach uses a randomly initialized, fixed base network and for each task finds a subnetwork (supermask) that achieves good performance. If task identi…

2020

Use the Force, Luke! Learning to Predict Physical Forces by Simulating Effects

CVPR 2020oral

When we humans look at a video of human-object interaction, we can not only infer what is happening but we can even extract actionable information and imitate those interactions. On the other hand, current recognition or geometric approaches lack the physicality of action representation. In this pap…

Cited by 57PDFcodeScholar
2020

VisualCOMET: Reasoning about the Dynamic Context of a Still Image

ECCV 2020poster

Even from a single frame of a still image, people can reason about the dynamic story of the image before, after, and beyond the frame. For example, given an image of a man struggling to stay afloat in water, we can reason that the man fell into the water sometime in the past, the intent of that man…

Cited by 141SourcePDFScholar
2020

What's Hidden in a Randomly Weighted Neural Network?

CVPR 2020poster

Training a neural network is synonymous with learning the values of the weights. By contrast, we demonstrate that randomly weighted neural networks contain subnetworks which achieve impressive performance without ever training the weight values. Hidden in a randomly weighted Wide ResNet-50 is a subn…

Cited by 424PDFcodeScholar
2019

Defending Against Neural Fake News

NeurIPS 2019poster

Recent progress in natural language generation has raised dual-use concerns. While applications like summarization and translation are positive, the underlying technology also might enable adversaries to generate neural fake news: targeted propaganda that closely mimics the style of real news.

2019

ELASTIC: Improving CNNs With Dynamic Scaling Policies

CVPR 2019oral

Scale variation has been a challenge from traditional to modern approaches in computer vision. Most solutions to scale issues have a similar theme: a set of intuitive and manually designed policies that are generic and fixed (e.g. SIFT or feature pyramid). We argue that the scaling policy should be…

Cited by 87PDFcodeScholar
2019

Learning to Learn How to Learn: Self-Adaptive Visual Navigation Using Meta-Learning

CVPR 2019oral

Learning is an inherently continuous phenomenon. When humans learn a new task there is no explicit distinction between training and inference. As we learn a task, we keep learning about it while performing the task. What we learn and how we learn it varies during different stages of learning. Learni…

Cited by 278PDFcodeScholar
2019

OK-VQA: A Visual Question Answering Benchmark Requiring External Knowledge

CVPR 2019poster

Visual Question Answering (VQA) in its ideal form lets us study reasoning in the joint space of vision and language and serves as a proxy for the AI task of scene understanding. However, most VQA benchmarks to date are focused on questions such as simple counting, visual attributes, and object detec…

Cited by 1199PDFScholar
2019

Two Body Problem: Collaborative Visual Task Completion

CVPR 2019oral

Collaboration is a necessary skill to perform tasks that are beyond one agent's capabilities. Addressed extensively in both conventional and modern AI, multi-agent collaboration has often been studied in the context of simple grid worlds. We argue that there are inherently visual aspects to collabor…

Cited by 98PDFScholar
2019

Video Relationship Reasoning Using Gated Spatio-Temporal Energy Graph

CVPR 2019poster

Visual relationship reasoning is a crucial yet challenging task for understanding rich interactions across visual concepts. For example, a relationship \ man, open, door\ involves a complex relation \ open\ between concrete entities \ man, door\ . While much of the existing work has studied this p…

Cited by 127PDFcodeScholar
2019

Visual Semantic Navigation using Scene Priors

ICLR 2019poster

How do humans navigate to target objects in novel scenes? Do we use the semantic/functional priors we have built over years to efficiently search and navigate? For example, to search for mugs, we search cabinets near the coffee machine and for fruits we try the fridge. In this work, we focus on inco…

Cited by 391SourcePDFScholar
2018

Actor and Observer: Joint Modeling of First and Third-Person Videos

CVPR 2018poster

Several theories in cognitive neuroscience suggest that when people interact with the world, or simulate interactions, they do so from a first-person egocentric perspective, and seamlessly transfer knowledge between third-person (observer) and first-person (actor). Despite this, learning such models…

2018

DOCK: Detecting Objects by transferring Common-sense Knowledge

ECCV 2018poster

We present a scalable approach for Detecting Objects by transferring Common-sense Knowledge (DOCK) from source to target categories. In our setting, the training data for the source categories have bounding box annotations, while those for the target categories only have image-level annotations. Cur…

Cited by 42SourcePDFScholar
2018

IQA: Visual Question Answering in Interactive Environments

CVPR 2018poster

We introduce Interactive Question Answering (IQA), the task of answering questions that require an autonomous agent to interact with a dynamic visual environment. IQA presents the agent with a scene and a question, like: “Are there any apples in the fridge?” The agent must navigate around the scene,…

2018

Imagine This! Scripts to Compositions to Videos

ECCV 2018poster

Imagining a scene described in natural language with realistic layout and appearance of entities is the ultimate test of spatial, visual, and semantic world knowledge. As a step towards this goal, we present the Composition Retrieval and Fusion Networks (CRAFT), a model capable of learning this know…

Cited by 104SourcePDFScholar
2018

Structured Set Matching Networks for One-Shot Part Labeling

CVPR 2018poster

Diagrams often depict complex phenomena and serve as a good test bed for visual and textual reasoning. However, understanding diagrams using natural image understanding approaches requires large training datasets of diagrams, which are very hard to obtain. Instead, this can be addressed as a matchin…

Cited by 42SourcePDFScholar
2018

Who Let the Dogs Out? Modeling Dog Behavior From Visual Data

CVPR 2018poster

We introduce the task of directly modeling a visually intelligent agent. Computer vision typically focuses on solving various subtasks related to visual intelligence. We depart from this standard approach to computer vision; instead we directly model a visually intelligent agent. Our model takes vis…

2017

Are You Smarter Than a Sixth Grader? Textbook Question Answering for Multimodal Machine Comprehension

CVPR 2017spotlight

We introduce the task of Multi-Modal Machine Comprehension (M3C), which aims at answering multimodal questions given a context of text, diagrams and images. We present the Textbook Question Answering (TQA) dataset that includes 1,076 lessons and 26,260 multi-modal questions, taken from middle school…

Cited by 360PDFScholar
2017

Asynchronous Temporal Fields for Action Recognition

CVPR 2017poster

Actions are more than just movements and trajectories: we cook to eat and we hold a cup to drink from it. A thorough understanding of videos requires going beyond appearance modeling and necessitates reasoning about the sequence of activities, as well as the higher-level constructs such as intention…

Cited by 212PDFcodeScholar
2017

Bidirectional Attention Flow for Machine Comprehension

ICLR 2017poster

Machine comprehension (MC), answering a query about a given context paragraph, requires modeling complex interactions between the context and the query. Recently, attention mechanisms have been successfully extended to MC. Typically these methods use attention to focus on a small portion of the cont…

Cited by 2454SourcecodeScholar
2017

Commonly Uncommon: Semantic Sparsity in Situation Recognition

CVPR 2017poster

Semantic sparsity is a common challenge in structured visual classification problems; when the output space is complex, the vast majority of the possible predictions are rarely, if ever, seen in the training set. This paper studies semantic sparsity in situation recognition, the task of producing st…

Cited by 51PDFScholar
2017

See the Glass Half Full: Reasoning About Liquid Containers, Their Volume and Content

ICCV 2017poster

Humans have rich understanding of liquid containers and their contents; for example, we can effortlessly pour water from a pitcher to a cup. Doing so requires estimating the volume of the cup, approximating the amount of water in the pitcher, and predicting the behavior of water when we tilt the pit…

Cited by 73PDFcodeScholar
2017

Target-driven visual navigation in indoor scenes using deep reinforcement learning

ICRA 2017poster

Two less addressed issues of deep reinforcement learning are (1) lack of generalization capability to new goals, and (2) data inefficiency, i.e., the model requires several (and often costly) episodes of trial and error to converge, which makes it impractical to be applied to real-world scenarios. I…

Cited by 2062SourceScholar
2017

Visual Semantic Planning Using Deep Successor Representations

ICCV 2017poster

A crucial capability of real-world intelligent agents is their ability to plan a sequence of actions to achieve their goals in the visual world. In this work, we address the problem of visual semantic planning: the task of predicting a sequence of actions from visual observations that transform a dy…

Cited by 178PDFScholar
2016

Newtonian Scene Understanding: Unfolding the Dynamics of Objects in Static Images

CVPR 2016poster

In this paper, we study the challenging problem of predicting the dynamics of objects in static images. Given a query object in an image, our goal is to provide a physical understanding of the object in terms of the forces acting upon it and its long term motion as response to those forces. Direct a…

Cited by 183PDFcodeScholar
2016

Situation Recognition: Visual Semantic Role Labeling for Image Understanding

CVPR 2016oral

This paper introduces situation recognition, the problem of producing a concise summary of the situation an image depicts including: (1) the main activity (e.g., clipping), (2) the participating actors, objects, substances, and locations (e.g., man, shears, sheep, wool, and field) and most important…

Cited by 321PDFcodeScholar
2016

You Only Look Once: Unified, Real-Time Object Detection

CVPR 2016oral

We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated class probabilities. A single neural network predicts bound…

Cited by 61920PDFcodeScholar
2015

Discriminative and Consistent Similarities in Instance-Level Multiple Instance Learning

CVPR 2015poster

In this paper we present a bottom-up method to instance-level Multiple Instance Learning (MIL) that learns to discover positive instances with globally constrained reasoning about local pairwise similarities. We discover positive instances by optimizing for a ranking such that positive (top rank) in…

Cited by 12SourcePDFScholar
2015

Generating Notifications for Missing Actions: Don't Forget to Turn the Lights Off!

ICCV 2015poster

We all have experienced forgetting habitual actions among our daily activities. For example, we probably have forgotten to turn the lights off before leaving a room or turn the stove off after cooking. In this paper, we propose a solution to the problem of issuing notifications on actions that may b…

Cited by 85PDFScholar
2015

Segment-Phrase Table for Semantic Segmentation, Visual Entailment and Paraphrasing

ICCV 2015oral

We introduce Segment-Phrase Table (SPT), a large collection of bijective associations between textual phrases and their corresponding segmentations. Leveraging recent progress in object recognition and natural language semantics, we show how we can successfully build a high-quality segment-phrase ta…

Cited by 24PDFScholar
2015

VisKE: Visual Knowledge Extraction and Question Answering by Visual Verification of Relation Phrases

CVPR 2015poster

How can we know whether a statement about our world is valid. For example, given a relationship between a pair of entities e.g., `eat(horse, hay)', how can we know whether this relationship is true or false in general. Gathering such knowledge about entities and their relationships is one of the fun…

Cited by 162SourcePDFScholar