← Search

Silvio Savarese

145 accepted papers

2026

CoAct-1: Computer-using Multi-agent System with Coding Actions

ICLR 2026poster

Autonomous agents that operate computers via Graphical User Interfaces (GUIs) often struggle with efficiency and reliability on complex, long-horizon tasks. While augmenting these agents with planners can improve task decomposition, they remain constrained by the inherent limitations of performing a…

Cited by 0SourcecodeScholar
2026

Entropy-Based Block Pruning for Efficient Large Language Models

ICLR 2026poster

As large language models continue to scale, their growing computational and storage demands pose significant challenges for real-world deployment. In this work, we investigate redundancy within Transformer-based models and propose an entropy-based pruning strategy to enhance efficiency while maintai…

Cited by 0SourceScholar
2026

Position: Vector Prompt Interfaces Should Be Exposed to Enable Customization of Large Language Models

ICML 2026poster

As large language models (LLMs) transition from research prototypes to real-world systems, customization has emerged as a central bottleneck. While text prompts can already customize LLM behavior, we argue that text-only prompting does not constitute a suitable control interface for scalable, stable…

Cited by 0SourceScholar
2026

SCUBA: Salesforce Computer Use Benchmark

ICLR 2026poster

We introduce SCUBA, a benchmark designed to evaluate computer-use agents on customer relationship management (CRM) workflows within the Salesforce platform. SCUBA contains 300 task instances derived from real user interviews, spanning three primary personas—platform administrators, sales representat…

Cited by 0SourcecodeScholar
2026

Test-Time Adaptation for LLM Agents via Environment Interaction

ICLR 2026poster

Large language model (LLM)-based agents struggle to generalize to novel and complex environments, such as unseen websites or new sets of functions, due to a fundamental mismatch between their pre-training and test-time conditions. This challenge stems from two distinct failure modes: a syntactic mis…

Cited by 0SourcecodeScholar
2026

WALT: Web Agents that Learn Tools

ICLR 2026poster

Web agents promise to automate complex browser tasks, but current methods remain brittle -- relying on step-by-step UI interactions and heavy LLM reasoning that break under dynamic layouts and long horizons. Humans, by contrast, exploit website-provided functionality through high-level operations li…

Cited by 0SourcecodeScholar
2025

APIGen-MT: Agentic Pipeline for Multi-Turn Data Generation via Simulated Agent-Human Interplay

NeurIPS 2025poster

Training effective AI agents for multi-turn interactions requires high-quality data that captures realistic human-agent dynamics, yet such data is scarce and expensive to collect manually. We introduce APIGen-MT, a two-phase framework that generates verifiable and diverse multi-turn agent data. In t…

Cited by 0SourceScholar
2025

ActionStudio: A Lightweight Framework for Data and Training of Large Action Models

EMNLP 2025

Large Action models are essential for enabling autonomous agents to perform complex tasks. However, training such models remains challenging due to the diversity of agent environments and the complexity of noisy agentic data. Existing infrastructure offers limited support for scalable, agent-specifi

2025

CRMArena: Understanding the Capacity of LLM Agents to Perform Professional CRM Tasks in Realistic Environments

NAACL 2025long

Customer Relationship Management (CRM) systems are vital for modern enterprises, providing a foundation for managing customer interactions and data. Integrating AI agents into CRM systems can automate routine processes and enhance personalized service. However, deploying and evaluating these agents…

2025

CodeTree: Agent-guided Tree Search for Code Generation with Large Language Models

NAACL 2025long

Pretrained on massive amounts of code and text data, large language models (LLMs) have demonstrated remarkable achievements in performing code generation tasks. With additional execution-based feedback, these models can act as agents with capabilities to self-refine and improve generated code autono…

Cited by 9SourcePDFScholar
2025

Contra4: Evaluating Contrastive Cross-Modal Reasoning in Audio, Video, Image, and 3D

EMNLP 2025

Real-world decision-making often begins with identifying which modality contains the most relevant information for a given query. While recent multimodal models have made impressive progress in processing diverse inputs, it remains unclear whether they can reason contrastively across multiple modali

Cited by 0SourcePDFScholar
2025

Diversity Empowers Intelligence: Integrating Expertise of Software Engineering Agents

ICLR 2025poster

Large language model (LLM) agents have shown great potential in solving real-world software engineering (SWE) problems. The most advanced open-source SWE agent can resolve over 27% of real GitHub issues in SWE-Bench Lite. However, these sophisticated agent frameworks exhibit varying strengths, excel…

Cited by 10SourcePDFScholar
2025

DyMU: Dynamic Merging and Virtual Unmerging for Efficient Variable-Length VLMs

NeurIPS 2025poster

We present DyMU, an efficient, training-free framework that dynamically reduces the computational burden of vision-language models (VLMs) while maintaining high task performance. Our approach comprises two key components. First, Dynamic Token Merging (DToMe) reduces the number of visual token embedd…

Cited by 0SourceScholar
2025

LAM SIMULATOR: Advancing Data Generation for Large Action Model Training via Online Exploration and Trajectory Feedback

ACL 2025finding

Large Action Models (LAMs) for AI Agents offer incredible potential but face challenges due to the need for high-quality training data, especially for multi-steps tasks that involve planning, executing tool calls, and responding to feedback. To address these issues, we present LAM SIMULATOR, a compr…

Cited by 0SourcePDFScholar
2025

LATTE: Learning to Think with Vision Specialists

EMNLP 2025

While open-source vision-language models perform well on simple question-answering, they still struggle with complex questions that require both perceptual and reasoning capabilities. We propose LATTE, a family of vision-language models that have LeArned to Think wiTh vision spEcialists. By offloadi

2025

Moirai-MoE: Empowering Time Series Foundation Models with Sparse Mixture of Experts

ICML 2025poster

Achieving effective unified pretraining on large time series corpora remains an open challenge in developing time series foundation models. Existing methods, such as Moirai, introduce multiple projection layers for time series of different frequencies to account for high data heterogeneity. We ident…

Cited by 0SourcePDFScholar
2025

PersonaBench: Evaluating AI Models on Understanding Personal Information through Accessing (Synthetic) Private User Data

ACL 2025finding

Personalization is essential for AI assistants, especially in private AI settings where models are expected to interpret users’ personal data (e.g., conversations, app usage) to understand their background, preferences, and social context. However, due to privacy concerns, existing academic research…

Cited by 23SourcePDFScholar
2025

Reward-Guided Speculative Decoding for Efficient LLM Reasoning

ICML 2025poster

We introduce Reward-Guided Speculative Decoding (RSD), a novel framework aimed at improving the efficiency of inference in large language models (LLMs). RSD synergistically combines a lightweight draft model with a more powerful target model, incorporating a controlled bias to prioritize high-reward…

Cited by 14SourcePDFScholar
2025

Text2Data: Low-Resource Data Generation with Textual Control

AAAI 2025technical

Natural language serves as a common and straightforward control signal for humans to interact seamlessly with machines. Recognizing the importance of this interface, the machine learning community is investing considerable effort in generating data that is semantically coherent with textual instruct…

2025

ViUniT: Visual Unit Tests for More Robust Visual Programming

CVPR 2025poster

Programming based approaches to reasoning tasks have substantially expanded the types of questions models can answer about visual scenes.Yet on benchmark visual reasoning data, when answering correctly, such models produce incorrect programs 33% of the time. These models are often right for the wron…

2025

xLAM: A Family of Large Action Models to Empower AI Agent Systems

NAACL 2025long

Autonomous agents powered by large language models (LLMs) have attracted significant research interest. However, the open-source community faces many challenges in developing specialized models for agent tasks, driven by the scarcity of high-quality agent datasets and the absence of standard protoco…

2024

"X-InstructBLIP: A Framework for Aligning Image, 3D, Audio, Video to LLMs and its Emergent Cross-modal Reasoning"

ECCV 2024poster

"Recent research has achieved significant advancements in visual reasoning tasks through learning image-to-language projections and leveraging the impressive reasoning abilities of Large Language Models (LLMs). This paper introduces an efficient and effective framework that integrates multiple modal…

2024

APIGen: Automated PIpeline for Generating Verifiable and Diverse Function-Calling Datasets

NeurIPS 2024poster

The advancement of function-calling agent models requires diverse, reliable, and high-quality datasets. This paper presents APIGen, an automated data generation pipeline designed to synthesize high-quality datasets for function-calling applications. We leverage APIGen and collect 3,673 executable AP…

2024

HIVE: Harnessing Human Feedback for Instructional Visual Editing

CVPR 2024poster

Incorporating human feedback has been shown to be crucial to align text generated by large language models to human preferences. We hypothesize that state-of-the-art instructional image editing models where outputs are generated based on an input image and an editing instruction could similarly bene…

2024

How Do Transformers Learn In-Context Beyond Simple Functions? A Case Study on Learning with Representations

ICLR 2024poster

While large language models based on the transformer architecture have demonstrated remarkable in-context learning (ICL) capabilities, understandings of such capabilities are still in an early stage, where existing theory and mechanistic understanding focus mostly on simple scenarios such as learnin…

Cited by 61SourcePDFScholar
2024

INDICT: Code Generation with Internal Dialogues of Critiques for Both Security and Helpfulness

NeurIPS 2024poster

Large language models (LLMs) for code are typically trained to align with natural language instructions to closely follow their intentions and requirements. However, in many practical scenarios, it becomes increasingly challenging for these models to navigate the intricate boundary between helpfulne…

2024

MINT-1T: Scaling Open-Source Multimodal Data by 10x: A Multimodal Dataset with One Trillion Tokens

NeurIPS 2024poster

Multimodal interleaved datasets featuring free-form interleaved sequences of images and text are crucial for training frontier large multimodal models (LMMs). Despite the rapid progression of open-source LMMs, there remains a pronounced scarcity of large-scale, open-source multimodal interleaved dat…

2024

OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments

NeurIPS 2024poster

Autonomous agents that accomplish complex computer tasks with minimal human interventions have the potential to transform human-computer interaction, significantly enhancing accessibility and productivity. However, existing benchmarks either lack an interactive environment or are limited to environm…

2024

Online Distribution Shift Detection via Recency Prediction

ICRA 2024poster

When deploying modern machine learning-enabled robotic systems in high-stakes applications, detecting distribution shift is critical. However, most existing methods for detecting distribution shift are not well-suited to robotics settings, where data often arrives in a streaming fashion and may be v…

Cited by 8SourceScholar
2024

Retroformer: Retrospective Large Language Agents with Policy Gradient Optimization

ICLR 2024spotlight

Recent months have seen the emergence of a powerful new trend in which large language models (LLMs) are augmented to become autonomous language agents capable of performing objective oriented multi-step tasks on their own, rather than merely responding to queries from human users. Most existing lang…

2024

ULIP-2: Towards Scalable Multimodal Pre-training for 3D Understanding

CVPR 2024poster

Recent advancements in multimodal pre-training have shown promising efficacy in 3D representation learning by aligning multimodal features across 3D shapes their 2D counterparts and language descriptions. However the methods used by existing frameworks to curate such multimodal data in particular la…

2024

Unified Training of Universal Time Series Forecasting Transformers

ICML 2024oral

Deep learning for time series forecasting has traditionally operated within a one-model-per-dataset framework, limiting its potential to leverage the game-changing impact of large pre-trained models. The concept of *universal forecasting*, emerging from pre-training on a vast collection of time seri…

2023

An Extensible Multi-modal Multi-task Object Dataset with Materials

ICLR 2023poster

We present EMMa, an Extensible, Multimodal dataset of Amazon product listings that contains rich Material annotations. It contains more than 2.8 million objects, each with image(s), listing text, mass, price, product ratings, and position in Amazon’s product-category taxonomy. We also design a compr…

Cited by 0SourcePDFScholar
2023

BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models

ICML 2023poster

The cost of vision-and-language pre-training has become increasingly prohibitive due to end-to-end training of large-scale models. This paper proposes BLIP-2, a generic and efficient pre-training strategy that bootstraps vision-language pre-training from off-the-shelf frozen pre-trained image encode…

2023

CodeGen: An Open Large Language Model for Code with Multi-Turn Program Synthesis

ICLR 2023top-25%

Program synthesis strives to generate a computer program as a solution to a given problem specification, expressed with input-output examples or natural language descriptions. The prevalence of large language models advances the state-of-the-art for program synthesis, though limited training resourc…

2023

Masked Unsupervised Self-training for Label-free Image Classification

ICLR 2023poster

State-of-the-art computer vision models are mostly trained with supervised learning using human-labeled images, which limits their scalability due to the expensive annotation cost. While self-supervised representation learning has achieved impressive progress, it still requires a second stage of fin…

2023

Modeling Dynamic Environments with Scene Graph Memory

ICML 2023poster

Embodied AI agents that search for objects in large environments such as households often need to make efficient decisions by predicting object locations based on partial information. We pose this as a new type of link prediction problem: link prediction on partially observable dynamic graphs Our gr…

Cited by 14SourcePDFScholar
2023

Procedure-Aware Pretraining for Instructional Video Understanding

CVPR 2023poster

Our goal is to learn a video representation that is useful for downstream procedure understanding tasks in instructional videos. Due to the small amount of available annotations, a key challenge in procedure understanding is to be able to extract from unlabeled videos the procedural knowledge such a…

2023

Sonicverse: A Multisensory Simulation Platform for Embodied Household Agents that See and Hear

ICRA 2023poster

Developing embodied agents in simulation has been a key research topic in recent years. Exciting new tasks, algorithms, and benchmarks have been developed in various simulators. However, most of them assume deaf agents in silent environments, while we humans perceive the world with multiple senses.…

Cited by 12SourcecodeScholar
2023

ULIP: Learning a Unified Representation of Language, Images, and Point Clouds for 3D Understanding

CVPR 2023poster

The recognition capabilities of current state-of-the-art 3D models are limited by datasets with a small number of annotated data and a pre-defined set of categories. In its 2D counterpart, recent advances have shown that similar problems can be significantly alleviated by employing knowledge from ot…

2023

UniControl: A Unified Diffusion Model for Controllable Visual Generation In the Wild

NeurIPS 2023poster

Achieving machine autonomy and human control often represent divergent objectives in the design of interactive AI systems. Visual generative foundation models such as Stable Diffusion show promise in navigating these goals, especially when prompted with arbitrary languages. However, they often fall…

2022

ACID: Action-Conditional Implicit Visual Dynamics for Deformable Object Manipulation

RSS 2022poster

Manipulating volumetric deformable objects in the real world, like plush toys and pizza dough, bring substantial challenges due to infinite shape variations, non-rigid motions, and partial observability. We introduce ACID, an action-conditional visual dynamics model for volumetric deformable objects…

Cited by 41SourcePDFScholar
2022

BEHAVIOR-1K: A Benchmark for Embodied AI with 1,000 Everyday Activities and Realistic Simulation

CoRL 2022oral

We present BEHAVIOR-1K, a comprehensive simulation benchmark for human-centered robotics. BEHAVIOR-1K includes two components, guided and motivated by the results of an extensive survey on "what do you want robots to do for you?". The first is the definition of 1,000 everyday activities, grounded in…

Cited by 205SourceScholar
2022

CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning

NeurIPS 2022accept

Program synthesis or code generation aims to generate a program that satisfies a problem specification. Recent approaches using large-scale pretrained language models (LMs) have shown promising results, yet they have some critical limitations. In particular, they often follow a standard supervised f…

2022

JRDB-Act: A Large-Scale Dataset for Spatio-Temporal Action, Social Group and Activity Detection

CVPR 2022poster

The availability of large-scale video action understanding datasets has facilitated advances in the interpretation of visual scenes containing people. However, learning to recognise human actions and their social interactions in an unconstrained real-world environment comprising numerous people, wit…

Cited by 46PDFScholar
2022

Local calibration: metrics and recalibration

UAI 2022poster

Probabilistic classifiers output confidence scores along with their predictions, and these confidence scores should be calibrated, i.e., they should reflect the reliability of the prediction. Confidence scores that minimize standard metrics such as the expected calibration error (ECE) accurately mea…

Cited by 23SourcePDFScholar
2022

Plug-and-Play VQA: Zero-shot VQA by Conjoining Large Pretrained Models with Zero Training

EMNLP 2022finding

Visual question answering (VQA) is a hallmark of vision and language reasoningand a challenging task under the zero-shot setting.We propose Plug-and-Play VQA (PNP-VQA),a modular framework for zero-shot VQA.In contrast to most existing works, which require substantial adaptation of pretrained languag…

2021

Adaptive Procedural Task Generation for Hard-Exploration Problems

ICLR 2021poster

We introduce Adaptive Procedural Task Generation (APT-Gen), an approach to progressively generate a sequence of tasks as curricula to facilitate reinforcement learning in hard-exploration problems. At the heart of our approach, a task generator learns to create tasks from a parameterized task space…

Cited by 35SourcePDFScholar
2021

BEHAVIOR: Benchmark for Everyday Household Activities in Virtual, Interactive, and Ecological Environments

CoRL 2021poster

We introduce BEHAVIOR, a benchmark for embodied AI with 100 activities in simulation, spanning a range of everyday household chores such as cleaning, maintenance, and food preparation. These activities are designed to be realistic, diverse and complex, aiming to reproduce the challenges that agents…

Cited by 176SourceScholar
2021

Co-GAIL: Learning Diverse Strategies for Human-Robot Collaboration

CoRL 2021poster

We present a method for learning human-robot collaboration policy from human-human collaboration demonstrations. An effective robot assistant must learn to handle diverse human behaviors shown in the demonstrations and be robust when the humans adjust their strategies during online task execution. O…

Cited by 49SourceScholar
2021

Deep Affordance Foresight: Planning Through What Can Be Done in the Future

ICRA 2021poster

Planning in realistic environments requires searching in large planning spaces. Affordances are a powerful concept to simplify this search, because they model what actions can be successful in a given situation. However, the classical notion of affordance is not suitable for long horizon planning be…

Cited by 94SourcecodeScholar
2021

Discovering Generalizable Skills via Automated Generation of Diverse Tasks

RSS 2021poster

The learning efficiency of an intelligent agent can be greatly improved by utilizing a useful set of skills. However; the design of robot skills can often be intractable in real-world applications due to the prohibitive amount of effort and expertise that it requires. In this work; we introduce Skil…

Cited by 13SourcePDFScholar
2021

Error-Aware Imitation Learning from Teleoperation Data for Mobile Manipulation

CoRL 2021poster

In mobile manipulation (MM), robots can both navigate within and interact with their environment and are thus able to complete many more tasks than robots only capable of navigation or manipulation. In this work, we explore how to apply imitation learning (IL) to learn continuous visuo-motor policie…

Cited by 66SourceScholar
2021

Generalization Through Hand-Eye Coordination: An Action Space for Learning Spatially-Invariant Visuomotor Control

IROS 2021poster

Imitation Learning (IL) is an effective framework to learn visuomotor skills from offline demonstration data. However, IL methods often fail to generalize to new scene configurations not covered by training data. On the other hand, humans can manipulate objects in varying conditions. Key to such cap…

Cited by 35SourceScholar
2021

LASER: Learning a Latent Action Space for Efficient Reinforcement Learning

ICRA 2021poster

The process of learning a manipulation task depends strongly on the action space used for exploration: posed in the incorrect action space, solving a task with reinforcement learning can be drastically inefficient. Additionally, similar tasks or instances of the same task family impose latent manifo…

Cited by 69SourceScholar
2021

Learning Language-Conditioned Robot Behavior from Offline Data and Crowd-Sourced Annotation

CoRL 2021poster

We study the problem of learning a range of vision-based manipulation tasks from a large offline dataset of robot interaction. In order to accomplish this, humans need easy and effective ways of specifying tasks to the robot. Goal images are one popular form of task specification, as they are alread…

Cited by 170SourceScholar
2021

Learning Multi-Arm Manipulation Through Collaborative Teleoperation

ICRA 2021poster

Imitation Learning (IL) is a powerful paradigm to teach robots to perform manipulation tasks by allowing them to learn from human demonstrations collected via teleoperation, but has mostly been limited to single-arm manipulation. However, many real-world tasks require multiple arms, such as lifting…

Cited by 58SourceScholar
2021

Probabilistic Visual Navigation with Bidirectional Image Prediction

IROS 2021poster

Humans can robustly follow a visual trajectory defined by a sequence of images (i.e. a video) regardless of substantial changes in the environment or the presence of obstacles. We aim at endowing similar visual navigation capabilities to mobile robots solely equipped with a RGB fisheye camera. We pr…

Cited by 8SourceScholar
2021

ReLMoGen: Integrating Motion Generation in Reinforcement Learning for Mobile Manipulation

ICRA 2021poster

Many Reinforcement Learning (RL) approaches use joint control signals (positions, velocities, torques) as action space for continuous control tasks. We propose to lift the action space to a higher level in the form of subgoals for a motion generator (a combination of motion planner and trajectory ex…

Cited by 81SourceScholar
2021

Robot Navigation in Constrained Pedestrian Environments using Reinforcement Learning

ICRA 2021poster

Navigating fluently around pedestrians is a necessary capability for mobile robots deployed in human environments, such as buildings and homes. While research on social navigation has focused mainly on the scalability with the number of pedestrians in open spaces, typical indoor environments present…

Cited by 98SourceScholar
2021

Semantic and Geometric Modeling with Neural Message Passing in 3D Scene Graphs for Hierarchical Mechanical Search

ICRA 2021poster

Searching for objects in indoor organized environments such as homes or offices is part of our everyday activities. When looking for a desired object, we reason about the rooms and containers the object is likely to be in; the same type of container will have a different probability of containing th…

Cited by 37SourceScholar
2021

TRiPOD: Human Trajectory and Pose Dynamics Forecasting in the Wild

ICCV 2021poster

Joint forecasting of human trajectory and pose dynamics is a fundamental building block of various applications ranging from robotics and autonomous driving to surveillance systems. Predicting body dynamics requires capturing subtle information embedded in the humans' interactions with each other an…

Cited by 64PDFScholar
2021

Topological Planning With Transformers for Vision-and-Language Navigation

CVPR 2021poster

Conventional approaches to vision-and-language navigation (VLN) are trained end-to-end but struggle to perform well in freely traversable environments. Inspired by the robotics community, we propose a modular approach to VLN using topological maps. Given a natural language instruction and topologica…

Cited by 129PDFScholar
2021

What Matters in Learning from Offline Human Demonstrations for Robot Manipulation

CoRL 2021oral

Imitating human demonstrations is a promising approach to endow robots with various manipulation capabilities. While recent advances have been made in imitation learning and batch (offline) reinforcement learning, a lack of open-source human datasets and reproducible learning methods make assessing…

Cited by 523SourcecodeScholar
2021

iGibson 1.0: A Simulation Environment for Interactive Tasks in Large Realistic Scenes

IROS 2021poster

We present iGibson 1.0, a novel simulation environment to develop robotic solutions for interactive tasks in large-scale realistic scenes. Our environment contains 15 fully interactive home-sized scenes with 108 rooms populated with rigid and articulated objects. The scenes are replicas of real-worl…

Cited by 193SourceScholar
2021

iGibson 2.0: Object-Centric Simulation for Robot Learning of Everyday Household Tasks

CoRL 2021poster

Recent research in embodied AI has been boosted by the use of simulation environments to develop and train robot learning approaches. However, the use of simulation has skewed the attention to tasks that only require what robotics simulators can simulate: motion and physical contact. We present iGib…

Cited by 268SourceScholar
2020

6-PACK: Category-level 6D Pose Tracker with Anchor-Based Keypoints

ICRA 2020poster

We present 6-PACK, a deep learning approach to category-level 6D object pose tracking on RGB-D data. Our method tracks in real time novel object instances of known object categories such as bowls, laptops, and mugs. 6-PACK learns to compactly represent an object by a handful of 3D keypoints, based o…

Cited by 190SourcecodeScholar
2020

GTI: Learning to Generalize across Long-Horizon Tasks from Human Demonstrations

RSS 2020poster

Imitation learning is an effective and safe technique to train robot policies in the real world because it does not depend on an expensive random exploration process. However, due to the lack of exploration, learning policies that generalize beyond the demonstrated behaviors is still an open challen…

Cited by 174SourcePDFScholar
2020

Generative Sparse Detection Networks for 3D Single-shot Object Detection

ECCV 2020poster

3D object detection has been widely studied due to its potential applicability to many promising areas such as robotics and augmented reality. Yet, the sparse nature of the 3D data poses unique challenges to this task. Most notably, the observable surface of the 3D point clouds is disjoint from the…

2020

IRIS: Implicit Reinforcement without Interaction at Scale for Learning Control from Offline Robot Manipulation Data

ICRA 2020poster

Learning from offline task demonstrations is a problem of great interest in robotics. For simple short-horizon manipulation tasks with modest variation in task instances, offline learning from a small set of demonstrations can produce controllers that successfully solve the task. However, leveraging…

Cited by 146SourceScholar
2020

Interactive Gibson Benchmark: A Benchmark for Interactive Navigation in Cluttered Environments

RA-L 2020

We present Interactive Gibson Benchmark, the first comprehensive benchmark for training and evaluating Interactive Navigation solutions. Interactive Navigation tasks are robot navigation problems where physical interaction with objects (e.g., pushing) is allowed and even encouraged to reach the goal

Cited by 211SourceScholar
2020

JRMOT: A Real-Time 3D Multi-Object Tracker and a New Large-Scale Dataset

IROS 2020poster

Robots navigating autonomously need to perceive and track the motion of objects and other agents in its surroundings. This information enables planning and executing robust and safe trajectories. To facilitate these processes, the motion should be perceived in 3D Cartesian space. However, most recen…

Cited by 106SourcecodeScholar
2020

KETO: Learning Keypoint Representations for Tool Manipulation

ICRA 2020poster

We aim to develop an algorithm for robots to manipulate novel objects as tools for completing different task goals. An efficient and informative representation would facilitate the effectiveness and generalization of such algorithms. For this purpose, we present KETO, a framework of learning keypoin…

Cited by 120SourceScholar
2020

Multimodal Sensor Fusion with Differentiable Filters

IROS 2020poster

Leveraging multimodal information with recursive Bayesian filters improves performance and robustness of state estimation, as recursive filters can combine different modalities according to their uncertainties. Prior work has studied how to optimally fuse different sensor modalities with analytical…

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

Visuomotor Mechanical Search: Learning to Retrieve Target Objects in Clutter

IROS 2020poster

When searching for objects in cluttered environments, it is often necessary to perform complex interactions in order to move occluding objects out of the way and fully reveal the object of interest and make it graspable. Due to the complexity of the physics involved and the lack of accurate models o…

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

3D Scene Graph: A Structure for Unified Semantics, 3D Space, and Camera

ICCV 2019poster

A comprehensive semantic understanding of a scene is important for many applications - but in what space should diverse semantic information (e.g., objects, scene categories, material types, 3D shapes, etc.) be grounded and what should be its structure? Aspiring to have one unified structure that ho…

Cited by 413PDFcodeScholar
2019

4D Spatio-Temporal ConvNets: Minkowski Convolutional Neural Networks

CVPR 2019poster

In many robotics and VR/AR applications, 3D-videos are readily-available input sources (a sequence of depth images, or LIDAR scans). However, in many cases, the 3D-videos are processed frame-by-frame either through 2D convnets or 3D perception algorithms. In this work, we propose 4-dimensional convo…

Cited by 2282PDFcodeScholar
2019

A Behavioral Approach to Visual Navigation with Graph Localization Networks

RSS 2019poster

Inspired by research in psychology, we introduce a behavioral approach for visual navigation using topological maps. Our goal is to enable a robot to navigate from one location to another, relying only on its visual observations and the topological map of the environment. To this end, we propose usi…

Cited by 123SourcePDFScholar
2019

AC-Teach: A Bayesian Actor-Critic Method for Policy Learning with an Ensemble of Suboptimal Teachers

CoRL 2019

The exploration mechanism used by a Deep Reinforcement Learning (RL) agent plays a key role in determining its sample efficiency. Thus, improving over random exploration is crucial to solve long-horizon tasks with sparse rewards. We propose to leverage an ensemble of partial solutions as teachers th

Cited by 0SourcePDFScholar
2019

Continuous Relaxation of Symbolic Planner for One-Shot Imitation Learning

IROS 2019poster

We address one-shot imitation learning, where the goal is to execute a previously unseen task based on a single demonstration. While there has been exciting progress in this direction, most of the approaches still require a few hundred tasks for meta-training, which limits the scalability of the app…

Cited by 48SourceScholar
2019

Deep Local Trajectory Replanning and Control for Robot Navigation

ICRA 2019poster

We present a navigation system that combines ideas from hierarchical planning and machine learning. The system uses a traditional global planner to compute optimal paths towards a goal, and a deep local trajectory planner and velocity controller to compute motion commands. The latter components of t…

Cited by 88SourceScholar
2019

Deep Visual MPC-Policy Learning for Navigation

RA-L 2019

Humans can routinely follow a trajectory defined by a list of images/landmarks. However, traditional robot navigation methods require accurate mapping of the environment, localization, and planning. Moreover, these methods are sensitive to subtle changes in the environment. In this letter, we propos

Cited by 114SourceScholar
2019

DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion

CVPR 2019poster

A key technical challenge in performing 6D object pose estimation from RGB-D image is to fully leverage the two complementary data sources. Prior works either extract information from the RGB image and depth separately or use costly post-processing steps, limiting their performances in highly clutte…

Cited by 1292PDFScholar
2019

Dynamics Learning with Cascaded Variational Inference for Multi-Step Manipulation

CoRL 2019

The fundamental challenge of planning for multi-step manipulation is to find effective and plausible action sequences that lead to the task goal. We present Cascaded Variational Inference Planner (CAVIN), a model-based method that hierarchically generates plans by sampling from latent spaces. To fac

Cited by 0SourcePDFScholar
2019

Generalized Intersection Over Union: A Metric and a Loss for Bounding Box Regression

CVPR 2019poster

Intersection over Union (IoU) is the most popular evaluation metric used in the object detection benchmarks. However, there is a gap between optimizing the commonly used distance losses for regressing the parameters of a bounding box and maximizing this metric value. The optimal objective for a metr…

Cited by 6789PDFcodeScholar
2019

HRL4IN: Hierarchical Reinforcement Learning for Interactive Navigation with Mobile Manipulators

CoRL 2019

Most common navigation tasks in human environments require auxiliary arm interactions, e.g. opening doors, pressing buttons and pushing obstacles away. This type of navigation tasks, which we call Interactive Navigation, requires the use of mobile manipulators: mobile bases with manipulation capabil

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

2019

Making Sense of Vision and Touch: Self-Supervised Learning of Multimodal Representations for Contact-Rich Tasks

ICRA 2019poster

Contact-rich manipulation tasks in unstructured environments often require both haptic and visual feedback. However, it is non-trivial to manually design a robot controller that combines modalities with very different characteristics. While deep reinforcement learning has shown success in learning c…

Cited by 446SourcecodeScholar
2019

Mechanical Search: Multi-Step Retrieval of a Target Object Occluded by Clutter

ICRA 2019poster

When operating in unstructured environments such as warehouses, homes, and retail centers, robots are frequently required to interactively search for and retrieve specific objects from cluttered bins, shelves, or tables. Mechanical Search describes the class of tasks where the goal is to locate and…

Cited by 141SourceScholar
2019

Neural Task Graphs: Generalizing to Unseen Tasks From a Single Video Demonstration

CVPR 2019oral

Our goal is to generate a policy to complete an unseen task given just a single video demonstration of the task in a given domain. We hypothesize that to successfully generalize to unseen complex tasks from a single video demonstration, it is necessary to explicitly incorporate the compositional str…

Cited by 173PDFScholar
2019

Regression Planning Networks

NeurIPS 2019poster

Recent learning-to-plan methods have shown promising results on planning directly from observation space. Yet, their ability to plan for long-horizon tasks is limited by the accuracy of the prediction model. On the other hand, classical symbolic planners show remarkable capabilities in solving long-…

2019

Scaling Robot Supervision to Hundreds of Hours with RoboTurk: Robotic Manipulation Dataset through Human Reasoning and Dexterity

IROS 2019poster

Large, richly annotated datasets have accelerated progress in fields such as computer vision and natural language processing, but replicating these successes in robotics has been challenging. While prior data collection methodologies such as self-supervision have resulted in large datasets, the data…

Cited by 105SourceScholar
2019

Scene Memory Transformer for Embodied Agents in Long-Horizon Tasks

CVPR 2019poster

Many robotic applications require the agent to perform long-horizon tasks in partially observable environments. In such applications, decision making at any step can depend on observations received far in the past. Hence, being able to properly memorize and utilize the long-term history is crucial.…

Cited by 238PDFScholar
2019

Situational Fusion of Visual Representation for Visual Navigation

ICCV 2019poster

A complex visual navigation task puts an agent in different situations which call for a diverse range of visual perception abilities. For example, to "go to the nearest chair", the agent might need to identify a chair in a living room using semantics, follow along a hallway using vanishing point cue…

Cited by 70PDFScholar
2019

SoPhie: An Attentive GAN for Predicting Paths Compliant to Social and Physical Constraints

CVPR 2019poster

This paper addresses the problem of path prediction for multiple interacting agents in a scene, which is a crucial step for many autonomous platforms such as self-driving cars and social robots. We present SoPhie; an interpretable framework based on Generative Adversarial Network (GAN), which levera…

Cited by 1245PDFcodeScholar
2019

Social-BiGAT: Multimodal Trajectory Forecasting using Bicycle-GAN and Graph Attention Networks

NeurIPS 2019poster

Predicting the future trajectories of multiple interacting pedestrians in a scene has become an increasingly important problem for many different applications ranging from control of autonomous vehicles and social robots to security and surveillance. This problem is compounded by the presence of soc…

Cited by 838SourcePDFScholar
2019

VUNet: Dynamic Scene View Synthesis for Traversability Estimation Using an RGB Camera

RA-L 2019

We present VUNet, a novel view(VU) synthesis method for mobile robots in dynamic environments, and its application to the estimation of future traversability. Our method predicts future images for given virtual robot velocity commands using only RGB images at previous and current time steps. The fut

Cited by 40SourceScholar
2019

Variable Impedance Control in End-Effector Space: An Action Space for Reinforcement Learning in Contact-Rich Tasks

IROS 2019poster

Reinforcement Learning (RL) of contact-rich manipulation tasks has yielded impressive results in recent years. While many studies in RL focus on varying the observation space or reward model, few efforts focused on the choice of action space (e.g. joint or end-effector space, position, velocity, etc…

Cited by 231SourcecodeScholar
2018

Adversarial Feature Augmentation for Unsupervised Domain Adaptation

CVPR 2018poster

Recent works showed that Generative Adversarial Networks (GANs) can be successfully applied in unsupervised domain adaptation, where, given a labeled source dataset and an unlabeled target dataset, the goal is to train powerful classifiers for the target samples. In particular, it was shown that a G…

Cited by 303SourcePDFScholar
2018

CAR-Net: Clairvoyant Attentive Recurrent Network

ECCV 2018poster

We present an interpretable framework for path prediction that leverages dependencies between agents' behaviors and their spatial navigation environment. We exploit two sources of information: the past motion trajectory of the agent of interest and a wide top-view image of the navigation scene. We p…

Cited by 177SourcePDFScholar
2018

Deep Learning Under Privileged Information Using Heteroscedastic Dropout

CVPR 2018poster

Unlike machines, humans learn through rapid, abstract model-building. The role of a teacher is not simply to hammer home right or wrong answers, but rather to provide intuitive comments, comparisons, and explanations to a pupil. This is what the Learning Under Privileged Information (LUPI) paradigm…

2018

Demo2Vec: Reasoning Object Affordances From Online Videos

CVPR 2018poster

Watching expert demonstrations is an important way for humans and robots to reason about affordances of unseen objects. In this paper, we consider the problem of reasoning object affordances through the feature embedding of demonstration videos. We design the Demo2Vec model which learns to extract e…

Cited by 132SourcePDFScholar
2018

GONet: A Semi-Supervised Deep Learning Approach For Traversability Estimation

IROS 2018poster

We present semi-supervised deep learning approaches for traversability estimation from fisheye images. Our method, GONet, and the proposed extensions leverage Generative Adversarial Networks (GANs) to effectively predict whether the area seen in the input image(s) is safe for a robot to traverse. Th…

Cited by 74SourceScholar
2018

Generalizing to Unseen Domains via Adversarial Data Augmentation

NeurIPS 2018poster

We are concerned with learning models that generalize well to different unseen domains. We consider a worst-case formulation over data distributions that are near the source domain in the feature space. Only using training data from a single source distribution, we propose an iterative procedure tha…

2018

Gibson Env: Real-World Perception for Embodied Agents

CVPR 2018poster

Perception and being active (having a certain level of motion freedom) are closely tied. Learning active perception and sensorimotor control in the physical world is cumbersome as existing algorithms are too slow to efficiently learn in real-time and robots are fragile and costly. This has given ris…

2018

Im2Pano3D: Extrapolating 360° Structure and Semantics Beyond the Field of View

CVPR 2018poster

We present Im2Pano3D, a convolutional neural network that generates a dense prediction of 3D structure and a probability distribution of semantic labels for a full 360 panoramic view of an indoor scene when given only a partial observation ( <=50%) in the form of an RGB-D image. To make this possibl…

2018

Learning Task-Oriented Grasping for Tool Manipulation from Simulated Self-Supervision

RSS 2018poster

Tool manipulation is vital for facilitating robots to complete challenging task goals. It requires reasoning about the desired effect of the task and thus properly grasping and manipulating the tool to achieve the task. Task-agnostic grasping optimizes for grasp robustness while ignoring crucial tas…

Cited by 259SourcePDFScholar
2018

Multi-Task Domain Adaptation for Deep Learning of Instance Grasping from Simulation

ICRA 2018poster

Learning-based approaches to robotic manipulation are limited by the scalability of data collection and accessibility of labels. In this paper, we present a multi-task domain adaptation framework for instance grasping in cluttered scenes by utilizing simulated robot experiments. Our neural network t…

Cited by 135SourceScholar
2018

Neural Task Programming: Learning to Generalize Across Hierarchical Tasks

ICRA 2018poster

In this work, we propose a novel robot learning framework called Neural Task Programming (NTP), which bridges the idea of few-shot learning from demonstration and neural program induction. NTP takes as input a task specification (e.g., video demonstration of a task) and recursively decomposes it int…

Cited by 257SourcecodeScholar
2018

ROBOTURK: A Crowdsourcing Platform for Robotic Skill Learning through Imitation

CoRL 2018

Imitation Learning has empowered recent advances in learning robotic manipulation tasks by addressing shortcomings of Reinforcement Learning such as exploration and reward specification. However, research in this area has been limited to modest-sized datasets due to the difficulty of collecting larg

Cited by 0SourcePDFScholar
2018

SURREAL: Open-Source Reinforcement Learning Framework and Robot Manipulation Benchmark

CoRL 2018

Reproducibility has been a significant challenge in deep reinforcement learning and robotics research. Open-source frameworks and standardized benchmarks can serve an integral role in rigorous evaluation and reproducible research. We introduce SURREAL, an open-source scalable framework that supports

2018

Social GAN: Socially Acceptable Trajectories With Generative Adversarial Networks

CVPR 2018poster

Understanding human motion behavior is critical for autonomous moving platforms (like self-driving cars and social robots) if they are to navigate human-centric environments. This is challenging because human motion is inherently multimodal: given a history of human motion paths, there are many soci…

2018

Taskonomy: Disentangling Task Transfer Learning

CVPR 2018poster

Do visual tasks have a relationship, or are they unrelated? For instance, could having surface normals simplify estimating the depth of an image? Intuition answers these questions positively, implying existence of a structure among visual tasks. Knowing this structure has notable uses; it is the con…

2017

Adversarially Robust Policy Learning: Active construction of physically-plausible perturbations

IROS 2017poster

Policy search methods in reinforcement learning have demonstrated success in scaling up to larger problems beyond toy examples. However, deploying these methods on real robots remains challenging due to the large sample complexity required during learning and their vulnerability to malicious interve…

Cited by 219SourcecodeScholar
2017

Lattice Long Short-Term Memory for Human Action Recognition

ICCV 2017poster

Human actions captured in video sequences are three-dimensional signals characterizing visual appearance and motion dynamics. To learn action patterns, existing methods adopt Convolutional and/or Recurrent Neural Networks (CNNs and RNNs). CNN based methods are effective in learning spatial appearanc…

Cited by 232PDFScholar
2017

Social Scene Understanding: End-To-End Multi-Person Action Localization and Collective Activity Recognition

CVPR 2017oral

We present a unified framework for understanding human social behaviors in raw image sequences. Our model jointly detects multiple individuals, infers their social actions, and estimates the collective actions with a single feed-forward pass through a neural network. We propose a single architecture…

Cited by 296PDFScholar
2017

Tracking the Untrackable: Learning to Track Multiple Cues With Long-Term Dependencies

ICCV 2017poster

The majority of existing solutions to the Multi-Target Tracking (MTT) problem do not combine cues over a long period of time in a coherent fashion. In this paper, we present an online method that encodes long-term temporal dependencies across multiple cues. One key challenge of tracking methods is t…

Cited by 721PDFScholar
2017

image2mass: Estimating the Mass of an Object from Its Image

CoRL 2017

Successful robotic manipulation of real-world objects requires an understanding of the physical properties of these objects. We propose a model for estimating one such physical property, mass, from an object’s image. We collect a large dataset of online product information containing images, sizes,

2016

3D Semantic Parsing of Large-Scale Indoor Spaces

CVPR 2016oral

In this paper, we propose a method for semantic parsing the 3D point cloud of an entire building using a hierarchical approach: first, the raw data is parsed into semantically meaningful spaces (e.g. rooms, etc) that are aligned into a canonical reference coordinate system. Second, the spaces are pa…

Cited by 2242PDFScholar
2016

A Probabilistic Framework for Real-time 3D Segmentation using Spatial, Temporal, and Semantic Cues

RSS 2016poster

In order to track dynamic objects in a robot’s environment, one must first segment the scene into a collection of separate objects. Most real-time robotic vision systems today rely on simple spatial relations to segment the scene into separate objects. However, such methods fail under a variety of…

Cited by 54SourcePDFScholar
2016

DeLay: Robust Spatial Layout Estimation for Cluttered Indoor Scenes

CVPR 2016poster

We consider the problem of estimating the spatial layout of an indoor scene from a monocular RGB image, modeled as the projection of a 3D cuboid. Existing solutions to this problem often rely strongly on hand-engineered features and vanishing point detection, which are prone to failure in the presen…

Cited by 189PDFScholar
2016

Deep Metric Learning via Lifted Structured Feature Embedding

CVPR 2016spotlight

Learning the distance metric between pairs of examples is of great importance for learning and visual recognition. With the remarkable success from the state of the art convolutional neural networks, recent works have shown promising results on discriminatively training the networks to learn semanti…

Cited by 2134PDFcodeScholar
2016

Learning Transferrable Representations for Unsupervised Domain Adaptation

NeurIPS 2016poster

Supervised learning with large scale labelled datasets and deep layered models has caused a paradigm shift in diverse areas in learning and recognition. However, this approach still suffers from generalization issues under the presence of a domain shift between the training and the test data distrib…

Cited by 345SourcePDFScholar
2016

Social LSTM: Human Trajectory Prediction in Crowded Spaces

CVPR 2016spotlight

Humans navigate complex crowded environments based on social conventions: they respect personal space, yielding right-of-way and avoid collisions. In our work, we propose a data-driven approach to learn these human-human interactions for predicting their future trajectories. This is in contrast to t…

Cited by 4143PDFScholar
2016

Structural-RNN: Deep Learning on Spatio-Temporal Graphs

CVPR 2016oral

Deep Recurrent Neural Network architectures, though remarkably capable at modeling sequences, lack an intuitive high-level spatio-temporal structure. That is while many problems in computer vision inherently have an underlying high-level structure and can benefit from it. Spatio-temporal graphs are…

Cited by 1477PDFcodeScholar
2016

Watch-Bot: Unsupervised learning for reminding humans of forgotten actions

ICRA 2016

We present a robotic system that watches a human using a Kinect v2 RGB-D sensor, detects what he forgot to do while performing an activity, and if necessary reminds the person using a laser pointer to point out the related object. Our simple setup can be easily deployed on any assistive robot. Our a

Cited by 17SourceScholar
2015

A Coarse-to-Fine Model for 3D Pose Estimation and Sub-Category Recognition

CVPR 2015poster

Despite the fact that object detection, 3D pose estimation, and sub-category recognition are highly correlated tasks, they are usually addressed independently from each other because of the huge space of parameters. To jointly model all of these tasks, we propose a coarse-to-fine hierarchical repres…

Cited by 104SourcePDFScholar
2015

Data-Driven 3D Voxel Patterns for Object Category Recognition

CVPR 2015poster

Despite the great progress achieved in recognizing objects as 2D bounding boxes in images, it is still very challenging to detect occluded objects and estimate the 3D properties of multiple objects from a single image. In this paper, we propose a novel object representation, 3D Voxel Pattern (3DVP),…

Cited by 440SourcePDFScholar
2015

Enriching Object Detection With 2D-3D Registration and Continuous Viewpoint Estimation

CVPR 2015poster

A large body of recent work on object detection has focused on exploiting 3D CAD model databases to improve detection performance. Many of these approaches work by aligning exact 3D models to images using templates generated from renderings of the 3D models at a set of discrete viewpoints. However,…

Cited by 54SourcePDFScholar
2015

Watch-n-Patch: Unsupervised Understanding of Actions and Relations

CVPR 2015poster

We focus on modeling human activities comprising multiple actions in a completely unsupervised setting. Our model learns the high-level action co-occurrence and temporal relations between the actions in the activity video. We consider the video as a sequence of short-term action clips, called action…

Cited by 182SourcePDFScholar