3 papers
cs.LG2026
ExFold: Unified Expert Folding for Training-Free MoE Prefill-Decode Acceleration
Juntong Wu, Yifei Liu, Junyi Chen +6
Mixture-of-Experts (MoE) models scale capacity for strong quality while keeping per-token compute bounded through sparse expert activation. Yet low-latency MoE serving is increasin…
cs.DC2026
HYPIC: Accelerating Hybrid-Attention LLM Serving with Position-Independent Caching
Yifei Liu, Juntong Wu, Yang Liu +4
In retrieval-augmented generation and agentic LLM serving, prompts are assembled from independent segments into long contexts, making the prefill stage dominate per-request cost. T…
cs.AI2026
Akashic: A Low-Overhead LLM Inference Service with MemAttention
Yang Liu, Zhaokai Luo, Huayi Jin +7
Recent LLM-based agent systems continuously accumulate context across multi-turn interactions, tool invocations, and cross-session workflows. Replaying the full history for every r…