Fine-Tuning of Transformer models with Frames
Abstract
Lay Summary
AI models are incredibly powerful, but adapting them for specific tasks requires a process called "fine-tuning," which is often slow and expensive. While researchers have found ways to update only a fraction of a model to save costs, these methods still consume massive amounts of memory when companies try to host thousands of custom AI assistants at once. To solve this, we propose FrameFT. Instead of making heavy, broad updates to the model weights, FrameFT uses a geometric concept called "Fusion Frames" to pinpoint a highly organized, sparse network of essential connections. Think of it like using a precise set of overlapping stencils to paint only the exact details needed for a new job, rather than repainting the entire canvas. By sharing these structural "stencils" across the model, we only need to adjust a tiny fraction of the model weights. The result is an approach that matches or beats the top fine-tuning methods while using up to 30 times fewer trainable parts. By drastically shrinking the storage footprint, FrameFT makes it remarkably cheaper, faster, and more sustainable to run thousands of specialized AI models simultaneously.