Hi DrivenData Team,
Could you please clarify the stance on using ImageNet pre-trained weights as external data for this challenge?
According to the competition rules:
-
Winning solutions must be available under an open-source license (MIT) that does not prohibit free commercial use.
-
External data (including pre-trained models) must be used pursuant to a valid license permitting use without requiring third-party commercial approvals.
Standard deep learning backbones (such as PyTorch torchvision or timm models) are frequently initialized with ImageNet pre-trained weights. While the framework code is open source (Apache 2.0 / BSD), the original ImageNet dataset specifies non-commercial research use.
To ensure compliance ahead of time:
-
Are standard pre-trained ImageNet weights permitted as external data for model initialization in this challenge?
-
Do solutions using ImageNet-initialized backbones satisfy the commercial-use requirements for prize eligibility?
Thank you for your guidance!