paper-with-me

Papers

Adaptive Serverless Learning

2020-08-24 · Hongchang Gao, Heng Huang

With the emergence of distributed data, training machine learning models in the serverless manner has attracted increasing attention in recent years. Numerous training approaches have been proposed in this regime, such as decentralized SGD. However, all existing decentralized algorithms only focus on standard SGD. It might not be suitable for some applications, such as deep factorization machine in which the feature is highly sparse and categorical so that the adaptive training algorithm is needed. In this paper, we propose a novel adaptive decentralized training approach, which can compute the learning rate from data dynamically. To the best of our knowledge, this is the first adaptive decentralized training approach. Our theoretical results reveal that the proposed algorithm can achieve linear speedup with respect to the number of workers. Moreover, to reduce the communication-efficient overhead, we further propose a communication-efficient adaptive decentralized training approach, which can also achieve linear speedup with respect to the number of workers. At last, extensive experiments on different tasks have confirmed the effectiveness of our proposed two approaches.

📄 PDF Abstract BibTeX arXiv:2008.10422

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

MLProxy: SLA-Aware Reverse Proxy for Machine Learning Inference Serving on Serverless Computing Platforms

2022-02-23 · Nima Mahmoudi, Hamzeh Khazaei

Serving machine learning inference workloads on the cloud is still a challenging task on the production level. Optimal configuration of the inference workload to meet SLA requirements while optimizing the infrastructure …

BIG-bench Machine LearningManagement

SMLT: A Serverless Framework for Scalable and Adaptive Machine Learning Design and Training

2022-05-04 · Ahsan Ali, Syed Zawad, Paarijaat Aditya, Istemi Ekin Akkus 외

In today's production machine learning (ML) systems, models are continuously trained, improved, and deployed. ML design and training are becoming a continuous workflow of various tasks that have dynamic resource demands.…

BIG-bench Machine LearningManagementScheduling

Adaptive Serverless Resource Management via Slot-Survival Prediction and Event-Driven Lifecycle Control

2026-04-07 · Zeyu Wang, Cuiqianhe Du, Renyue Zhang, Kejian Tong 외 arxiv

Serverless computing eliminates infrastructure management overhead but introduces significant challenges regarding cold start latency and resource utilization. Traditional static resource allocation often leads to ineffi…

Adaptive GPU Resource Allocation for Multi-Agent Collaborative Reasoning in Serverless Environments

2025-12-15 · Guilin Zhang, Wulan Guo, Ziqi Tan arxiv

Multi-agent systems powered by large language models have emerged as a promising paradigm for solving complex reasoning tasks through collaborative intelligence. However, efficiently deploying these systems on serverless…

AI-based Resource Allocation: Reinforcement Learning for Adaptive Auto-scaling in Serverless Environments

2020-05-29 · Lucia Schuler, Somaya Jamil, Niklas Kühl

Serverless computing has emerged as a compelling new paradigm of cloud computing models in recent years. It promises the user services at large scale and low cost while eliminating the need for infrastructure management.…

Cloud ComputingManagementreinforcement-learningReinforcement Learning (RL)