Repost detection through image hashing #1591
BakkerHenk
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Cool idea. We do have perceptual hashing in place so that we can prevent the re-posting of content that was removed as a ToS violation. I suppose we could do something similar for all posts, but I'm not sure how well it would scale since we already have 50M images and checking against all of them would be incredibly slow. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to prevent blatant reposting by users or bots, perhaps implement some kind of hashing function that can detect if an image is an exact copy of an image that was posted earlier. It would not have to refuse a posted image, but could be usefull to send warnings to moderators if certain hash values appear more than a few times in a short period of time.
Beta Was this translation helpful? Give feedback.
All reactions