Live data from Hacker News

Reverse image search engine

tineye.com

11–20 of 47 posts

Re: Reverse image search engine

#11

I was waiting for a service like this for years. I actually haven't thought it's even possible. Thanks!

I have an idea for how to do a better reverse image search engine. The problem with this one is that it only matches exact images. But what if it was possible to match against any feature within the source image, rather than the exact, entire source image you search for?

For each image in the index, break it up into 4x4 tiles, then store a hash code for each tile. Then repeat the process, but offset the boundary of each tile by 1px along the X axis. Repeat 2 more times. Then, for each offset along the X axis, offset down along the Y axis. So you store 16 hashes per 4x4 pixel area.

Now, when someone searches for an image, repeat that hashing algorithm for the source image. The results page then returns any image that contains a 4x4 tile that is also contained in the source image, ranked by the number of tiles within the image that is common between the source and result image.

The end result is that you can see how the features within an image are used in other images -- so if someone takes the red stapler from Office Space ( http://www.yunasville.com/img/102005/milton.jpg ) and puts it into a different image, and you search for that red stapler, the results page will still return the photoshopped image, because it'll match the 4x4 tiles on the stapler in both images.

I've explained this in a convoluted way, but hopefully I've communicated the essence of the idea.

On one hand, there will be more results to filter through, and it's more computationally expensive. But that's fine, the image results are still ranked effectively. On the other hand, it's more computationally expensive.

Re: Reverse image search engine

#12
post #2

Finally, a practical way to find out the names of porn actresses.

Actually, through reading internet minicelbrity TheFerrett, I know there are extensive forums dedicated to that. I suspect the forums still win.

Re: Reverse image search engine

#13
post #12
post #2

Finally, a practical way to find out the names of porn actresses.

Actually, through reading internet minicelbrity TheFerrett, I know there are extensive forums dedicated to that. I suspect the forums still win.

Haha, no way. Links?

Your Mechanical Turk mission, should you choose to accept it, is to identify this porn actress...

Re: Reverse image search engine

#14
post #13
post #12

Earlier quoted context omitted.

Actually, through reading internet minicelbrity TheFerrett, I know there are extensive forums dedicated to that. I suspect the forums still win.

Haha, no way. Links? Your Mechanical Turk mission, should you choose to accept it, is to identify this porn actress...

It's a common subject of threads on imageboards (4chan et.al.). People ask for "sauce" (the source of an image), and for MOAR.

Re: Reverse image search engine

#15
post #3

Not bad, but I think it would be more useful if I could submit an image and have the engine give me all the facts it could dig up about it, based on its context in other pages, geo tags and camera type (if available), etc. I think we're going to see some very interesting developments along these lines very soon. Scary stuff too. Imagine submitting a picture of yourself and finding out what the internet knows about yo…

You can "untag" yourself from other people's facebook photos.

Re: Reverse image search engine

#16
post #5

This service didn't work for me, but I'm voting it up in hopes that attention will help this startup as I'd like it to someday.

Nor me when I found it a couple of months ago and I needed such a service. I wanted to source the true manufacturer of a product and all I was finding at the time were a lot of traders who were using the same official product photos. I think it will improve though and the web needs it.

Re: Reverse image search engine

#18
post #15
post #3

Not bad, but I think it would be more useful if I could submit an image and have the engine give me all the facts it could dig up about it, based on its context in other pages, geo tags and camera type (if available), etc. I think we're going to see some very interesting developments along these lines very soon. Scary stuff too. Imagine submitting a picture of yourself and finding out what the internet knows about yo…

You can "untag" yourself from other people's facebook photos.

Aka "opt-out". Which is why privacy is dead: who's going to be able to keep up with that, especially when other people have no problem tagging you if you know about the picture or not.

Re: Reverse image search engine

#19
post #3

Not bad, but I think it would be more useful if I could submit an image and have the engine give me all the facts it could dig up about it, based on its context in other pages, geo tags and camera type (if available), etc. I think we're going to see some very interesting developments along these lines very soon. Scary stuff too. Imagine submitting a picture of yourself and finding out what the internet knows about yo…

You can use http://imageheader.com/alpha , which reads image file and displays all information about the image including geolocation tags. This is alpha version

Example:

http://imageheader.com/alpha/index.php?url=http://farm4.stat...

Re: Reverse image search engine

#20
post #15

Earlier quoted context omitted.

You can "untag" yourself from other people's facebook photos.

Aka "opt-out". Which is why privacy is dead: who's going to be able to keep up with that, especially when other people have no problem tagging you if you know about the picture or not.

When they tag you in a picture you get a notification -- it's how someone implicitly 'tells you' about a picture they have of you.
Post reply on HN