← Search

Haojie Duanmu

6 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
2026

DITRON: Distributed Multi-level Tiling Compiler for Parallel Tensor Programs

ICML 2026poster

The scaling of large language models (LLMs) is currently bottlenecked by the rigidity of distributed programming. While high-performance libraries like CuBLAS and NCCL provide optimized primitives, they lack the flexibility required for rapidly evolving model architectures. Conversely, existing tens…

Cited by 0SourceScholar
2026

Forge: Compiling a Unified Abstraction into Scalable Kernels for Linear Attention

ICLR 2026poster

The quadratic complexity of softmax attention poses a major bottleneck for long-context modeling, motivating a surge of linear attention variants with linear complexity. Unlike softmax attention, which benefits from optimized kernels, linear attention lacks general-purpose, hardware-efficient suppor…

Cited by 0SourceScholar
2026

UNIVERSAL AND EFFICIENT LOADING BALANCING FOR RL TRAINING OF LARGE MULTIMODAL MODELS

ICLR 2026poster

Reinforcement learning (RL) is crucial for aligning Vision-Language Models (VLMs), but its practical application is hampered by significant system-level bottlenecks. The typical RL pipeline, encompassing data loading, inference-based rollouts, and model updates, suffers from severe inefficiencies wh…

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…