paper-with-me

홈 › Papers

Private LoRA Fine-tuning of Open-Source LLMs with Homomorphic Encryption

2025-05-12 · Jordan Frery, Roman Bredehoft, Jakub Klemsa, Arthur Meyre, Andrei Stoian

Preserving data confidentiality during the fine-tuning of open-source Large Language Models (LLMs) is crucial for sensitive applications. This work introduces an interactive protocol adapting the Low-Rank Adaptation (LoRA) technique for private fine-tuning. Homomorphic Encryption (HE) protects the confidentiality of training data and gradients handled by remote worker nodes performing the bulk of computations involving the base model weights. The data owner orchestrates training, requiring minimal local computing power and memory, thus alleviating the need for expensive client-side GPUs. We demonstrate feasibility by fine-tuning a Llama-3.2-1B model, presenting convergence results using HE-compatible quantization and performance benchmarks for HE computations on GPU hardware. This approach enables applications such as confidential knowledge base question answering, private codebase fine-tuning for AI code assistants, AI agents for drafting emails based on a company's email archive, and adapting models to analyze sensitive legal or healthcare documents.

📄 PDF Abstract BibTeX arXiv:2505.07329

Code (0)

등록된 구현이 없습니다.

Tasks

GPUKnowledge Base Question AnsweringQuantizationQuestion Answering

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Revisiting Privacy, Utility, and Efficiency Trade-offs when Fine-Tuning Large Language Models

2025-02-18 · Soumi Das, Camila Kolling, Mohammad Aflah Khan, Mahsa Amani 외

We study the inherent trade-offs in minimizing privacy risks and maximizing utility, while maintaining high computational efficiency, when fine-tuning large language models (LLMs). A number of recent works in privacy res…

Computational Efficiencyparameter-efficient fine-tuning

Federated Low-Rank Adaptation for Foundation Models: A Survey

2025-05-16 · Yiyuan Yang, Guodong Long, Qinghua Lu, Liming Zhu 외

Effectively leveraging private datasets remains a significant challenge in developing foundation models. Federated Learning (FL) has recently emerged as a collaborative framework that enables multiple users to fine-tune …

Federated LearningSurvey

HSplitLoRA: A Heterogeneous Split Parameter-Efficient Fine-Tuning Framework for Large Language Models

2025-05-05 · Zheng Lin, Yuxin Zhang, Zhe Chen, Zihan Fang 외

Recently, large language models (LLMs) have achieved remarkable breakthroughs, revolutionizing the natural language processing domain and beyond. Due to immense parameter sizes, fine-tuning these models with private data…

Federated Learningparameter-efficient fine-tuning

SplitLoRA: A Split Parameter-Efficient Fine-Tuning Framework for Large Language Models

2024-07-01 · Zheng Lin, Xuanjie Hu, Yuxin Zhang, Zhe Chen 외

The scalability of large language models (LLMs) in handling high-complexity models and large-scale datasets has led to tremendous successes in pivotal domains. While there is an urgent need to acquire more training data …

Federated Learningparameter-efficient fine-tuning

MobileFineTuner: A Mobile-Native Framework for On-Device LLM Fine-Tuning in Real-World Embedded AI Applications

2025-12-09 · Jiaxiang Geng, Lunyu Zhao, Yiyi Lu, Bing Luo arxiv

Large language models (LLMs) are moving from cloud-centric services toward on-device embedded AI, where models interact with private, longitudinal signals sensed from users and their physical environments. Mobile phones …