paper-with-me

Papers

Robustifying Learning-Augmented Caching Efficiently without Compromising 1-Consistency

2025-07-22 · Peng Chen, Hailiang Zhao, Jiaji Zhang, Xueyan Tang, Yixuan Wang, Shuiguang Deng arxiv

The online caching problem aims to minimize cache misses when serving a sequence of requests under a limited cache size. While naive learning-augmented caching algorithms achieve ideal $1$-consistency, they lack robustness guarantees. Existing robustification methods either sacrifice $1$-consistency or introduce excessive computational overhead. In this paper, we introduce Guard, a lightweight robustification framework that enhances the robustness of a broad class of learning-augmented caching algorithms to $2H_{k-1} + 2$, while preserving their $1$-consistency. Guard achieves the current best-known trade-off between consistency and robustness, with only O(1) additional per-request overhead, thereby maintaining the original time complexity of the base algorithm. Extensive experiments across multiple real-world datasets and prediction models validate the effectiveness of Guard in practice.

📄 PDF Abstract BibTeX arXiv:2507.16242

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robustifying Vision-Language Models via Test-Time Prompt Adaptation

2026-07-10 · Xingyu Zhu, Huanshen Wu, Shuo Wang, Beier Zhu 외 arxiv

Pre-trained Vision-Language Models (VLMs) such as CLIP achieve strong zero-shot generalization, but their performance degrades sharply under adversarial perturbations. Existing test-time adaptation methods typically rely…

Zero-shot GeneralizationAdversarial RobustnessTest-time Adaptation

SwiftDiffusion: Efficient Diffusion Model Serving with Add-on Modules

2024-07-02 · Suyi Li, Lingyun Yang, Xiaoxiao Jiang, Hanfeng Lu 외

Text-to-image (T2I) generation using diffusion models has become a blockbuster service in today's AI cloud. A production T2I service typically involves a serving workflow where a base diffusion model is augmented with va…

Image Generation

dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching

2025-05-17 · Zhiyuan Liu, Yicun Yang, Yaojie Zhang, Junjie Chen 외

Autoregressive Models (ARMs) have long dominated the landscape of Large Language Models. Recently, a new paradigm has emerged in the form of diffusion-based Large Language Models (dLLMs), which generate text by iterative…

Denoising

Digital Twin-Assisted Data-Driven Optimization for Reliable Edge Caching in Wireless Networks

2024-06-29 · Zifan Zhang, Yuchen Liu, Zhiyuan Peng, Mingzhe Chen 외

Optimizing edge caching is crucial for the advancement of next-generation (nextG) wireless networks, ensuring high-speed and low-latency services for mobile users. Existing data-driven optimization approaches often lack …

Reinforcement Learning (RL)

Robust Learning-Augmented Caching: An Experimental Study

2021-06-28 · Jakub Chłędowski, Adam Polak, Bartosz Szabucki, Konrad Zolna

Effective caching is crucial for the performance of modern-day computing systems. A key optimization problem arising in caching -- which item to evict to make room for a new item -- cannot be optimally solved without kno…

BIG-bench Machine Learning