Reactive Video Caching via long-short-term fusion approach
Rui-Xiao Zhang, Tianchi Huang, Chenglei Wu, Lifeng Sun

TL;DR
This paper introduces LA-E2, a novel video caching method that combines deep learning with online exploration to adaptively balance long-term history and short-term changes, significantly improving cache hit rates.
Contribution
LA-E2 is the first to fuse deep neural network predictions with exploration-exploitation in caching, achieving superior performance especially with small cache sizes.
Findings
LA-E2 outperforms baselines by 17.5%-68.7% in hit rate.
It generalizes well across real-world datasets.
Effective long-short-term fusion enhances caching efficiency.
Abstract
Video caching has been a basic network functionality in today's network architectures. Although the abundance of caching replacement algorithms has been proposed recently, these methods all suffer from a key limitation: due to their immature rules, inaccurate feature engineering or unresponsive model update, they cannot strike a balance between the long-term history and short-term sudden events. To address this concern, we propose LA-E2, a long-short-term fusion caching replacement approach, which is based on a learning-aided exploration-exploitation process. Specifically, by effectively combining the deep neural network (DNN) based prediction with the online exploitation-exploration process through a \emph{top-k} method, LA-E2 can both make use of the historical information and adapt to the constantly changing popularity responsively. Through the extensive experiments in two real-world…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Peer-to-Peer Network Technologies · Advanced Data Storage Technologies
