← Search

Rosanne Liu

12 accepted papers

2025

TAB: Transformer Attention Bottlenecks enable User Intervention and Debugging in Vision-Language Models

ICCV 2025poster

Multi-head self-attention (MHSA) is a key component of Transformers, a widely popular architecture in both language and vision. Multiple heads intuitively enable different parallel processes over the same input. Yet, they also obscure the attribution of each input patch to the output of a model. We…

2023

Character-Aware Models Improve Visual Text Rendering

ACL 2023long

Current image generation models struggle to reliably produce well-formed visual text. In this paper, we investigate a key contributing factor: popular text-to-image models lack character-level input features, making it much harder to predict a word’s visual makeup as a series of glyphs. To quantify…

Cited by 67SourcePDFScholar
2023

Extremely Simple Activation Shaping for Out-of-Distribution Detection

ICLR 2023poster

The separation between training and deployment of machine learning models implies that not all scenarios encountered in deployment can be anticipated during training, and therefore relying solely on advancements in training has its limits. Out-of-distribution (OOD) detection is an important area tha…

2023

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

ICCV 2023poster

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

Cited by 286PDFcodeScholar
2020

Estimating Q(s,s’) with Deep Deterministic Dynamics Gradients

ICML 2020poster

In this paper, we introduce a novel form of value function, $Q(s, s’)$, that expresses the utility of transitioning from a state $s$ to a neighboring state $s’$ and then acting optimally thereafter. In order to derive an optimal policy, we develop a forward dynamics model that learns to make next-st…

Cited by 26SourcePDFScholar
2020

Plug and Play Language Models: A Simple Approach to Controlled Text Generation

ICLR 2020poster

Large transformer-based language models (LMs) trained on huge text corpora have shown unparalleled generation capabilities. However, controlling attributes of the generated language (e.g. switching topic or sentiment) is difficult without modifying the model architecture or fine-tuning on attribute-…

Cited by 1069SourcecodeScholar
2020

Supermasks in Superposition

NeurIPS 2020poster

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

2019

Deconstructing Lottery Tickets: Zeros, Signs, and the Supermask

NeurIPS 2019poster

The recent "Lottery Ticket Hypothesis" paper by Frankle & Carbin showed that a simple approach to creating sparse networks (keep the large weights) results in models that are trainable from scratch, but only when starting from the same initial weights. The performance of these networks often exceeds…

2019

LCA: Loss Change Allocation for Neural Network Training

NeurIPS 2019poster

Neural networks enjoy widespread use, but many aspects of their training, representation, and operation are poorly understood. In particular, our view into the training process is limited, with a single scalar loss being the most common viewport into this high-dimensional, dynamic process. We propos…

2018

An intriguing failing of convolutional neural networks and the CoordConv solution

NeurIPS 2018poster

Few ideas have enjoyed as large an impact on deep learning as convolution. For any problem involving pixels or spatial representations, common intuition holds that convolutional neural networks may be appropriate. In this paper we show a striking counterexample to this intuition via the seemingly tr…

2018

Faster Neural Networks Straight from JPEG

NeurIPS 2018poster

The simple, elegant approach of training convolutional neural networks (CNNs) directly from RGB pixels has enjoyed overwhelming empirical success. But can more performance be squeezed out of networks by using different input representations? In this paper we propose and explore a simple ide…

2018

Measuring the Intrinsic Dimension of Objective Landscapes

ICLR 2018poster

Many recently trained neural networks employ large numbers of parameters to achieve good performance. One may intuitively use the number of parameters required as a rough gauge of the difficulty of a problem. But how accurate are such notions? How many parameters are really needed? In this paper we…