paper-with-me

홈 › Papers

SwiftBot: A Decentralized Platform for LLM-Powered Federated Robotic Task Execution

2026-03-07 · YueMing Zhang, Shuai Xu, Zhengxiong Li, Fangtian Zhong, Xiaokun Yang, Hailu Xu arxiv

Federated robotic task execution systems require bridging natural language instructions to distributed robot control while efficiently managing computational resources across heterogeneous edge devices without centralized coordination. Existing approaches face three limitations: rigid hand-coded planners requiring extensive domain engineering, centralized coordination that contradicts federated collaboration as robots scale, and static resource allocation failing to share containers across robots when workloads shift dynamically. We present SwiftBot, a federated task execution platform that integrates LLM-based task decomposition with intelligent container orchestration over a DHT overlay, enabling robots to collaboratively execute tasks without centralized control. SwiftBot achieves 94.3% decomposition accuracy across diverse tasks, reduces task startup latency by 1.5-5.4x and average training latency by 1.4-2.5x, and improves tail latency by 1.2-4.7x under high load through federated warm container migration. Evaluation on multimedia tasks validates that co-designing semantic understanding and federated resource management enables both flexibility and efficiency for robotic task control.

📄 PDF Abstract BibTeX arXiv:2603.20233

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Federated Prediction-Powered Inference from Decentralized Data

2024-09-03 · Ping Luo, Xiaoge Deng, Ziqing Wen, Tao Sun 외

In various domains, the increasing application of machine learning allows researchers to access inexpensive predictive data, which can be utilized as auxiliary data for statistical inference. Although such data are often…

Federated LearningPredictionvalid

On Decentralizing Federated Reinforcement Learning in Multi-Robot Scenarios

2022-07-19 · Jayprakash S. Nair, Divya D. Kulkarni, Ajitem Joshi, Sruthy Suresh

Federated Learning (FL) allows for collaboratively aggregating learned information across several computing devices and sharing the same amongst them, thereby tackling issues of privacy and the need of huge bandwidth. FL…

Federated LearningQ-Learningreinforcement-learningReinforcement Learning+1

Decentralized Quantum Federated Learning for Metaverse: Analysis, Design and Implementation

2023-06-20 · Dev Gurung, Shiva Raj Pokhrel, Gang Li

With the emerging developments of the Metaverse, a virtual world where people can interact, socialize, play, and conduct their business, it has become critical to ensure that the underlying systems are transparent, secur…

Federated Learning

Federated Learning of N-gram Language Models

2019-10-08 · CONLL 2019 11 · Mingqing Chen, Ananda Theertha Suresh, Rajiv Mathews, Adeline Wong 외

We propose algorithms to train production-quality n-gram language models using federated learning. Federated learning is a distributed computation platform that can be used to train global models for portable devices suc…

Federated LearningLanguage Modelling

Blockchain-Based Federated Learning: Incentivizing Data Sharing and Penalizing Dishonest Behavior

2023-07-19 · Amir Jaberzadeh, Ajay Kumar Shrestha, Faijan Ahamad Khan, Mohammed Afaan Shaikh 외

With the increasing importance of data sharing for collaboration and innovation, it is becoming more important to ensure that data is managed and shared in a secure and trustworthy manner. Data governance is a common app…

FairnessFederated LearningPrivacy Preserving