← Search

Chris De Sa

8 accepted papers

2026

$L^3$: Large Lookup Layers

ICML 2026poster

Modern sparse language models typically achieve sparsity through Mixture-of-Experts (MoE) layers, which dynamically route tokens to dense MLP "experts." However, dynamic hard routing has a number of drawbacks, such as potentially poor hardware efficiency and needing auxiliary losses for stable train…

Cited by 0SourceScholar
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

Improving Neural Network Quantization without Retraining using Outlier Channel Splitting

ICML 2019oral

Quantization can improve the execution latency and energy efficiency of neural networks on both commodity GPUs and specialized accelerators. The majority of existing literature focuses on training quantized DNNs, while this work examines the less-studied topic of quantizing a floating-point model wi…

2019

SWALP : Stochastic Weight Averaging in Low Precision Training

ICML 2019oral

Low precision operations can provide scalability, memory savings, portability, and energy efficiency. This paper proposes SWALP, an approach to low precision training that averages low-precision SGD iterates with a modified learning rate schedule. SWALP is easy to implement and can match the perform…