Model Steering: Learning with a Reference Model Improves Generalization Bounds and Scaling Laws
Xiyuan Wei, Ming Lin, Fanjiang Ye, Fengguang Song, Liangliang Cao, My T. Thai, Tianbao Yang
TL;DR
The paper addresses how to leverage a reference model to improve generalization and data efficiency in training a target model. It introduces DRRho risk minimization, a DRO-based framework that uses a shifted loss to stabilize learning and reduce loss variance, and derives generalization bounds to explain its benefits. It then specializes the framework to CLIP, producing DRRho-CLIP, and demonstrates, through extensive experiments, better data efficiency, stronger baselines, and a superior scaling law compared to standard CLIP. The work provides a theory-grounded justification for model steering and shows practical gains in large-scale vision-language learning, with implications for more data-efficient training and optimized resource use in foundation-model development.
Abstract
This paper formalizes an emerging learning paradigm that uses a trained model as a reference to guide and enhance the training of a target model through strategic data selection or weighting, named $\textbf{model steering}$. While ad-hoc methods have been used in various contexts, including the training of large foundation models, its underlying principles remain insufficiently understood, leading to sub-optimal performance. In this work, we propose a theory-driven framework for model steering called $\textbf{DRRho risk minimization}$, which is rooted in Distributionally Robust Optimization (DRO). Through a generalization analysis, we provide theoretical insights into why this approach improves generalization and data efficiency compared to training without a reference model. To the best of our knowledge, this is the first time such theoretical insights are provided for the new learning paradigm, which significantly enhance our understanding and practice of model steering. Building on these insights and the connection between contrastive learning and DRO, we introduce a novel method for Contrastive Language-Image Pretraining (CLIP) with a reference model, termed DRRho-CLIP. Extensive experiments validate the theoretical insights, reveal a superior scaling law compared to CLIP without a reference model, and demonstrate its strength over existing heuristic approaches.
