← Search

Yuzhen Mao

4 accepted papers

2026

IceCache: Memory-Efficient KV-cache Management for Long-Sequence LLMs

ICLR 2026poster

Key-Value (KV) cache plays a pivotal role in accelerating inference in large language models (LLMs) by storing intermediate attention outputs, thereby avoiding redundant computation during auto-regressive generation. However, the cache's memory footprint scales linearly with sequence length, often r…

Cited by 0SourcecodeScholar
2025

Performative Risk Control: Calibrating Models for Reliable Deployment under Performativity

NeurIPS 2025poster

Calibrating blackbox machine learning models to achieve risk control is crucial to ensure reliable decision-making. A rich line of literature has been studying how to calibrate a model so that its predictions satisfy explicit finite-sample statistical guarantees under a _fixed_, _static_, and unknow…

Cited by 0SourceScholar
2024

EvoluNet: Advancing Dynamic Non-IID Transfer Learning on Graphs

ICML 2024poster

Non-IID transfer learning on graphs is crucial in many high-stakes domains. The majority of existing works assume stationary distribution for both source and target domains. However, real-world graphs are intrinsically dynamic, presenting challenges in terms of domain evolution and dynamic discrepan…