KIND: Knowledge Integration and Diversion for Training Decomposable Models
Yucheng Xie, Fu Feng, Ruixiao Shi, Jing Wang, Yong Rui, Xin Geng
TL;DR
KIND rethinks pre-training by enforcing a decomposable weight structure through an SVD-based constraint, separating knowledge into class-agnostic learengenes and class-specific tailors via a class gate. This yields a flexible backbone that can be recombined to meet varying memory and compute constraints, while mitigating domain shifts by transferring only learengenes when needed. The approach is demonstrated on Diffusion Transformer backbones for class-conditioned image generation, achieving competitive performance with reduced resources and strong transfer efficiency across novel classes and large domain shifts. Overall, KIND introduces a principled objective for learnable, decomposable backbones and enables rapid, resource-aware deployment in diverse tasks and environments.
Abstract
Pre-trained models have become the preferred backbone due to the increasing complexity of model parameters. However, traditional pre-trained models often face deployment challenges due to their fixed sizes, and are prone to negative transfer when discrepancies arise between training tasks and target tasks. To address this, we propose KIND, a novel pre-training method designed to construct decomposable models. KIND integrates knowledge by incorporating Singular Value Decomposition (SVD) as a structural constraint, with each basic component represented as a combination of a column vector, singular value, and row vector from U, Σ, and V^\top matrices. These components are categorized into learngenes for encapsulating class-agnostic knowledge and tailors for capturing class-specific knowledge, with knowledge diversion facilitated by a class gate mechanism during training. Extensive experiments demonstrate that models pre-trained with KIND can be decomposed into learngenes and tailors, which can be adaptively recombined for diverse resource-constrained deployments. Moreover, for tasks with large domain shifts, transferring only learngenes with task-agnostic knowledge, when combined with randomly initialized tailors, effectively mitigates domain shifts. Code will be made available at https://github.com/Te4P0t/KIND.
