English

Towards Building Non-Fine-Tunable Foundation Models

Machine Learning 2026-02-03 v1 Cryptography and Security

Abstract

Open-sourcing foundation models (FMs) enables broad reuse but also exposes model trainers to economic and safety risks from unrestricted downstream fine-tuning. We address this problem by building non-fine-tunable foundation models: models that remain broadly usable in their released form while yielding limited adaptation gains under task-agnostic unauthorized fine-tuning. We propose Private Mask Pre-Training (PMP), a pre-training framework that concentrates representation learning into a sparse subnetwork identified early in training. The binary mask defining this subnetwork is kept private, and only the final dense weights are released. This forces unauthorized fine-tuning without access to the mask to update parameters misaligned with pretraining subspace, inducing an intrinsic mismatch between the fine-tuning objective and the pre-training geometry. We provide theoretical analysis showing that this mismatch destabilizes gradient-based adaptation and bounds fine-tuning gains. Empirical results on large language models demonstrating that PMP preserves base model performance while consistently degrading unauthorized fine-tuning across a wide range of downstream tasks, with the strength of non-fine-tunability controlled by the mask ratio.

Keywords

Cite

@article{arxiv.2602.00446,
  title  = {Towards Building Non-Fine-Tunable Foundation Models},
  author = {Ziyao Wang and Nizhang Li and Pingzhi Li and Guoheng Sun and Tianlong Chen and Ang Li},
  journal= {arXiv preprint arXiv:2602.00446},
  year   = {2026}
}
R2 v1 2026-07-01T09:28:57.067Z