Podcast episode
Why Models Are AI’s Next Training Dataset with Damian Borth - #772
compute-efficiency model-distillation open-weights research weight-space-learning
Damian Borth, a machine learning researcher at the University of St. Gallen, joined Sam Charrington on the TWIML AI Podcast to make a genuinely unusual claim: you can train a model on other models' weights (the numerical parameters learned during training) the way a language model trains on text, then use it to generate new model weights on demand, without touching raw data.
The headline number is 350 GPU hours to produce a working remote sensing model, versus 12,000 hours training from scratch. That 34x reduction sounds dramatic, but Borth acknowledges the generated weights come out "blurry" and require additional fine-tuning to hit full performance. The fine-tuning cost is not in that 350-hour figure. The demos run on ViT and GPT-2-scale models, circa 2019. Nobody has shown this working at a size anyone would deploy today. There is also an unresolved consent problem: Borth's training corpus is Hugging Face, meaning your published fine-tuned model may already be someone else's training data.
Interesting research, but a single benchmark and one cross-domain result is thin ground. Watch the fine-tuning tail before updating your priors.
Analysis
Showing the shorter version.
Damian Borth from the University of St. Gallen appeared on the TWIML podcast with Sam Charrington to make a claim that sounds like science fiction and is backed by a real number: he generated a remote sensing foundation model in 350 GPU hours instead of 12,000. Not by training on data. By training on other models' weights.
The idea is that the trillions of parameters sitting in Hugging Face's model zoo are themselves a dataset. You build a meta-model that reads weights the way a language model reads tokens, then generates new weights on demand. The cross-domain result is the most interesting piece: a weight-space model trained on vision models helped initialize a language model. If that replicates, it says something real about shared structure in trained networks, and that is not a wrapper on an existing trick.
But the 350-hour number has a problem. Borth admits the generated weights come out "blurry" and need fine-tuning to reach full performance. So the headline cost is not the whole bill. Every demo tops out at GPT-2-class models and small vision transformers (ViTs). GPT-2 is a 2019 artifact. Nobody has shown this working on anything a production team would deploy today.
The dollar logic is why this is still worth watching. Data scaling is hitting a wall, and Borth's pitch is that compute already spent training 20,000 open models is a stranded asset you can recycle. There is also a privacy angle with real commercial traction: submit an aggregate vector describing your data, get weights back, never expose raw records. The Bundesbank is already in conversation with the team, and if that path works, it sidesteps the coordination nightmare of federated learning for banks and hospitals that cannot legally pool data.
There is also a consent problem nobody has answered. Borth's training corpus is Hugging Face. Your fine-tuned model, your LoRA adapter, your domain-specific ViT are now inputs to a system that generates competing models. Training on scraped weights raises the same licensing questions as training on scraped text, and most Hugging Face uploaders never imagined their weights becoming training data.
There is nothing to ship today. No API, no SDK, no weights to download.
The call: By the end of ICLR 2027, no weight-space generation method will have produced a deployable model above roughly 1 billion parameters that matches a from-data-trained baseline without a fine-tuning step that erases most of the claimed compute savings. Medium confidence. Borth's own "blurry weights" admission is a structural limit, not a detail, and the fine-tuning tail should grow with model size, which is exactly where the 34x savings would erode.
When the dataset-prompted paper drops, verify the total GPU hours including fine-tuning to reach parity. The generation cost alone is not the interesting number.
Damian Borth from the University of St. Gallen spent an hour with Sam Charrington on the TWIML podcast making a claim that sounds like science fiction and is backed by a real number: he generated a remote sensing foundation model in 350 GPU hours instead of 12,000. Not by training on data. By training on other models' weights. The idea is that the trillions of parameters already sitting in Hugging Face's model zoo are themselves a dataset, and you can build a meta-model that reads weights the way a language model reads tokens, then spits out new weights on demand.
This is a research episode. No frontier lab shipped anything. Reversibility is a non-issue because there is nothing to commit to yet. What is being decided, for a technical reader, is whether to spend any attention budget on weight-space learning now, or file it and check back in a year. That is the whole decision.
The Skeptic. A 34× compute reduction is the kind of number that gets a poster crowded at GTC and quietly shrinks when someone else runs it. Borth admits the generated weights come out "blurry" and need fine-tuning steps to hit full performance. So the 350 GPU hours is not the whole bill. What is the fine-tuning tail, and does it scale with model size or blow up? The demos are ViTs and GPT-2-class models. GPT-2 is a 2019 artifact. Nobody has shown this working on a model anyone would deploy in 2026. For a PM: they showed a photocopier that makes usable copies of small, old documents, and we do not yet know if it can copy a big one.
The Researcher. The genuinely new part is the cross-domain transfer: a weight-space model trained on vision models initialized a language model and it helped. If that replicates, it says something real about shared structure in trained networks, which connects to task arithmetic, mode connectivity, and the grokking literature. That is not a wrapper on an existing trick. But the evidence base is thin: ~2,000 models filtered from ~20,000, and 30% of Hugging Face weights lack usable metadata. The autoencoder-over-weights approach is elegant. Whether the latent space holds up past toy scale is an open empirical question, not a settled result.
The Open-Source Advocate. Here is the part that should make people who publish open weights sit up. Borth's training corpus is Hugging Face. Your fine-tuned ResNet, your LoRA adapter, your domain ViT are now inputs to a system that generates competing models. That is a licensing and consent question nobody has answered. We fought about whether training on scraped text is fair use. Training on scraped weights is the same fight with the serial numbers filed off. On the upside, if this works, it is a democratizing force: generate a task-specific model from the commons instead of renting a frontier API.
The Compute Pragmatist. The dollar logic is why this is worth watching even if it is early. Data scaling is hitting a wall, and everyone is casting around for the next axis: synthetic data, test-time compute, and now this. Borth's pitch is that the compute already spent training 20,000 open models is a stranded asset you can recycle. If you can generate a specialized edge model per architecture from one foundation model instead of running a separate fine-tune pipeline for each ResNet-18, EfficientNet, and ViT target, that is real money at the edge, where you cannot afford a big model anyway. But 350 GPU hours to match one published result is one data point. I need a cost curve, not a poster.
The Builder. There is nothing to ship Tuesday. No API, no SDK, no weights to download. The dataset-embedding-to-weights paper is still in review. The most interesting applied hook is the privacy angle: submit an aggregate vector describing your data, get weights back, never expose raw records. The Bundesbank collaboration says regulated finance is already sniffing at it. If that path works, it beats federated learning's coordination nightmare for banks and hospitals that legally cannot pool data. Big if. Today it is a research artifact, and the on-call engineer has nothing to page about.
The disagreements worth sitting with: the Compute Pragmatist sees a 34× cost cliff, the Skeptic sees a benchmark with the fine-tuning cost hidden off-screen. Both are looking at the same 350-hour number. And the Open-Source Advocate's democratization story is the Researcher's consent problem wearing a lab coat: recycling the model commons is only free if the licenses say it is, and most Hugging Face uploaders never imagined their weights becoming training data.
What this hinges on is one question: does weight-space generation hold its compute advantage when you include the fine-tuning tail and push past GPT-2-scale toys? Everything else is downstream of that. The council leans skeptical-but-watching. The idea is real research, not a wrapper, but the deployable evidence is a single cross-domain result and one remote sensing benchmark. Nobody should reallocate a training budget on this. The thing to verify, when the dataset-prompted paper drops, is the total GPU hours including fine-tuning to reach parity, not the headline generation cost.
Prediction: By the end of ICLR 2027 (the next major venue cycle where this line of work publishes), no weight-space generation method will have produced a deployable model above roughly 1 billion parameters that matches a from-data-trained baseline without a fine-tuning step that erases most of the claimed compute savings.
Confidence: Medium. The blurriness-needs-fine-tuning admission is a structural limit, not a detail.
Why: Borth himself says generated weights come out blurry and need fine-tuning to reach full performance, and every demo to date tops out at GPT-2-class and small ViTs. The mechanism that makes this hard is that the weight-space latent gets sparser and noisier as target models grow, so the fine-tuning tail should grow with model size, which is exactly where the headline 34× savings would erode. For the prediction to be wrong, someone would have to show clean, near-deployment-quality weights at billion-parameter scale in under two years, and nothing in the current results, corpus size, or metadata quality suggests that jump is close.
Revisit by 2027-05-15: We're right if no published weight-space method generates a 1B+ parameter model at from-data parity without a fine-tuning cost that eats most of the savings. We're wrong if a peer-reviewed result shows exactly that at billion-parameter scale.
Comments