Commons:WMF support for Commons/Upload Wizard Improvements/Logo detection

As part of our work to improve the current user experience with UploadWizard, we defined a tool to automatically detect logos when uploaded on Commons through UploadWizard, in order to facilitate their evaluation by the community. A need for machine detection tools was raised in several discussions and user interviews we had in the past with the community, and logos are the second reason for media deletion.

Given as input an image file, we detect whether it's a logo by training an EfficientNetV2 classifier to predict logo and out-of-domain probability scores. The experiment overall showed promising results for eventual integration in the ecosystem.

We report below the model that performed best against a test dataset, and observe that it's accurate enough to reliably fulfill the task.

Evaluation edit

  • source: available Commons images
  • # images: 47,976 - half belonging to Category:Logos, half random
  • accuracy: 96.9
  • AUC precision/recall: 98.8
  • AUC ROC: 99
  • loss: 10.2
  • best training epoch: 8

Metrics edit

How likely is this a logo? edit

The gallery below displays 50 images and their logo probability score. Images are randomly sampled from the test dataset described above.