paper-with-me

Papers

Collaborative and Efficient Personalization with Mixtures of Adaptors

2024-10-04 · Abdulla Jasem Almansoori, Samuel Horváth, Martin Takáč

Non-iid data is prevalent in real-world federated learning problems. Data heterogeneity can come in different types in terms of distribution shifts. In this work, we are interested in the heterogeneity that comes from concept shifts, i.e., shifts in the prediction across clients. In particular, we consider multi-task learning, where we want the model to adapt to the task of the client. We propose a parameter-efficient framework to tackle this issue, where each client learns to mix between parameter-efficient adaptors according to its task. We use Low-Rank Adaptors (LoRAs) as the backbone and extend its concept to other types of layers. We call our framework Federated Low-Rank Adaptive Learning (FLoRAL). This framework is not an algorithm but rather a model parameterization for a multi-task learning objective, so it can work on top of any algorithm that optimizes this objective, which includes many algorithms from the literature. FLoRAL is memory-efficient, and clients are personalized with small states (e.g., one number per adaptor) as the adaptors themselves are federated. Hence, personalization is--in this sense--federated as well. Even though clients can personalize more freely by training an adaptor locally, we show that collaborative and efficient training of adaptors is possible and performs better. We also show that FLoRAL can outperform an ensemble of full models with optimal cluster assignment, which demonstrates the benefits of federated personalization and the robustness of FLoRAL to overfitting. We show promising experimental results on synthetic datasets, real-world federated multi-task problems such as MNIST, CIFAR-10, and CIFAR-100. We also provide a theoretical analysis of local SGD on a relaxed objective and discuss the effects of aggregation mismatch on convergence.

📄 PDF Abstract BibTeX arXiv:2410.03497

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningMulti-Task Learning

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…
Local SGD Local SGD is a distributed training technique that runs SGD independently in parallel on different workers and averages the sequences…

Similar Papers 제목 키워드 기반

Fast Lifelong Adaptive Inverse Reinforcement Learning from Demonstrations

2022-09-24 · Letian Chen, Sravan Jayanthi, Rohan Paleja, Daniel Martin 외

Learning from Demonstration (LfD) approaches empower end-users to teach robots novel tasks via demonstrations of the desired behaviors, democratizing access to robotics. However, current LfD frameworks are not capable of…

Continuous Controlreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Retrieval Augmented Generation with Collaborative Filtering for Personalized Text Generation

2025-04-08 · Teng Shi, Jun Xu, Xiao Zhang, Xiaoxue Zang 외

Recently, the personalization of Large Language Models (LLMs) to generate content that aligns with individual user preferences has garnered widespread attention. Personalized Retrieval-Augmented Generation (RAG), which r…

Collaborative FilteringContrastive LearningRAGRecommendation Systems+4

Shape Adaptor: A Learnable Resizing Module

2020-08-03 · ECCV 2020 8 · Shikun Liu, Zhe Lin, Yilin Wang, Jianming Zhang 외

We present a novel resizing module for neural networks: shape adaptor, a drop-in enhancement built on top of traditional resizing layers, such as pooling, bilinear sampling, and strided convolution. Whilst traditional re…

AutoMLimage-classificationImage ClassificationNeural Architecture Search+1

CALM: Joint Contextual Acoustic-Linguistic Modeling for Personalization of Multi-Speaker ASR

2026-01-30 · Muhammad Shakeel, Yosuke Fukumoto, Chikara Maeda, Chyi-Jiunn Lin 외 arxiv

We present CALM, a joint Contextual Acoustic-Linguistic Modeling framework for multi-speaker automatic speech recognition (ASR). In personalized AI scenarios, the joint availability of acoustic and linguistic cues natura…

Speech Recognition

Personalized Collaborative Learning with Affinity-Based Variance Reduction

2025-10-17 · Chenyu Zhang, Navid Azizan arxiv

Multi-agent learning faces a fundamental tension: leveraging distributed collaboration without sacrificing the personalization needed for diverse agents. This tension intensifies when aiming for full personalization whil…

Federated Learning