LGMay 22

Unextractable Protocol Models: Collaborative Training and Inference without Weight Materialization

arXiv:2605.2346444.4
Predicted impact top 57% in LG · last 90 daysOriginality Highly original
AI Analysis

For decentralized machine learning communities, UPMs provide a practical way to prevent model extraction while enabling collaborative training, making it feasible to embed incentive mechanisms.

UPMs enable collaborative training and inference of large neural networks without any participant ever having access to the full weight set, by using time-varying invertible transforms that make model shards incompatible across time. On 0.5B-1B models, they achieve negligible perplexity change (<0.01) with low overhead (3% latency, 0.1% bandwidth, 10% GPU memory at inference), and resist extraction attacks (e.g., fine-tuning requires ≥60% of retraining tokens).

We consider a decentralized setup in which the participants collaboratively train and serve a large neural network, and where each participant only processes a subset of the model. In this setup, we explore the possibility of unmaterializable weights, where a full weight set is never available to any one participant. We introduce Unextractable Protocol Models (UPMs): a training and inference framework that leverages the sharded model setup to ensure model shards (i.e., subsets) held by participants are incompatible at different time steps. UPMs periodically inject time-varying, random, invertible transforms at participant boundaries; preserving the overall network function yet rendering cross-time assemblies incoherent. On Qwen-2.5-0.5B and Llama-3.2-1B, 10,000 transforms leave FP32 perplexity unchanged ($Δ$PPL $< 0.01$; Jensen-Shannon drift $< 4 \times 10^{-5}$), and we show how to control growth for lower precision datatypes. Applying a transform every 30s adds 3% latency, 0.1% bandwidth, and 10% GPU-memory overhead at inference, while training overhead falls to 1.6% time and $< 1$% memory. We consider several attacks, showing that the requirements of direct attacks are impractical and easy to defend against, and that gradient-based fine-tuning of stitched partitions consumes $\geq 60$% of the tokens required to train from scratch. By enabling models to be collaboratively trained yet not extracted, UPMs make it practical to embed programmatic incentive mechanisms in community-driven decentralized training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes