← Search

Paul Whatmough

9 accepted papers

2026

Dirichlet-Prior Shaping: Guiding Expert Specialization in Upcycled MoEs

ICML 2026poster

Upcycling pre-trained dense models into sparse Mixture-of-Experts (MoEs) efficiently increases model capacity but often suffers from poor expert specialization due to naive weight replication. We introduce Dirichlet-Prior Shaping Loss (DPSL), a novel router regularization technique that directly sha…

Cited by 0SourceScholar
2026

Dissecting Quantization Error: A Concentration-Alignment Perspective

ICML 2026poster

Quantization can drastically increase the efficiency of large language and vision models, but typically incurs an accuracy drop. Recently, function-preserving transforms (e.g. rotations, Hadamard transform, channel-wise scaling) have been successfully applied to reduce post-training quantization err…

Cited by 0SourceScholar
2026

FPTQuant: Function-Preserving Transforms for LLM Quantization

ICML 2026poster

Large language models (LLMs) require substantial compute, and thus energy, at inference time. While quantizing weights and activations is effective at improving efficiency, naive quantization of LLMs can significantly degrade performance due to large magnitude outliers. This paper describes FPTQuant…

Cited by 0SourceScholar
2024

Sparse High Rank Adapters

NeurIPS 2024poster

Low Rank Adaptation (LoRA) has gained massive attention in the recent generative AI research. One of the main advantages of LoRA is its ability to be fused with pretrained models, adding no overhead during inference. However, from a mobile deployment standpoint, we can either avoid inference overhe…

Cited by 0SourcePDFScholar
2023

Efficient Edge Inference by Selective Query

ICLR 2023poster

Edge devices provide inference on predictive tasks to many end-users. However, deploying deep neural networks that achieve state-of-the-art accuracy on these devices is infeasible due to edge resource constraints. Nevertheless, cloud-only processing, the de-facto standard, is also problematic, since…

Cited by 22SourcePDFScholar
2022

UDC: Unified DNAS for Compressible TinyML Models for Neural Processing Units

NeurIPS 2022accept

Deploying TinyML models on low-cost IoT hardware is very challenging, due to limited device memory capacity. Neural processing unit (NPU) hardware address the memory challenge by using model compression to exploit weight quantization and sparsity to fit more parameters in the same footprint. However…

Cited by 17SourcePDFScholar
2021

Debiasing Model Updates for Improving Personalized Federated Training

ICML 2021spotlight

We propose a novel method for federated learning that is customized specifically to the objective of a given edge device. In our proposed method, a server trains a global meta-model by collaborating with devices without actually sharing data. The trained global meta-model is then personalized locall…

Cited by 86SourcePDFScholar
2021

Federated Learning Based on Dynamic Regularization

ICLR 2021oral

We propose a novel federated learning method for distributively training neural network models, where the server orchestrates cooperation between a subset of randomly chosen devices in each round. We view Federated Learning problem primarily from a communication perspective and allow more device lev…

2019

SpArSe: Sparse Architecture Search for CNNs on Resource-Constrained Microcontrollers

NeurIPS 2019poster

The vast majority of processors in the world are actually microcontroller units (MCUs), which find widespread use performing simple control tasks in applications ranging from automobiles to medical devices and office equipment. The Internet of Things (IoT) promises to inject machine learning into ma…