Pith. sign in

REVIEW 2 cited by

A Tale of Two Scales: Reconciling Horizontal and Vertical Scaling for Inference Serving Systems

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.14843 v1 pith:BWBS3BF3 submitted 2024-07-20 cs.DC

classification cs.DC
keywords scalinghorizontalverticalworkloadinferenceservingsystemsautoscaling
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
abstract

Inference serving is of great importance in deploying machine learning models in real-world applications, ensuring efficient processing and quick responses to inference requests. However, managing resources in these systems poses significant challenges, particularly in maintaining performance under varying and unpredictable workloads. Two primary scaling strategies, horizontal and vertical scaling, offer different advantages and limitations. Horizontal scaling adds more instances to handle increased loads but can suffer from cold start issues and increased management complexity. Vertical scaling boosts the capacity of existing instances, allowing for quicker responses but is limited by hardware and model parallelization capabilities. This paper introduces Themis, a system designed to leverage the benefits of both horizontal and vertical scaling in inference serving systems. Themis employs a two-stage autoscaling strategy: initially using in-place vertical scaling to handle workload surges and then switching to horizontal scaling to optimize resource efficiency once the workload stabilizes. The system profiles the processing latency of deep learning models, calculates queuing delays, and employs different dynamic programming algorithms to solve the joint horizontal and vertical scaling problem optimally based on the workload situation. Extensive evaluations with real-world workload traces demonstrate over $10\times$ SLO violation reduction compared to the state-of-the-art horizontal or vertical autoscaling approaches while maintaining resource efficiency when the workload is stable.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Justin: Hybrid CPU/Memory Elastic Scaling for Distributed Stream Processing

    cs.DC 2025-05 conditional novelty 6.0 of 10

    Justin extends Flink's DS2 auto-scaler to decide between scaling out (more tasks) and scaling up (more memory per task), using RocksDB cache hit rates and state access latency.

  2. Formal and Empirical Study of Metadata-Based Profiling for Resource Management in the Computing Continuum

    cs.DC 2025-04 conditional novelty 4.0 of 10

    PolarisProfiler groups historical workloads by runtime behavior and classifies new workloads by static metadata, estimating resource usage with reported normalized error below 50% for 93% of tested Alibaba workloads.

Pith tools