← Search

Christopher Re

81 accepted papers

2026

Agentic Collaboration as an Information Bottleneck Problem

ICLR 2026poster

Agentic language model (LM) systems have rapidly become central to modern workflows, powering applications like "Deep Research" and "Claude Code." As contexts grow beyond what even the largest frontier models can process effectively, multi-LM architectures have emerged to overcome context limitatio…

Cited by 0SourceScholar
2026

Cartridges: Lightweight and general-purpose long context representations via self-study

ICLR 2026poster

Large language models are often used to answer queries grounded in large text corpora (e.g. codebases, legal documents, or chat histories) by placing the entire corpus in the context window and leveraging in-context learning (ICL). Although current models support contexts of 100K-10M tokens, this se…

Cited by 0SourcecodeScholar
2026

Olmix: A Framework for Data Mixing Throughout LM Development

ICML 2026poster

Data mixing---determining the ratios of data from different domains---is a first-order concern for training language models (LMs), but existing mixing methods have poorly understood design choices and assume that the set of domains remain fixed throughout development. We present Olmix, a framework t…

Cited by 0SourceScholar
2025

Aioli: A Unified Optimization Framework for Language Model Data Mixing

ICLR 2025poster

Language model performance depends on identifying the optimal mixture of data groups to train on (e.g., law, code, math). Prior work has proposed a diverse set of methods to efficiently learn mixture proportions, ranging from fitting regression models over training runs to dynamically updating propo…

2025

An Architecture Search Framework for Inference-Time Techniques

ICML 2025poster

Inference-time techniques, such as repeated sampling or iterative revisions, are emerging as powerful ways to enhance large-language models (LLMs) at test time. However, best practices for developing systems that combine these techniques remain underdeveloped due to our limited understanding of the…

Cited by 0SourcePDFScholar
2025

Context Clues: Evaluating Long Context Models for Clinical Prediction Tasks on EHR Data

ICLR 2025poster

Foundation Models (FMs) trained on Electronic Health Records (EHRs) have achieved state-of-the-art results on numerous clinical prediction tasks. However, prior EHR FMs typically have context windows of $<$1k tokens, which prevents them from modeling full patient EHRs which can exceed 10k's of event…

Cited by 1SourcePDFScholar
2025

Cost-efficient Collaboration between On-device and Cloud Language Models

ICML 2025poster

We investigate an emerging setup in which a small, on-device language model (LM) with access to local data collaborates with a frontier, cloud-hosted LM to solve real-world tasks involving financial, medical, and scientific reasoning over long documents. *Can a local-remote collaboration reduce clo…

Cited by 0SourcePDFScholar
2025

HMAR: Efficient Hierarchical Masked Auto-Regressive Image Generation

CVPR 2025poster

Visual AutoRegressive modeling (VAR) shows promise in bridging the speed and quality gap between autoregressive image models and diffusion models. VAR reformulates autoregressive modeling by decomposing an image into successive resolution scales. During inference, an image is generated by predicting…

Cited by 0SourcePDFScholar
2025

KernelBench: Can LLMs Write Efficient GPU Kernels?

ICML 2025poster

Efficient GPU kernels are crucial for building performant machine learning architectures, but writing them is a time-consuming challenge that requires significant expertise; therefore, we explore using language models (LMs) to automate kernel generation. We introduce **KernelBench**, an open-source…

Cited by 1SourcePDFScholar
2025

LoLCATs: On Low-Rank Linearizing of Large Language Models

ICLR 2025poster

Recent works show we can linearize large language models (LLMs)—swapping the quadratic attentions of popular Transformer-based LLMs with subquadratic analogs, such as linear attention—avoiding the expensive pretraining costs. However, linearizing LLMs often significantly degrades model quality, stil…

2025

Restructuring Vector Quantization with the Rotation Trick

ICLR 2025oral

Vector Quantized Variational AutoEncoders (VQ-VAEs) are designed to compress a continuous input to a discrete latent space and reconstruct it with minimal distortion. They operate by maintaining a set of vectors---often referred to as the codebook---and quantizing each encoder output to the nearest…

Cited by 3SourcePDFScholar
2025

Scaling Laws for Precision

ICLR 2025oral

Low precision training and inference affect both the quality and cost of language models, but current scaling laws do not account for this. In this work, we devise "precision-aware" scaling laws for both training and inference. We propose that training in lower precision reduces the model's "effecti…

Cited by 24SourcePDFScholar
2025

ThunderKittens: Simple, Fast, and $\textit{Adorable}$ Kernels

ICLR 2025spotlight

The challenge of mapping AI architectures to GPU hardware is creating a critical bottleneck in AI progress. Despite substantial efforts, hand-written custom kernels fail to meet their theoretical performance thresholds, even on well-established operations like linear attention. The diverse capabilit…

Cited by 0SourcePDFScholar
2025

Towards Learning High-Precision Least Squares Algorithms with Sequence Models

ICLR 2025poster

This paper investigates whether sequence models can learn to perform numerical algorithms, e.g. gradient descent, on the fundamental problem of least squares. Our goal is to inherit two properties of standard algorithms from numerical analysis: (1) machine precision, i.e. we want to obtain solutions…

2025

Weaver: Shrinking the Generation-Verification Gap by Scaling Compute for Verification

NeurIPS 2025poster

Verifiers can improve language model (LM) capabilities by providing feedback or selecting the best response from a pool of generated candidates. Currently, high-quality verifiers are either unscalable (e.g., humans) or limited in utility (e.g., tools like Lean for formal proofs). While LM judges and…

Cited by 0SourceScholar
2024

Benchmarking and Building Long-Context Retrieval Models with LoCo and M2-BERT

ICML 2024poster

Retrieval pipelines are an integral component of many machine learning systems. However, they perform poorly in domains where documents are long (e.g., 10K tokens or more) and where identifying the relevant document requires synthesizing information across the entire text. Developing long-context re…

Cited by 21SourcePDFScholar
2024

Context-Aware Meta-Learning

ICLR 2024poster

Large Language Models like ChatGPT demonstrate a remarkable capacity to learn new concepts during inference without any fine-tuning. However, visual models trained to detect new objects during inference have been unable to replicate this ability, and instead either perform poorly or require meta-tra…

2024

FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores

ICLR 2024poster

Convolution models with long filters have demonstrated state-of-the-art reasoning abilities in many long-sequence tasks but lag behind the most optimized Transformers in wall-clock time. A major bottleneck is the Fast Fourier Transform (FFT)---which allows long convolutions to run in $O(N\log N)$ ti…

Cited by 24SourcePDFScholar
2024

Mechanistic Design and Scaling of Hybrid Architectures

ICML 2024poster

The development of deep learning architectures is a resource-demanding process, due to a vast design space, long prototyping times, and high compute costs associated with at-scale model training and evaluation. We set out to simplify this process by grounding it in an end-to-end mechanistic architec…

2024

Prospector Heads: Generalized Feature Attribution for Large Models & Data

ICML 2024poster

Feature attribution, the ability to localize regions of the input data that are relevant for classification, is an important capability for ML models in scientific and biomedical domains. Current methods for feature attribution, which rely on "explaining" the predictions of end-to-end classifiers, s…

2024

RedPajama: an Open Dataset for Training Large Language Models

NeurIPS 2024spotlight

Large language models are increasingly becoming a cornerstone technology in artificial intelligence, the sciences, and society as a whole, yet the optimal strategies for dataset composition and filtering remain largely elusive. Many of the top-performing models lack transparency in their dataset cur…

2024

Simple linear attention language models balance the recall-throughput tradeoff

ICML 2024spotlight

Recent work has shown that attention-based language models excel at "recall", the ability to ground generations in tokens previously seen in context. However, the efficiency of attention-based models is bottle-necked during inference by the KV-cache's aggressive memory consumption. In this work, we…

Cited by 72SourcePDFScholar
2024

Smoothie: Label Free Language Model Routing

NeurIPS 2024poster

Large language models (LLMs) are increasingly used in applications where LLM inputs may span many different tasks. Recent work has found that the choice of LLM is consequential, and different LLMs may be good for different input samples. Prior approaches have thus explored how engineers might select…

2024

State-Free Inference of State-Space Models: The *Transfer Function* Approach

ICML 2024poster

We approach designing a state-space model for deep learning applications through its dual representation, the *transfer function*, and uncover a highly efficient sequence parallel inference algorithm that is *state-free*: unlike other proposed algorithms, state-free inference does not incur any sign…

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
2024

WONDERBREAD: A Benchmark for Evaluating Multimodal Foundation Models on Business Process Management Tasks

NeurIPS 2024poster

Existing ML benchmarks lack the depth and diversity of annotations needed for evaluating models on business process management (BPM) tasks. BPM is the practice of documenting, measuring, improving, and automating enterprise workflows. However, research has focused almost exclusively on one task -- f…

Cited by 1SourcecodeScholar
2024

Zoology: Measuring and Improving Recall in Efficient Language Models

ICLR 2024poster

Attention-free language models that combine gating and convolutions are growing in popularity due to their efficiency and increasingly competitive performance. To better understand these architectures, we pretrain a suite of 17 attention and gated-convolution language models, finding that SoTA gated…

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

CocktailSGD: Fine-tuning Foundation Models over 500Mbps Networks

ICML 2023poster

Distributed training of foundation models, especially large language models (LLMs), is communication-intensive and so has heavily relied on centralized data centers with fast interconnects. Can we train on slow networks and unlock the potential of decentralized infrastructure for foundation models?…

Cited by 49SourcePDFScholar
2023

Deja Vu: Contextual Sparsity for Efficient LLMs at Inference Time

ICML 2023oral

Large language models (LLMs) with hundreds of billions of parameters have sparked a new wave of exciting AI applications. However, they are computationally expensive at inference time. Sparsity is a natural approach to reduce this cost, but existing methods either require costly retraining, have to…

2023

Effectively Modeling Time Series with Simple Discrete State Spaces

ICLR 2023poster

Time series modeling is a well-established problem, which often requires that methods (1) expressively represent complicated dependencies, (2) forecast long horizons, and (3) efficiently train over long sequences. State-space models (SSMs) are classical models for time series, and prior works combin…

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

FlexGen: High-Throughput Generative Inference of Large Language Models with a Single GPU

ICML 2023oral

The high computational and memory requirements of large language model (LLM) inference make it feasible only with multiple high-end accelerators. Motivated by the emerging demand for latency-insensitive tasks with batched processing, this paper initiates the study of high-throughput LLM inference us…

2023

H2O: Heavy-Hitter Oracle for Efficient Generative Inference of Large Language Models

NeurIPS 2023poster

Large Language Models (LLMs), despite their recent impressive accomplishments, are notably cost-prohibitive to deploy, particularly for applications involving long-content generation, such as dialogue systems and story writing. Often, a large amount of transient state information, referred to as the…

2023

How to Train your HIPPO: State Space Models with Generalized Orthogonal Basis Projections

ICLR 2023poster

Linear time-invariant state space models (SSM) are a classical model from engineering and statistics, that have recently been shown to be very promising in machine learning through the Structured State Space sequence model (S4). A core component of S4 involves initializing the SSM state matrix to a…

2023

Hungry Hungry Hippos: Towards Language Modeling with State Space Models

ICLR 2023top-25%

State space models (SSMs) have demonstrated state-of-the-art sequence modeling performance in some modalities, but underperform attention in language modeling. Moreover, despite scaling nearly linearly in sequence length instead of quadratically, SSMs are still slower than Transformers due to poor h…

2023

Hyena Hierarchy: Towards Larger Convolutional Language Models

ICML 2023oral

Recent advances in deep learning have relied heavily on the use of large Transformers due to their ability to learn at scale. However, the core building block of Transformers, the attention operator, exhibits quadratic cost in sequence length, limiting the amount of context accessible. Existing subq…

2023

HyenaDNA: Long-Range Genomic Sequence Modeling at Single Nucleotide Resolution

NeurIPS 2023spotlight

Genomic (DNA) sequences encode an enormous amount of information for gene regulation and protein synthesis. Similar to natural language models, researchers have proposed foundation models in genomics to learn generalizable features from unlabeled genome data that can then be fine-tuned for downstrea…

2023

Laughing Hyena Distillery: Extracting Compact Recurrences From Convolutions

NeurIPS 2023poster

Recent advances in attention-free sequence models rely on convolutions as alternatives to the attention operator at the core of Transformers. In particular, long convolution sequence models have achieved state-of-the-art performance in many domains, but incur a significant cost during auto-regressiv…

Cited by 25SourcePDFScholar
2023

LegalBench: A Collaboratively Built Benchmark for Measuring Legal Reasoning in Large Language Models

NeurIPS 2023poster

The advent of large language models (LLMs) and their adoption by the legal community has given rise to the question: what types of legal reasoning can LLMs perform? To enable greater study of this question, we present LegalBench: a collaboratively constructed legal reasoning benchmark consisting of…

2023

Monarch Mixer: A Simple Sub-Quadratic GEMM-Based Architecture

NeurIPS 2023oral

Machine learning models are increasingly being scaled in both sequence length and model dimension to reach longer contexts and better performance. However, existing architectures such as Transformers scale quadratically along both these axes. We ask: are there performant architectures that can scale…

Cited by 59SourcePDFScholar
2023

Simple Hardware-Efficient Long Convolutions for Sequence Modeling

ICML 2023poster

State space models (SSMs) have high performance on long sequence modeling but require sophisticated initialization techniques and specialized implementations for high quality and runtime performance. We study whether a simple alternative can match SSMs in performance and efficiency: directly learnin…

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

Correct-N-Contrast: a Contrastive Approach for Improving Robustness to Spurious Correlations

ICML 2022oral

Spurious correlations pose a major challenge for robust machine learning. Models trained with empirical risk minimization (ERM) may learn to rely on correlations between class labels and spurious attributes, leading to poor performance on data groups without these correlations. This is challenging t…

2022

Decentralized Training of Foundation Models in Heterogeneous Environments

NeurIPS 2022accept

Training foundation models, such as GPT-3 and PaLM, can be extremely expensive, often involving tens of thousands of GPUs running continuously for months. These models are typically trained in specialized clusters featuring fast, homogeneous interconnects and using carefully designed software system…

2022

Domino: Discovering Systematic Errors with Cross-Modal Embeddings

ICLR 2022oral

Machine learning models that achieve high overall accuracy often make systematic errors on important subsets (or slices) of data. Identifying underperforming slices is particularly challenging when working with high-dimensional inputs (e.g. images, audio), where important slices are often unlabeled.…

Cited by 160SourcePDFScholar
2022

Fine-tuning Language Models over Slow Networks using Activation Quantization with Guarantees

NeurIPS 2022accept

Communication compression is a crucial technique for modern distributed learning systems to alleviate their communication bottlenecks over slower networks. Despite recent intensive studies of gradient compression for data parallel-style training, compressing the activations for models trained with p…

Cited by 9SourcePDFScholar
2022

FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness

NeurIPS 2022accept

Transformers are slow and memory-hungry on long sequences, since the time and memory complexity of self-attention are quadratic in sequence length. Approximate attention methods have attempted to address this problem by trading off model quality to reduce the compute complexity, but often do not ach…

2022

HAPI: A Large-scale Longitudinal Dataset of Commercial ML API Predictions

NeurIPS 2022accept

Commercial ML APIs offered by providers such as Google, Amazon and Microsoft have dramatically simplified ML adoptions in many applications. Numerous companies and academics pay to use ML APIs for tasks such as object detection, OCR and sentiment analysis. Different ML APIs tackling the same task ca…

2022

It’s Raw! Audio Generation with State-Space Models

ICML 2022oral

Developing architectures suitable for modeling raw audio is a challenging problem due to the high sampling rates of audio waveforms. Standard sequence modeling approaches like RNNs and CNNs have previously been tailored to fit the demands of audio, but the resultant architectures make undesirable co…

2022

Metadata Shaping: A Simple Approach for Knowledge-Enhanced Language Models

ACL 2022findings

Popular language models (LMs) struggle to capture knowledge about rare tail facts and entities. Since widely used systems such as search and personal-assistants must support the long tail of entities that users ask about, there has been significant effort towards enhancing these base LMs with factua…

2022

Monarch: Expressive Structured Matrices for Efficient and Accurate Training

ICML 2022oral

Large neural networks excel in many domains, but they are expensive to train and fine-tune. A popular approach to reduce their compute or memory requirements is to replace dense weight matrices with structured ones (e.g., sparse, low-rank, Fourier transform). These methods have not seen widespread a…

2022

Perfectly Balanced: Improving Transfer and Robustness of Supervised Contrastive Learning

ICML 2022spotlight

An ideal learned representation should display transferability and robustness. Supervised contrastive learning (SupCon) is a promising method for training accurate models, but produces representations that do not capture these properties due to class collapse—when all points in a class map to the sa…

2022

Pixelated Butterfly: Simple and Efficient Sparse training for Neural Network Models

ICLR 2022spotlight

Overparameterized neural networks generalize well but are expensive to train. Ideally one would like to reduce their computational cost while retaining their generalization benefits. Sparse model training is a simple and promising approach to achieve this, but there remain challenges as existing met…

2022

TABi: Type-Aware Bi-Encoders for Open-Domain Entity Retrieval

ACL 2022findings

Entity retrieval—retrieving information about entity mentions in a query—is a key step in open-domain tasks, such as question answering or fact checking. However, state-of-the-art entity retrievers struggle to retrieve rare entities for ambiguous mentions due to biases towards popular entities. Inco…

2022

Transform Once: Efficient Operator Learning in Frequency Domain

NeurIPS 2022accept

Spectral analysis provides one of the most effective paradigms for information-preserving dimensionality reduction, as simple descriptions of naturally occurring signals are often obtained via few terms of periodic basis functions. In this work, we study deep neural networks designed to harness the…

2021

Catformer: Designing Stable Transformers via Sensitivity Analysis

ICML 2021spotlight

Transformer architectures are widely used, but training them is non-trivial, requiring custom learning rate schedules, scaling terms, residual connections, careful placement of submodules such as normalization, and so on. In this paper, we improve upon recent analysis of Transformers and formalize a…

Cited by 22SourcePDFScholar
2021

Combining Recurrent, Convolutional, and Continuous-time Models with Linear State Space Layers

NeurIPS 2021poster

Recurrent neural networks (RNNs), temporal convolutions, and neural differential equations (NDEs) are popular families of deep learning models for time-series data, each with unique strengths and tradeoffs in modeling power and computational efficiency. We introduce a simple sequence model inspired…

2021

Comparing the Value of Labeled and Unlabeled Data in Method-of-Moments Latent Variable Estimation

AISTATS 2021poster

Labeling data for modern machine learning is expensive and time-consuming. Latent variable models can be used to infer labels from weaker, easier-to-acquire sources operating on unlabeled data. Such models can also be trained using labeled data, presenting a key question: should a user invest in few…

2021

Cut out the annotator, keep the cutout: better segmentation with weak supervision

ICLR 2021poster

Constructing large, labeled training datasets for segmentation models is an expensive and labor-intensive process. This is a common challenge in machine learning, addressed by methods that require few or no labeled data points such as few-shot learning (FSL) and weakly-supervised learning (WS). Such…

Cited by 23SourcePDFScholar
2021

HoroPCA: Hyperbolic Dimensionality Reduction via Horospherical Projections

ICML 2021spotlight

This paper studies Principal Component Analysis (PCA) for data lying in hyperbolic spaces. Given directions, PCA relies on: (1) a parameterization of subspaces spanned by these directions, (2) a method of projection onto subspaces that preserves information in these directions, and (3) an objective…

2021

MONGOOSE: A Learnable LSH Framework for Efficient Neural Network Training

ICLR 2021oral

Recent advances by practitioners in the deep learning community have breathed new life into Locality Sensitive Hashing (LSH), using it to reduce memory and time bottlenecks in neural network (NN) training. However, while LSH has sub-linear guarantees for approximate near-neighbor search in theory, i…

Cited by 88SourcePDFScholar
2021

Mandoline: Model Evaluation under Distribution Shift

ICML 2021spotlight

Machine learning models are often deployed in different settings than they were trained and validated on, posing a challenge to practitioners who wish to predict how well the deployed model will perform on a target distribution. If an unlabeled sample from the target distribution is available, along…

2021

Model Patching: Closing the Subgroup Performance Gap with Data Augmentation

ICLR 2021poster

Classifiers in machine learning are often brittle when deployed. Particularly concerning are models with inconsistent performance on specific subgroups of a class, e.g., exhibiting disparities in skin cancer classification in the presence or absence of a spurious bandage. To mitigate these performan…

2021

Personalized Benchmarking with the Ludwig Benchmarking Toolkit

NeurIPS 2021poster

The rapid proliferation of machine learning models across domains and deployment settings has given rise to various communities (e.g. industry practitioners) which seek to benchmark models across tasks and objectives of personal value. Unfortunately, these users cannot use standard benchmark results…

Cited by 0SourcecodeScholar
2021

Rethinking Neural Operations for Diverse Tasks

NeurIPS 2021poster

An important goal of AutoML is to automate-away the design of neural networks on new tasks in under-explored domains. Motivated by this goal, we study the problem of enabling users to discover the right neural operations given data from their specific domain. We introduce a search space of operation…

Cited by 32SourcePDFScholar
2021

SKM-TEA: A Dataset for Accelerated MRI Reconstruction with Dense Image Labels for Quantitative Clinical Evaluation

NeurIPS 2021poster

Magnetic resonance imaging (MRI) is a cornerstone of modern medical imaging. However, long image acquisition times, the need for qualitative expert analysis, and the lack of (and difficulty extracting) quantitative indicators that are sensitive to tissue health have curtailed widespread clinical and…

Cited by 72SourcecodeScholar
2020

Fast and Three-rious: Speeding Up Weak Supervision with Triplet Methods

ICML 2020poster

Weak supervision is a popular method for building machine learning models without relying on ground truth annotations. Instead, it generates probabilistic training labels by estimating the accuracies of multiple noisy labeling sources (e.g., heuristics, crowd workers). Existing approaches use latent…

2020

Ivy: Instrumental Variable Synthesis for Causal Inference

AISTATS 2020poster

A popular way to estimate the causal effect of a variable x on y from observational data is to use an instrumental variable (IV): a third variable z that affects y only through x. The more strongly z is associated with x, the more reliable the estimate is, but such strong IVs are difficult to find.…

Cited by 34SourcePDFScholar
2020

On the Generalization Effects of Linear Transformations in Data Augmentation

ICML 2020poster

Data augmentation is a powerful technique to improve performance in applications such as image and text classification tasks. Yet, there is little rigorous understanding of why and how various augmentations work. In this work, we consider a family of linear transformations and study their effects on…

2019

A Kernel Theory of Modern Data Augmentation

ICML 2019oral

Data augmentation, a technique in which a training set is expanded with class-preserving transformations, is ubiquitous in modern machine learning pipelines. In this paper, we seek to establish a theoretical framework for understanding data augmentation. We approach this from two directions: First,…

2019

Learning Dependency Structures for Weak Supervision Models

ICML 2019oral

Labeling training data is a key bottleneck in the modern machine learning pipeline. Recent weak supervision approaches combine labels from multiple noisy sources by estimating their accuracies without access to ground truth labels; however, estimating the dependencies among these sources is a critic…

Cited by 79SourcePDFScholar
2019

Learning Fast Algorithms for Linear Transforms Using Butterfly Factorizations

ICML 2019oral

Fast linear transforms are ubiquitous in machine learning, including the discrete Fourier transform, discrete cosine transform, and other structured transformations such as convolutions. All of these transforms can be represented by dense matrix-vector multiplication, yet each has a specialized and…

2019

Low-Precision Random Fourier Features for Memory-constrained Kernel Approximation

AISTATS 2019poster

We investigate how to train kernel approximation methods that generalize well under a memory budget. Building on recent theoretical work, we define a measure of kernel approximation error which we find to be more predictive of the empirical generalization performance of kernel approximation methods…

2019

Scene Graph Prediction With Limited Labels

ICCV 2019poster

Visual knowledge bases such as Visual Genome power numerous applications in computer vision, including visual question answering and captioning, but suffer from sparse, incomplete relationships. All scene graph models to date are limited to training on a small set of visual relationships that have t…

Cited by 95PDFScholar
2015

Global Convergence of Stochastic Gradient Descent for Some Non-convex Matrix Problems

ICML 2015poster

Stochastic gradient descent (SGD) on a low-rank factorization is commonly employed to speed up matrix problems including matrix completion, subspace tracking, and SDP relaxation. In this paper, we exhibit a step size scheme for SGD on a low-rank least-squares problem, and we prove that, under broad…

Cited by 206SourcePDFScholar