← Home
TWIML · July 27, 2026 · 47m

Why Models Are AI's Next Training Dataset

Damian Borth argues that as high-quality training data becomes scarcer and pretraining costs soar, AI research should treat trained neural networks themselves as training data. His work on weight space learning explores how foundation models can learn from the distilled optimization results of existing models rather than raw data, potentially reducing the cost of developing specialized models and reshaping how future AI systems are trained.

This summary was generated from show notes and public descriptions, not from a full transcript review. Details may contain inaccuracies.

Curious

High-quality training data is becoming the limiting factor in AI development, as pretraining costs soar and researchers exhaust available public datasets.

Novel

Weight Space Learning: Models as Training Data
Trained neural networks themselves can be treated as training datasets, learning from the distilled results of millions of GPU hours of optimization rather than starting from raw data each time.
Foundation Models of Neural Networks
Borth's group is building foundation models trained on collections of neural networks themselves, creating meta-models that understand patterns in how models learn across different architectures and domains.

Highlights

By learning from existing foundation models rather than retraining from raw data, researchers can develop specialized models at a fraction of the computational and financial cost.
Transfer Learning Across Model Architectures
Knowledge learned in weight space can transfer across different neural network architectures and domains, suggesting deep patterns in how optimization works.

Misc

The shift from 'bigger data' to 'smarter reuse of existing models' represents a paradigm shift in how we think about AI scaling
Weight space learning treats the artifacts of optimization (trained models) as a new, unexploited resource
Was this useful?