Papers › A New Benchmark: On the Utility of Synthetic Data with Blender for Bare Supervised...

A New Benchmark: On the Utility of Synthetic Data with Blender for Bare Supervised Learning and Downstream Domain Adaptation

16 Mar 2023CVPR 2023 1arXiv:2303.09165archive 2025-07-28

Hui Tang, Kui Jia

Deep learning in computer vision has achieved great success with the price of large-scale labeled training data. However, exhaustive data annotation is impracticable for each task of all domains of interest, due to high labor costs and unguaranteed labeling accuracy. Besides, the uncontrollable data collection process produces non-IID training and test data, where undesired duplication may exist. All these nuisances may hinder the verification of typical theories and exposure to new findings. To circumvent them, an alternative is to generate synthetic data via 3D rendering with domain randomization. We in this work push forward along this line by doing profound and extensive research on bare supervised learning and downstream domain adaptation. Specifically, under the well-controlled, IID data setting enabled by 3D rendering, we systematically verify the typical, important learning insights, e.g., shortcut learning, and discover the new laws of various data regimes and network architectures in generalization. We further investigate the effect of image formation factors on generalization, e.g., object scale, material texture, illumination, camera viewpoint, and background in a 3D scene. Moreover, we use the simulation-to-reality adaptation as a downstream task for comparing the transferability between synthetic and real data when used for pre-training, which demonstrates that synthetic data pre-training is also promising to improve real test results. Lastly, to promote future research, we develop a new large-scale synthetic-to-real benchmark for image classification, termed S2RDA, which provides more significant challenges for transfer from simulation to reality. The code and datasets are available at https://github.com/huitangtang/On_the_Utility_of_Synthetic_Data.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.09165")

Code

Syntology Ran 5 of 12 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

huitangtang/on_the_utility_of_synthetic_data officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 5 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
2ran
7unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from huitangtang/on_the_utility_of_synthetic_data. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bool_flag huitangtang/on_the_utility_of_synthetic_data/supervised_learning/utils.py official repository ran MIT (permissive) · c19231378e41dc5a · report
clip_gradients huitangtang/on_the_utility_of_synthetic_data/supervised_learning/utils.py official repository ran MIT (permissive) · 2b5489053b222e00 · report
cosine_scheduler huitangtang/on_the_utility_of_synthetic_data/supervised_learning/utils.py official repository ran · honoured contract fingerprinted MIT (permissive) · 361a6b24f11fc50a · report
drop_path huitangtang/on_the_utility_of_synthetic_data/supervised_learning/models/vision_transformer.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 55120f2026b56aa2 · report
pair huitangtang/on_the_utility_of_synthetic_data/supervised_learning/models/vit.py official repository ran · violated contract fingerprinted MIT (permissive) · 6ba8cee9f5daea41 · report
FeedForward huitangtang/on_the_utility_of_synthetic_data/supervised_learning/models/mlp_mixer.py official repository unverified MIT (permissive) · 3774eb4ab31e4b07 · report
accuracy huitangtang/on_the_utility_of_synthetic_data/domain_adaptation/DisClusterDA/trainer.py official repository unverified MIT (permissive) · 4d3faaaa1c706b0b · report
accuracy huitangtang/on_the_utility_of_synthetic_data/domain_adaptation/DANN/trainer.py official repository unverified MIT (permissive) · bf74514ea371233a · report
evaluate huitangtang/on_the_utility_of_synthetic_data/domain_adaptation/DisClusterDA/trainer.py official repository unverified MIT (permissive) · 662f238409af534f · report
train huitangtang/on_the_utility_of_synthetic_data/domain_adaptation/DANN/trainer.py official repository unverified MIT (permissive) · a63b80aa6e20d75f · report
train_compute_class_mean huitangtang/on_the_utility_of_synthetic_data/domain_adaptation/DisClusterDA/trainer.py official repository unverified MIT (permissive) · a977faa9603e6bd1 · report
validate huitangtang/on_the_utility_of_synthetic_data/domain_adaptation/DANN/trainer.py official repository unverified MIT (permissive) · 9a04ba7ad97ceffd · report

Tasks

Domain AdaptationImage Classificationimage-classification

Datasets

Introduced by this paper, per the archive.

S2RDA

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections