← Search

Jiangfei Duan

3 accepted papers

2026

CoCoQuant: Breaking the Bandwidth Wall via Co-Optimized Communication and Computation Quantization

ICML 2026poster

The rapid scaling of large language models (LLMs) has made distributed inference indispensable, yet end-to-end latency is increasingly dominated by communication, forming a critical bandwidth wall that fundamentally limits the practical gains of existing quantization techniques. Existing approaches …

Cited by 0SourceScholar
2025

MxMoE: Mixed-precision Quantization for MoE with Accuracy and Performance Co-Design

ICML 2025poster

Mixture-of-Experts (MoE) models face deployment challenges due to their large parameter counts and computational demands. We explore quantization for MoE models and highlight two key insights: 1) linear blocks exhibit varying quantization sensitivity, and 2) divergent expert activation frequencies c…

2024

MuxServe: Flexible Spatial-Temporal Multiplexing for Multiple LLM Serving

ICML 2024poster

Large language models (LLMs) have demonstrated remarkable performance, and organizations are racing to serve LLMs of varying sizes as endpoints for use-cases like chat, programming and search. However, efficiently serving multiple LLMs poses significant challenges for existing approaches due to vary…