An Auto-Scaling Approach for Serverless Environments Based on a Multi-Expert Consensus Mechanism
Summary
This paper presents a dependency-aware autoscaling framework for serverless environments, integrating graph-based bottleneck identification, multi-model forecasting (MLP, LSTM, CNN) via a probabilistic ensemble, and cost-aware scaling control. Experiments show 99.88% prediction accuracy and reduced infrastructure costs.
View Cached Full Text
Cached at: 07/20/26, 09:26 AM
# An Auto-Scaling Approach for Serverless Environments Based on a Multi-Expert Consensus Mechanism Source: [https://arxiv.org/abs/2607.15511](https://arxiv.org/abs/2607.15511) [View PDF](https://arxiv.org/pdf/2607.15511) > Abstract:Serverless computing provides automatic resource management and pay\-per\-use execution, but effective autoscaling remains challenging because of dynamic workloads, cold\-start latency, and dependencies among functions\. We present a dependency\-aware autoscaling framework that integrates graph\-based bottleneck identification, short\-term workload forecasting, multi\-model consensus, and cost\-aware scaling control\. Serverless applications are represented as directed dependency graphs, and structurally important functions are identified using weighted degree centrality\. Resource demand is predicted using lightweight MLP, LSTM, and CNN models\. Their outputs are combined through a performance\-weighted probabilistic ensemble inspired by Bayesian model averaging\. The controller further incorporates cold\-start awareness and cost comparison to select among scale\-up, scale\-down, and hold actions\. Experiments using real workload traces show that supervised forecasting substantially outperforms unsupervised clustering for autoscaling decision generation\. The proposed ensemble achieves 99\.88 percent prediction accuracy and reduces prediction error compared with representative hybrid forecasting methods\. Evaluations across multiple cloud pricing models also demonstrate consistent infrastructure cost reductions while maintaining performance targets\. The results show that combining dependency analysis, multi\-expert forecasting, and cost\-aware control provides a robust and practical solution for serverless autoscaling\. ## Submission history From: Mobina Kashaniyan \[[view email](https://arxiv.org/show-email/42728dc7/2607.15511)\] **\[v1\]**Thu, 16 Jul 2026 23:48:37 UTC \(3,566 KB\)
Similar Articles
Scalable Constrained Multi-Agent Reinforcement Learning via State Augmentation and Consensus for Separable Dynamics
This paper presents a distributed approach for constrained multi-agent reinforcement learning that uses state-augmented policy learning and neighbor-to-neighbor consensus over dual variables to satisfy global resource constraints while scaling linearly with the number of agents. Experiments on smart grid demand response demonstrate that consensus coordination is essential for feasibility, scaling to thousands of agents unlike centralized training approaches.
@akshay_pachaar: Serverless vs on-prem vs edge deployment. (read before your next deploy) These are three different answers to the same …
This article compares serverless, on-prem, and edge deployment for AI models, highlighting inefficiencies in current multi-model serving. It introduces the Superlinked Inference Engine (SIE), an open-source tool that serves multiple models on a single GPU by dynamically loading and unloading weights, aiming to reduce costs and complexity.
SCALE: Scalable Cross-Attention Learning with Extrapolation for Agentic Workflow Scheduling
This paper proposes SCALE, a deep reinforcement learning scheduler for agentic LLM workflow DAGs that generalizes to unseen cluster sizes using cross-attention and structured representation regularization, reducing response time without retraining.
Cloud-Native Evaluation-as-a-Service: A Microservices Architecture for Scalable AI Monitoring with Conformal Guarantees
This paper presents EaaS, a cloud-native microservices architecture for scalable AI monitoring that provides conformal prediction, calibration assessment, drift detection, and fairness monitoring with statistical guarantees.
How to achieve truly serverless GPUs (20 minute read)
Modal explains the four key ingredients they developed to spin up serverless GPU inference replicas in seconds instead of minutes, enabling efficient GPU allocation for variable AI workloads.