WO2007041565A2 - Similarity detection and clustering of images - Google Patents

Similarity detection and clustering of images Download PDF

Info

Publication number
WO2007041565A2
WO2007041565A2 PCT/US2006/038588 US2006038588W WO2007041565A2 WO 2007041565 A2 WO2007041565 A2 WO 2007041565A2 US 2006038588 W US2006038588 W US 2006038588W WO 2007041565 A2 WO2007041565 A2 WO 2007041565A2
Authority
WO
WIPO (PCT)
Prior art keywords
images
image
method recited
duplicate
search
Prior art date
Application number
PCT/US2006/038588
Other languages
French (fr)
Other versions
WO2007041565A3 (en
Inventor
Antonino Gulli
Antonio Savona
Tao Yang
Xin Liu
Beitao Li
Ankur Choksi
Filippo Tanganelli
Luigi Carnevale
Original Assignee
Iac Search & Media, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Iac Search & Media, Inc. filed Critical Iac Search & Media, Inc.
Publication of WO2007041565A2 publication Critical patent/WO2007041565A2/en
Priority to GB0805835A priority Critical patent/GB2457515A/en
Publication of WO2007041565A3 publication Critical patent/WO2007041565A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/56Extraction of image or video features relating to colour
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/751Comparing pixel values or logical combinations thereof, or feature values having positional relevance, e.g. template matching
    • G06V10/7515Shifting the patterns to accommodate for positional errors

Definitions

  • At least one embodiment of the present invention pertains to information management and retrieval in general, and more particularly, to detection of similarity between images for large-scale image search.
  • the World Wide Web provides a breadth and depth of information to users.
  • a user accesses portions of the information by visiting a World Wide Web (“Web") site.
  • Web World Wide Web
  • URL Uniform Resource Locator
  • the Web site provided by iWon, Inc., of Irvington, N.Y., USA, provides a search capability on the home page of its Web site at www.iwon.com.
  • users also search for images on Web sites.
  • the search engine provides search results based on the search terms or keywords.
  • search results include a set or one or more images from Web sites corresponding to the search terms or keywords.
  • the search engine provides a set of image thumbnails that the users can use to see larger versions of images, as well as to connect to the web pages on which the images are located.
  • a search engine When searching for an image, a search engine typically displays an image search result containing multiple duplicate or near-duplicate images. Duplicates or near-duplicates of images abound on the Web because users often copy and paste popular images, e.g., the Mona Lisa, from one Web site to another. Users may also scan in and place images, such as music album covers, on Web sites. Further, the same image can also be found on one or more Web sites in multiple formats, such as Raster image formats (RIFs), Graphic Interchange Format (GIF), Joint Photographic Experts Group (JPEG), and so on.
  • Raster image formats Raster image formats
  • GIF Graphic Interchange Format
  • JPEG Joint Photographic Experts Group
  • Two images may be near-duplicate when there is a difference in size, color, chroma channels, luminance, background, texture, or storage format, or one may be a cropped version of the other, or one may be an edited version of the other, or one may have some text superimposed on it.
  • Two images may be near- duplicates when one is derived through one or more transformations of the other.
  • Another method of determining similarity in images is to compare the images pixel by pixel.
  • this method is also very limited in its use. For instance, the method is useless when comparing an image stored multiple times using different storage formats. Using different storing formats not only yields different file formats, but also results in changes in the pixels themselves. Most popular formats perform a destructive compression altering the content of the picture, such that the decompressed picture is different pixel by pixel from the original one. Thus, a pixel comparison would fail in determining images that are similar. For instance, GIF reduces the number of colors in the image to 256, while JPEG alters the content itself and introduces artifacts that although are hardly visible to the eye, yet alter the pixel content of the original uncompressed picture.
  • the present invention includes methods and related apparatus for similarity detection and clustering of images for large-scale image search.
  • the method includes pre-processing the set of images, generating an image signature for each image in the set of images, and comparing the generated image signatures.
  • the method includes generating clusters of near-duplicate images.
  • a method of ranking an image based on determining images that are near-duplicates of the image is discussed.
  • Figure 1 is a high-level block diagram of an environment in which at least some aspects of the present invention may be used;
  • Figure 2 is a high-level flow diagram showing a process of determining clusters of near-duplicate images in a large collection of images, according to certain embodiments of the invention
  • Figure 3 is a high-level flow diagram showing a process of preprocessing the large collection of images, according to certain embodiments of the invention
  • Figure 4 is a high-level flow diagram showing a process of comparing image signatures, according to certain embodiments of the invention.
  • Figure 5 is a high-level flow diagram showing a process of reducing the number of computations required to detect near-duplicate images in a large collection of images, according to certain embodiments of the invention.
  • Figure 6 illustrates a window of comparison, according to certain embodiments of the invention.
  • Figure 7 is a high-level flow diagram showing a process of detecting near-duplicate images in a large collection of images off-line, according to certain embodiments of the invention.
  • Figure 8 illustrates a graphical representation of the Web;
  • Figure 9 illustrates new layer added to the graphical representation of the Web, according to certain embodiments of the invention;
  • Figure 10 illustrates a web page of results to a search query;
  • Figure 11 illustrates a web page of results to a search query, according to certain embodiments of the invention;
  • Figure 12 is a high-level block diagram of a processing system that may be used to effect various operations of the present invention.
  • a method and apparatus for detecting near-duplicate images in a collection of images are described. As described further below, in certain embodiments of the invention, the method includes generating image signatures for each image in the collection of images and comparing the signatures to determine a level of similarity between images or groups of images. Various methods for reducing computational costs of detecting near-duplicate images are also described.
  • FIG. 1 is a high-level block diagram of an environment 200 in which at least some aspects of the present invention may be used.
  • This environment 200 may include a network (such as the Internet, for example) 210 that enables users to access content provided by one or more servers 240 coupled via one or more communication networks.
  • the data may be stored in files on the servers 240 and may be accessed by users using client systems 230 coupled to the servers 240 to the communication networks.
  • client system is intended to refer to any computer system or similar mechanism that is used by a user to request information or data stored by a server or to request a service provided by a server.
  • server system is intended to refer to any computer system or similar mechanism that stores information and provides the information in response to a user request received from a client computer, and/or provides some service.
  • a particular computer system may function both as a client and as a server.
  • the client system 220 may be, for example, a personal computer (PC) or a hand-held device such as a personal digital assistant (PDA) or cellular telephone.
  • PC personal computer
  • PDA personal digital assistant
  • the client system 220 may use a software application known as a browser to allow the user to access the Web.
  • the browser can be used to access a search engine 230 to search for and access remotely stored content, such as images.
  • Internet search engines 230 are special sites on the Web that are designed to help users find information, such as images, stored on other sites.
  • the search engine 230 may perform crawling to collect content, such as images, indexing/sorting the content, for instance, to associate images with words or phrases, and query processing functions to respond to a search query using the index to generate search results.
  • the search engine 230 also ranks or orders the images.
  • the search engine 230 may crawl the network 210 to get content from servers 240, store retrieved content in databases on servers online or off-line, generate a content index, accept queries from users and return query results based on the content index.
  • the search engine 230 also has an input/output interface to receive a query from a client and to transmit the query results to the client.
  • search engine 230 includes near-duplicate image detection module 250 to determine images that are at least near-duplicates of each other.
  • An example of an Internet search engine 230 is one provided by IAC Search & Media, Inc.® of Oakland, California.
  • the searching methods discussed herein can also be used to access images stored offline, e.g. in an offline database.
  • Figure 2 shows an example of the overall process 300 that may be performed by the near-duplicate image detection module 250 to detect similarity in images. By detecting near-duplicates of images, the near- duplicate image detection module 250 also detects images that are exact duplicates of each other.
  • the search engine 230 receives a set of images.
  • the set of images may be received, for instance, as a result of searching an image index using a search term provided by a user.
  • the set of images received at block 201 is pre-processed, as discussed in reference to Figure 3.
  • Figure 3 shows an example of the overall process 400 that may be performed by the search engine 230 to pre-process a set of images received as a result of searching using the image search term.
  • the set of images that are pre-processed may be contained in a database of images stored offline.
  • only a subset of the set of images is pre-processed.
  • the subset may be chosen to improve performance characteristics, such as speed of similarity detection and time elapsed before results can be displayed.
  • the subset may be chosen based on a user's preference.
  • aspect ratio a mean value for each chroma channel in the Red-Green-Blue (“RGB”) color space, and other features derived from them, such as, YUV, hue, and saturation
  • the aspect ratio of an image is the ratio of the width of the image to the height of the image.
  • the RGB chroma or color space stores information about distinct primary colors (red, green, and blue) in each chroma channel.
  • the gathered statistics are saved in an external memory, such that the image processing in accordance with method 300 can be carried out offline.
  • each image in the set of images is scaled from its original dimensions to a fixed size (M by M) using a resizing algorithm, such as the Lanczos algorithm.
  • Scaling is used to implement a process that is independent of the original dimensions of the image. The scaling thus reduces the level of computational complexity required to compare images of different sizes. In this way, the computational costs of the process do not depend on the size of the original image.
  • the scaling identifies minor errors in the aspect ratio that often result when a user scans a picture to place the picture on a Web page. Scaling the images to a uniform size further enables the search engine 230 to detect two images that are near- duplicates but are different in size.
  • the aspect ratio of the images can also be used to detect images that are near-duplicates but are different in size, because two images that have similar aspect ratios are more likely to be near-duplicates of each other.
  • a luminance matrix for the scaled images is extracted.
  • Luminance is the weighted sum of the linear RGB components of an image, proportional to intensity.
  • the YUV model is used, which defines a color space in terms of one luminance component (Y component) and two chrominance components (U and V components).
  • the YUV model or color space can be created from the saved mean values for the chroma channels in the RGB color space that stores information about distinct primary colors in each channel, as discussed with reference to block 301.
  • the luminance matrix is used to gather information pertaining to the shapes, instead of color, contained with the scaled images.
  • this is accomplished by discarding the U and V channels and using only the Y channel that gives a black and white version of the original image.
  • the black and white version retains the shape information for the source image.
  • the Y channel can be used to determine a measure of similarity in the shapes of the images.
  • Using the Y channel to create the luminance matrix is advantageous in that it is very efficient from a processing point of view. Using a luminance matrix and discarding U and V components reduces the number of computations required in determining similarity. Further, building the luminance matrix is highly efficient. Specifically, the processing required to build the luminance matrix is linear, not exponential, in comparison to the size of set of images. Further, because the luminance matrix has a size of M by M, and the value of "M" can be changed, the accuracy of the entire similarity detection process can be determined.
  • an image signature is created for every image in the set of images.
  • a wavelet signature is created for each image in the set of images.
  • a wavelet transform is used to create a wavelet signature over the luminance matrix.
  • the wavelet transform is a well known mathematical transform that utilizes the notion that wavelet coefficients for a certain function contain both frequency and time domain information.
  • Wavelet transform is typically created by repeatedly filtering select image coefficients on a row-by-row and column-by-column basis. After each transform pass (once through each row and column), the low pass coefficients of the image may be transformed again. The transformation process may be repeated many times depending on the size of the image.
  • the wavelet signature thus obtained is a matrix having a size of M by M.
  • each element of this matrix is a double precision floating point number.
  • only a few important coefficients from thousands of coefficients for each color channel are kept to distill from them a very small signature for each image.
  • other signature creation methods such as Fast Fourier Transform (FFT) can be used.
  • FFT Fast Fourier Transform
  • the signatures are quantized to reduce the size of the signatures.
  • a vector that stores only the non-zero coefficients of the matrix is generated.
  • the reduced wavelet signature vector has "n” number of sets having three values (x, y, z), where "x” is the column number of the non-zero coefficient, "y” is the corresponding number, “z” is the value of the non-zero coefficient, and can be “1” or "-1”, and "n” is equal to the number of non-zero coefficient in the M by M matrix.
  • the signatures are sorted starting from the top left and moving right for each row starting from the top one and moving to the bottom one.
  • the 4x4 matrix having rows (1 1 0 0 ), (0 0 1 -1), (0 0 0 0 ), and (0 0 0 0), can be represented with the following vector made of four triplets (x,y,z) (0,0,1), (1 ,0,1), (2,1 ,1 ), and (3,1 ,-1).
  • the vector illustrates a value of "1 " in position (0,0), a value of "1 " in position (1 ,0), a value of "1” in position (2,1), and a value of "-1” in position (3,1).
  • the size of M can be selected and the number of wavelet coefficients can also be selected, and thus it can be known exactly how many non-zero elements the matrix will have. For instance, if M is equal to 128 and the number of wavelet coefficients is 128, then there can only be 128 non-zero elements in a matrix of size 128 by 128. According to certain embodiments, if M is chosen to be 128, the signatures are thus reduced to a value less than 1 Kbyte. The reduction in size however, does not cause a reduction in the quality of the similarity detection because a signature of about 400 bytes is a high quality signature. [0038] At block 241 , the reduced image signatures created for every image in the set of images are compared to each other.
  • the reduced signatures are used to build a matrix for each image.
  • the matrices represent an approximation of the original luminance matrix and can be compared to each other to determine a level of similarity between the images.
  • the reduced wavelet signatures are compared without generating matrices approximating the original luminance matrices.
  • Figure 4 shows an example of the overall process 600 that may be performed by the search engine to compare reduced wavelet signatures generated at block 231.
  • a coefficient "i" stored in the reduced wavelet signature w1 is compared to a coefficient "j" stored in the reduced wavelet signature w2, if there exists (i,j), such that the triple (x,y,z) stored in w1 (i) has the same x and y values as the triple (x,y,z) stored in w2(j). If the z values differ in sign, then a penalty ("p") is given to both sum1 and sum2. Otherwise, no penalty is given.
  • a penalty is added to the corresponding sum.
  • penalties are computed relative to the position of the difference between the coefficients to account for the fact that differences in certain areas of an image may be less relevant than differences in other areas. For instance, it may be determined that a central area of an image is more important than an outlying area.
  • computing distances between two reduced size wavelet signatures is implemented as follows:
  • xpos refers to the X coordinate of the i-th element of the wavelet for an image "i.”
  • ypos refers to the Y coordinate of the i-th element of the wavelet for the image i.
  • Lqcache is a logarithmic function of the distance from the center of the image i.
  • q is the minimum penalty weight.
  • Weights maps the logarithm to a weight in the set [0,q]. L1 and L2 vary with the distance from the image center.
  • a minimum value of the two values of sum1 and sum2 is selected to represent a quantization of the similarity between the two images A and B, because getting false negatives (the case in which two near-duplicate images are not detected as such) is preferable to getting false positives (the case in which two images are not near-duplicates are detected as being near-duplicates).
  • images that have a similarity number that is higher than a set threshold are deemed to be near-duplicates of each other.
  • similar images are then clustered together. Images can be clustered together based on a notion of transitivity.
  • images A, B, and C can be clustered together, and a representative chosen (e.g., image A) to represent the cluster of images in an image search result display.
  • the representative can be selected from the cluster based on, for instance, the quality of the image, compression value, and so forth.
  • the remaining images in the cluster can be made accessible by clicking on a data pointer (such as a hyperlink), or can be eliminated.
  • Figure 5 shows an example of the overall process 700 that may be performed by the search engine 230 to reduce the number of computations required to process a large set of images, for instance, received as a result of searching using the image search term.
  • the images are sorted according to the aspect ratio. Sorting images in this way reduces the number of comparisons without affecting the quality of the similarity detection algorithm, because it is highly probably that pictures that differ largely in aspect ratio are not similar. In other embodiments, some other pre-aggregation features could be chosen, as well.
  • a dynamic window of comparison 750 is defined over the sorted list of images for comparing the images.
  • a list of elements is sorted according to a certain value "V" in increasing order. That is, if V of a first element in the list is less than V of a second element of the list, then the first element comes before the second element in the list of the elements.
  • V a certain value
  • V is the aspect ratio of the images.
  • Window (i,j) 750 covers all images with an aspect ratio such that AR(j) divided by AR(i) is less than a threshold AR, where AR >1 , and results in pre-clustering of images based on aspect ratio.
  • the number of comparisons within the comparison window are reduced.
  • two pictures are not compared and therefore, not considered to be similar, if the mean value of at least one the chroma channels (red, green, or blue) differs by more than a set chroma threshold.
  • other skipping strategies within the comparison window 750 may be adopted by using the mean values of other features like YUV, hue, and saturation.
  • each image can belong to no more than one equivalence class.
  • Each image first belongs to an equivalence class made of a single element, the image itself.
  • Equivalence classes can be merged based on the transitive property.
  • FIG. 7 shows an example of the overall process 800 that may be performed by the search engine 230 to reduce computational costs while processing a set of N images off-line.
  • the set of N images is partitioned among a set of m distributed serves.
  • the N images are partitioned over the m servers according to one or more partition criteria, such as internal features extracted from the images. These internal featurers include aspect ratio, or the mean chroma channel values. In this way, a server can receive those images that have similar features.
  • each server builds clusters of similar images. Each cluster includes images which are similar to each other above a similarity threshold.
  • a single image is selected as representative of each cluster. This images is known herein as the "witness" of the cluster.
  • the witness can be selected form the cluster based on, for instance, the quality of the image, compression value, and so forth.
  • witnesses of clusters from muliple servers are compared to detect similarity, e.g, by using method 200. If two witnesses are determined to be similar, using an idea of transitivity, the respective clusters are merged. This agglomerative clustering process is repeated in a bottom-up fashion and can involve communication among servers, e.g., when the witnesses to be compared are placed in different servers.
  • a hybrid technique can be used, in part, to reduce the amount of communication needed between servers in off-line computation.
  • the results of similarity detection between images can be used in various ways.
  • One advantageous way involves determining the popularity or ranking of an image on the World Wide Web.
  • the popularity of a Web page is determined based on the content of the page and on a determination of how much a query is related to the content of the Web page.
  • An alternate method typically used in determining the popularity of a web page is to determine how many other web pages link to the web page.
  • Determining similarity between images can be used to determine the popularity or ranking of an image. Accordingly, if there are multiple images that are very similar to an image, then it can be determined that the image is very popular. This makes sense, because popular images are posted on many web pages. Often, such posts are not duplicates of each other, and are instead just very similar to each other. For instance, a popular Compact Disk (CD) cover can be scanned in multiple times and posted on different web pages, with the resultant posts being very similar to each other, but not exact duplicates. In this way, the true popularity of an image, e.g., the image on the CD cover, can be determined.
  • CD Compact Disk
  • a typical method to find web pages is to use a link from a first web page to find a second page.
  • the web pages can be clustered together. This way web pages can be clustered together even if they do not share similar text (for instance, are written in different languages) or they do not have links in common.
  • an image can be used to find and reach web pages containing similar images.
  • Yet another way of using the image similarity detection is to reduce the number of images displayed by a search engine when searching for an image search term.
  • image search results are displayed, instead of multiple images being shown that are substantially the same (e.g. images 101-105 in Figure 10)
  • a thumbnail of a representative image is displayed.
  • the user views a few very different images, rather than many similar images.
  • a representative 101 can be chosen for the cluster of similar images 101 -105.
  • the representative may be chosen based on quality factors, such as popularity of image, because it is a better quality picture, or because it comes from a popular host URL.
  • the display 100 then, would show images 101 , 106-113. ln one embodiment, when the user clicks on image 101 , the cluster of images 101- 105 can be displayed. This method makes the image search result display more user friendly. Of course, alternative sources for downloading similar images, can be provided on request.
  • the image similarity methods can be also used to enrich Web pages embedding similar images.
  • an image A is similar to an image B that is similar to an image C
  • C is chosen as a witness of the cluster ABC.
  • image C can be chosen over image A or image B because it is a better quality picture or because it comes from a popular host URL.
  • the words in text surrounding images A and B can be added to image C, such that even if the words are not present in the text surrounding C, image C can be retrieved using the words attached to A or B.
  • the text surrounding image A states "John Doe on holiday” and that of the description of another page referring to the same photo states "John Doe fishing by the seaside”
  • the following words can be associated to the context of an image chosen to be witness of the cluster containing images A and B: John-2, Doe-2, holiday-1 , seaside-1.
  • These methods are advantageous in that the context of images is enriched, because the context matches with more terms.
  • ranking is improved. For instance, if someone searched for "John Doe", that image is more likely to be a suitable result than others because the term "John Doe” has a score of two. Therefore, in this case, there is a very high likelihood that the image shown is that of John Doe.
  • Image similarity detection methods can also be used to provide a multi-layer graphical representation of images, web pages, and user click selection.
  • the multi-layer graphical representation exploits the fact that copied images can be understood as a kind of a virtual link, so copying is considered the same as inducing an implicit graph between images.
  • the graphical representation can be used for image searching and clustering.
  • a directed graph also known as a diagraph
  • a directed graph is a graph whose edges are an ordered pair of vertices.
  • each edge can be followed from one vertex (called the "source”) to another vertex (called the “target”).
  • An edge is a connection between two vertices of the graph.
  • each edge has a number, called a "weight.”
  • an edge goes from the source to the target and hence makes connection in only one direction.
  • the static Hypertext Markup Language (“HTML”) pages are the vertices of the graph and hyperlinks between these pages are the edges. Each edge is annotated with the text portion surrounding the hyperlinks, known as an anchor.
  • a representation of a Web Graph is illustrated in Figure 8 as reference number 902.
  • a direct edge CWE from a vertex in a CWQ to a vertex in CWN represents that a user clicks the displayed web page result.
  • Click-through web page graph CWG may be the same as web graph WG, in which case there would be links between the two layers.
  • a representation of a Graph is illustrated in Figure 8 as reference number 903.
  • CIQ is a set of user queries and CIN is a set of images selected in response to the queries.
  • a direct edge from a vertex in a CIQ to a vertex in CWN represents that a user clicks the displayed image result.
  • Click-through image graph CIG may share the same key words with the click-through web graph CWG, in which case there would be links between the two layers.
  • a representation of a Graph is illustrated in Figure 8 as reference number 904.
  • the set of vertices V represents images and the set of direct edges E represent the degree of similarity between different vertices.
  • Click-through image graph CIG may have the same images as the graph G, in which case there would be links between the two layers.
  • Figure 9 illustrates a multi-layer graph 850 obtained by combining the four layers mentioned above.
  • Layer 905 is the image similarity layer
  • layer 902 is the web graph layer
  • layer 903 is the click-through web page graph layer
  • layer 904 is the click-through image graph layer.
  • edges "e1" and "e2” For instance, if two images "11” and “I2" are present in both layers 905 and 902 (as embedded in web pages “W1” and “W2” respectively), two undirected edges exist between the two layers, as illustrated in Figure 9 as edges “e1” and “e2.” Thus, the similar relationship between 11 and I2, represented by edge “s1" in layer 905, can be exploited in layer 902, when there is otherwise no link between the two web pages W1 and W2 in layer 902. These edges can be annotated with a weight that represents the level of similarity between images.
  • the graph 850 can be used to group together and also rank images having common features. Further, the graph G can be used to present a user with one representative image from a group of similar images, so as to not overwhelm the user with an overabundance of redundant information. The entire cluster can be displayed on the user's request.
  • the graph 850 can be used for structural clustering of images that are structurally similar in their picture presentation. This is indicated by connections between images, e.g. images 11 and I2 are structurally similar to each other with similarity s1. Also, the graph 850 can be used for semantic-based clustering of images.
  • two web pages e.g. X and Y
  • s3 degree of similarity
  • anchor texts of two web pages (e.g., X and Y) in layer 902 can also be used in the same manner to cluster images semantically.
  • semantic- based clustering can also be achieved through interaction between layers 905 and 903 and between layers 904 and 902.
  • two images in layer 903 have common text queries leading to the click selection, then these images may be considered similar. For instance, if a query "Q" leads to the selection of images "A” and "B” a number "p" of times, where p is greater than a set threshold number, then the images A and B can be determined to be semantically similar.
  • semantic clustering of web pages using layer 904 common queries is also possible.
  • semantic- based clustering can also be achieved through interaction between all layers 905, 902, 903 and 904.
  • the clustering of images can be combined for more accuracy in image clustering.
  • the following set of images can be considered to be in the same cluster: a) a set of p common queries leads to the same set of images to be selected or images are in layer 905 with similarity scores that exceed a set threshold; b) a set of "q" common queries leads to the same set of web pages containing images to be selected or web pages containing images are in layer 902 that are considered similar; c) images are embedded in one or more web pages considered in b) and these images are considered semantically related in a).
  • Authoritativeness of web pages can be calculated in multiple ways. For instance, an algorithm called “PageRank” that analyzes web links off-line without considering the web topics or the user's query can be used. Another algorithm called “HITS” that judges web pages on-line according to the user's query can also be used.
  • the new layer 905 can provide a way of reinforcing image authoritativeness. Specifically, images in layer 905 that are embedded in a web page in layer 902 are considered to have inherited link authoritativeness in layer 902. The identification of near-duplicate images in layer 905 can be used to strengthen the authority scores of these images. Specifically, the confidence score of image similarity can be incorporated in authority score computation. For instance, if two images X and Y are similar with a confidence score "C", the combined authoritative score can be (score(X) + score(Y)) * C.
  • Figure 10 shows a sample of search results 100 that may be displayed for the search term "Intersecting lines" using a search engine that does not include a near-duplicate image detection method.
  • multiple images are displayed, which look very similar to the human eye.
  • images 101 , 102, and 103 appear very similar to each other.
  • Image 102 appears to be simply a larger version of image 101
  • image 103 appears to be a shifted version of image 102.
  • images 107 and 106 appear to be larger versions of images 105 and 108.
  • Figure 11 is an example of a web page illustrating image search results upon using similarity image detection methods. As shown in Figure 11 , witnesses or representatives of various clusters are displayed.
  • FIG. 12 is a high-level block diagram showing an example of the architecture of a processing system, at a high level, in which such software can be embodied.
  • the processing system 60 is a search engine 130.
  • the processing system 60 is a content provider server or client.
  • the processing system 60 includes one or more processors 61 and memory 62, coupled to a bus system 63.
  • the bus system 63 shown in Figure 12 is an abstraction that represents any one or more separate physical buses and/or point-to-point connections, connected by appropriate bridges, adapters and/or controllers.
  • the bus system 63 may include, for example, a system bus, a Peripheral Component Interconnect (PCI) bus, a Hyper Transport or industry standard architecture (ISA) bus, a small computer system interface (SCSI) bus, a universal serial bus (USB), or an Institute of Electrical and Electronics Engineers (IEEE) standard 1394 bus (sometimes referred to as "Firewire").
  • PCI Peripheral Component Interconnect
  • ISA Hyper Transport or industry standard architecture
  • SCSI small computer system interface
  • USB universal serial bus
  • IEEE Institute of Electrical and Electronics Engineers
  • the processors 61 are the central processing units (CPUs) of the processing system 60 and, thus, control its overall operation. In certain embodiments, the processors 61 accomplish this by executing software stored in memory 62.
  • a processor 61 may be, or may include, one or more programmable general-purpose or special-purpose microprocessors, digital signal processors (DSPs), programmable controllers, application specific integrated circuits (ASICs), programmable logic devices (PLDs), or the like, or a combination of such devices.
  • Memory 62 represents any form of random access memory (RAM), read-only memory (ROM), flash memory, or the like, or a combination of such devices.
  • Memory 62 includes the main memory of the processing system 60.
  • Memory 62 may store software which implements the techniques introduced above.
  • the bus system 63 Also connected to the processors 61 through the bus system 63 are one or more internal mass storage devices 65, and a network adapter 66.
  • Internal mass storage devices 65 may be or include any conventional medium for storing large volumes of data in a non-volatile manner, such as one or more magnetic or optical based disks.
  • the network adapter 66 provides the processing system 60 with the ability to communicate with remote devices (e.g., clients 1) over a network and may be, for example, an Ethernet adapter, a Fibre Channel adapter, or the like.
  • the processing system 60 may also include one or more input/output (I/O) devices 67 coupled to the bus system 63.
  • the I/O devices 67 may include, for example, a display device, a keyboard, a mouse, etc.
  • the method involves computation and comparison of image signatures to determine similarity.
  • Fast similarity detection methods with approximation are also introduced to be used in large-scale image repositories.
  • the similarity detection methods can be implemented on-line, e.g., in response to an image query, or off-line for data mining.
  • the similarity detection methods are used to create a new layer to be used to create a multi-layer representation of images, web pages, and user click selection.
  • the multi-layer representation can be used for image clustering and ranking.
  • references throughout this specification to "one embodiment” or “an embodiment” means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Therefore, it is emphasized and should be appreciated that two or more references to “an embodiment” or “one embodiment” or “an alternative embodiment” in various portions of this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures or characteristics being referred to may be combined as suitable in one or more embodiments of the invention, as will be recognized by those of ordinary skill in the art. Furthermore, instead of performing overall processes as described in reference to flowcharts, the search engine may perform only parts thereof.

Abstract

A method for determining if a set of images in a large collection of images are near-duplicates is described. The method includes processing the set of images, generating an image signature for each image in the set of images, and comparing the generated image signatures. The method can be used in clustering and ranking of images.

Description

Similarity Detection and Clustering of Images
FIELD OF THE INVENTION
[0001] At least one embodiment of the present invention pertains to information management and retrieval in general, and more particularly, to detection of similarity between images for large-scale image search.
BACKGROUND OF THE INVENTION
[0002] The World Wide Web (the "Web") provides a breadth and depth of information to users. Typically, a user accesses portions of the information by visiting a World Wide Web ("Web") site. Due to the rapid growth of the Web and the number of Web sites accessible via the Web, it is often difficult for a user looking for information about a particular topic to determine if a Web site exists that contains such information, which Web site to go to, or what the Uniform Resource Locator (URL) is for a web site of interest. [0003] As a result of a desire by users to search for relevant Web sites related to the users' topics of interests, some Web sites provide search engines or other capabilities that allow users to provide one or more search terms or keywords. For example, the Web site provided by iWon, Inc., of Irvington, N.Y., USA, provides a search capability on the home page of its Web site at www.iwon.com. Besides searching for text, users also search for images on Web sites. Once a user enters one or more image search terms or keywords, the search engine provides search results based on the search terms or keywords. Such search results include a set or one or more images from Web sites corresponding to the search terms or keywords. Typically, the search engine provides a set of image thumbnails that the users can use to see larger versions of images, as well as to connect to the web pages on which the images are located.
[0004] When searching for an image, a search engine typically displays an image search result containing multiple duplicate or near-duplicate images. Duplicates or near-duplicates of images abound on the Web because users often copy and paste popular images, e.g., the Mona Lisa, from one Web site to another. Users may also scan in and place images, such as music album covers, on Web sites. Further, the same image can also be found on one or more Web sites in multiple formats, such as Raster image formats (RIFs), Graphic Interchange Format (GIF), Joint Photographic Experts Group (JPEG), and so on. Because multiple duplicates or near-duplicates of any given image exist on the Web, when a user uses a search engine to search for the given image, the duplicates or near-duplicates appear in the search result display. [0005] The abundance of duplicate and near-duplicate images in a search engine result list is problematic in that it can be frustrating for a user looking for images. For instance, the user may have to click through several pages of redundant image search results displayed by the search engine before finding the image the user was looking for. The search engine also requires tremendous resources, such as processing power and storage, to store and search through the large number of redundant images. [0006] Some techniques to find exact replicas of images in an image search result exist. These techniques typically use a Message Digest 5 (MD5) hashing technique to determine if two images are exact binary equals of each other. These techniques are flawed in that a small change to an image will result in two very similar, albeit not duplicate, images to be presented in a set of image search results. For instance, two images may be near-duplicate when there is a difference in size, color, chroma channels, luminance, background, texture, or storage format, or one may be a cropped version of the other, or one may be an edited version of the other, or one may have some text superimposed on it. Two images may be near- duplicates when one is derived through one or more transformations of the other.
[0007] Another method of determining similarity in images is to compare the images pixel by pixel. However, this method is also very limited in its use. For instance, the method is useless when comparing an image stored multiple times using different storage formats. Using different storing formats not only yields different file formats, but also results in changes in the pixels themselves. Most popular formats perform a destructive compression altering the content of the picture, such that the decompressed picture is different pixel by pixel from the original one. Thus, a pixel comparison would fail in determining images that are similar. For instance, GIF reduces the number of colors in the image to 256, while JPEG alters the content itself and introduces artifacts that although are hardly visible to the eye, yet alter the pixel content of the original uncompressed picture. [0008] Detecting whether or not images are near-duplicates is very difficult, particularly in large collections of documents, such as on the Web. Thus, despite the state-of-the-art in Web sites and image search engines, there remains a need for a method and apparatus for determining similarity in images for a large-scale image search.
SUMMARY OF THE INVENTION
[0009] The present invention includes methods and related apparatus for similarity detection and clustering of images for large-scale image search.
In one embodiment, the method includes pre-processing the set of images, generating an image signature for each image in the set of images, and comparing the generated image signatures. In another embodiment, the method includes generating clusters of near-duplicate images. In certain embodiments, a method of ranking an image based on determining images that are near-duplicates of the image is discussed.
[0010] Other aspects of the invention will be apparent from the accompanying figures and from the detailed description that follows.
BRIEF DESCRIPTION QF THE DRAWINGS
[0011] One or more embodiments of the present invention are illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:
[0012] Figure 1 is a high-level block diagram of an environment in which at least some aspects of the present invention may be used;
[0013] Figure 2 is a high-level flow diagram showing a process of determining clusters of near-duplicate images in a large collection of images, according to certain embodiments of the invention; [0014] Figure 3 is a high-level flow diagram showing a process of preprocessing the large collection of images, according to certain embodiments of the invention;
[0015] Figure 4 is a high-level flow diagram showing a process of comparing image signatures, according to certain embodiments of the invention;
[0016] Figure 5 is a high-level flow diagram showing a process of reducing the number of computations required to detect near-duplicate images in a large collection of images, according to certain embodiments of the invention;
[0017] Figure 6 illustrates a window of comparison, according to certain embodiments of the invention;
[0018] Figure 7 is a high-level flow diagram showing a process of detecting near-duplicate images in a large collection of images off-line, according to certain embodiments of the invention; [0019] Figure 8 illustrates a graphical representation of the Web; [0020] Figure 9 illustrates new layer added to the graphical representation of the Web, according to certain embodiments of the invention; [0021] Figure 10 illustrates a web page of results to a search query; [0022] Figure 11 illustrates a web page of results to a search query, according to certain embodiments of the invention; and [0023] Figure 12 is a high-level block diagram of a processing system that may be used to effect various operations of the present invention.
DETAILED DESCRIPTION
[0024] A method and apparatus for detecting near-duplicate images in a collection of images are described. As described further below, in certain embodiments of the invention, the method includes generating image signatures for each image in the collection of images and comparing the signatures to determine a level of similarity between images or groups of images. Various methods for reducing computational costs of detecting near-duplicate images are also described.
[0025] Figure 1 is a high-level block diagram of an environment 200 in which at least some aspects of the present invention may be used. This environment 200 may include a network (such as the Internet, for example) 210 that enables users to access content provided by one or more servers 240 coupled via one or more communication networks. The data may be stored in files on the servers 240 and may be accessed by users using client systems 230 coupled to the servers 240 to the communication networks. The term "client system" is intended to refer to any computer system or similar mechanism that is used by a user to request information or data stored by a server or to request a service provided by a server. The term "server system" is intended to refer to any computer system or similar mechanism that stores information and provides the information in response to a user request received from a client computer, and/or provides some service. A particular computer system may function both as a client and as a server. The client system 220 may be, for example, a personal computer (PC) or a hand-held device such as a personal digital assistant (PDA) or cellular telephone.
[0026] In certain embodiments, when the images to be searched are located online on the Web, the client system 220 may use a software application known as a browser to allow the user to access the Web. The browser can be used to access a search engine 230 to search for and access remotely stored content, such as images. Internet search engines 230 are special sites on the Web that are designed to help users find information, such as images, stored on other sites. [0027] The search engine 230 may perform crawling to collect content, such as images, indexing/sorting the content, for instance, to associate images with words or phrases, and query processing functions to respond to a search query using the index to generate search results. The search engine 230 also ranks or orders the images. The search engine 230 may crawl the network 210 to get content from servers 240, store retrieved content in databases on servers online or off-line, generate a content index, accept queries from users and return query results based on the content index. The search engine 230 also has an input/output interface to receive a query from a client and to transmit the query results to the client. [0028] According to certain embodiments of the invention, search engine 230 includes near-duplicate image detection module 250 to determine images that are at least near-duplicates of each other. An example of an Internet search engine 230 is one provided by IAC Search & Media, Inc.® of Oakland, California. The searching methods discussed herein can also be used to access images stored offline, e.g. in an offline database. [0029] Figure 2 shows an example of the overall process 300 that may be performed by the near-duplicate image detection module 250 to detect similarity in images. By detecting near-duplicates of images, the near- duplicate image detection module 250 also detects images that are exact duplicates of each other.
[0030] Initially, at block 201 in Figure 2, the search engine 230 receives a set of images. The set of images may be received, for instance, as a result of searching an image index using a search term provided by a user. At block 211 , the set of images received at block 201 is pre-processed, as discussed in reference to Figure 3.
[0031] Figure 3 shows an example of the overall process 400 that may be performed by the search engine 230 to pre-process a set of images received as a result of searching using the image search term. Alternatively, in case of an offline database of images, the set of images that are pre-processed may be contained in a database of images stored offline. According to certain embodiments of the present invention, in either case, only a subset of the set of images is pre-processed. The subset may be chosen to improve performance characteristics, such as speed of similarity detection and time elapsed before results can be displayed. Alternatively, or in addition, the subset may be chosen based on a user's preference. [0032] Referring to Figure 3, at block 301 , for each image in the set (or subset) of images, certain computations are made to gather statistics. According to certain embodiments of the present invention, aspect ratio ("AR"), a mean value for each chroma channel in the Red-Green-Blue ("RGB") color space, and other features derived from them, such as, YUV, hue, and saturation, are computed and stored. The aspect ratio of an image is the ratio of the width of the image to the height of the image. The RGB chroma or color space stores information about distinct primary colors (red, green, and blue) in each chroma channel. In certain embodiments, the gathered statistics are saved in an external memory, such that the image processing in accordance with method 300 can be carried out offline. [0033] At block 311 , each image in the set of images is scaled from its original dimensions to a fixed size (M by M) using a resizing algorithm, such as the Lanczos algorithm. Scaling is used to implement a process that is independent of the original dimensions of the image. The scaling thus reduces the level of computational complexity required to compare images of different sizes. In this way, the computational costs of the process do not depend on the size of the original image. Furthermore, the scaling identifies minor errors in the aspect ratio that often result when a user scans a picture to place the picture on a Web page. Scaling the images to a uniform size further enables the search engine 230 to detect two images that are near- duplicates but are different in size. Alternatively or in addition to scaling the images to a uniform size, the aspect ratio of the images can also be used to detect images that are near-duplicates but are different in size, because two images that have similar aspect ratios are more likely to be near-duplicates of each other.
[0034] At block 321 , a luminance matrix for the scaled images is extracted. Luminance is the weighted sum of the linear RGB components of an image, proportional to intensity. According to certain embodiments of the present invention, the YUV model is used, which defines a color space in terms of one luminance component (Y component) and two chrominance components (U and V components). The YUV model or color space can be created from the saved mean values for the chroma channels in the RGB color space that stores information about distinct primary colors in each channel, as discussed with reference to block 301. The luminance matrix is used to gather information pertaining to the shapes, instead of color, contained with the scaled images. In one embodiment, this is accomplished by discarding the U and V channels and using only the Y channel that gives a black and white version of the original image. The black and white version retains the shape information for the source image. In this way, the Y channel can be used to determine a measure of similarity in the shapes of the images.
[0035] Using the Y channel to create the luminance matrix is advantageous in that it is very efficient from a processing point of view. Using a luminance matrix and discarding U and V components reduces the number of computations required in determining similarity. Further, building the luminance matrix is highly efficient. Specifically, the processing required to build the luminance matrix is linear, not exponential, in comparison to the size of set of images. Further, because the luminance matrix has a size of M by M, and the value of "M" can be changed, the accuracy of the entire similarity detection process can be determined.
[0036] Referring again to Figure 3, at block 221 , an image signature is created for every image in the set of images. In certain embodiments, a wavelet signature is created for each image in the set of images. Accordingly a wavelet transform is used to create a wavelet signature over the luminance matrix. The wavelet transform is a well known mathematical transform that utilizes the notion that wavelet coefficients for a certain function contain both frequency and time domain information. Wavelet transform is typically created by repeatedly filtering select image coefficients on a row-by-row and column-by-column basis. After each transform pass (once through each row and column), the low pass coefficients of the image may be transformed again. The transformation process may be repeated many times depending on the size of the image. The wavelet signature thus obtained is a matrix having a size of M by M. In particular, each element of this matrix is a double precision floating point number. In certain embodiments, only a few important coefficients from thousands of coefficients for each color channel are kept to distill from them a very small signature for each image. Alternatively, other signature creation methods such as Fast Fourier Transform (FFT) can be used. [0037] At block 231 , the signatures are quantized to reduce the size of the signatures. According to certain embodiments, to reduce the size of the original wavelet signature that is an M by M matrix, a vector that stores only the non-zero coefficients of the matrix is generated. The reduced wavelet signature vector has "n" number of sets having three values (x, y, z), where "x" is the column number of the non-zero coefficient, "y" is the corresponding number, "z" is the value of the non-zero coefficient, and can be "1" or "-1", and "n" is equal to the number of non-zero coefficient in the M by M matrix. According to certain embodiments, the signatures are sorted starting from the top left and moving right for each row starting from the top one and moving to the bottom one. For instance, the 4x4 matrix having rows (1 1 0 0 ), (0 0 1 -1), (0 0 0 0 ), and (0 0 0 0), can be represented with the following vector made of four triplets (x,y,z) (0,0,1), (1 ,0,1), (2,1 ,1 ), and (3,1 ,-1). The vector illustrates a value of "1 " in position (0,0), a value of "1 " in position (1 ,0), a value of "1" in position (2,1), and a value of "-1" in position (3,1). This is a simple representation of sparse matrix, and the invention exploits the fact that M is very often sparse. The size of M can be selected and the number of wavelet coefficients can also be selected, and thus it can be known exactly how many non-zero elements the matrix will have. For instance, if M is equal to 128 and the number of wavelet coefficients is 128, then there can only be 128 non-zero elements in a matrix of size 128 by 128. According to certain embodiments, if M is chosen to be 128, the signatures are thus reduced to a value less than 1 Kbyte. The reduction in size however, does not cause a reduction in the quality of the similarity detection because a signature of about 400 bytes is a high quality signature. [0038] At block 241 , the reduced image signatures created for every image in the set of images are compared to each other. Thus, in order to compute the differences between two images, the reduced signatures are used to build a matrix for each image. The matrices represent an approximation of the original luminance matrix and can be compared to each other to determine a level of similarity between the images. [0039] In alternative embodiments, the reduced wavelet signatures are compared without generating matrices approximating the original luminance matrices. Figure 4 shows an example of the overall process 600 that may be performed by the search engine to compare reduced wavelet signatures generated at block 231. Method 600 takes advantage of the fact that if an element in the first of two signatures to be compared has a (x=x1 ,y=y1 ,z=z1) triple, where "z1" is equal to either'1" or "-1", and an element in the second signature has a (x=x1 ,y=y1 ,z=z2) triple, where "z2" is equal to either 1" or "- 1", then the triples describe an element that would be in the same position if a luminance matrix (or an approximation thereof) were to be constructed. Further, it is sufficient to store only the sign of the value coefficient "z" in the triple, instead of the coefficient itself.
[0040] At block 501 , for two wavelet signatures "w1 " and "w2" associated with pictures "A" and "B" to be compared respectively, a value "sum1" is assigned to a distance function from picture A to B, and a value "sum2" is assigned to a distance function from picture B to A. A "distance function" (also known as a "metric" or "distance") is a function "d(p,q)" of two points "p" and "q" which satisfies the following conditions: d(p,q) > 0 and d(p,q) = 0 (if and only ifp=q) d(p,q) = d(q,p) d(p,q) ≤ d(p,r) + d(r,q)
[0041] At block 511 , for image pair (A,B), a coefficient "i" stored in the reduced wavelet signature w1 is compared to a coefficient "j" stored in the reduced wavelet signature w2, if there exists (i,j), such that the triple (x,y,z) stored in w1 (i) has the same x and y values as the triple (x,y,z) stored in w2(j). If the z values differ in sign, then a penalty ("p") is given to both sum1 and sum2. Otherwise, no penalty is given. For all the remaining triples (x,y,z) stored in w1 (i) that do not have the same x and y values as the triple (x,y,z) stored in w2(j), a penalty is added to the corresponding sum. In certain embodiments, penalties are computed relative to the position of the difference between the coefficients to account for the fact that differences in certain areas of an image may be less relevant than differences in other areas. For instance, it may be determined that a central area of an image is more important than an outlying area. In certain embodiments, computing distances between two reduced size wavelet signatures is implemented as follows:
/A***********************************************************************
* while (M <REDUCEDSIZE && i2<REDUCEDSIZE)
* {
* p1=table[i] .sig[i1] .xpos+128*table[l] .sig[i1] .ypos;
* p2=table[j] .sig[i2] .xpos+128*table[j] .sig[i2] .ypos;
* lf (P1=p2)
{ if(table[i] .sig[M] .val!=table[j] .sig[i2] .val)
{
* I1=lqcache[table[i] .sig[i1] .xpos];
* I2=lqcache[table[i] .sig[i1] .ypos]; sum1+= weights [type] [MIN (Max (11 , 12), q)]; sum2+= weights [type] [MIN (Max (11 , I2), q)];
} i1++; i2++;
}
* else if (P1 <p2)
{
* I1=lqcache[table[i] .sig[i1] .xpos];
* I2=lqcache[table[i] .sig[i1] .ypos]; sum1 += weights [type] [MIN (Max (11 , 12), 5)];
} * else // if p2>p1
{
* I1=lqcache[table[i] .sig[i1] .xpos];
* I2=lqcache[table[i] .sig[i1] .ypos]; sum2+= weights [type] [MIN (Max (11 , 12), 5)];
* i2++;
}
**************************************************************** 7
[0042] In the above software code, "xpos" refers to the X coordinate of the i-th element of the wavelet for an image "i." Similarly, "ypos" refers to the Y coordinate of the i-th element of the wavelet for the image i. "Lqcache" is a logarithmic function of the distance from the center of the image i. The term "q" is the minimum penalty weight. "Weights" maps the logarithm to a weight in the set [0,q]. L1 and L2 vary with the distance from the image center. [0043] At block 251 , based on the results of the signature comparison, the similarity between images is detected. In one embodiment, a minimum value of the two values of sum1 and sum2 is selected to represent a quantization of the similarity between the two images A and B, because getting false negatives (the case in which two near-duplicate images are not detected as such) is preferable to getting false positives (the case in which two images are not near-duplicates are detected as being near-duplicates). In certain embodiments, images that have a similarity number that is higher than a set threshold, are deemed to be near-duplicates of each other. [0044] At block 261 , according to certain embodiments, similar images are then clustered together. Images can be clustered together based on a notion of transitivity. Thus, if image A is a near-duplicate of image B, which is a near-duplicate of image C, then A is considered to be a near-duplicate of image C. Accordingly, images A, B, and C can be clustered together, and a representative chosen (e.g., image A) to represent the cluster of images in an image search result display. The representative can be selected from the cluster based on, for instance, the quality of the image, compression value, and so forth. The remaining images in the cluster (images B and C) can be made accessible by clicking on a data pointer (such as a hyperlink), or can be eliminated.
[0045] Search engines typically deal with billions of images. Figure 5 shows an example of the overall process 700 that may be performed by the search engine 230 to reduce the number of computations required to process a large set of images, for instance, received as a result of searching using the image search term.
[0046] At block 601 , the images are sorted according to the aspect ratio. Sorting images in this way reduces the number of comparisons without affecting the quality of the similarity detection algorithm, because it is highly probably that pictures that differ largely in aspect ratio are not similar. In other embodiments, some other pre-aggregation features could be chosen, as well.
[0047] At block 611 , a dynamic window of comparison 750, as shown in Figure 6, is defined over the sorted list of images for comparing the images. To create the window, a list of elements is sorted according to a certain value "V" in increasing order. That is, if V of a first element in the list is less than V of a second element of the list, then the first element comes before the second element in the list of the elements. For each element "p(i)" in the list, comparisons are made with all the elements "p(i-1)," "p(i-2)" ... "p(i-k)," such that V(p(i)) minus V(p(i-k)) is less than or equal to a threshold and V(p(i))-V(p(i-k-1 )) is greater than the threshold. The window 750 can be tuned to adapt the computation for precision vs. time. In one embodiment, V is the aspect ratio of the images. Window (i,j) 750, as illustrated in Figure 6, covers all images with an aspect ratio such that AR(j) divided by AR(i) is less than a threshold AR, where AR >1 , and results in pre-clustering of images based on aspect ratio.
[0048] At block 621 , the number of comparisons within the comparison window are reduced. According to certain embodiments of the present invention, two pictures are not compared and therefore, not considered to be similar, if the mean value of at least one the chroma channels (red, green, or blue) differs by more than a set chroma threshold. Alternatively, or in addition, other skipping strategies within the comparison window 750 may be adopted by using the mean values of other features like YUV, hue, and saturation.
[0049] The number of comparisons can be further reduced by assuming that similarity has a transitive property. Accordingly, it is assumed that if image A is similar to image B with a confidence value "t", and image B is similar to image C with the confidence value t, then image A is similar to image C with a confidence value t. Another way of expressing this property is via the concept of equivalence class. In mathematics, given a set "X" and an equivalence relation "~ on X", the equivalence class of an element "a" in X is the subset of all elements in X which are equivalent to a. Thus, if X is the set of all cars, and "~" is the equivalence relation "has the same color as", then one particular equivalence class consists of all green cars. Accordingly, each image can belong to no more than one equivalence class. Each image first belongs to an equivalence class made of a single element, the image itself. Equivalence classes can be merged based on the transitive property.
[0050] Further enhancements can be made to the methods described in order to increase processing speed. For instance, the computation costs of detecting similarity in a large collection of images can further be reduced by storing image signatures only for popular images that are most likely to appear in the top results of an image query, instead of storing all image signatures.
[0051] As discussed above, instead of performing the entire similarity detection algorithm 300 on-line in response to a query being submitted to the search engine 230, at least a portion of the similarity detection computations can be made off-line, e.g., when searching an offline database of images. Figure 7 shows an example of the overall process 800 that may be performed by the search engine 230 to reduce computational costs while processing a set of N images off-line.
[0052] At block 801 , the set of N images is partitioned among a set of m distributed serves. According to certain embodiments of the invention, the N images are partitioned over the m servers according to one or more partition criteria, such as internal features extracted from the images. These internal featurers include aspect ratio, or the mean chroma channel values. In this way, a server can receive those images that have similar features. [0053] At block 811 , each server builds clusters of similar images. Each cluster includes images which are similar to each other above a similarity threshold.
[0054] At block 821 , a single image is selected as representative of each cluster. This images is known herein as the "witness" of the cluster. The witness can be selected form the cluster based on, for instance, the quality of the image, compression value, and so forth. [0055] At block 831 , witnesses of clusters from muliple servers are compared to detect similarity, e.g, by using method 200. If two witnesses are determined to be similar, using an idea of transitivity, the respective clusters are merged. This agglomerative clustering process is repeated in a bottom-up fashion and can involve communication among servers, e.g., when the witnesses to be compared are placed in different servers. [0056] According to certain embodiments of the present invention, instead of performing similarity detection entirely on-line or entirely off-line, a hybrid technique can be used, in part, to reduce the amount of communication needed between servers in off-line computation. [0057] According to certain embodiments of the present invention, the results of similarity detection between images can be used in various ways. One advantageous way involves determining the popularity or ranking of an image on the World Wide Web. Typically, the popularity of a Web page is determined based on the content of the page and on a determination of how much a query is related to the content of the Web page. An alternate method typically used in determining the popularity of a web page is to determine how many other web pages link to the web page. [0058] Determining similarity between images can be used to determine the popularity or ranking of an image. Accordingly, if there are multiple images that are very similar to an image, then it can be determined that the image is very popular. This makes sense, because popular images are posted on many web pages. Often, such posts are not duplicates of each other, and are instead just very similar to each other. For instance, a popular Compact Disk (CD) cover can be scanned in multiple times and posted on different web pages, with the resultant posts being very similar to each other, but not exact duplicates. In this way, the true popularity of an image, e.g., the image on the CD cover, can be determined. [0059] Also, a typical method to find web pages is to use a link from a first web page to find a second page. According to certain embodiments of the invention, if two web pages contain images that are determined to be similar, then the web pages can be clustered together. This way web pages can be clustered together even if they do not share similar text (for instance, are written in different languages) or they do not have links in common. Thus, an image can be used to find and reach web pages containing similar images.
[0060] Yet another way of using the image similarity detection is to reduce the number of images displayed by a search engine when searching for an image search term. Thus, when image search results are displayed, instead of multiple images being shown that are substantially the same (e.g. images 101-105 in Figure 10), a thumbnail of a representative image is displayed. In this way, the user views a few very different images, rather than many similar images. For instance, for Figure 10, a representative 101 can be chosen for the cluster of similar images 101 -105. The representative may be chosen based on quality factors, such as popularity of image, because it is a better quality picture, or because it comes from a popular host URL. [0061] The display 100, then, would show images 101 , 106-113. ln one embodiment, when the user clicks on image 101 , the cluster of images 101- 105 can be displayed. This method makes the image search result display more user friendly. Of course, alternative sources for downloading similar images, can be provided on request.
[0062] The image similarity methods can be also used to enrich Web pages embedding similar images. In one embodiment, if an image A is similar to an image B that is similar to an image C, suppose that C is chosen as a witness of the cluster ABC. For instance, image C can be chosen over image A or image B because it is a better quality picture or because it comes from a popular host URL. The words in text surrounding images A and B can be added to image C, such that even if the words are not present in the text surrounding C, image C can be retrieved using the words attached to A or B. For example, suppose the text "Madonna the singer" is an anchor "AH1" pointing to image A, "Madonna the music artist" is an anchor "AH2" pointing to image B, and "Madonna the hits-maker" is an anchor "AH3" pointing to image C. If C is chosen to be the witness, the anchors AH 1 , AH2, AH3 can be associated with image C. This way, a search term corresponding to one of the three anchors will result in image C being shown. Alternatively, or in addition, only the most common words in the surrounding texts are boosted. For instance, the most common words are boosted and a score is added to each word. For example If the text surrounding image A states "John Doe on holiday" and that of the description of another page referring to the same photo states "John Doe fishing by the seaside", the following words can be associated to the context of an image chosen to be witness of the cluster containing images A and B: John-2, Doe-2, holiday-1 , seaside-1. These methods are advantageous in that the context of images is enriched, because the context matches with more terms. Furthermore, ranking is improved. For instance, if someone searched for "John Doe", that image is more likely to be a suitable result than others because the term "John Doe" has a score of two. Therefore, in this case, there is a very high likelihood that the image shown is that of John Doe. Alternatively or in addition, other attributes of an image can also be associated with similar images to enrich the Web pages. [0063] Image similarity detection methods can also be used to provide a multi-layer graphical representation of images, web pages, and user click selection. The multi-layer graphical representation exploits the fact that copied images can be understood as a kind of a virtual link, so copying is considered the same as inducing an implicit graph between images. The graphical representation can be used for image searching and clustering. In one understanding of the Web, it is modeled as a directed graph, and is commonly known as "Web Graph". A directed graph (also known as a diagraph) is a graph whose edges are an ordered pair of vertices. That is, each edge can be followed from one vertex (called the "source") to another vertex (called the "target"). An edge is a connection between two vertices of the graph. In a weighted graph, each edge has a number, called a "weight." In a directed graph, an edge goes from the source to the target and hence makes connection in only one direction.
[0064] The static Hypertext Markup Language ("HTML") pages are the vertices of the graph and hyperlinks between these pages are the edges. Each edge is annotated with the text portion surrounding the hyperlinks, known as an anchor. A representation of a Web Graph is illustrated in Figure 8 as reference number 902. Click-through web page graph "CWG=(CWQ, CWN, CWE)" is a direct graph where vertices have two distinct sets. CWQ is a set of user queries and CWN is a set of web pages selected in response to the queries. A direct edge CWE from a vertex in a CWQ to a vertex in CWN represents that a user clicks the displayed web page result. Click-through web page graph CWG may be the same as web graph WG, in which case there would be links between the two layers. A representation of a Graph is illustrated in Figure 8 as reference number 903. [0065] A click-through image graph "CIG=(CIQ, CIN, CIE)" is a direct graph where vertices have two distinct sets. CIQ is a set of user queries and CIN is a set of images selected in response to the queries. A direct edge from a vertex in a CIQ to a vertex in CWN represents that a user clicks the displayed image result. Click-through image graph CIG may share the same key words with the click-through web graph CWG, in which case there would be links between the two layers. A representation of a Graph is illustrated in Figure 8 as reference number 904. [0066] According to certain embodiments of the present invention, a new similarity layer represented by a direct graph "G=(V1E)" is defined. The set of vertices V represents images and the set of direct edges E represent the degree of similarity between different vertices. Click-through image graph CIG may have the same images as the graph G, in which case there would be links between the two layers.
[0067] Figure 9 illustrates a multi-layer graph 850 obtained by combining the four layers mentioned above. Layer 905 is the image similarity layer, layer 902 is the web graph layer, layer 903 is the click-through web page graph layer, and layer 904 is the click-through image graph layer. [0068] If an image in layer 905 is embedded in a web page in layer 902, then there is a link between the two layers. For instance, if two images "11" and "I2" are present in both layers 905 and 902 (as embedded in web pages "W1" and "W2" respectively), two undirected edges exist between the two layers, as illustrated in Figure 9 as edges "e1" and "e2." Thus, the similar relationship between 11 and I2, represented by edge "s1" in layer 905, can be exploited in layer 902, when there is otherwise no link between the two web pages W1 and W2 in layer 902. These edges can be annotated with a weight that represents the level of similarity between images. [0069] Analogously, the similar relationship between two images "I3" and "I4", represented by the edge "s2" in layer 905, can be exploited in layer 903, where there is no direct link between two web pages "W3" and "W4" containing images I3 and I4 respectively.
[0070] The graph 850 can be used to group together and also rank images having common features. Further, the graph G can be used to present a user with one representative image from a group of similar images, so as to not overwhelm the user with an overabundance of redundant information. The entire cluster can be displayed on the user's request.
[0071] In particular, the graph 850 can be used for structural clustering of images that are structurally similar in their picture presentation. This is indicated by connections between images, e.g. images 11 and I2 are structurally similar to each other with similarity s1. Also, the graph 850 can be used for semantic-based clustering of images. Thus, if two web pages (e.g. X and Y) in web graph layer 902 are similar in text, then it can be inferred that the images embedded in the two web pages are similar. Such a decision can be bolstered by using the degree of similarity ("s3") between the images in layer 905. In this way, the context of images that are near- duplicates can be used to further bolster the ranking or popularity of images. Furthermore, anchor texts of two web pages (e.g., X and Y) in layer 902 can also be used in the same manner to cluster images semantically. [0072] According to certain embodiments of the invention, semantic- based clustering can also be achieved through interaction between layers 905 and 903 and between layers 904 and 902. Thus, if two images in layer 903 have common text queries leading to the click selection, then these images may be considered similar. For instance, if a query "Q" leads to the selection of images "A" and "B" a number "p" of times, where p is greater than a set threshold number, then the images A and B can be determined to be semantically similar. Similarly, semantic clustering of web pages using layer 904 common queries is also possible.
[0073] According to certain embodiments of the invention, semantic- based clustering can also be achieved through interaction between all layers 905, 902, 903 and 904. The clustering of images can be combined for more accuracy in image clustering. For instance, the following set of images can be considered to be in the same cluster: a) a set of p common queries leads to the same set of images to be selected or images are in layer 905 with similarity scores that exceed a set threshold; b) a set of "q" common queries leads to the same set of web pages containing images to be selected or web pages containing images are in layer 902 that are considered similar; c) images are embedded in one or more web pages considered in b) and these images are considered semantically related in a). Authoritativeness of web pages can be calculated in multiple ways. For instance, an algorithm called "PageRank" that analyzes web links off-line without considering the web topics or the user's query can be used. Another algorithm called "HITS" that judges web pages on-line according to the user's query can also be used. The new layer 905 can provide a way of reinforcing image authoritativeness. Specifically, images in layer 905 that are embedded in a web page in layer 902 are considered to have inherited link authoritativeness in layer 902. The identification of near-duplicate images in layer 905 can be used to strengthen the authority scores of these images. Specifically, the confidence score of image similarity can be incorporated in authority score computation. For instance, if two images X and Y are similar with a confidence score "C", the combined authoritative score can be (score(X) + score(Y)) *C.
[0074] Figure 10 shows a sample of search results 100 that may be displayed for the search term "Intersecting lines" using a search engine that does not include a near-duplicate image detection method. As depicted in Figure 10, multiple images are displayed, which look very similar to the human eye. For instance, images 101 , 102, and 103 appear very similar to each other. Image 102 appears to be simply a larger version of image 101 , while image 103 appears to be a shifted version of image 102. Also, images 107 and 106 appear to be larger versions of images 105 and 108. [0075] Figure 11 is an example of a web page illustrating image search results upon using similarity image detection methods. As shown in Figure 11 , witnesses or representatives of various clusters are displayed. For instance, image 101 from the cluster of 101 -103 is displayed as image 1101. Image 102 from the cluster of images 105 and 107 is displayed as image 1102. In this embodiment, images are displayed in an order corresponding to the popularity of the image as measured by the number of times the image or near-duplicates of the image appear in the image search result list. [0076] As indicated above, the techniques introduced herein can be implemented in software, either in whole or in part. Figure 12 is a high-level block diagram showing an example of the architecture of a processing system, at a high level, in which such software can be embodied. In certain embodiments, the processing system 60 is a search engine 130. In still other embodiments, the processing system 60 is a content provider server or client. Note that certain standard and well-known components which are not germane to the present invention are not shown. [0077] The processing system 60 includes one or more processors 61 and memory 62, coupled to a bus system 63. The bus system 63 shown in Figure 12 is an abstraction that represents any one or more separate physical buses and/or point-to-point connections, connected by appropriate bridges, adapters and/or controllers. The bus system 63, therefore, may include, for example, a system bus, a Peripheral Component Interconnect (PCI) bus, a Hyper Transport or industry standard architecture (ISA) bus, a small computer system interface (SCSI) bus, a universal serial bus (USB), or an Institute of Electrical and Electronics Engineers (IEEE) standard 1394 bus (sometimes referred to as "Firewire").
[0078] The processors 61 are the central processing units (CPUs) of the processing system 60 and, thus, control its overall operation. In certain embodiments, the processors 61 accomplish this by executing software stored in memory 62. A processor 61 may be, or may include, one or more programmable general-purpose or special-purpose microprocessors, digital signal processors (DSPs), programmable controllers, application specific integrated circuits (ASICs), programmable logic devices (PLDs), or the like, or a combination of such devices.
[0079] Memory 62 represents any form of random access memory (RAM), read-only memory (ROM), flash memory, or the like, or a combination of such devices. Memory 62 includes the main memory of the processing system 60. Memory 62 may store software which implements the techniques introduced above.
[0080] Also connected to the processors 61 through the bus system 63 are one or more internal mass storage devices 65, and a network adapter 66. Internal mass storage devices 65 may be or include any conventional medium for storing large volumes of data in a non-volatile manner, such as one or more magnetic or optical based disks. The network adapter 66 provides the processing system 60 with the ability to communicate with remote devices (e.g., clients 1) over a network and may be, for example, an Ethernet adapter, a Fibre Channel adapter, or the like. The processing system 60 may also include one or more input/output (I/O) devices 67 coupled to the bus system 63. The I/O devices 67 may include, for example, a display device, a keyboard, a mouse, etc. [0081] Thus, a method for detecting near-duplicates of images in a collection of images has been described. The method involves computation and comparison of image signatures to determine similarity. Fast similarity detection methods with approximation are also introduced to be used in large-scale image repositories. The similarity detection methods can be implemented on-line, e.g., in response to an image query, or off-line for data mining. The similarity detection methods are used to create a new layer to be used to create a multi-layer representation of images, web pages, and user click selection. The multi-layer representation can be used for image clustering and ranking.
[0082] Note that references throughout this specification to "one embodiment" or "an embodiment" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Therefore, it is emphasized and should be appreciated that two or more references to "an embodiment" or "one embodiment" or "an alternative embodiment" in various portions of this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures or characteristics being referred to may be combined as suitable in one or more embodiments of the invention, as will be recognized by those of ordinary skill in the art. Furthermore, instead of performing overall processes as described in reference to flowcharts, the search engine may perform only parts thereof.
[0083] Although the present invention has been described with reference to specific exemplary embodiments, it will be recognized that the invention is not limited to the embodiments described, but can be practiced with modification and alteration within the spirit and scope of the appended claims. Accordingly, the specification and drawings are to be regarded in an illustrative sense rather than a restrictive sense.

Claims

CLAIMSWhat is claimed is:
1. A computer system, comprising: a communication network; a client connected to the communication network, the client having an input/output interface to submit a query; a server connected to the communication network, the server having an input/output interface to receive a query from the client; a database of images stored on the server; and a search module stored on the server, the search module configured to search the database utilizing the query to generate a search result, wherein the search engine is configured to determine images that are near-duplicates.
2. The system recited in claim 1 , wherein the search engine is configured to cluster images determined as being near-duplicates of each other.
3. The system recited in claim 1 , wherein the search engine is configured to determine rank of an image in the set of images.
4. A method for determining near-duplicate images in a set of images, the method comprising: generating an image signature for each image in the set of images; and comparing the generated image signatures.
5. The method recited in claim 4, wherein the image signatures are compared to generate an indication of similarity of images in the set of images, wherein the indication of similarity is used to determine if the images are near-duplicates.
6. The method recited in claim 4, wherein the set of images is at least a subset of images obtained by a search engine upon searching for an image search term.
7. The method recited in claim 4, wherein generating an image signature for each images in the set of images comprises: creating a signature for each image in the set of images; and reducing the size of the wavelet signature.
8. The method recited in claim 5, wherein comparing the generated image signatures comprises: determining distances between the generated image signatures.
9. The method recited in claim 4, further comprising: pre-processing the set of images.
10. The method recited in claim 9, wherein pre-processing the set of images comprises: gathering statistics for each image in the set of images; scaling each image in the set of images to a uniform size; and computing a luminance matrix for each scaled image in the set of images.
11. The method recited in claim 5, further comprising: reducing the number of comparisons required for detecting near- duplicate images within the set of images.
12. The method recited in claim 11 , wherein reducing the number of comparisons required for detecting near-duplicate images within the set of images comprises: sorting the images according to aspect ratio; defining a window of comparison over the sorted images; and reducing a number of comparisons within the window of comparisons.
13. The method recited in claim 5, wherein reducing the number of comparisons required for detecting near-duplicate images within the set of images comprises: determining two images in the set of images to be near-duplicates of each other if the two images are near-duplicates of a third image in the set of images.
14. The method recited in claim 4, further comprising: associating an attribute corresponding to a first image to a second image determined to be a near-duplicate of the first image.
15. The method recited in claim 12, wherein reducing the number of comparisons required for detecting near-duplicate images within the set of images located off-line comprises: building clusters of images that are determined to be near-duplicates; selecting a representative of each cluster of images; and merging two clusters of images if their respective representatives are determined to be near-duplicate images.
16. The method recited in claim 4, further comprising: determining a popularity level of an image in the set of images based on the number of near-duplicate images in the set of images.
17. A method for clustering a set of images, the method comprising: generating an image signature for each image; and comparing the image signatures to determine an indicator of similarity between the images, wherein the indicator of similarity is used to cluster images.
18. The method recited in claim 17, further comprising: defining an image directed graph having the set of images as a set of vertices and the indicator of similarity as edges between the vertices.
19. The method recited in claim 18, further comprising: linking the image directed graph with one or more layers of a graph comprising multiple layers, the layers including a web page directed graph having a set of web pages as a set of vertices and hyperlinks between the web pages as edges between the vertices, a click-through web page directed graph having a set of web pages selected in response to a query as a set of vertices and a selection of a subset from the set of web pages selected in response to the query as edges between the vertices, and a click-through image directed graph having a set of images selected in response to a query as a set of vertices and a selection of a subset from the set of images selected in response to the query as edges between the vertices.
20. The method recited in claim 19, wherein linking the image directed graph with one or more layers of the graph comprising multiple layers comprises: determining edges between two images in the image graph based on the edges between web pages comprising the two images in any one of the web page directed graph, the click-through web page directed graph, and the click-through image directed graph.
21. A search engine for determining if two images are near-duplicates, the apparatus comprising: an image signature generator configured to generate an image signature for each image; and a comparison facility configured to determine if the two images are near-duplicate images based on their image signatures.
22. The search engine recited in claim 21 , wherein the image signature generator further comprises: an image processor configured to compute an aspect ratio and a mean value for each primary color chroma channel; an image scalar configured to scale the images to a uniform size; a luminance matrix processor configured to compute a luminance matrix on the scaled images.
23. The search engine recited in claim 22, wherein the image signature generator further comprises: a wavelet transformer configured to generate a wavelet signature for each image.
PCT/US2006/038588 2005-09-30 2006-09-28 Similarity detection and clustering of images WO2007041565A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB0805835A GB2457515A (en) 2005-09-30 2008-04-01 Similarity detection and clustering of images

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/242,390 US7801893B2 (en) 2005-09-30 2005-09-30 Similarity detection and clustering of images
US11/242,390 2005-09-30

Publications (2)

Publication Number Publication Date
WO2007041565A2 true WO2007041565A2 (en) 2007-04-12
WO2007041565A3 WO2007041565A3 (en) 2008-08-07

Family

ID=37903066

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/038588 WO2007041565A2 (en) 2005-09-30 2006-09-28 Similarity detection and clustering of images

Country Status (3)

Country Link
US (1) US7801893B2 (en)
GB (1) GB2457515A (en)
WO (1) WO2007041565A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11875496B2 (en) 2021-08-25 2024-01-16 Genpact Luxembourg S.à r.l. II Dimension estimation using duplicate instance identification in a multiview and multiscale system

Families Citing this family (206)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6735253B1 (en) 1997-05-16 2004-05-11 The Trustees Of Columbia University In The City Of New York Methods and architecture for indexing and editing compressed video over the world wide web
US7143434B1 (en) * 1998-11-06 2006-11-28 Seungyup Paek Video description system and method
US7398271B1 (en) * 2001-04-16 2008-07-08 Yahoo! Inc. Using network traffic logs for search enhancement
AU2002351310A1 (en) * 2001-12-06 2003-06-23 The Trustees Of Columbia University In The City Of New York System and method for extracting text captions from video and generating video summaries
JP2005525011A (en) * 2002-04-26 2005-08-18 ザ トラスティーズ オブ コロンビア ユニヴァーシティ イン ザ シティ オブ ニューヨーク Method and system for optimal video transcoding based on utility function description
US8838591B2 (en) 2005-08-23 2014-09-16 Ricoh Co., Ltd. Embedding hot spots in electronic documents
US7812986B2 (en) 2005-08-23 2010-10-12 Ricoh Co. Ltd. System and methods for use of voice mail and email in a mixed media environment
US8156115B1 (en) * 2007-07-11 2012-04-10 Ricoh Co. Ltd. Document-based networking with mixed media reality
US8521737B2 (en) 2004-10-01 2013-08-27 Ricoh Co., Ltd. Method and system for multi-tier image matching in a mixed media environment
US8156116B2 (en) 2006-07-31 2012-04-10 Ricoh Co., Ltd Dynamic presentation of targeted information in a mixed media reality recognition system
US8176054B2 (en) 2007-07-12 2012-05-08 Ricoh Co. Ltd Retrieving electronic documents by converting them to synthetic text
US8510283B2 (en) 2006-07-31 2013-08-13 Ricoh Co., Ltd. Automatic adaption of an image recognition system to image capture devices
US8949287B2 (en) 2005-08-23 2015-02-03 Ricoh Co., Ltd. Embedding hot spots in imaged documents
US9171202B2 (en) 2005-08-23 2015-10-27 Ricoh Co., Ltd. Data organization and access for mixed media document system
US7702673B2 (en) 2004-10-01 2010-04-20 Ricoh Co., Ltd. System and methods for creation and use of a mixed media environment
US8825682B2 (en) 2006-07-31 2014-09-02 Ricoh Co., Ltd. Architecture for mixed media reality retrieval of locations and registration of images
US9405751B2 (en) 2005-08-23 2016-08-02 Ricoh Co., Ltd. Database for mixed media document system
US9384619B2 (en) 2006-07-31 2016-07-05 Ricoh Co., Ltd. Searching media content for objects specified using identifiers
US9373029B2 (en) 2007-07-11 2016-06-21 Ricoh Co., Ltd. Invisible junction feature recognition for document security or annotation
US8965145B2 (en) 2006-07-31 2015-02-24 Ricoh Co., Ltd. Mixed media reality recognition using multiple specialized indexes
US8600989B2 (en) 2004-10-01 2013-12-03 Ricoh Co., Ltd. Method and system for image matching in a mixed media environment
US8868555B2 (en) 2006-07-31 2014-10-21 Ricoh Co., Ltd. Computation of a recongnizability score (quality predictor) for image retrieval
US9530050B1 (en) 2007-07-11 2016-12-27 Ricoh Co., Ltd. Document annotation sharing
US8856108B2 (en) 2006-07-31 2014-10-07 Ricoh Co., Ltd. Combining results of image retrieval processes
WO2006096612A2 (en) * 2005-03-04 2006-09-14 The Trustees Of Columbia University In The City Of New York System and method for motion estimation and mode decision for low-complexity h.264 decoder
US7783135B2 (en) 2005-05-09 2010-08-24 Like.Com System and method for providing objectified image renderings using recognition information from images
US7945099B2 (en) 2005-05-09 2011-05-17 Like.Com System and method for use of images with recognition analysis
US20080177640A1 (en) 2005-05-09 2008-07-24 Salih Burak Gokturk System and method for using image analysis and search in e-commerce
US7760917B2 (en) 2005-05-09 2010-07-20 Like.Com Computer-implemented method for performing similarity searches
US7519200B2 (en) 2005-05-09 2009-04-14 Like.Com System and method for enabling the use of captured images through recognition
US7660468B2 (en) * 2005-05-09 2010-02-09 Like.Com System and method for enabling image searching using manual enrichment, classification, and/or segmentation
US8732025B2 (en) 2005-05-09 2014-05-20 Google Inc. System and method for enabling image recognition and searching of remote content on display
US7657126B2 (en) * 2005-05-09 2010-02-02 Like.Com System and method for search portions of objects in images and features thereof
US20070106627A1 (en) * 2005-10-05 2007-05-10 Mohit Srivastava Social discovery systems and methods
US10848590B2 (en) 2005-10-26 2020-11-24 Cortica Ltd System and method for determining a contextual insight and providing recommendations based thereon
US11032017B2 (en) 2005-10-26 2021-06-08 Cortica, Ltd. System and method for identifying the context of multimedia content elements
US11361014B2 (en) 2005-10-26 2022-06-14 Cortica Ltd. System and method for completing a user profile
US11403336B2 (en) 2005-10-26 2022-08-02 Cortica Ltd. System and method for removing contextually identical multimedia content elements
US8326775B2 (en) 2005-10-26 2012-12-04 Cortica Ltd. Signature generation for multimedia deep-content-classification by a large-scale matching system and method thereof
US20170300486A1 (en) * 2005-10-26 2017-10-19 Cortica, Ltd. System and method for compatability-based clustering of multimedia content elements
US20160321253A1 (en) 2005-10-26 2016-11-03 Cortica, Ltd. System and method for providing recommendations based on user profiles
US9646005B2 (en) 2005-10-26 2017-05-09 Cortica, Ltd. System and method for creating a database of multimedia content elements assigned to users
US10949773B2 (en) 2005-10-26 2021-03-16 Cortica, Ltd. System and methods thereof for recommending tags for multimedia content elements based on context
US11019161B2 (en) 2005-10-26 2021-05-25 Cortica, Ltd. System and method for profiling users interest based on multimedia content analysis
US11604847B2 (en) 2005-10-26 2023-03-14 Cortica Ltd. System and method for overlaying content on a multimedia content element based on user interest
US11620327B2 (en) 2005-10-26 2023-04-04 Cortica Ltd System and method for determining a contextual insight and generating an interface with recommendations based thereon
US10742340B2 (en) 2005-10-26 2020-08-11 Cortica Ltd. System and method for identifying the context of multimedia content elements displayed in a web-page and providing contextual filters respective thereto
US20140156901A1 (en) 2005-10-26 2014-06-05 Cortica Ltd. Computing device, a system and a method for parallel processing of data streams
US11386139B2 (en) 2005-10-26 2022-07-12 Cortica Ltd. System and method for generating analytics for entities depicted in multimedia content
US20170286434A1 (en) * 2005-10-26 2017-10-05 Cortica, Ltd. System and method for signature-based clustering of multimedia content elements
US11216498B2 (en) 2005-10-26 2022-01-04 Cortica, Ltd. System and method for generating signatures to three-dimensional multimedia data elements
US9690979B2 (en) 2006-03-12 2017-06-27 Google Inc. Techniques for enabling or establishing the use of face recognition algorithms
US8571272B2 (en) * 2006-03-12 2013-10-29 Google Inc. Techniques for enabling or establishing the use of face recognition algorithms
US20070266001A1 (en) * 2006-05-09 2007-11-15 Microsoft Corporation Presentation of duplicate and near duplicate search results
US8065313B2 (en) * 2006-07-24 2011-11-22 Google Inc. Method and apparatus for automatically annotating images
US8201076B2 (en) 2006-07-31 2012-06-12 Ricoh Co., Ltd. Capturing symbolic information from documents upon printing
US8676810B2 (en) 2006-07-31 2014-03-18 Ricoh Co., Ltd. Multiple index mixed media reality recognition using unequal priority indexes
US9020966B2 (en) 2006-07-31 2015-04-28 Ricoh Co., Ltd. Client device for interacting with a mixed media reality recognition system
US9063952B2 (en) 2006-07-31 2015-06-23 Ricoh Co., Ltd. Mixed media reality recognition with image tracking
US9176984B2 (en) 2006-07-31 2015-11-03 Ricoh Co., Ltd Mixed media reality retrieval of differentially-weighted links
US8489987B2 (en) 2006-07-31 2013-07-16 Ricoh Co., Ltd. Monitoring and analyzing creation and usage of visual content using image and hotspot interaction
US20080097981A1 (en) * 2006-10-20 2008-04-24 Microsoft Corporation Ranking images for web image retrieval
US8234277B2 (en) 2006-12-29 2012-07-31 Intel Corporation Image-based retrieval for high quality visual or acoustic rendering
US7752208B2 (en) * 2007-04-11 2010-07-06 International Business Machines Corporation Method and system for detection of authors
US8542908B2 (en) * 2007-05-10 2013-09-24 Yeda Research & Development Co. Ltd. Bidirectional similarity of signals
US8290986B2 (en) * 2007-06-27 2012-10-16 Yahoo! Inc. Determining quality measures for web objects based on searcher behavior
US8416981B2 (en) 2007-07-29 2013-04-09 Google Inc. System and method for displaying contextual supplemental content based on image content
US11537636B2 (en) 2007-08-21 2022-12-27 Cortica, Ltd. System and method for using multimedia content as search queries
US8041082B1 (en) 2007-11-02 2011-10-18 Google Inc. Inferring the gender of a face in an image
US8285718B1 (en) * 2007-12-21 2012-10-09 CastTV Inc. Clustering multimedia search
WO2009111047A2 (en) 2008-03-05 2009-09-11 Ebay Inc. Method and apparatus for image recognition services
US9495386B2 (en) * 2008-03-05 2016-11-15 Ebay Inc. Identification of items depicted in images
WO2009126785A2 (en) * 2008-04-10 2009-10-15 The Trustees Of Columbia University In The City Of New York Systems and methods for image archaeology
US8190623B2 (en) * 2008-06-05 2012-05-29 Enpulz, L.L.C. Image search engine using image analysis and categorization
US7979413B2 (en) * 2008-05-30 2011-07-12 At&T Intellectual Property L, L.P. Automatic generation of embedded signatures for duplicate detection on a public network
WO2009155281A1 (en) * 2008-06-17 2009-12-23 The Trustees Of Columbia University In The City Of New York System and method for dynamically and interactively searching media data
JP5043767B2 (en) * 2008-07-08 2012-10-10 キヤノン株式会社 Image processing apparatus and image processing method
CN103632288A (en) * 2008-07-14 2014-03-12 谷歌股份有限公司 System and method for using supplemental content items for search criteria for identifying other content items of interest
US8538943B1 (en) * 2008-07-24 2013-09-17 Google Inc. Providing images of named resources in response to a search query
US8374914B2 (en) * 2008-08-06 2013-02-12 Obschestvo S Ogranichennoi Otvetstvennostiu “Kuznetch” Advertising using image comparison
US8073818B2 (en) * 2008-10-03 2011-12-06 Microsoft Corporation Co-location visual pattern mining for near-duplicate image retrieval
GB0818463D0 (en) * 2008-10-08 2008-11-12 Mitsubishi Elec R&D Ct Europe Encoding and decoding method and apparatus for multimedia signatures
KR20100052676A (en) * 2008-11-11 2010-05-20 삼성전자주식회사 Apparatus for albuming contents and method thereof
US8671069B2 (en) 2008-12-22 2014-03-11 The Trustees Of Columbia University, In The City Of New York Rapid image annotation via brain state decoding and visual pattern mining
US20100169326A1 (en) * 2008-12-31 2010-07-01 Nokia Corporation Method, apparatus and computer program product for providing analysis and visualization of content items association
US8095546B1 (en) 2009-01-09 2012-01-10 Google Inc. Book content item search
US8316032B1 (en) * 2009-01-09 2012-11-20 Google Inc. Book content item search
US8825660B2 (en) * 2009-03-17 2014-09-02 Ebay Inc. Image-based indexing in a network-based marketplace
WO2010116333A1 (en) 2009-04-07 2010-10-14 Alon Atsmon System and process for builiding a catalog using visual objects
US20100313141A1 (en) * 2009-06-03 2010-12-09 Tianli Yu System and Method for Learning User Genres and Styles and for Matching Products to User Preferences
US20100325552A1 (en) * 2009-06-19 2010-12-23 Sloo David H Media Asset Navigation Representations
US9134789B2 (en) * 2009-07-14 2015-09-15 Adobe Systems Incorporated Multi-layer computer application with a transparent portion
US9135225B2 (en) * 2009-10-02 2015-09-15 Adobe Systems Incorporated Data description injection
US9710491B2 (en) * 2009-11-02 2017-07-18 Microsoft Technology Licensing, Llc Content-based image search
US20110106798A1 (en) * 2009-11-02 2011-05-05 Microsoft Corporation Search Result Enhancement Through Image Duplicate Detection
US8433140B2 (en) * 2009-11-02 2013-04-30 Microsoft Corporation Image metadata propagation
US8571331B2 (en) * 2009-11-30 2013-10-29 Xerox Corporation Content based image selection for automatic photo album generation
US8352494B1 (en) * 2009-12-07 2013-01-08 Google Inc. Distributed image search
US8970593B2 (en) * 2009-12-08 2015-03-03 At&T Intellectual Property I, L.P. Visualization and representation of data clusters and relations
US9164577B2 (en) 2009-12-22 2015-10-20 Ebay Inc. Augmented reality system, method, and apparatus for displaying an item image in a contextual environment
US8868569B2 (en) * 2010-02-24 2014-10-21 Yahoo! Inc. Methods for detecting and removing duplicates in video search results
US9703782B2 (en) 2010-05-28 2017-07-11 Microsoft Technology Licensing, Llc Associating media with metadata of near-duplicates
US8903798B2 (en) 2010-05-28 2014-12-02 Microsoft Corporation Real-time annotation and enrichment of captured video
US8792728B2 (en) 2010-09-27 2014-07-29 Hewlett-Packard Development Company, L.P. Near-duplicate image detection
US8705809B2 (en) * 2010-09-30 2014-04-22 King Saud University Method and apparatus for image generation
US10127606B2 (en) 2010-10-13 2018-11-13 Ebay Inc. Augmented reality system and method for visualizing an item
WO2012058794A1 (en) * 2010-11-01 2012-05-10 Microsoft Corporation Image search
US9317533B2 (en) * 2010-11-02 2016-04-19 Microsoft Technology Licensing, Inc. Adaptive image retrieval database
US8463045B2 (en) 2010-11-10 2013-06-11 Microsoft Corporation Hierarchical sparse representation for image retrieval
US8463026B2 (en) * 2010-12-22 2013-06-11 Microsoft Corporation Automated identification of image outliers
US9326001B2 (en) * 2011-03-22 2016-04-26 International Business Machines Corporation Scalable image distribution in virtualized server environments
US9678992B2 (en) * 2011-05-18 2017-06-13 Microsoft Technology Licensing, Llc Text to image translation
US20120294514A1 (en) * 2011-05-19 2012-11-22 Xerox Corporation Techniques to enable automated workflows for the creation of user-customized photobooks
US9031960B1 (en) 2011-06-10 2015-05-12 Google Inc. Query image search
CN102855245A (en) * 2011-06-28 2013-01-02 北京百度网讯科技有限公司 Image similarity determining method and image similarity determining equipment
US8582872B1 (en) * 2011-06-30 2013-11-12 Google Inc. Place holder image detection via image clustering
US9058331B2 (en) 2011-07-27 2015-06-16 Ricoh Co., Ltd. Generating a conversation in a social network based on visual search results
US9449342B2 (en) 2011-10-27 2016-09-20 Ebay Inc. System and method for visualization of items in an environment using augmented reality
US9240059B2 (en) 2011-12-29 2016-01-19 Ebay Inc. Personal augmented reality
KR101191172B1 (en) 2012-02-15 2012-10-15 (주)올라웍스 Method, apparatus and computer-readable recording medium for managing images in image database
JP5794185B2 (en) * 2012-03-21 2015-10-14 カシオ計算機株式会社 Image processing apparatus, image processing method, and program
US9122927B2 (en) 2012-03-26 2015-09-01 Google Inc. Generating an image tour based on a set of images
US8995771B2 (en) * 2012-04-30 2015-03-31 Microsoft Technology Licensing, Llc Identification of duplicates within an image space
US10013426B2 (en) * 2012-06-14 2018-07-03 International Business Machines Corporation Deduplicating similar image objects in a document
US10846766B2 (en) 2012-06-29 2020-11-24 Ebay Inc. Contextual menus based on image recognition
US8806489B2 (en) 2012-07-05 2014-08-12 International Business Machines Corporation Virtual machine image distribution network
US9336302B1 (en) 2012-07-20 2016-05-10 Zuci Realty Llc Insight and algorithmic clustering for automated synthesis
AU2013300031B2 (en) 2012-08-08 2015-05-28 Google Llc Browsing images of a point of interest within an image graph
WO2014056112A1 (en) * 2012-10-10 2014-04-17 Broadbandtv, Corp. Intelligent video thumbnail selection and generation
EP2910026B1 (en) * 2012-10-19 2017-11-29 Visa International Service Association Digital broadcast methods using secure meshes and wavelets
US20140280141A1 (en) * 2013-03-14 2014-09-18 Morpho Detection, Inc. Method and system for grouping and classifying objects in computed tomography data
US9530072B2 (en) 2013-03-15 2016-12-27 Dropbox, Inc. Duplicate/near duplicate detection and image registration
US20140372419A1 (en) * 2013-06-13 2014-12-18 Microsoft Corporation Tile-centric user interface for query-based representative content of search result documents
CN103338256B (en) * 2013-06-28 2015-09-23 腾讯科技(深圳)有限公司 Image sharing method, device, server and system
US9420256B2 (en) * 2013-12-17 2016-08-16 Shenzhen China Star Optoelectronics Technology Co., Ltd Image signal acquisition method and image signal acquisition device
US20150302081A1 (en) * 2014-04-17 2015-10-22 Canon Kabushiki Kaisha Merging object clusters
US10002310B2 (en) 2014-04-29 2018-06-19 At&T Intellectual Property I, L.P. Method and apparatus for organizing media content
JP6399437B2 (en) 2014-06-04 2018-10-03 パナソニックIpマネジメント株式会社 Control device and work management system using the same
US10235389B2 (en) 2014-06-26 2019-03-19 Amazon Technologies, Inc. Identifying data from keyword searches of color palettes
US9792303B2 (en) 2014-06-26 2017-10-17 Amazon Technologies, Inc. Identifying data from keyword searches of color palettes and keyword trends
US10169803B2 (en) 2014-06-26 2019-01-01 Amazon Technologies, Inc. Color based social networking recommendations
US9898487B2 (en) 2014-06-26 2018-02-20 Amazon Technologies, Inc. Determining color names from keyword searches of color palettes
US9659032B1 (en) * 2014-06-26 2017-05-23 Amazon Technologies, Inc. Building a palette of colors from a plurality of colors based on human color preferences
US9401032B1 (en) 2014-06-26 2016-07-26 Amazon Technologies, Inc. Image-based color palette generation
US9922050B2 (en) 2014-06-26 2018-03-20 Amazon Technologies, Inc. Identifying data from keyword searches of color palettes and color palette trends
US9524563B2 (en) 2014-06-26 2016-12-20 Amazon Technologies, Inc. Automatic image-based recommendations using a color palette
US10223427B1 (en) 2014-06-26 2019-03-05 Amazon Technologies, Inc. Building a palette of colors based on human color preferences
US9652868B2 (en) 2014-06-26 2017-05-16 Amazon Technologies, Inc. Automatic color palette based recommendations
US9697573B1 (en) 2014-06-26 2017-07-04 Amazon Technologies, Inc. Color-related social networking recommendations using affiliated colors
US10120880B2 (en) 2014-06-26 2018-11-06 Amazon Technologies, Inc. Automatic image-based recommendations using a color palette
US10073860B2 (en) 2014-06-26 2018-09-11 Amazon Technologies, Inc. Generating visualizations from keyword searches of color palettes
US9679532B2 (en) 2014-06-26 2017-06-13 Amazon Technologies, Inc. Automatic image-based recommendations using a color palette
US9916613B1 (en) 2014-06-26 2018-03-13 Amazon Technologies, Inc. Automatic color palette based recommendations for affiliated colors
US10255295B2 (en) 2014-06-26 2019-04-09 Amazon Technologies, Inc. Automatic color validation of image metadata
US9727983B2 (en) 2014-06-26 2017-08-08 Amazon Technologies, Inc. Automatic color palette based recommendations
US9996579B2 (en) 2014-06-26 2018-06-12 Amazon Technologies, Inc. Fast color searching
US9514543B2 (en) 2014-06-26 2016-12-06 Amazon Technologies, Inc. Color name generation from images and color palettes
US10691744B2 (en) 2014-06-26 2020-06-23 Amazon Technologies, Inc. Determining affiliated colors from keyword searches of color palettes
US10430857B1 (en) 2014-08-01 2019-10-01 Amazon Technologies, Inc. Color name based search
US9785649B1 (en) 2014-09-02 2017-10-10 Amazon Technologies, Inc. Hue-based color naming for an image
US9633448B1 (en) 2014-09-02 2017-04-25 Amazon Technologies, Inc. Hue-based color naming for an image
US9471695B1 (en) * 2014-12-02 2016-10-18 Google Inc. Semantic image navigation experiences
FR3030846B1 (en) * 2014-12-23 2017-12-29 Commissariat Energie Atomique SEMANTIC REPRESENTATION OF THE CONTENT OF AN IMAGE
US9710876B2 (en) * 2015-01-16 2017-07-18 Intel Corporation Graph-based application programming interface architectures with equivalency classes for enhanced image processing parallelism
US9818166B2 (en) 2015-01-16 2017-11-14 Intel Corporation Graph-based application programming interface architectures with producer/consumer nodes for enhanced image processing parallelism
US9762393B2 (en) 2015-03-19 2017-09-12 Conduent Business Services, Llc One-to-many matching with application to efficient privacy-preserving re-identification
US11049063B2 (en) 2015-06-04 2021-06-29 Centriq Technology, Inc. Asset communication hub
US9705997B2 (en) * 2015-06-30 2017-07-11 Timothy Dorcey Systems and methods for location-based social networking
US10073583B2 (en) 2015-10-08 2018-09-11 Adobe Systems Incorporated Inter-context coordination to facilitate synchronized presentation of image content
US11195043B2 (en) 2015-12-15 2021-12-07 Cortica, Ltd. System and method for determining common patterns in multimedia content elements based on key points
WO2017105641A1 (en) 2015-12-15 2017-06-22 Cortica, Ltd. Identification of key points in multimedia data elements
WO2017131629A1 (en) * 2016-01-26 2017-08-03 Hewlett Packard Enterprise Development Lp Merging object detections using graphs
CN108780462B (en) * 2016-03-13 2022-11-22 科尔蒂卡有限公司 System and method for clustering multimedia content elements
CN106021362B (en) * 2016-05-10 2018-04-13 百度在线网络技术(北京)有限公司 Generation, image searching method and the device that the picture feature of query formulation represents
US11205103B2 (en) 2016-12-09 2021-12-21 The Research Foundation for the State University Semisupervised autoencoder for sentiment analysis
US11760387B2 (en) 2017-07-05 2023-09-19 AutoBrains Technologies Ltd. Driving policies determination
US11899707B2 (en) 2017-07-09 2024-02-13 Cortica Ltd. Driving policies determination
US10838585B1 (en) * 2017-09-28 2020-11-17 Amazon Technologies, Inc. Interactive content element presentation
US11055344B2 (en) 2018-03-21 2021-07-06 Walmart Apollo, Llc Product image evaluation system and method
US10846544B2 (en) 2018-07-16 2020-11-24 Cartica Ai Ltd. Transportation prediction system and method
CN109242750B (en) * 2018-08-14 2023-03-21 武汉斗鱼网络科技有限公司 Picture signature method, picture matching method, device, equipment and storage medium
US11613261B2 (en) 2018-09-05 2023-03-28 Autobrains Technologies Ltd Generating a database and alerting about improperly driven vehicles
US10839694B2 (en) 2018-10-18 2020-11-17 Cartica Ai Ltd Blind spot alert
US20200133308A1 (en) 2018-10-18 2020-04-30 Cartica Ai Ltd Vehicle to vehicle (v2v) communication less truck platooning
US10810229B2 (en) 2018-10-19 2020-10-20 Oracle International Corporation Database replication based on data access scores
US11700356B2 (en) 2018-10-26 2023-07-11 AutoBrains Technologies Ltd. Control transfer of a vehicle
US10748038B1 (en) 2019-03-31 2020-08-18 Cortica Ltd. Efficient calculation of a robust signature of a media unit
US11392738B2 (en) 2018-10-26 2022-07-19 Autobrains Technologies Ltd Generating a simulation scenario
US11904863B2 (en) 2018-10-26 2024-02-20 AutoBrains Technologies Ltd. Passing a curve
US10789535B2 (en) 2018-11-26 2020-09-29 Cartica Ai Ltd Detection of road elements
US11170647B2 (en) 2019-02-07 2021-11-09 Cartica Ai Ltd. Detection of vacant parking spaces
US11643005B2 (en) 2019-02-27 2023-05-09 Autobrains Technologies Ltd Adjusting adjustable headlights of a vehicle
US11061935B2 (en) * 2019-03-01 2021-07-13 Microsoft Technology Licensing, Llc Automatically inferring data relationships of datasets
US11285963B2 (en) 2019-03-10 2022-03-29 Cartica Ai Ltd. Driver-based prediction of dangerous events
US11694088B2 (en) 2019-03-13 2023-07-04 Cortica Ltd. Method for object detection using knowledge distillation
US11132548B2 (en) 2019-03-20 2021-09-28 Cortica Ltd. Determining object information that does not explicitly appear in a media unit signature
US11908242B2 (en) 2019-03-31 2024-02-20 Cortica Ltd. Efficient calculation of a robust signature of a media unit
US10776669B1 (en) 2019-03-31 2020-09-15 Cortica Ltd. Signature generation and object detection that refer to rare scenes
US11222069B2 (en) 2019-03-31 2022-01-11 Cortica Ltd. Low-power calculation of a signature of a media unit
CN110147745B (en) * 2019-05-09 2024-03-29 深圳市腾讯计算机系统有限公司 Video key frame detection method and device
US10970597B2 (en) 2019-05-22 2021-04-06 Here Global B.V. Method, apparatus, and system for priority ranking of satellite images
US11704292B2 (en) 2019-09-26 2023-07-18 Cortica Ltd. System and method for enriching a concept database
US11593662B2 (en) 2019-12-12 2023-02-28 Autobrains Technologies Ltd Unsupervised cluster generation
US11590988B2 (en) 2020-03-19 2023-02-28 Autobrains Technologies Ltd Predictive turning assistant
US11827215B2 (en) 2020-03-31 2023-11-28 AutoBrains Technologies Ltd. Method for training a driving related object detector
US11797486B2 (en) 2022-01-03 2023-10-24 Bank Of America Corporation File de-duplication for a distributed database

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6202061B1 (en) * 1997-10-24 2001-03-13 Pictra, Inc. Methods and apparatuses for creating a collection of media
US20020087538A1 (en) * 1998-06-22 2002-07-04 U.S.Philips Corporation Image retrieval system
US7155033B1 (en) * 1999-02-01 2006-12-26 Thomson Licensing Coarse representation of visual object's shape for search/query/filtering applications

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6285999B1 (en) * 1997-01-10 2001-09-04 The Board Of Trustees Of The Leland Stanford Junior University Method for node ranking in a linked database
US6922699B2 (en) * 1999-01-26 2005-07-26 Xerox Corporation System and method for quantitatively representing data objects in vector space
US6563959B1 (en) * 1999-07-30 2003-05-13 Pixlogic Llc Perceptual similarity image retrieval method
US6751363B1 (en) * 1999-08-10 2004-06-15 Lucent Technologies Inc. Methods of imaging based on wavelet retrieval of scenes
US6658423B1 (en) * 2001-01-24 2003-12-02 Google, Inc. Detecting duplicate and near-duplicate files
US6826316B2 (en) * 2001-01-24 2004-11-30 Eastman Kodak Company System and method for determining image similarity
US6681060B2 (en) * 2001-03-23 2004-01-20 Intel Corporation Image retrieval using distance measure
US6804684B2 (en) * 2001-05-07 2004-10-12 Eastman Kodak Company Method for associating semantic information with multiple images in an image database environment
US20040176946A1 (en) * 2002-10-17 2004-09-09 Jayadev Billa Pronunciation symbols based on the orthographic lexicon of a language
US7194466B2 (en) * 2003-05-01 2007-03-20 Microsoft Corporation Object clustering using inter-layer links
US7379627B2 (en) * 2003-10-20 2008-05-27 Microsoft Corporation Integrated solution to digital image similarity searching
US7634472B2 (en) * 2003-12-01 2009-12-15 Yahoo! Inc. Click-through re-ranking of images and other data
US7181447B2 (en) * 2003-12-08 2007-02-20 Iac Search And Media, Inc. Methods and systems for conceptually organizing and presenting information
US7689585B2 (en) * 2004-04-15 2010-03-30 Microsoft Corporation Reinforced clustering of multi-type data objects for search term suggestion
US7302451B2 (en) * 2004-05-07 2007-11-27 Mitsubishi Electric Research Laboratories, Inc. Feature identification of events in multimedia
GB2424091A (en) * 2005-03-11 2006-09-13 Alamy Ltd Ranking of images in the results of a search

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6202061B1 (en) * 1997-10-24 2001-03-13 Pictra, Inc. Methods and apparatuses for creating a collection of media
US20020087538A1 (en) * 1998-06-22 2002-07-04 U.S.Philips Corporation Image retrieval system
US7155033B1 (en) * 1999-02-01 2006-12-26 Thomson Licensing Coarse representation of visual object's shape for search/query/filtering applications

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11875496B2 (en) 2021-08-25 2024-01-16 Genpact Luxembourg S.à r.l. II Dimension estimation using duplicate instance identification in a multiview and multiscale system

Also Published As

Publication number Publication date
US7801893B2 (en) 2010-09-21
GB0805835D0 (en) 2008-04-30
WO2007041565A3 (en) 2008-08-07
GB2457515A (en) 2009-08-19
US20070078846A1 (en) 2007-04-05

Similar Documents

Publication Publication Date Title
US7801893B2 (en) Similarity detection and clustering of images
Marques et al. Content-based image and video retrieval
US7548936B2 (en) Systems and methods to present web image search results for effective image browsing
Liu et al. A survey of content-based image retrieval with high-level semantics
JP5309155B2 (en) Interactive concept learning in image retrieval
EP1024437B1 (en) Multi-modal information access
US6598054B2 (en) System and method for clustering data objects in a collection
US6564202B1 (en) System and method for visually representing the contents of a multiple data object cluster
US6922699B2 (en) System and method for quantitatively representing data objects in vector space
US6728752B1 (en) System and method for information browsing using multi-modal features
US7502780B2 (en) Information storage and retrieval
US7698332B2 (en) Projecting queries and images into a similarity space
Lewis et al. An integrated content and metadata based retrieval system for art
WO2005114484A1 (en) Systems and methods of geographical text indexing
US8527564B2 (en) Image object retrieval based on aggregation of visual annotations
Shin et al. Document Image Retrieval Based on Layout Structural Similarity.
JP2002007413A (en) Image retrieving device
EP1267280A2 (en) Method and apparatus for populating, indexing and searching a non-html web content database
Koskela Content-based image retrieval with self-organizing maps
Squire et al. Design and evaluation of a content-based image retrieval system
El-Qawasmeh A quadtree-based representation technique for indexing and retrieval of image databases
EP1162553A2 (en) Method and apparatus for indexing and searching for non-html web content
KR100754157B1 (en) Database building method for multimedia contents
Farooque Image indexing and retrieval
Sumathy et al. Image Retrieval and Analysis Using Text and Fuzzy Shape Features: Emerging Research and Opportunities: Emerging Research and Opportunities

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 0805835

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20060928

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 0805835.6

Country of ref document: GB

122 Ep: pct application non-entry in european phase

Ref document number: 06825390

Country of ref document: EP

Kind code of ref document: A2