paper-with-me

Papers

Offsite-Tuning: Transfer Learning without Full Model

2023-02-09 · Guangxuan Xiao, Ji Lin, Song Han

Transfer learning is important for foundation models to adapt to downstream tasks. However, many foundation models are proprietary, so users must share their data with model owners to fine-tune the models, which is costly and raise privacy concerns. Moreover, fine-tuning large foundation models is computation-intensive and impractical for most downstream users. In this paper, we propose Offsite-Tuning, a privacy-preserving and efficient transfer learning framework that can adapt billion-parameter foundation models to downstream data without access to the full model. In offsite-tuning, the model owner sends a light-weight adapter and a lossy compressed emulator to the data owner, who then fine-tunes the adapter on the downstream data with the emulator's assistance. The fine-tuned adapter is then returned to the model owner, who plugs it into the full model to create an adapted foundation model. Offsite-tuning preserves both parties' privacy and is computationally more efficient than the existing fine-tuning methods that require access to the full model weights. We demonstrate the effectiveness of offsite-tuning on various large language and vision foundation models. Offsite-tuning can achieve comparable accuracy as full model fine-tuning while being privacy-preserving and efficient, achieving 6.5x speedup and 5.6x memory reduction. Code is available at https://github.com/mit-han-lab/offsite-tuning.

📄 PDF Abstract BibTeX arXiv:2302.04870

Code (1)

mit-han-lab/offsite-tuning 공식 구현 pytorch

Tasks

modelPrivacy PreservingTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

ScaleOT: Privacy-utility-scalable Offsite-tuning with Dynamic LayerReplace and Selective Rank Compression

2024-12-13 · Kai Yao, Zhaorui Tan, Tiandi Ye, Lichun Li 외

Offsite-tuning is a privacy-preserving method for tuning large language models (LLMs) by sharing a lossy compressed emulator from the LLM owners with data owners for downstream task tuning. This approach protects the pri…

Knowledge DistillationPrivacy Preserving

CRaSh: Clustering, Removing, and Sharing Enhance Fine-tuning without Full Large Language Model

2023-10-24 · Kaiyan Zhang, Ning Ding, Biqing Qi, Xuekai Zhu 외

Instruction tuning has recently been recognized as an effective way of aligning Large Language Models (LLMs) to enhance their generalization ability across various tasks. However, when tuning publicly accessible, central…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model

ObfuscaTune: Obfuscated Offsite Fine-tuning and Inference of Proprietary LLMs on Private Datasets

2024-07-03 · Ahmed Frikha, Nassim Walha, Ricardo Mendes, Krishna Kanth Nakka 외

This work addresses the timely yet underexplored problem of performing inference and finetuning of a proprietary LLM owned by a model provider entity on the confidential/private data of another data owner entity, in a wa…

GradOT: Training-free Gradient-preserving Offsite-tuning for Large Language Models

2025-07-06 · Kai Yao, Zhaorui Tan, Penglei Gao, Lichun Li 외 arxiv

The rapid growth of large language models (LLMs) with traditional centralized fine-tuning emerges as a key technique for adapting these models to domain-specific challenges, yielding privacy risks for both model and data…

Entity Representation Learning Through Onsite-Offsite Graph for Pinterest Ads

2025-08-04 · Jiayin Jin, Zhimeng Pan, Yang Tang, Jiarui Feng 외 arxiv

Graph Neural Networks (GNN) have been extensively applied to industry recommendation systems, as seen in models like GraphSage\cite{GraphSage}, TwHIM\cite{TwHIM}, LiGNN\cite{LiGNN} etc. In these works, graphs were constr…

Knowledge Graph EmbeddingRepresentation LearningRecommendation Systems