paper-with-me

Papers

A Learning-Based Caching Mechanism for Edge Content Delivery

2024-02-05 · Hoda Torabi, Hamzeh Khazaei, Marin Litoiu

With the advent of 5G networks and the rise of the Internet of Things (IoT), Content Delivery Networks (CDNs) are increasingly extending into the network edge. This shift introduces unique challenges, particularly due to the limited cache storage and the diverse request patterns at the edge. These edge environments can host traffic classes characterized by varied object-size distributions and object-access patterns. Such complexity makes it difficult for traditional caching strategies, which often rely on metrics like request frequency or time intervals, to be effective. Despite these complexities, the optimization of edge caching is crucial. Improved byte hit rates at the edge not only alleviate the load on the network backbone but also minimize operational costs and expedite content delivery to end-users. In this paper, we introduce HR-Cache, a comprehensive learning-based caching framework grounded in the principles of Hazard Rate (HR) ordering, a rule originally formulated to compute an upper bound on cache performance. HR-Cache leverages this rule to guide future object eviction decisions. It employs a lightweight machine learning model to learn from caching decisions made based on HR ordering, subsequently predicting the "cache-friendliness" of incoming requests. Objects deemed "cache-averse" are placed into cache as priority candidates for eviction. Through extensive experimentation, we demonstrate that HR-Cache not only consistently enhances byte hit rates compared to existing state-of-the-art methods but also achieves this with minimal prediction overhead. Our experimental results, using three real-world traces and one synthetic trace, indicate that HR-Cache consistently achieves 2.2-14.6% greater WAN traffic savings than LRU. It outperforms not only heuristic caching strategies but also the state-of-the-art learning-based algorithm.

📄 PDF Abstract BibTeX arXiv:2402.02795

Code (1)

pacslab/hr-cache 공식 구현

Similar Papers 제목 키워드 기반

User Dynamics-Aware Edge Caching and Computing for Mobile Virtual Reality

2023-11-17 · Mushu Li, Jie Gao, Conghao Zhou, Xuemin Shen 외

In this paper, we present a novel content caching and delivery approach for mobile virtual reality (VR) video streaming. The proposed approach aims to maximize VR video streaming performance, i.e., minimizing video frame…

Scheduling

An Analysis on Caching Placement for Millimeter/Micro Wave Hybrid Networks

2018-03-26

In this paper, we consider a hybrid millimeter wave (mmWave) and micro wave ($\mu$Wave) network from the perspective of \emph{wireless caching} and study the optimal probabilistic content/file caching placement at desira…

Joint Distributed Link Scheduling and Power Allocation for Content Delivery in Wireless Caching Networks

2019-11-29

In wireless caching networks, the design of the content delivery method must consider random user requests, caching states, network topology, and interference management. In this paper, we establish a general framework f…

ManagementScheduling

Joint Radio Resource Allocation and Cooperative Caching in PD-NOMA-Based HetNets

2020-07-22 · Maryam Moghimi, Abolfazl Zakeri, Mohammad Reza Javan, Nader Mokari 외

In this paper, we propose a novel joint resource allocation and cooperative caching scheme for power-domain non-orthogonal multiple access (PD-NOMA)-based heterogeneous networks (HetNets). In our scheme, the requested co…

Management

Cache-Enabled Coordinated Mobile Edge Network: Opportunities and Challenges

2019-12-25

Cache-enabled coordinated mobile edge network is an emerging network architecture, wherein serving nodes located at the network edge have the capabilities of baseband signal processing and caching files at their local ca…