You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an interesting paper talking about perceptual hashing in image/video and audio - paper link. We were exploring some of this a while back and thought it is relevant to feluda.
Researchers were studying virality of Information Diffusion on WhatsApp - paper link. To identify and analyze the propagation of messages in the dataset, they use hashing techniques to track multiple instances of the same message (allowing for minor alterations), in a privacy-preserving manner.
For images and videos, they used PDQ hashing
we could potentially look into the hashing method for video (something which we could not find last time) and think of implementing it for DAU.
Inspired by pHash -- researcher's at Facebook developed PDQ and TMK+PDQF hashing techniques for image and video (open-source). Official GitHub link - https://github.com/facebook/ThreatExchange
I found an interesting paper talking about perceptual hashing in image/video and audio - paper link. We were exploring some of this a while back and thought it is relevant to feluda.
Researchers were studying virality of Information Diffusion on WhatsApp - paper link. To identify and analyze the propagation of messages in the dataset, they use
hashing techniques
to track multiple instances of the same message (allowing for minor alterations), in a privacy-preserving manner.PDQ hashing
PDQ
andTMK+PDQF
hashing techniques for image and video (open-source). Official GitHub link - https://github.com/facebook/ThreatExchangeHamming Distance
is also popularly used to compare 2 hash values.Locality Sensitive Hashing
I thought these could be some minor (and computationally cheap) improvements of the existing
pHash
operator in Feluda.These are just some notes (no action needed as of now)
The text was updated successfully, but these errors were encountered: