ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
Investigates the comparative effects of SFT and RL on foundation model generalization and memorization in text and visual tasks (GeneralPoints and V-IRL), finding that RL significantly improves generalization in both rule-based and visual out-of-distribution scenarios while SFT primarily memorizes training data; SFT stabilizes output format for subsequent RL gains, and scaling inference-time compute (verification steps) further improves RL generalization.
This paper addresses a critical question in foundation model fine-tuning: does supervised fine-tuning (SFT) or reinforcement learning (RL) better promote generalization? As models are increasingly deployed in out-of-distribution (OOD) scenarios, understanding the trade-offs between memorization and generalization is essential. The finding that RL generalizes while SFT memorizes has direct implications for practitioners building robust AI systems, especially in safety-critical or rapidly changing environments.
The study spans both text and visual tasks (GeneralPoints and V-IRL), providing cross-modal evidence. The additional insight that SFT stabilizes output format—enabling subsequent RL gains—suggests a potential two-stage pipeline: SFT for format, RL for generalization. This is actionable for AI engineers designing training workflows.
This work provides strong empirical evidence that RL should be preferred over SFT when generalization is the goal, challenging the default use of SFT in many fine-tuning pipelines. For AI practitioners, it suggests investing in RL-based alignment (e.g., RLHF) and inference-time compute scaling rather than exhaustive SFT data collection. The finding that SFT stabilizes format could lead to hybrid approaches that combine the best of both methods. However, the lack of model and compute details limits direct applicability; future work should explore scaling laws and broader task coverage.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba