LGAIDCPFJul 16

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

arXiv:2607.155116.4h-index: 12
Predicted impact top 54% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For cloud providers and serverless application developers, this work offers a practical autoscaling solution that improves prediction accuracy and reduces costs, though it is an incremental improvement over existing hybrid forecasting methods.

The paper tackles the autoscaling challenge in serverless environments by proposing a dependency-aware framework that integrates graph-based bottleneck identification, multi-model workload forecasting (MLP, LSTM, CNN) with a Bayesian-inspired ensemble, and cost-aware scaling control. The approach achieves 99.88% prediction accuracy and reduces infrastructure costs across multiple cloud pricing models.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes