Breaking the Scale Barrier: One-Shot Knowledge Transfer via Frequency Transform
Abstract
Lay Summary
Today, powerful AI systems are built by training massive models at a high cost. We wondered if we could easily apply the knowledge learned from these giant models and reuse it to jump-start the training of smaller, more practical models. Previously, this was incredibly difficult because an AI's knowledge is tightly locked into its specific size and shape. We discovered that the core, reusable essence of a model's understanding—which we call its "learngene"—is consistently stored in a specific mathematical pattern within its internal connections, known as "low-frequency" components. We built a framework called FRONT to isolate these specific patterns. By extracting just this low-frequency knowledge, we can easily reshape and plug it into new models of almost any size without needing to train them from scratch. Our experiments show that this approach works exceptionally well. It speeds up the training of visual recognition models by up to 15 times and cuts the computational cost of training language models by 40%. To help the community build faster and more efficient super AI, we have released our code openly.