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

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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.

The integration of the tool in UploadWizard will be worked on during July and September 2024.

Design

[edit]

After careful consideration of all the pros/cons of explored concepts, for now the tool will only alert users that the image might be a logo and that, if it doesn't meet the guidelines, it might be deleted. This approach will be the least intrusive possible, and will not add more steps to upload, to prevent extra-clicks. It will work also in case of multiple uploads, by having the warning close to the affected image.

Evaluation

[edit]

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.

  • 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.