Heterogeneous Federated Fine-Tuning with Parallel One-Rank Adaptation, ICLR 2026
This repository contains an official reference implementation of Fed-PLoRA.
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
python main.py
This repository is part of our broader research effort on efficient and heterogeneous federated fine-tuning of foundation models. Our recent works explore federated fine-tuning from multiple complementary perspectives, including rank-wise adaptation, layer-wise LoRA allocation, and cross-domain benchmarking.
Fed-HeLLo: Efficient Federated Foundation Model Fine-Tuning with Heterogeneous LoRA Allocation
IEEE TNNLS 2025
We study heterogeneous layer-wise LoRA allocation for efficient federated fine-tuning of foundation models.
[Paper]
Fed-pilot: Optimizing LoRA Allocation for Efficient Federated Fine-Tuning with Heterogeneous Clients
ArXiv 2024
We introduce an optimization framework for allocating LoRA modules across layers under heterogeneous client resources.
[Paper]
3 commits
Python
100.0%
Heterogeneous Federated Fine-Tuning with Parallel One-Rank Adaptation, ICLR 2026
This repository contains an official reference implementation of Fed-PLoRA.
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
python main.py
This repository is part of our broader research effort on efficient and heterogeneous federated fine-tuning of foundation models. Our recent works explore federated fine-tuning from multiple complementary perspectives, including rank-wise adaptation, layer-wise LoRA allocation, and cross-domain benchmarking.
Fed-HeLLo: Efficient Federated Foundation Model Fine-Tuning with Heterogeneous LoRA Allocation
IEEE TNNLS 2025
We study heterogeneous layer-wise LoRA allocation for efficient federated fine-tuning of foundation models.
[Paper]
Fed-pilot: Optimizing LoRA Allocation for Efficient Federated Fine-Tuning with Heterogeneous Clients
ArXiv 2024
We introduce an optimization framework for allocating LoRA modules across layers under heterogeneous client resources.
[Paper]
3 commits
Python
100.0%