A Scaling Law for Synthetic-to-Real Transfer: How Much Is Your Pre-training Effective?
Hiroaki Mikami, Kenji Fukumizu, Shogo Murai, Shuji Suzuki, Yuta Kikuchi, Taiji Suzuki, Shin-ichi Maeda, Kohei Hayashi
TL;DR
The paper investigates how synthetic pre-training data translates to real-task performance, proposing a scalable law that predicts fine-tuning error from pre-training size. Grounded in neural tangent kernel theory, the law L(n,s)=\delta(\gamma+n^{-\alpha})s^{-\beta} (and its simplified form L(n,s)≈D n^{-\alpha}+C) captures two interacting effects: pre-training convergence (rate α) and a transfer gap (C) that sets a floor. The authors validate the law across multiple syn2real task pairs, model sizes, and data complexities, and provide a practical framework to decide whether to scale pre-training data or modify synthetic generation to reduce C. The study also shows larger models reduce the transfer gap, and that data complexity shapes both pre-training efficiency and transfer potential, offering guidance for synthetic data design and transfer learning strategies.
Abstract
Synthetic-to-real transfer learning is a framework in which a synthetically generated dataset is used to pre-train a model to improve its performance on real vision tasks. The most significant advantage of using synthetic images is that the ground-truth labels are automatically available, enabling unlimited expansion of the data size without human cost. However, synthetic data may have a huge domain gap, in which case increasing the data size does not improve the performance. How can we know that? In this study, we derive a simple scaling law that predicts the performance from the amount of pre-training data. By estimating the parameters of the law, we can judge whether we should increase the data or change the setting of image synthesis. Further, we analyze the theory of transfer learning by considering learning dynamics and confirm that the derived generalization bound is consistent with our empirical findings. We empirically validated our scaling law on various experimental settings of benchmark tasks, model sizes, and complexities of synthetic images.
