← Search

Xiangyu Zou

3 accepted papers

2026

ProphetKV: User-Query-Driven Selective Recomputation for Efficient KV Cache Reuse in Retrieval-Augmented Generation

ICML 2026poster

The prefill stage of long-context Retrieval-Augmented Generation (RAG) is severely bottlenecked by computational overhead. To mitigate this, recent methods assemble pre-calculated KV caches of retrieved RAG documents (by a *user query*) and reprocess selected tokens to recover cross-attention betwee…

Cited by 0SourceScholar
2026

RESA: Bringing Back What Sparse Attention Ignores with Residual Estimation

ICLR 2026poster

Large Language Models (LLM) have gained significant attention. KV cache, stored to avoid quadratic complexity of attention, becomes a bottleneck due to the demands for long-context. Sparse attention (SA) has been proposed to address this by only selecting critical KVs for attention, which ma…

Cited by 0SourceScholar
2022

SmartIdx: Reducing Communication Cost in Federated Learning by Exploiting the CNNs Structures

AAAI 2022technical

Top-k sparsification method is popular and powerful forreducing the communication cost in Federated Learning(FL). However, according to our experimental observation, it spends most of the total communication cost on the index of the selected parameters (i.e., their position informa-tion), which is i…