← Latest papers
🤖 machine learning

Unextractable Protocol Models: Collaborative Training and Inference without Weight Materialization

This paper introduces Unextractable Protocol Models (UPMs), a decentralized framework that enables collaborative training and inference of large neural networks by periodically applying time-varying, invertible transforms to model shards, thereby preventing weight extraction while maintaining negligible performance overhead and rendering stitched partitions incoherent.

Original authors: Alexander Long, Chamin Hewa Koneputugodage, Thalaiyasingam Ajanthan, Yan Zuo, Gil Avraham, Violetta Shevchenko, Hadi Mohaghegh Dolatabadi, Sameera Ramasinghe

Published 2026-05-25
📖 4 min read☕ Coffee break read

Original authors: Alexander Long, Chamin Hewa Koneputugodage, Thalaiyasingam Ajanthan, Yan Zuo, Gil Avraham, Violetta Shevchenko, Hadi Mohaghegh Dolatabadi, Sameera Ramasinghe

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Potluck" Dilemma

Imagine a massive community potluck where thousands of people bring ingredients to cook a giant, delicious stew (a powerful AI model). Everyone contributes a little bit of work. However, there's a catch: if anyone can take the finished stew home, they can sell it themselves, and the original contributors get nothing.

In the world of AI, training a massive model costs millions of dollars. To make this cheaper, people want to use a "decentralized" approach where thousands of volunteers contribute their computers. But if the final model's "recipe" (the weights) is fully visible to everyone, a bad actor could steal the whole recipe, leave the potluck, and sell the AI on their own. This kills the incentive for people to contribute in the first place.

The Solution: The "Magic Shifting Puzzle"

The researchers propose a new way to cook this stew called Unextractable Protocol Models (UPMs).

Instead of giving everyone a static recipe, they turn the model into a shifting puzzle.

  • The Setup: The giant AI model is chopped into many small slices (like layers of a cake). Different volunteers hold different slices. No single person ever sees the whole cake at once.
  • The Trick: Every few minutes, the system performs a "magic trick." It applies a random, invisible transformation to the edges of these slices. Think of it like rotating the edges of a puzzle piece.
    • At the exact same moment: The pieces still fit together perfectly. The AI works exactly as it should.
    • At a different moment: The pieces no longer fit. If you try to glue a slice from "Tuesday" to a slice from "Wednesday," the edges are jagged and mismatched. The model breaks.

How It Stops Thieves

Imagine a thief trying to steal the recipe.

  1. The Attempt: The thief joins the potluck, waits for a while, and grabs a few slices. Then they leave, come back later as a "new person," and grab different slices.
  2. The Failure: Because the system constantly changes the shape of the edges (the transforms), the thief's Tuesday slices don't match their Wednesday slices. They end up with a pile of mismatched puzzle pieces that don't form a picture.
  3. The Cost of Repair: The thief could try to use a supercomputer to "force" the pieces to fit by retraining them. But the paper shows this is incredibly expensive. It would cost them about 60% of the money and time it took to build the model from scratch in the first place. That's too expensive to be worth it, so the thief gives up.

The "Magic" Details

  • The Transforms: The system uses mathematical "shuffles" (specifically, random rotations and scaling) that are reversible. They cancel each other out instantly so the AI doesn't get confused, but they scramble the data so thoroughly that you can't reverse-engineer the original shape without the secret key (which is thrown away immediately).
  • Speed: This magic trick happens very fast. It adds only a tiny bit of delay (about 3%) and uses a tiny bit of extra memory. It's like adding a small, invisible watermark to every page of a book; the book still reads the same, but you can't photocopy the pages and reassemble them later.
  • Training: Even while the model is learning, these shuffles happen. The researchers found that if they use the right kind of shuffle (orthogonal matrices), the model learns just as well as if nothing was happening.

The Bottom Line

This paper introduces a way to let thousands of people build a giant AI together without anyone being able to steal the final product. By constantly reshaping the pieces of the model so they only fit together right now, the system ensures that the value of the AI stays locked inside the community. You can use the AI, but you can't take it home and sell it.

Key Takeaway: It turns the AI model into a "living" object that changes its shape constantly, making it impossible to steal a static copy, while keeping the cost of stealing it so high that it's not worth the effort.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →