← Search

Kush Bhatia

20 accepted papers

2024

The Hedgehog & the Porcupine: Expressive Linear Attentions with Softmax Mimicry

ICLR 2024poster

Linear attentions have shown promise for improving Transformer efficiency, reducing attention's quadratic complexity to linear in sequence length. This holds exciting promise for (1) training linear Transformers from scratch, (2) `inetuned-conversion of task-specific Transformers into linear version…

Cited by 48SourcePDFScholar
2023

A case for reframing automated medical image classification as segmentation

NeurIPS 2023poster

Image classification and segmentation are common applications of deep learning to radiology. While many tasks can be framed using either classification or segmentation, classification has historically been cheaper to label and more widely used. However, recent work has drastically reduced the cost o…

Cited by 5SourcePDFScholar
2023

Ask Me Anything: A simple strategy for prompting language models

ICLR 2023top-25%

Large language models (LLMs) transfer well to new tasks out-of-the-box simply given a natural language prompt that demonstrates how to perform the task and no additional training. Prompting is a brittle process wherein small modifications to the prompt can cause large variations in the model predict…

2023

Embroid: Unsupervised Prediction Smoothing Can Improve Few-Shot Classification

NeurIPS 2023poster

Recent work has shown that language models' (LMs) prompt-based learning capabilities make them well suited for automating data labeling in domains where manual annotation is expensive. The challenge is that while writing an initial prompt is cheap, improving a prompt is costly---practitioners often…

Cited by 6SourcePDFScholar
2023

Reward Learning as Doubly Nonparametric Bandits: Optimal Design and Scaling Laws

AISTATS 2023poster

Specifying reward functions for complex tasks like object manipulation or driving is challenging to do by hand. Reward learning seeks to address this by learning a reward model using human feedback on selected query policies. This shifts the burden of reward specification to the optimal design of th…

Cited by 1SourcePDFScholar
2023

Skill-it! A data-driven skills framework for understanding and training language models

NeurIPS 2023spotlight

The quality of training data impacts the performance of pre-trained large language models (LMs). Given a fixed budget of tokens, we study how to best select data that leads to good downstream model performance across tasks. We develop a new framework based on a simple hypothesis: just as humans acqu…

Cited by 65SourcePDFScholar
2023

TART: A plug-and-play Transformer module for task-agnostic reasoning

NeurIPS 2023poster

Large language models (LLMs) exhibit in-context learning abilities which enable the same model to perform several tasks without any task-specific training. In contrast, traditional adaptation approaches, such as fine-tuning, modify the underlying models for each specific task. In-context learning, h…

2022

Congested Bandits: Optimal Routing via Short-term Resets

ICML 2022spotlight

For traffic routing platforms, the choice of which route to recommend to a user depends on the congestion on these routes – indeed, an individual’s utility depends on the number of people using the recommended route at that instance. Motivated by this, we introduce the problem of Congested Bandits w…

Cited by 5SourcePDFScholar
2022

The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models

ICLR 2022poster

Reward hacking---where RL agents exploit gaps in misspecified proxy rewards---has been widely observed, but not yet systematically studied. To understand reward hacking, we construct four RL environments with different misspecified rewards. We investigate reward hacking as a function of agent capabi…

2020

Preference learning along multiple criteria: A game-theoretic perspective

NeurIPS 2020poster

The literature on ranking from ordinal data is vast, and there are several ways to aggregate overall preferences from pairwise comparisons between objects. In particular, it is well-known that any Nash equilibrium of the zero-sum game induced by the preference matrix defines a natural solution conce…

Cited by 16SourcePDFScholar
2019

Derivative-Free Methods for Policy Optimization: Guarantees for Linear Quadratic Systems

AISTATS 2019poster

We study derivative-free methods for policy optimization over the class of linear policies. We focus on characterizing the convergence rate of a canonical stochastic, two-point, derivative-free method for linear-quadratic systems in which the initial state of the system is drawn at random. In partic…

Cited by 243SourcePDFScholar
2019

POLITEX: Regret Bounds for Policy Iteration using Expert Prediction

ICML 2019oral

We present POLITEX (POLicy ITeration with EXpert advice), a variant of policy iteration where each policy is a Boltzmann distribution over the sum of action-value function estimates of the previous policies, and analyze its regret in continuing RL problems. We assume that the value function error af…

Cited by 169SourcePDFScholar
2018

FastGRNN: A Fast, Accurate, Stable and Tiny Kilobyte Sized Gated Recurrent Neural Network

NeurIPS 2018poster

This paper develops the FastRNN and FastGRNN algorithms to address the twin RNN limitations of inaccurate training and inefficient prediction. Previous approaches have improved accuracy at the expense of prediction costs making them infeasible for resource-constrained and real-time applications. Uni…

2018

Gen-Oja: Simple & Efficient Algorithm for Streaming Generalized Eigenvector Computation

NeurIPS 2018poster

In this paper, we study the problems of principle Generalized Eigenvector computation and Canonical Correlation Analysis in the stochastic setting. We propose a simple and efficient algorithm for these problems. We prove the global convergence of our algorithm, borrowing ideas from the theory of fas…

Cited by 22SourcePDFScholar
2015

Sparse Local Embeddings for Extreme Multi-label Classification

NeurIPS 2015poster

The objective in extreme multi-label learning is to train a classifier that can automatically tag a novel data point with the most relevant subset of labels from an extremely large label set. Embedding based approaches make training and prediction tractable by assuming that the training label matrix…

Cited by 562SourcePDFScholar