← Search

Joseph E Gonzalez

90 accepted papers

2026

Are Large Reasoning Models Interruptible?

ICML 2026poster

Real-world applications of Large Reasoning Models (LRMs) often require reasoning about changing prompts or environments. In this work, we evaluate LRM robustness under two realistic dynamic scenarios: interruptions, which test the accuracy of model responses under budget-constrained outputs, and dyn…

Cited by 0SourceScholar
2026

Characterizing Agents in Production

ICML 2026oral

LLM-based agents already operate in production across many industries, yet we lack a clear understanding of which technical methods make these deployments successful. We present the first systematic study of Characterizing Agents in Production (CAP) using first-hand data from agent developers. We co…

Cited by 0SourceScholar
2026

ConServe: Fine-Grained GPU Harvesting for LLM Online and Offline Co-Serving

ICML 2026poster

Large language model (LLM) serving demands low latency and high throughput, but high load variability leads to significant GPU utilization. In this paper, we identify a synergetic but overlooked opportunity to co-serve latency-critical online requests alongside *latency-tolerant offline* tasks, whic…

Cited by 0SourceScholar
2026

DS SERVE: A Framework for Efficient and Scalable Neural Retrieval

AAAI 2026technical

We present DS SERVE, a framework that transforms large-scale text datasets—comprising half a trillion tokens—into a high-performance neural retrieval system. DS SERVE offers both a web interface and API endpoints, achieving low latency with modest memory overhead on a single node. The framework also

Cited by 0SourcePDFScholar
2026

FrontierCS: Evolving Challenges for Evolving Intelligence

ICML 2026poster

We introduce FrontierCS, a benchmark of 240 open-ended problems across diverse areas of computer science, designed and reviewed by experts, including CS PhDs and top-tier competitive programming participants and problem setters. Unlike existing benchmarks that focus on tasks with known optimal solut…

Cited by 0SourceScholar
2026

How to Train Your Advisor: Steering Black-Box LLMs with Advisor Models

ICML 2026poster

Frontier language models are deployed as black-box services, where model weights cannot be modified and customization is limited to prompting. We introduce Advisor Models, a method to train small open-weight models to generate dynamic, per-instance natural language advice that improves the capabilit…

Cited by 0SourceScholar
2026

MFCL Audio: An Audio Function Calling Evaluation for Large Language Models

ICML 2026poster

Audio agents are increasingly deployed to execute tools from spoken requests, yet audio tool use poses challenges beyond text-only function calling: perception errors (e.g., homophones, noise, disfluencies) can corrupt entities and arguments, and natural interactions often require clarification that…

Cited by 0SourceScholar
2026

SLA: Beyond Sparsity in Diffusion Transformers via Fine-Tunable Sparse–Linear Attention

ICLR 2026poster

In Diffusion Transformer (DiT) models, particularly for video generation, attention latency is a major bottleneck due to the long sequence length and the quadratic complexity. Interestingly, we find that attention weights can be decoupled into two matrices: a small fraction of large weights with hig…

Cited by 44SourcecodeScholar
2026

Search Arena: Analyzing Search-Augmented LLMs

ICLR 2026poster

Search-augmented language models combine web search with Large Language Models (LLMs) to improve response groundedness and freshness. However, analyzing these systems remains challenging: existing datasets are limited in scale and narrow in scope, often constrained to static, single-turn, fact-check…

Cited by 0SourcecodeScholar
2026

vAttention: Verified Sparse Attention via Sampling

ICLR 2026poster

State-of-the-art sparse attention methods for reducing decoding latency fall into two main categories: approximate top-$k$ (and its extension, top-$p$) and recently introduced sampling-based estimation. However, these approaches are fundamentally limited in their ability to approximate full attentio…

Cited by 0SourcecodeScholar
2026

vCache: Verified Semantic Prompt Caching

ICLR 2026poster

Semantic caches return cached responses for semantically similar prompts to reduce LLM inference latency and cost. They embed cached prompts and store them alongside their response in a vector database. Embedding similarity metrics assign a numerical score to quantify the similarity between a reques…

Cited by 0SourcecodeScholar
2025

Discovering Divergent Representations between Text-to-Image Models

ICCV 2025poster

In this paper, we investigate when and how visual representations learned by two different generative models diverge from each other. Specifically, given two text-to-image models, our goal is to discover visual attributes that appear in images generated by one model but not the other, along with the…

Cited by 0SourcePDFScholar
2025

From Crowdsourced Data to High-quality Benchmarks: Arena-Hard and Benchbuilder Pipeline

ICML 2025poster

The rapid evolution of Large Language Models (LLMs) has outpaced the development of model evaluation, highlighting the need for continuous curation of new, challenging benchmarks. However, manual curation of high-quality, human-aligned benchmarks is expensive and time-consuming. To address this, we…

Cited by 0SourcePDFScholar
2025

Generate, but Verify: Reducing Hallucination in Vision-Language Models with Retrospective Resampling

NeurIPS 2025poster

Vision-Language Models (VLMs) excel at visual understanding but often suffer from visual hallucinations, where they generate descriptions of nonexistent objects, actions, or concepts, posing significant risks in safety-critical applications. Existing hallucination mitigation methods typically follow…

Cited by 0SourcecodeScholar
2025

HashAttention: Semantic Sparsity for Faster Inference

ICML 2025poster

Leveraging long contexts is crucial for advanced AI systems, but attention computation poses a scalability challenge. While scaled dot-product attention (SDPA) exhibits token sparsity, i.e. only a few pivotal tokens significantly contribute to output, exploiting this sparsity remains challenging. Ex…

Cited by 3SourcePDFScholar
2025

How to Evaluate Reward Models for RLHF

ICLR 2025poster

We introduce a new benchmark for reward models that quantifies their ability to produce strong language models through RLHF (Reinforcement Learning from Human Feedback). The gold-standard approach is to run a full RLHF training pipeline and directly probe downstream LLM performance. However, this pr…

2025

Language Models Can Easily Learn to Reason from Demonstrations

EMNLP 2025

Large reasoning models (LRMs) tackle complex problems by following long chain-of-thoughts (Long CoT) that incorporate reflection, backtracking, and self-validation. However, the training techniques and data requirements to elicit Long CoT remain poorly understood. In this work, we find that language

Cited by 0SourcePDFScholar
2025

RouteLLM: Learning to Route LLMs from Preference Data

ICLR 2025poster

Large language models (LLMs) excel at a wide range of tasks, but choosing the right model often involves balancing performance and cost. Powerful models offer better results but are expensive, while smaller models are more cost-effective but less capable. To address this trade-off, we introduce a tr…

Cited by 45SourcePDFScholar
2025

S*: Test Time Scaling for Code Generation

EMNLP 2025

Increasing test-time compute for LLMs shows promise across domains but remains underexplored in code generation, despite extensive study in math. In this paper, we propose S*, the first hybrid test-time scaling framework that substantially improves the coverage and selection accuracy of generated co

2025

SimpleStrat: Diversifying Language Model Generation with Stratification

NeurIPS 2025poster

Generating diverse responses from large language models (LLMs) is crucial for applications such as adversarial testing, search, and synthetic data generation, where diversity provides distinct answers across generations. Previous approaches rely solely on increasing the temperature, sacrificing qual…

Cited by 0SourcecodeScholar
2025

SuperCorrect: Advancing Small LLM Reasoning with Thought Template Distillation and Self-Correction

ICLR 2025poster

Large language models (LLMs) like GPT-4, DeepSeek-R1, and ReasonFlux have shown significant improvements in various reasoning tasks. However, smaller LLMs still struggle with complex mathematical reasoning because they fail to effectively identify and correct reasoning errors. Recent reflection-base…

2025

The Berkeley Function Calling Leaderboard (BFCL): From Tool Use to Agentic Evaluation of Large Language Models

ICML 2025poster

Function calling, also called tool use, refers to an LLM's ability to invoke external functions, APIs, or user-defined tools in response to user queries—an essential capability for agentic LLM applications. Despite its prominence, there did not exist a standard benchmark to evaluate function calling…

Cited by 0SourcePDFScholar
2025

VibeCheck: Discover and Quantify Qualitative Differences in Large Language Models

ICLR 2025poster

Large language models (LLMs) often exhibit subtle yet distinctive characteristics in their outputs that users intuitively recognize, but struggle to quantify. These "vibes" -- such as tone, formatting, or writing style -- influence user preferences, yet traditional evaluations focus primarily on the…

2025

VisionArena: 230k Real World User-VLM Conversations with Preference Labels

CVPR 2025poster

The growing adoption and capabilities of vision-language models (VLMs) demand benchmarks that reflect real-world user interactions. We introduce VisionArena, the largest existing dataset of crowdsourced real-world conversations between users and VLMs. While most visual question-answering datasets fo…

2025

Visual Haystacks: A Vision-Centric Needle-In-A-Haystack Benchmark

ICLR 2025poster

Large Multimodal Models (LMMs) have made significant strides in visual question-answering for single images. Recent advancements like long-context LMMs have allowed them to ingest larger, or even multiple, images. However, the ability to process a large number of visual tokens does not guarantee eff…

2025

Why Do Multi-Agent LLM Systems Fail?

NeurIPS 2025spotlight

Despite enthusiasm for Multi-Agent LLM Systems (MAS), their performance gains on popular benchmarks are often minimal. This gap highlights a critical need for a principled understanding of why MAS fail. Addressing this question requires systematic identification and analysis of failure patterns. We…

Cited by 0SourcecodeScholar
2025

WorldModelBench: Judging Video Generation Models As World Models

NeurIPS 2025poster

Video generation models have rapidly progressed, positioning themselves as video world models capable of supporting decision-making applications like robotics and autonomous driving. However, current benchmarks fail to rigorously evaluate these claims, focusing only on general video quality, ignorin…

Cited by 0SourcecodeScholar
2024

Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models

NeurIPS 2024spotlight

We introduce Buffer of Thoughts (BoT), a novel and versatile thought-augmented reasoning approach for enhancing accuracy, efficiency and robustness of large language models (LLMs). Specifically, we propose meta-buffer to store a series of informative high-level thoughts, namely thought-template, dis…

2024

Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference

ICML 2024poster

Large Language Models (LLMs) have unlocked new capabilities and applications; however, evaluating the alignment with human preferences still poses significant challenges. To address this issue, we introduce Chatbot Arena, an open platform for evaluating LLMs based on human preferences. Our methodolo…

Cited by 554SourcePDFScholar
2024

Describing Differences in Image Sets with Natural Language

CVPR 2024poster

How do two sets of images differ? Discerning set-level differences is crucial for understanding model behaviors and analyzing datasets yet manually sifting through thousands of images is impractical. To aid in this discovery process we explore the task of automatically describing the differences bet…

2024

Gorilla: Large Language Model Connected with Massive APIs

NeurIPS 2024poster

Large Language Models (LLMs) have seen an impressive wave of advances, with models now excelling in a variety of tasks, such as mathematical reasoning and program synthesis. However, their potential to effectively use tools via API calls remains unfulfilled. This is a challenging task even for today…

2024

LLM-Assisted Code Cleaning For Training Accurate Code Generators

ICLR 2024poster

Natural language to code generation is an important application area of LLMs and has received wide attention from the community. The majority of relevant studies have exclusively concentrated on increasing the quantity and functional correctness of training sets while disregarding other stylistic e…

Cited by 33SourcePDFScholar
2024

LLoCO: Learning Long Contexts Offline

EMNLP 2024main

Processing long contexts remains a challenge for large language models (LLMs) due to the quadratic computational and memory overhead of the self-attention mechanism and the substantial KV cache sizes during generation. We propose LLoCO, a novel approach to address this problem by learning contexts o…

2024

LMSYS-Chat-1M: A Large-Scale Real-World LLM Conversation Dataset

ICLR 2024spotlight

Studying how people interact with large language models (LLMs) in real-world scenarios is increasingly important due to their widespread use in various applications. In this paper, we introduce LMSYS-Chat-1M, a large-scale dataset containing one million real-world conversations with 25 state-of-the-…

2024

SGLang: Efficient Execution of Structured Language Model Programs

NeurIPS 2024poster

Large language models (LLMs) are increasingly used for complex tasks that require multiple generation calls, advanced prompting techniques, control flow, and structured inputs/outputs. However, efficient systems are lacking for programming and executing these applications. We introduce SGLang, a sys…

2024

See Say and Segment: Teaching LMMs to Overcome False Premises

CVPR 2024poster

Current open-source Large Multimodal Models (LMMs) excel at tasks such as open-vocabulary language grounding and segmentation but can suffer under false premises when queries imply the existence of something that is not actually present in the image. We observe that existing methods that fine-tune a…

Cited by 20SourcePDFScholar
2024

Self-correcting LLM-controlled Diffusion Models

CVPR 2024poster

Text-to-image generation has witnessed significant progress with the advent of diffusion models. Despite the ability to generate photorealistic images current text-to-image diffusion models still often struggle to accurately interpret and follow complex input text prompts. In contrast to existing mo…

2024

Stylus: Automatic Adapter Selection for Diffusion Models

NeurIPS 2024oral

Beyond scaling base models with more data or parameters, fine-tuned adapters provide an alternative way to generate high fidelity, custom images at reduced costs. As such, adapters have been widely adopted by open-source communities, accumulating a database of over 100K adapters—most of which are hi…

Cited by 6SourcePDFScholar
2024

Synthetic Programming Elicitation for Text-to-Code in Very Low-Resource Programming and Formal Languages

NeurIPS 2024poster

Recent advances in large language models (LLMs) for code applications have demonstrated remarkable zero-shot fluency and instruction following on challenging code related tasks ranging from test case generation to self-repair. Unsurprisingly, however, models struggle to compose syntactically valid p…

2023

CLAIR: Evaluating Image Captions with Large Language Models

EMNLP 2023short main

The evaluation of machine-generated image captions poses an interesting yet persistent challenge. Effective evaluation measures must consider numerous dimensions of similarity, including semantic relevance, visual structure, object interactions, caption diversity, and specificity. Existing highly-en…

Cited by 0SourceScholar
2023

Diversify Your Vision Datasets with Automatic Diffusion-based Augmentation

NeurIPS 2023poster

Many fine-grained classification tasks, like rare animal identification, have limited training data and consequently classifiers trained on these datasets often fail to generalize to variations in the domain like changes in weather or location. As such, we explore how natural language descriptions…

2023

Energy-based Predictive Representations for Partially Observed Reinforcement Learning

UAI 2023poster

In real-world applications, handling partial observability is a common requirement for reinforcement learning algorithms, which is not captured by a Markov decision process (MDP). Although partially observable Markov decision processes (POMDPs) have been specifically designed to address this require…

Cited by 4SourcePDFScholar
2023

Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena

NeurIPS 2023poster

Evaluating large language model (LLM) based chat assistants is challenging due to their broad capabilities and the inadequacy of existing benchmarks in measuring human preferences. To address this, we explore using strong LLMs as judges to evaluate these models on more open-ended questions. We exami…

2023

Leveraging Cloud Computing to Make Autonomous Vehicles Safer

IROS 2023poster

The safety of autonomous vehicles (AVs) depends on their ability to perform complex computations on high-volume sensor data in a timely manner. Their ability to run these computations with state-of-the-art models is limited by the processing power and slow update cycles of their onboard hardware. In…

Cited by 15SourceScholar
2023

Spectral Decomposition Representation for Reinforcement Learning

ICLR 2023poster

Representation learning often plays a critical role in avoiding the curse of dimensionality in reinforcement learning. A representative class of algorithms exploits spectral decomposition of the stochastic transition dynamics to construct representations that enjoy strong theoretical properties in i…

Cited by 33SourcePDFScholar
2023

TEMPERA: Test-Time Prompt Editing via Reinforcement Learning

ICLR 2023top-25%

Careful prompt design is critical to the use of large language models in zero-shot or few-shot learning. As a consequence, there is a growing interest in automated methods to design optimal prompts. In this work, we propose Test-time Prompt Editing using Reinforcement learning (TEMPERA). In contras…

Cited by 134SourcePDFScholar
2023

The Wisdom of Hindsight Makes Language Models Better Instruction Followers

ICML 2023poster

Reinforcement learning has seen wide success in finetuning large language models to better align with instructions via human feedback. The so-called algorithm, Reinforcement Learning with Human Feedback (RLHF) demonstrates impressive performance on the GPT series models. However, the underlying rein…

2023

Using Language to Extend to Unseen Domains

ICLR 2023top-25%

It is expensive to collect training data for every possible domain that a vision model may encounter when deployed. We instead consider how simply $\textit{verbalizing}$ the training domain (e.g.``photos of birds'') as well as domains we want to extend to but do not have data for (e.g.``paintings of…

2022

All You Need is LUV: Unsupervised Collection of Labeled Images Using UV-Fluorescent Markings

IROS 2022poster

Learning-based perception systems in robotics often requires large-scale image segmentation annotation. Current approaches rely on human labelers, which can be expensive, or simulation data, which can visually differ from real data. This paper proposes Labels from UltraViolet (LUV), a novel framewor…

Cited by 12SourceScholar
2022

C-Planning: An Automatic Curriculum for Learning Goal-Reaching Tasks

ICLR 2022poster

Goal-conditioned reinforcement learning (RL) has shown great success recently at solving a wide range of tasks(e.g., navigation, robotic manipulation). However, learning to reach distant goals remains a central challenge to the field, and the task is particularly hard without any offline data, exper…

Cited by 22SourcePDFScholar
2022

Data Efficient Language-Supervised Zero-Shot Recognition with Optimal Transport Distillation

ICLR 2022poster

Traditional computer vision models are trained to predict a fixed set of predefined categories. Recently, natural language has been shown to be a broader and richer source of supervision that provides finer descriptions to visual concepts than supervised "gold" labels. Previous works, such as CLIP,…

2022

Is Anyone There? Learning a Planner Contingent on Perceptual Uncertainty

CoRL 2022poster

Robots in complex multi-agent environments should reason about the intentions of observed and currently unobserved agents. In this paper, we present a new learning-based method for prediction and planning in complex multi-agent environments where the states of the other agents are partially-observed…

Cited by 14SourceScholar
2021

Accelerating Quadratic Optimization with Reinforcement Learning

NeurIPS 2021poster

First-order methods for quadratic optimization such as OSQP are widely used for large-scale machine learning and embedded optimal control, where many related problems must be rapidly solved. These methods face two persistent challenges: manual hyperparameter tuning and convergence time to high-accur…

2021

Contingencies from Observations: Tractable Contingency Planning with Learned Behavior Models

ICRA 2021poster

Humans have a remarkable ability to accurately reason about future events, including the behaviors and states of mind of other agents. Consider driving a car through a busy intersection: it is necessary to reason about the physics of the vehicle, the intentions of other drivers, and their beliefs ab…

Cited by 40SourcecodeScholar
2021

Disentangling Dense Multi-Cable Knots

IROS 2021poster

Disentangling two or more cables often requires many steps to remove crossings between and within cables. We formalize the problem of disentangling multiple cables and present an algorithm, Iterative Reduction Of Non-planar Multiple cAble kNots (IRON-MAN), that outputs robot actions to remove crossi…

Cited by 26SourceScholar
2021

FBNetV3: Joint Architecture-Recipe Search Using Predictor Pretraining

CVPR 2021poster

Neural Architecture Search (NAS) yields state-of-the-art neural networks that outperform their best manually-designed counterparts. However, previous NAS methods search for architectures under one set of training hyper-parameters (i.e., a training recipe), overlooking superior architecture-recipe co…

Cited by 133PDFScholar
2021

Hindsight Task Relabelling: Experience Replay for Sparse Reward Meta-RL

NeurIPS 2021poster

Meta-reinforcement learning (meta-RL) has proven to be a successful framework for leveraging experience from prior tasks to rapidly learn new related tasks, however, current meta-RL approaches struggle to learn in sparse reward environments. Although existing meta-RL algorithms can learn strategies…

Cited by 22SourcePDFScholar
2021

Intermittent Visual Servoing: Efficiently Learning Policies Robust to Instrument Changes for High-precision Surgical Manipulation

ICRA 2021poster

Assisting surgeons with automation of surgical subtasks is challenging due to backlash, hysteresis, and variable tensioning in cable-driven robots. These issues are exacerbated as surgical instruments are changed during an operation. In this work, we propose a framework for automation of high- preci…

Cited by 39SourceScholar
2021

LS3: Latent Space Safe Sets for Long-Horizon Visuomotor Control of Sparse Reward Iterative Tasks

CoRL 2021poster

Reinforcement learning (RL) has shown impressive success in exploring high-dimensional environments to learn complex tasks, but can often exhibit unsafe behaviors and require extensive environment interaction when exploration is unconstrained. A promising strategy for learning in dynamically uncerta…

Cited by 15SourceScholar
2021

Learning Dense Visual Correspondences in Simulation to Smooth and Fold Real Fabrics

ICRA 2021poster

Robotic fabric manipulation is challenging due to the infinite dimensional configuration space, self-occlusion, and complex dynamics of fabrics. There has been significant prior work on learning policies for specific fabric manipulation tasks, but comparatively less focus on algorithms which can per…

Cited by 84SourceScholar
2021

Learning Space Partitions for Path Planning

NeurIPS 2021poster

Path planning, the problem of efficiently discovering high-reward trajectories, often requires optimizing a high-dimensional and multimodal reward function. Popular approaches like CEM and CMA-ES greedily focus on promising regions of the search space and may get trapped in local maxima. DOO and VOO…

2021

MADE: Exploration via Maximizing Deviation from Explored Regions

NeurIPS 2021poster

In online reinforcement learning (RL), efficient exploration remains particularly challenging in high-dimensional environments with sparse rewards. In low-dimensional environments, where tabular parameterization is possible, count-based upper confidence bound (UCB) exploration methods achieve minima…

2021

NBDT: Neural-Backed Decision Tree

ICLR 2021poster

Machine learning applications such as finance and medicine demand accurate and justifiable predictions, barring most deep learning methods from use. In response, previous work combines decision trees with deep learning, yielding models that (1) sacrifice interpretability for accuracy or (2) sacrific…

2021

NovelD: A Simple yet Effective Exploration Criterion

NeurIPS 2021poster

Efficient exploration under sparse rewards remains a key challenge in deep reinforcement learning. Previous exploration methods (e.g., RND) have achieved strong results in multiple hard tasks. However, if there are multiple novel areas to explore, these methods often focus quickly on one without suf…

2021

Pylot: A Modular Platform for Exploring Latency-Accuracy Tradeoffs in Autonomous Vehicles

ICRA 2021poster

We present Pylot, a platform for autonomous vehicle (AV) research and development, built with the goal to allow researchers to study the effects of the latency and accuracy of their models and algorithms on the end-to-end driving behavior of an AV. This is achieved through a modular structure enable…

Cited by 89SourcecodeScholar
2021

RLlib Flow: Distributed Reinforcement Learning is a Dataflow Problem

NeurIPS 2021poster

Researchers and practitioners in the field of reinforcement learning (RL) frequently leverage parallel computation, which has led to a plethora of new algorithms and systems in the last few years. In this paper, we re-examine the challenges posed by distributed RL and try to view it through the lens…

2021

Recovery RL: Safe Reinforcement Learning With Learned Recovery Zones

RA-L 2021

Safety remains a central obstacle preventing widespread use of RL in the real world: learning new tasks in uncertain environments requires extensive exploration, but safety requires limiting exploration. We propose Recovery RL, an algorithm which navigates this tradeoff by (1) leveraging offline dat

Cited by 288SourceScholar
2021

Remembering for the Right Reasons: Explanations Reduce Catastrophic Forgetting

ICLR 2021poster

The goal of continual learning (CL) is to learn a sequence of tasks without suffering from the phenomenon of catastrophic forgetting. Previous work has shown that leveraging memory in the form of a replay buffer can reduce performance degradation on prior tasks. We hypothesize that forgetting can be…

2021

Representing Long-Range Context for Graph Neural Networks with Global Attention

NeurIPS 2021poster

Graph neural networks are powerful architectures for structured datasets. However, current methods struggle to represent long-range dependencies. Scaling the depth or width of GNNs is insufficient to broaden receptive fields as larger GNNs encounter optimization instabilities such as vanishing gradi…

2021

Robust Object Detection via Instance-Level Temporal Cycle Confusion

ICCV 2021poster

Building reliable object detectors that are robust to domain shifts, such as various changes in context, viewpoint, and object appearances, is critical for real-world applications. In this work, we study the effectiveness of auxiliary self-supervised tasks to improve the out-of-distribution generali…

Cited by 34PDFcodeScholar
2021

Serverless Multi-Query Motion Planning for Fog Robotics

ICRA 2021poster

Robots in semi-structured environments such as homes and warehouses sporadically require computation of high-dimensional motion plans. Cloud and fog-based parallelization of motion planning can speed up planning. This can be further made efficient by the use of "serverless" on-demand computing as op…

Cited by 13SourceScholar
2021

Taxonomizing local versus global structure in neural network loss landscapes

NeurIPS 2021poster

Viewing neural network models in terms of their loss landscapes has a long history in the statistical mechanics approach to learning, and in recent years it has received attention within machine learning proper. Among other things, local metrics (such as the smoothness of the loss landscape) have be…

2021

TenSet: A Large-scale Program Performance Dataset for Learned Tensor Compilers

NeurIPS 2021poster

Search-based tensor compilers can greatly accelerate the execution of machine learning models by generating high-performance tensor programs, such as matrix multiplications and convolutions. These compilers take a high-level mathematical expression as input and search for the fastest low-level imple…

Cited by 50SourcecodeScholar
2021

Visual Transformers: Where Do Transformers Really Belong in Vision Models?

ICCV 2021poster

A recent trend in computer vision is to replace convolutions with transformers. However, the performance gain of transformers is attained at a steep cost, requiring GPU years and hundreds of millions of samples for training. This excessive resource usage compensates for a misuse of transformers: Tra…

Cited by 32PDFScholar
2020

A Statistical Framework for Low-bitwidth Training of Deep Neural Networks

NeurIPS 2020poster

Fully quantized training (FQT), which uses low-bitwidth hardware by quantizing the activations, weights, and gradients of a neural network model, is a promising approach to accelerate the training of deep neural networks. One major challenge with FQT is the lack of theoretical understanding, in part…

2020

Boundary thickness and robustness in learning models

NeurIPS 2020poster

Robustness of machine learning models to various adversarial and non-adversarial corruptions continues to be of interest. In this paper, we introduce the notion of the boundary thickness of a classifier, and we describe its connection with and usefulness for model robustness. Thick decision boundari…

2020

FBNetV2: Differentiable Neural Architecture Search for Spatial and Channel Dimensions

CVPR 2020poster

Differentiable Neural Architecture Search (DNAS) has demonstrated great success in designing state-of-the-art, efficient neural networks. However, DARTS-based DNAS's search space is small when compared to other search methods', since all candidate network layers must be explicitly instantiated in me…

Cited by 383PDFcodeScholar
2020

Fog Robotics Algorithms for Distributed Motion Planning Using Lambda Serverless Computing

ICRA 2020poster

For robots using motion planning algorithms such as RRT and RRT*, the computational load can vary by orders of magnitude as the complexity of the local environment changes. To adaptively provide such computation, we propose Fog Robotics algorithms in which cloud-based serverless lambda computing pro…

Cited by 33SourceScholar
2020

Learning Rope Manipulation Policies Using Dense Object Descriptors Trained on Synthetic Depth Data

ICRA 2020poster

Robotic manipulation of deformable 1D objects such as ropes, cables, and hoses is challenging due to the lack of high-fidelity analytic models and large configuration spaces. Furthermore, learning end-to-end manipulation policies directly from images and physical interaction requires significant tim…

Cited by 149SourceScholar
2020

Safety Augmented Value Estimation From Demonstrations (SAVED): Safe Deep Model-Based RL for Sparse Cost Robotic Tasks

RA-L 2020

Reinforcement learning (RL) for robotics is challenging due to the difficulty in hand-engineering a dense cost function, which can lead to unintended behavior, and dynamical uncertainty, which makes exploration and constraint satisfaction challenging. We address these issues with a new model-based r

Cited by 105SourceScholar
2019

A Fog Robotics Approach to Deep Robot Learning: Application to Object Recognition and Grasp Planning in Surface Decluttering

ICRA 2019poster

The growing demand of industrial, automotive and service robots presents a challenge to the centralized Cloud Robotics model in terms of privacy, security, latency, bandwidth, and reliability. In this paper, we present a `Fog Robotics' approach to deep robot learning that distributes compute, storag…

Cited by 113SourceScholar
2019

ACE: Adapting to Changing Environments for Semantic Segmentation

ICCV 2019poster

Deep neural networks exhibit exceptional accuracy when they are trained and tested on the same data distributions. However, neural classifiers are often extremely brittle when confronted with domain shift---changes in the input distribution that occur over time. We present ACE, a framework for seman…

Cited by 119PDFScholar
2019

ANODEV2: A Coupled Neural ODE Framework

NeurIPS 2019poster

It has been observed that residual networks can be viewed as the explicit Euler discretization of an Ordinary Differential Equation (ODE). This observation motivated the introduction of so-called Neural ODEs, in which other discretization schemes and/or adaptive time stepping techniques can be used…

2019

Deep Mixture of Experts via Shallow Embedding

UAI 2019poster

Larger networks generally have greater representational power at the cost of increased computational complexity. Sparsifying such networks has been an active area of research but has been generally limited to static regularization or dynamic approaches using reinforcement learning. We explore a mixt…

Cited by 136SourcePDFScholar
2019

On-Policy Robot Imitation Learning from a Converging Supervisor

CoRL 2019

Existing on-policy imitation learning algorithms, such as DAgger, assume access to a fixed supervisor. However, there are many settings where the supervisor may evolve during policy learning, such as a human performing a novel task or an improving algorithmic controller. We formalize imitation learn

2019

TAFE-Net: Task-Aware Feature Embeddings for Low Shot Learning

CVPR 2019poster

Learning good feature embeddings for images often requires substantial training data. As a consequence, in settings where training data is limited (e.g., few-shot and zero-shot learning), we are typically forced to use a general feature embedding across prediction tasks. Ideally, we would like to co…

Cited by 147PDFcodeScholar
2018

SkipNet: Learning Dynamic Routing in Convolutional Networks

ECCV 2018poster

While deeper convolutional networks are needed to achieve maximum accuracy in visual perception tasks, for many inputs shallower networks are sufficient. We exploit this observation by learning to skip convolutional layers on a per-input basis. We introduce SkipNet, a modified residual network, that…