← Search

Joseph Gonzalez

21 accepted papers

2026

Model AI Assignments 2026

AAAI 2026technical

The Model AI Assignments session seeks to gather and disseminate the best assignment designs of the Artificial Intelligence (AI) Education community. Recognizing that assignments form the core of student learning experience, we here present abstracts of eight AI assignments from the 2026 session th

Cited by 0SourcePDFScholar
2024

ALOHa: A New Measure for Hallucination in Captioning Models

NAACL 2024short

Despite recent advances in multimodal pre-training for visual description, state-of-the-art models still produce captions containing errors, such as hallucinating objects not present in a scene. The existing prominent metric for object hallucination, CHAIR, is limited to a fixed set of MS COCO objec…

Cited by 12SourcePDFScholar
2023

FogROS2: An Adaptive Platform for Cloud and Fog Robotics Using ROS 2

ICRA 2023poster

Mobility, power, and price points often dictate that robots do not have sufficient computing power on board to run contemporary robot algorithms at desired rates. Cloud computing providers such as AWS, GCP, and Azure offer immense computing power and increasingly low latency on demand, but tapping i…

Cited by 25SourcecodeScholar
2022

Context-Aware Streaming Perception in Dynamic Environments

ECCV 2022poster

"Efficient vision works maximize accuracy under a latency budget. These works evaluate accuracy offline, one image at a time. However, real-time vision applications like autonomous driving operate in streaming settings, where ground truth changes between inference start and finish. This results in a…

2022

Learning Competitive Equilibria in Exchange Economies with Bandit Feedback

AISTATS 2022poster

The sharing of scarce resources among multiple rational agents is one of the classical problems in economics. In exchange economies, which are used to model such situations, agents begin with an initial endowment of resources and exchange them in a way that is mutually beneficial until they reach a…

Cited by 4SourcePDFScholar
2022

Making Linear MDPs Practical via Contrastive Representation Learning

ICML 2022spotlight

It is common to address the curse of dimensionality in Markov decision processes (MDPs) by exploiting low-rank representations. This motivates much of the recent theoretical study on linear MDPs. However, most approaches require a given representation under unrealistic assumptions about the normaliz…

Cited by 55SourcePDFScholar
2022

Neurotoxin: Durable Backdoors in Federated Learning

ICML 2022spotlight

Federated learning (FL) systems have an inherent vulnerability to adversarial backdoor attacks during training due to their decentralized nature. The goal of the attacker is to implant backdoors in the learned model with poisoned updates such that at test time, the model’s outputs can be fixed to a…

2022

On Guiding Visual Attention With Language Specification

CVPR 2022poster

While real world challenges typically define visual categories with language words or phrases, most visual classification methods define categories with numerical indicies. However, the language specification of the classes provides an especially useful prior for biased and noisy datasets, where it…

Cited by 30PDFcodeScholar
2022

POET: Training Neural Networks on Tiny Devices with Integrated Rematerialization and Paging

ICML 2022spotlight

Fine-tuning models on edge devices like mobile phones would enable privacy-preserving personalization over sensitive data. However, edge training has historically been limited to relatively small models with simple architectures because training is both memory and energy intensive. We present POET,…

2022

Reliable Visual Question Answering: Abstain Rather Than Answer Incorrectly

ECCV 2022poster

"Machine learning has advanced dramatically, narrowing the accuracy gap to humans in multimodal tasks like visual question answering (VQA). However, while humans can say ""I don’t know"" when they are uncertain (i.e., abstain from answering a question), such ability has been largely neglected in mul…

2021

ActNN: Reducing Training Memory Footprint via 2-Bit Activation Compressed Training

ICML 2021oral

The increasing size of neural network models has been critical for improvements in their accuracy, but device memory is not growing at the same rate. This creates fundamental challenges for training neural networks within limited memory environments. In this work, we propose ActNN, a memory-efficien…

2021

Contrastive Code Representation Learning

EMNLP 2021main

Recent work learns contextual representations of source code by reconstructing tokens from their context. For downstream semantic understanding tasks like code clone detection, these representations should ideally capture program functionality. However, we show that the popular reconstruction-based…

2021

Grounded Graph Decoding improves Compositional Generalization in Question Answering

EMNLP 2021finding

Question answering models struggle to generalize to novel compositions of training patterns. Current end-to-end models learn a flat input embedding which can lose input syntax context. Prior approaches improve generalization by learning permutation invariant models, but these methods do not scale to…

2021

Resource Allocation in Multi-armed Bandit Exploration: Overcoming Sublinear Scaling with Adaptive Parallelism

ICML 2021oral

We study exploration in stochastic multi-armed bandits when we have access to a divisible resource that can be allocated in varying amounts to arm pulls. We focus in particular on the allocation of distributed computing resources, where we may obtain results faster by allocating more resources per p…

Cited by 10SourcePDFScholar
2020

FetchSGD: Communication-Efficient Federated Learning with Sketching

ICML 2020poster

Existing approaches to federated learning suffer from a communication bottleneck as well as convergence issues due to sparse client participation. In this paper we introduce a novel algorithm,called FetchSGD, to overcome these challenges. FetchSGD compresses model updates using a Count Sketch, and t…

Cited by 464SourcePDFScholar
2020

Frustratingly Simple Few-Shot Object Detection

ICML 2020poster

Detecting rare objects from a few examples is an emerging problem. Prior works show meta-learning is a promising approach. But, fine-tuning techniques have drawn scant attention. We find that fine-tuning only the last layer of existing detectors on rare classes is crucial to the few-shot object dete…

2020

Untangling Dense Knots by Learning Task-Relevant Keypoints

CoRL 2020

Untangling ropes, wires, and cables is a challenging task for robots due to the high-dimensional configuration space, visual homogeneity, self-occlusions, and complex dynamics. We consider dense (tight) knots that lack space between self-intersections and present an iterative approach that uses lear

2018

RLlib: Abstractions for Distributed Reinforcement Learning

ICML 2018oral

Reinforcement learning (RL) algorithms involve the deep nesting of highly irregular computation patterns, each of which typically exhibits opportunities for distributed computation. We argue for distributing RL components in a composable way by adapting algorithms for top-down hierarchical control,…

2018

Shift: A Zero FLOP, Zero Parameter Alternative to Spatial Convolutions

CVPR 2018poster

Neural networks rely on convolutions to aggregate spatial information. However, spatial convolutions are expensive in terms of model size and computation, both of which grow quadratically with respect to kernel size. In this paper, we present a parameter-free, FLOP-free "shift" operation as an alter…

Cited by 494SourcePDFScholar
2017

Random projection design for scalable implicit smoothing of randomly observed stochastic processes

AISTATS 2017poster

Sampling at random timestamps, long range dependencies, and scale hamper standard meth- ods for multivariate time series analysis. In this paper we present a novel estimator for cross-covariance of randomly observed time series which unravels the dynamics of an unobserved stochastic process. We anal…

Cited by 8SourcePDFScholar