An Auto-Scaling Approach for Serverless Environments Based on a Multi-Expert Consensus Mechanism

arXiv cs.AI Papers

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.

arXiv:2607.15511v1 Announce Type: cross 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.
Original Article
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

arXiv cs.LG

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 …

X AI KOLs Following

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.