TinEye

TinEye
Type of site
Image Search Engine
Available in multilingual
Owner Idée, Inc.
Website tineye.com
Alexa rank Negative increase 4,895 (Jan 2016)[1]
Commercial yes
Registration optional
Current status active

TinEye is a reverse image search engine developed and offered by Idée, Inc., a company based in Toronto, Canada. It is the first image search engine on the web to use image identification technology rather than keywords, metadata or watermarks.[2] TinEye allows users to search not using keywords but with images. Upon submitting an image, TinEye creates a "unique and compact digital signature or fingerprint" of the image and matches it with other indexed images.[3] This procedure is able to match even heavily edited versions of the submitted image, but will not usually return similar images in the results.[4]

History

Idée, Inc. was founded by Leila Boujnane and Paul Bloore in 1999. Idée launched the service on May 6, 2008 and went into open beta in August that year.[5][6] While computer vision and image identification research projects began as early as the 1980s,[7] the company claims that TinEye is the first web-based image search engine to use image identification technology. The service was created with copyright owners and brand marketers as the intended user base, to look up unauthorized use and track where the brands are showing up respectively.[8]

In June 2014, TinEye claimed to have indexed more than five billion images for comparisons.[9] However, this is a relatively small proportion of the total number of images available on the World Wide Web.[10]

As of October 2015, TinEye's search results claim to have over 13 billion images indexed for comparison.

Technology

A user uploads an image to the search engine (the upload size is limited to 20 MB) or provides a URL for an image or for a page containing the image. The search engine will look up other usage of the image in the internet, including modified images based upon that image, and report the date and time at which they were posted. TinEye does not recognize outlines of objects or perform facial recognition, but recognises the entire image, and some altered versions of that image. This includes smaller, larger, and cropped versions of the image. TinEye has shown itself capable of retrieving different images from its database of the same subject, such as famous landmarks.[11]

TinEye is capable of searching for images in JPEG, GIF, or PNG format. As of 2009, other formats that contain images online, such as Adobe Flash, are not searchable.[12]

Results generated from TinEye include: the total number of matches in their database that the submitted image has generated, a preview image and URL to each match, as well as a function called Compare Images. Compare Images will bring up a window where the user can switch back and forth between the original image and the search result.[13] TinEye can sort results by best match, worst match, biggest image, or smallest image.

User registration is optional, and offers storage of the user's previous queries. Other features include embeddable widgets and bookmarklets. TinEye has also released their commercial API.

Algorithm

Although TinEye doesn't disclose the exact algorithms used, there are techniques similar to the company's how it works description that achieve the same goal of matching images. One such algorithm is perceptual hashing which is used to create a hash from sample image. Here is an example of a basic average-hash algorithm, which is similar to but simpler than a perceptual hash, written by Dr. Neal Krawetz:[14]

  1. Reduce size In pictures, high frequencies give detail while low frequencies show structure; we want the latter. The fastest way to remove high frequencies and detail is to shrink the image. In this case, shrink it to 8x8 so that there are 64 total pixels. Don't bother keeping the aspect ratio, just crush it down to fit an 8x8 square. This way, the hash will match any variation of the image, regardless of scale or aspect ratio.
  2. Reduce color Compute the mean value of the 64 colors.
  3. Average the colors To get the lowest frequencies in the image, take only a smaller part of the already reduced image. For example, if the DCT is 32x32, just keep the top-left 8x8.
  4. Compute the bits Each bit is simply set based on whether the color value is above or below the mean.
  5. Construct the hash Set the 64 bits into a 64-bit integer. The order does not matter, just as long as you are consistent. Your end result hash will look something like this: 8f373714acfcf4d0

The resulting hash won't change if the image is scaled or the aspect ratio changes. Increasing or decreasing the brightness or contrast, or even altering the colors won't dramatically change the hash value.

To compare two images, construct the hash from each image and count the number of bit positions that are different. This is a Hamming distance. A distance of zero indicates that it is likely a very similar picture or a variation of the same picture. A distance of 5 means a few things may be different, but they are probably still close enough to be similar. A distance of 10 or more is a probable indication that the images are different.

Usage

TinEye's ability to search the web for specific images (and modifications of those images) makes it a potential tool for the copyright holders of visual works to locate infringements on their copyright. It also creates a possible avenue for people who are looking to make use of imagery under orphan works to find the copyright holders of that imagery. Being that orphan works can be defined as "copyrighted works whose owners are difficult or impossible to identify and/or locate,"[15] the use of TinEye could potentially remove the orphan work status from online images that can be found in its database.

See also

References

  1. "Tineye.com Site Info". Alexa Internet. Retrieved 2016-01-03.
  2. What is TinEye?
  3. How does TinEye work?
  4. Can TinEye find similar images?
  5. "Releases". Tineye.com. Retrieved 2013-02-21.
  6. Claburn, Thomas (18 August 2008). "TinEye Image Search Finds Copyright Infringers". InformationWeek. Retrieved 28 September 2014.
  7. Szeliski, Richard (2010). Computer Vision: Algorithms and Applications. Springer Publishing. p. 832. ISBN 9781848829343.
  8. George-Cosh, David (n.d.). "Idée's TinEye next frontier in Web searches" (PDF). National Post. Retrieved 2010-02-11.
  9. "Retrieved 2014-07-01". Tineye.com. Retrieved 2014-07-01.
  10. "Flickr hosts 5bn images as at Sep 10 – Retrieved 2011-04-06". Royal.pingdom.com. Retrieved 2013-02-21.
  11. Elias, Jean-Claude. (2009, December 11). Search by photo. The Jordan Times. Retrieved on 2/19/10 from Factiva database.
  12. Krechevsky, Curtis. (2009, May 1). The challenges of logo and image searches on the internet. IP Law and Business. 7(5). Retrieved on 2/19/10 from Factiva database.
  13. "Become An Online Image Detective With TinEye". Groovypost.com. 2010-01-18. Retrieved 2013-06-25.
  14. "Tools, Techniques, and Tangents". Dr. Neal Krawetz.
  15. Yeh, B. (2010, February 1). "Orphan works" in copyright law. Congressional Research Service. Retrieved on 2/19/10 from Factiva database.
This article is issued from Wikipedia - version of the 12/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.