← Search

Ritchie Zhao

6 accepted papers

2026

Revisiting Efficiency–Accuracy Scaling in Mixture-of-Experts Architectures

ICML 2026poster

Mixture-of-Experts (MoEs) have become a central component of many state-of-the-art open-source and proprietary large language models. Despite their widespread adoption, it remains unclear how close existing MoE architectures are to optimal with respect to inference cost, as measured by accuracy per …

Cited by 0SourceScholar
2025

RocketKV: Accelerating Long-Context LLM Inference via Two-Stage KV Cache Compression

ICML 2025poster

Transformer-based Large Language Models rely critically on the KV cache to efficiently handle extended contexts during the decode phase. Yet, the size of the KV cache grows proportionally with the input length, burdening both memory bandwidth and capacity as decoding progresses. To address this chal…

Cited by 0SourcePDFScholar
2020

Precision Gating: Improving Neural Network Efficiency with Dynamic Dual-Precision Activations

ICLR 2020poster

We propose precision gating (PG), an end-to-end trainable dynamic dual-precision quantization technique for deep neural networks. PG computes most features in a low precision and only a small proportion of important features in a higher precision to preserve accuracy. The proposed approach is appl…

Cited by 33SourcecodeScholar
2020

Pushing the Limits of Narrow Precision Inferencing at Cloud Scale with Microsoft Floating Point

NeurIPS 2020poster

In this paper, we explore the limits of Microsoft Floating Point (MSFP), a new class of datatypes developed for production cloud-scale inferencing on custom hardware. Through the co-evolution of hardware design and algorithms, MSFP achieves accuracy comparable to or better than industry standards Bf…

2019

Building Efficient Deep Neural Networks With Unitary Group Convolutions

CVPR 2019poster

We propose unitary group convolutions (UGConvs), a building block for CNNs which compose a group convolution with unitary transforms in feature space to learn a richer set of representations than group convolution alone. UGConvs generalize two disparate ideas in CNN architecture, channel shuffling (…

Cited by 34PDFScholar
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…