Specialized Foundation Models Struggle to Beat Supervised Baselines
Zongzhe Xu, Ritvik Gupta, Wenduo Cheng, Alexander Shen, Junhong Shen, Ameet Talwalkar, Mikhail Khodak
TL;DR
This work questions whether specialized foundation models (FMs) pretrained on vast data truly outperform traditional supervised approaches in domains like genomics, satellite imaging, and time series. The authors introduce two automated pipelines—DASHA for CNN-based architecture search and Auto-AR for tuning autoregressive forecasters—to create strong, domain-specific supervised baselines using only target-task data. Across over fifty tasks, simple, well-tuned CNNs and linear autoregressive models often match or exceed the performance of open-source FMs, sometimes by substantial margins, while also offering far greater computational efficiency. The findings suggest that, in these specialized domains, the transfer benefits of large pretraining are not yet realized, underscoring the importance of robust baselines and providing open-source tools to facilitate fair FM evaluation and benchmarking.
Abstract
Following its success for vision and text, the "foundation model" (FM) paradigm -- pretraining large models on massive data, then fine-tuning on target tasks -- has rapidly expanded to domains in the sciences, engineering, healthcare, and beyond. Has this achieved what the original FMs accomplished, i.e. the supplanting of traditional supervised learning in their domains? To answer we look at three modalities -- genomics, satellite imaging, and time series -- with multiple recent FMs and compare them to a standard supervised learning workflow: model development, hyperparameter tuning, and training, all using only data from the target task. Across these three specialized domains, we find that it is consistently possible to train simple supervised models -- no more complicated than a lightly modified wide ResNet or UNet -- that match or even outperform the latest foundation models. Our work demonstrates that the benefits of large-scale pretraining have yet to be realized in many specialized areas, reinforces the need to compare new FMs to strong, well-tuned baselines, and introduces two new, easy-to-use, open-source, and automated workflows for doing so.
