How likely is your image to become popular? Test it with MIT's popularity tool, API

HoNeYBiRD

Elite Member
Joined
May 1, 2009
Messages
10,187
Reaction score
12,580
What makes an image popular? Can we predict the number of views an image will receive even before it is uploaded?

It appears MIT has the answer. Using a dataset of about 2.3 million images from Flickr, they say that they can reliably predict the normalized view count of images.

Popularity Demo:
Code:
http://popularity.csail.mit.edu/
Popularity API:
HTML:
http://popularity.csail.mit.edu/cgi-bin/image.py?url=IMG_URL
IMG_URL needs to be replaced with the direct link to your image.
Higher number means higher popularity. It's a bit slow unfortunately.
I've just read about this on a local news site i frequent. The author of the article claims that he's using it for weeks now and the results given by the tool seem to be accurate.

Image content is just one "ingredient" in making an image popular, social cues play a big role too. The above tool is only good for image content analysis obviously. If anyone's interested, these MIT guys have a not too long PDF study around the subject on their site where they combine image content and social cues to predict image popularity.
 
Interesting... i'll test this on pinterest. maybe it would be possible for someone to use that API and make a bot that could scan a folder with images so we could post only the ones with the highest potential....
 
maybe it would be possible for someone to use that API and make a bot that could scan a folder with images so we could post only the ones with the highest potential....

It's 100% possible and probably already being done.

Everything's getting automated, even creativity.
 
Thanks for the share. Plugging this into my bots right now! :)
 
Back
Top