paper-with-me

홈 › Papers

CELLM: An Efficient Communication in Large Language Models Training for Federated Learning

2024-07-30 · Raja Vavekanand, Kira Sam

Federated Learning (FL) is a recent model training paradigm in which client devices collaboratively train a model without ever aggregating their data. Crucially, this scheme offers users potential privacy and security benefits by only ever communicating updates to the model weights to a central server as opposed to traditional machine learning (ML) training which directly communicates and aggregates data. However, FL training suffers from statistical heterogeneity as clients may have differing local data distributions. Large language models (LLMs) offer a potential solution to this issue of heterogeneity given that they have consistently been shown to be able to learn on vast amounts of noisy data. While LLMs are a promising development for resolving the consistent issue of non-I.I.D. Clients in federated settings exacerbate two other bottlenecks in FL: limited local computing and expensive communication. This thesis aims to develop efficient training methods for LLMs in FL. To this end, we employ two critical techniques in enabling efficient training. First, we use low-rank adaptation (LoRA) to reduce the computational load of local model training. Second, we communicate sparse updates throughout training to significantly cut down on communication costs. Taken together, our method reduces communication costs by up to 10x over vanilla LoRA and up to 5x over more complex sparse LoRA baselines while achieving greater utility. We emphasize the importance of carefully applying sparsity and picking effective rank and sparsity configurations for federated LLM training.

📄 PDF Abstract BibTeX arXiv:2407.20557

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

eCeLLM: Generalizing Large Language Models for E-commerce from Large-scale, High-quality Instruction Data

2024-02-13 · Bo Peng, Xinyi Ling, Ziru Chen, Huan Sun 외

With tremendous efforts on developing effective e-commerce models, conventional e-commerce models show limited success in generalist e-commerce modeling, and suffer from unsatisfactory performance on new users and new pr…

Domain Generalization

FaceLLM: A Multimodal Large Language Model for Face Understanding

2025-07-14 · Hatef Otroshi Shahreza, Sébastien Marcel arxiv

Multimodal large language models (MLLMs) have shown remarkable performance in vision-language tasks. However, existing MLLMs are primarily trained on generic datasets, limiting their ability to reason on domain-specific …

CellMaster: Collaborative Cell Type Annotation in Single-Cell Analysis

2026-02-12 · Zhen Wang, Yiming Gao, Jieyuan Liu, Enze Ma 외 arxiv

Single-cell RNA-seq (scRNA-seq) enables atlas-scale profiling of complex tissues, revealing rare lineages and transient states. Yet, assigning biologically valid cell identities remains a bottleneck because markers are t…

ceLLMate: Sandboxing Browser AI Agents

2025-12-14 · Luoxi Meng, Henry Feng, Ilia Shumailov, Earlence Fernandes arxiv

Browser-using agents (BUAs) are an emerging class of AI agents that interact with web browsers in human-like ways, including clicking, scrolling, filling forms, and navigating across pages. While these agents help automa…

PaceLLM: Brain-Inspired Large Language Models for Long-Context Understanding

2025-06-18 · Kangcong Li, Peng Ye, Chongjun Tu, Lin Zhang 외

While Large Language Models (LLMs) demonstrate strong performance across domains, their long-context capabilities are limited by transient neural activations causing information decay and unstructured feed-forward networ…

Long-Context Understanding