A Hybrid Proactive And Predictive Framework For Edge Cloud Resource Management

📅 2025-11-20
📈 Citations: 0
Influential: 0
📄 PDF

career value

211K/year
🤖 AI Summary
Traditional cloud-edge collaborative resource management relies on static thresholds and reactive mechanisms, leading to resource wastage or performance degradation. To address this, this paper proposes a proactive resource management framework integrating time-series forecasting with multi-agent deep reinforcement learning (MADRL). Specifically, CNN-LSTM forecasting outputs are embedded into the MADRL state space, endowing scheduling policies with foresight. Each agent jointly optimizes computation offloading, elastic scaling, and load balancing to achieve a multi-objective trade-off among cost, latency, and system stability. Experimental results demonstrate that the proposed method reduces average resource expenditure by 18.7% and improves task completion rate by 23.4% compared to baseline approaches, while significantly enhancing system robustness under dynamic workloads.

Technology Category

Application Category

📝 Abstract
Old cloud edge workload resource management is too reactive. The problem with relying on static thresholds is that we are either overspending for more resources than needed or have reduced performance because of their lack. This is why we work on proactive solutions. A framework developed for it stops reacting to the problems but starts expecting them. We design a hybrid architecture, combining two powerful tools: the CNN LSTM model for time series forecasting and an orchestrator based on multi agent Deep Reinforcement Learning In fact the novelty is in how we combine them as we embed the predictive forecast from the CNN LSTM directly into the DRL agent state space. That is what makes the AI manager smarter it sees the future, which allows it to make better decisions about a long term plan for where to run tasks That means finding that sweet spot between how much money is saved while keeping the system healthy and apps fast for users That is we have given it eyes in order to see down the road so that it does not have to lurch from one problem to another it finds a smooth path forward Our tests show our system easily beats the old methods It is great at solving tough problems like making complex decisions and juggling multiple goals at once like being cheap fast and reliable
Problem

Research questions and friction points this paper is trying to address.

Developing a hybrid proactive framework to replace reactive edge cloud resource management
Optimizing resource allocation to balance cost savings with performance and reliability
Integrating predictive forecasting with deep reinforcement learning for long-term planning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hybrid proactive framework combining CNN-LSTM and DRL
Embedding predictive forecasts into DRL agent state space
Multi-agent DRL orchestrator for long-term resource optimization
🔎 Similar Papers
No similar papers found.