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.
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.
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.
Scaling Participation in Modular AI Systems
This paper introduces scaling participation, a new paradigm for building modular AI systems through contributions from diverse stakeholders, where small models collaborate to outperform monolithic LLMs by up to 15.4% across various tasks, demonstrating emergent capabilities and improved diversity benefits.
How to Scale Mixture-of-Experts: From muP to the Maximally Scale-Stable Parameterization
This paper develops a principled scaling theory for Mixture-of-Experts (MoE) architectures, introducing the Maximally Scale-Stable Parameterization (MSSP) that ensures stable training and hyperparameter transfer across width, depth, expert width, and number of experts, validated by experiments.