US11769193B2 - System and method for detecting visually similar items - Google Patents
System and method for detecting visually similar items Download PDFInfo
- Publication number
- US11769193B2 US11769193B2 US15/430,191 US201715430191A US11769193B2 US 11769193 B2 US11769193 B2 US 11769193B2 US 201715430191 A US201715430191 A US 201715430191A US 11769193 B2 US11769193 B2 US 11769193B2
- Authority
- US
- United States
- Prior art keywords
- seed
- listings
- listing
- item
- nearest neighbor
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0631—Recommending goods or services
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/06—Buying, selling or leasing transactions
- G06Q30/0601—Electronic shopping [e-shopping]
- G06Q30/0631—Recommending goods or services
- G06Q30/06313—Recommending goods or services based on similarity of goods or services, e.g. substitute or alternate goods or services
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
- G06F18/2413—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
- G06F18/24133—Distances to prototypes
- G06F18/24137—Distances to cluster centroïds
- G06F18/2414—Smoothing the distance, e.g. radial basis function networks [RBFN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/241—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
- G06F18/2413—Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
- G06F18/24147—Distances to closest patterns, e.g. nearest neighbour classification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/0464—Convolutional networks [CNN, ConvNet]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
- G06V10/443—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
- G06V10/449—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
- G06V10/451—Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
- G06V10/454—Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/764—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
Definitions
- Embodiments of the present disclosure relate generally to image processing and, more particularly, but not by way of limitation, to systems and methods for detecting similar items based on image-based analysis.
- Some online e-commerce systems managing e-commerce sites) allow sellers to offer items for sale.
- Some online e-commerce systems provide product recommendations to buyers.
- One known method of generating recommendations for buyers is through “collaborative filtering,” which includes generating product recommendations based on some known interest of a target user (e.g., a product recently purchased by the target user) as compared to known data from other users (e.g., product purchase data from other users that purchased the same product).
- collaborative filtering performs poorly with cross-category recommendations.
- FIG. 1 is a network diagram depicting an example online e-commerce system.
- FIG. 2 is a block diagram showing components provided within the image analysis engine, according to some embodiments.
- FIG. 3 is a dataflow diagram illustrating an example process for image analysis as performed by the image analysis engine.
- FIG. 4 continues the dataflow diagram shown in FIG. 3 .
- FIG. 5 illustrates a computerized method, in accordance with an example embodiment, for image-based analysis of listings.
- FIG. 6 is a block diagram illustrating an example software architecture, which may be used, in conjunction with various hardware architectures herein described, to perform image-based analysis of listings (e.g., on the online e-commerce system shown in FIG. 1 ).
- FIG. 7 is a block diagram illustrating components of a machine, according to some example embodiments, configured to read instructions from a machine-readable medium (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein.
- a machine-readable medium e.g., a machine-readable storage medium
- An image analysis engine is described herein for providing image-based analysis of items offered for sale in an online e-commerce system.
- the online e-commerce system has sparse or non-existent purchase data for some items, thus limiting the possibility of using known behavioral signal approaches for determining similar items.
- a newly released movie or an uncommon (e.g., low-selling) book may have generated little or no prior purchases through the online e-commerce system and, as a result, there may not be enough purchase history for the item sufficient to generate a satisfactory item recommendation using other methods reliant on such data.
- some items may not have adequate data provided to leverage conventional methods for generating item recommendations (e.g., no manufacturer ID provided, or an inadequate or undescriptive title or description).
- a pair of shoes may be offered for sale by a seller, but the seller may not provide a manufacturer ID that would otherwise indicate data about the shoes, such as manufacturer, type of shoe, shoe features, and so forth.
- some items may not have enough behavioral data associated with the item to leverage conventional methods (e.g., a low volume of prior user activity, such as clicks, views, or purchases).
- the image analysis engine and methods described herein provide image-based analysis of items offered on the online e-commerce system to generate recommendations for visually similar items (e.g., based on images of the item provided by the sellers).
- Finding item similarity based on image analysis presents its own set of challenges.
- the images provided for various items may depict the items in different poses, or in interaction with other objects, or in challenging backgrounds, or with differing illumination, viewpoint, occlusion, and so forth.
- some items are truly unique, making it impossible to find other items which are identical.
- the items offered for sale by the online e-commerce system, and analyzed by the image analysis engine include one or more item images (e.g., a digital photo of the image, perhaps uploaded to the online e-commerce site by the seller of the item).
- the image may be, for example, a stock image of a “model” item generated and promoted by the manufacturer, or may be an image, taken by the seller, of the actual item offered for sale.
- the image analysis engine performs image-based analysis of the item using the associated image(s). More specifically, in one example embodiment, the image analysis engine performs feature extraction on the image of the “seed item” to generate a feature vector for the image using a pre-trained Convolutional Neural Network (CNN).
- CNN Convolutional Neural Network
- That feature vector for the seed item is then compared to feature vectors of other items sharing a category with the seed item on the online e-commerce system using a k-nearest neighbors (KNN) process.
- KNN k-nearest neighbors
- the k nearest neighbors to the seed item are, thus, identified as similar items to the seed item.
- the online e-commerce system then stores references to those nearest neighbors within a record of the seed item, thereby identifying the nearest neighbors for later use in generating a similar items recommendation to users identified with the seed item.
- the CNN may utilize a third-party model such as the GoogLeNet model, as promulgated by Google® Inc.
- the image analysis engine may train a custom CNN model based on a labeled training set of images.
- the training set of images may be labeled with a category, or with other fine grained data specific to that category or a particular type of goods.
- images of athletic shoes may be labeled with manufacturer (e.g., Nike®, Adidas@), or with a type of athletic shoe (e.g., cross-fit, running, aerobic, basketball), or with particular features of athletic shoes (e.g., shockers, reflectors, Velcro laces).
- manufacturer e.g., Nike®, Adidas@
- a type of athletic shoe e.g., cross-fit, running, aerobic, basketball
- particular features of athletic shoes e.g., shockers, reflectors, Velcro laces
- FIG. 1 is a network diagram depicting an example online e-commerce system 100 .
- the online e-commerce system 100 includes a networked system 102 that provides online services to online users, such as a user 106 via a client device 110 .
- the networked system 102 includes an image analysis engine 150 for performing image-based analysis of online items offered for sale via the online e-commerce system 100 , and other associated operations, as described herein.
- the networked system 102 provides network-based, server-side functionality, via a network 104 (e.g., the Internet or a Wide Area Network (WAN)), to the client devices 110 that may be used, for example, by sellers or buyers (not separately shown) of products and services offered for sale through a publication system 142 (e.g., through an online marketplace system provided by the publication systems 142 or payment systems 144 ).
- FIG. 1 further illustrates, for example, one or more of a web client 112 (e.g., a web browser), client application(s) 114 , and a programmatic client 116 executing on the client device 110 .
- Each of the client devices 110 comprises a computing device that includes at least a display and communication capabilities with the network 104 to access the networked system 102 .
- the client device 110 includes devices such as, but not limited to, work stations, computers, general purpose computers, Internet appliances, hand-held devices, wireless devices, portable devices, wearable computers, cellular or mobile phones, portable digital assistants (PDAs), smart phones, tablets, ultrabooks, netbooks, laptops, desktops, multi-processor systems, microprocessor-based or programmable consumer electronics, game consoles, set-top boxes, network PCs, mini-computers, and the like.
- Each of the client devices 110 connects with the network 104 via a wired or wireless connection.
- one or more portions of the network 104 may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a WAN, a wireless WAN (WWAN), a metropolitan area network (MAN), a portion of the Internet, a portion of the Public Switched Telephone Network (PSTN), a cellular telephone network, a wireless network, a WiFi network, a WiMax network, another type of network, or a combination of two or more such networks.
- VPN virtual private network
- LAN local area network
- WLAN wireless LAN
- WAN Wide Area Network
- WWAN wireless WAN
- MAN metropolitan area network
- PSTN Public Switched Telephone Network
- PSTN Public Switched Telephone Network
- Each of the client devices 110 includes one or more client applications (also referred to as “apps”) 114 such as, but not limited to, a web browser, a messaging application, an electronic mail (email) application, an e-commerce site application (also referred to as a marketplace application), and the like.
- client applications also referred to as “apps”
- apps such as, but not limited to, a web browser, a messaging application, an electronic mail (email) application, an e-commerce site application (also referred to as a marketplace application), and the like.
- the e-commerce site application is included in a given one of the client devices 110 , then this application is configured to locally provide the user interface and at least some of the functionalities of an e-commerce site, with the application configured to communicate with the networked system 102 , on an as-needed basis, for data or processing capabilities not locally available (e.g., such as access to a database of items available for sale, to authenticate a user, or to verify a method of payment).
- the e-commerce site application is not included in a given one of the client devices 110 , the given one of the client devices 110 may use its web client 112 to access the e-commerce site (or a variant thereof) hosted on the networked system 102 .
- the given one of the client devices 110 may use its web client 112 to access the e-commerce site (or a variant thereof) hosted on the networked system 102 .
- two or more client devices 110 may be included in the online e-commerce system 100 .
- An Application Program Interface (API) server 120 and a web server 122 are coupled to, and provide programmatic and web interfaces respectively to, one or more application servers 140 .
- the application servers 140 host the image analysis engine 150 that facilitates providing analysis and recommendation services, as described herein.
- the application servers 140 are, in turn, shown to be coupled to one or more database servers 124 that facilitate access to one or more databases 126 .
- the application servers 140 host one or more publication systems 142 and payment systems 144 .
- the publication system 142 may provide a number of e-commerce functions and services to users that access the networked system 102 or external sites (e.g., a third party publication system 130 executing a site application 132 ).
- E-commerce functions and services may include a number of publisher functions and services (e.g., search, listing, content viewing, payment, etc.).
- the publication system 142 may provide a number of services and functions to users for listing or submitting offers for goods or services for sale, searching for goods and services, facilitating transactions, and reviewing and providing feedback about transactions and associated users.
- the publication system 142 may track and store data and metadata relating to listings, transactions, and user interactions.
- the publication system 142 may publish or otherwise provide access to content items stored in the application servers 140 or the databases 126 accessible to the application servers 140 or the database servers 124 .
- the payment system 144 may likewise provide a number of payment services and functions to users.
- the payment system 144 may allow users to accumulate value (e.g., in a commercial currency, such as the U.S. dollar, or a proprietary currency, such as “points”) in accounts, and then later to redeem the accumulated value for items (e.g., goods or services) that are made available via the publication system 142 . While the publication system 142 and the payment system 144 are shown in FIG.
- the payment system 144 may form part of a payment service that is separate and distinct from the networked system 102 .
- the payment system 144 may be omitted from the online e-commerce system 100 .
- at least a portion of the publication system 142 may be provided on the client devices 110 .
- online e-commerce system 100 shown in FIG. 1 employs a client-server architecture
- some example embodiments of the present disclosure are not limited to such an architecture, and may equally well find application in, for example, a distributed or peer-to-peer architecture system.
- the various publication and payment systems 142 and 144 may also be implemented as standalone software programs, which do not necessarily have networking capabilities.
- the client devices 110 access the various publication and payment systems 142 and 144 via the web interface supported by the web server 122 .
- the programmatic client 116 accesses the various services and functions provided by the publication and payment systems 142 and 144 via the programmatic interface provided by the API server 120 .
- the programmatic client 116 may, for example, be a seller application (e.g., the TurboLister application developed by eBay Inc., of San Jose, Calif.) to enable sellers to author and manage listings on the networked system 102 in an offline manner, and to perform batch-mode communications between the programmatic client 116 and the networked system 102 .
- the image analysis engine 150 analyzes images of items associated with listings on the networked system 102 .
- the online e-commerce system 100 may provide item or listing recommendations to users based on user interest, such as determined through online viewing, watching, or purchasing of items through the online e-commerce system 100 , as well as item similarity as determined by the systems and methods described herein.
- FIG. 2 is a block diagram showing components provided within the image analysis engine 150 according to some embodiments.
- the image analysis engine 150 may be hosted on dedicated or shared server machines (not shown) that are communicatively coupled to enable communications between the server machines.
- components of the image analysis engine 150 may be executed on a graphics processing unit (GPU) such as, for example, one or more Titan X GPUs (such as those made commercially available by NVIDIA corporation, a California corporation, and other manufacturers).
- the components themselves are communicatively coupled (e.g., via appropriate interfaces) to each other and to various data sources, so as to allow information to be passed between the components or so as to allow the components to share and access common data.
- the components may access the one or more databases 126 via the database servers 124 (both shown in FIG. 1 ).
- the image analysis engine 150 provides a number of image analysis features related to items or listings, whereby the image analysis engine 150 performs image-based analysis of images associated with items to provide similar item recommendations to users.
- the image analysis engine 150 includes a data extractor module 210 , an image downloader module 220 , a feature extraction module 230 , a KNN module 240 , a recommendation module 250 , and a modeling module 260 .
- the data extractor module 210 determines a set of items (e.g., listings) to prepare for image processing.
- the image analysis engine 150 may identify a set of listings recently added to the online e-commerce system 100 (e.g., within the last 24 hours), or other listings that have not undergone image analysis as described herein. Each of these listings may include an item ID, a seed image of the associated item offered for sale through the listing (e.g., referenced via an image uniform resource locator (URL)), and may additionally identify one or more categories associated with the listing.
- the image downloader module 220 retrieves the seed images for each of the identified listings (e.g., using the image URL) and prepares the seed images for further processing.
- the seed images are converted to a standard size, such as 224 by 224 pixels.
- the feature extraction module 230 performs feature extraction on each of the seed images.
- the feature extraction engine 230 uses the Caffe library for feature extraction based on the GoogLeNet model to generate a feature vector for the image, and thus for the listing itself. As such, each seed image generates an associated feature vector. All of these feature vectors are then added to feature vectors of previously-processed listings to form a cumulative set of feature vectors.
- the KNN module 240 determines the k nearest neighbors of the seed item based on the feature vector of the seed item and the other feature vectors of items within the same category as the seed item. In some embodiments, the other feature vectors may be for items in other categories.
- the KNN module 240 identifies the 30 nearest neighbors of each seed item, each of which is then treated as a similar item to the seed item. These nearest neighbors each include an associated listing ID.
- the recommendation module 250 stores the listing IDs of the nearest neighbors of that seed item (e.g., in a database) and, in some embodiments, may cache the nearest neighbors of that seed item in an in-memory database to facilitate prompt access.
- the recommendation module 250 accesses the nearest neighbors of the seed item and provides similar item recommendations based on the set of nearest neighbors.
- the modeling module 260 may generate the model used by the feature extraction module 230 for feature extraction.
- the modeling module 260 may identify a labeled training set of images within a particular category, and may create a convolutional neural network using the labeled training set. This custom model may then be used on seed items within that particular category to provide a more refined feature vector.
- FIG. 3 is a dataflow diagram illustrating an example process for image analysis as performed by the image analysis engine 150 .
- the data extractor module 210 identifies a set of target listings 320 from a listings database 310 .
- the set of target listings 320 includes seed listings 322 that have not yet been image-analyzed by the image analysis engine 150 .
- the seed listings 322 include listings that have been added to the online e-commerce system 100 within a pre-determined amount of time (e.g., within the last day, or within the last week).
- the set of target listings 320 may include seed listings 322 that have been previously processed, but which may be selected for re-processing (e.g., after a pre-determined amount of time, or after a pre-determined number of subsequent listings have been processed, to “refresh” image comparison results).
- Each seed listing 322 includes at least one image or a reference to an image (e.g., an image URL 324 ), one or more listing categories 326 , and a listing identifier (ID) unique to that seed listing 322 within the online e-commerce system 100 .
- the image downloader module 220 retrieves an associated image (or “listing image”) 332 from an image database 330 using the image URL 324 .
- the listing images 332 may be stored in the listings database 310 .
- the listing images 332 may undergo pre-processing prior to further use.
- the image analysis engine 150 may convert the listing images to a standard size, such as 224 by 224 pixels, or may alter aspects of the image to facilitate normalization of varying images.
- the feature extraction module 230 uses a CNN model 340 to extract features of each image (e.g., one image at a time).
- the CNN model 340 converts a particular listing image 332 into a feature vector 342 (e.g., an array of n floating-point numbers representing n features of the image 332 ).
- the CNN model 340 is the GoogLeNet model, a third-party model which was trained on the ImageNet dataset with the objective of classifying each image into the correct class out of one thousand objects.
- the feature extraction module 230 uses the Caffe library to perform the feature extraction with the CNN model 340 . As such, each listing image is reduced to an associated feature vector 342 .
- FIG. 4 continues the dataflow diagram shown in FIG. 3 .
- a feature record 410 is created for each seed listing 322 .
- Each feature record 410 includes the listing ID 328 and the category(s) 326 of the seed listing 322 , as well as the feature vector 342 just generated for that seed listing 322 .
- the feature records 410 are stored in a vector database 412 for future use.
- the vector database 412 includes feature records 410 for the recently-processed seed items 322 , as well as feature records for previously-processed listings.
- the vector database 412 is a cumulative repository for feature vectors of many or all listings of the online e-commerce system 100 .
- the KNN module 240 operates on each seed item 322 to determine a set of k nearest neighbors 430 for that seed item 322 . More specifically, for each seed item 322 , the KNN module 240 retrieves a seed item feature vector 420 for that seed item 322 as well as a set of feature vectors 422 for all feature records in the feature vector database 412 that share at least one category 326 with the seed item 322 (also referred to herein as category item feature vectors 422 ). The KNN module 240 then compares the seed item feature vector 420 to the set of category item feature vectors 422 to determine the k nearest neighbors 430 . In one embodiment, the KNN module 240 utilizes brute force nearest neighbors on a graphics processing unit (GPU).
- GPU graphics processing unit
- Restricting the nearest neighbor search to only listings within a shared category strategically limits the amount of processing to only types of items that are most likely to actually be similar to the seed item. For example, in some situations, comparing images cars to an image of a shoe may occasionally generate enough similarity to cause a car to be identified as a nearest neighbor to the shoe (e.g., because of their general shape, color, background). As such, limiting the feature vectors 422 to only those feature vectors 422 in the “shoes” category may keep some errant listings from creeping in.
- the k nearest neighbors 430 are then utilized by the online e-commerce system 100 to generate “similar item” type recommendations. More specifically, for each seed item 322 , its k nearest neighbors 430 , as identified by their associated listing Ms 328 , are stored in the listing of the seed item 322 in the listings database 310 . For performance improvement, the k nearest neighbors 430 for the seed items 322 may be stored in a RAM memory-based database 440 , such as Redis. As such, each listing processed by the image analysis engine 150 includes a set of k nearest neighbors that may be used as “similar items” to that seed item.
- the online e-commerce system 100 may infer interest in the seed item and, as such, may utilize the k nearest neighbors 430 of that listing to recommend similar listings.
- the image analysis engine 150 may generate a custom model to use as the CNN model 340 .
- the image analysis engine 150 may identify a set of labeled training listings (not separately depicted) for use in training the CNN model 340 .
- the training listings may be labeled based on manufacturer, or features or characteristics of the item, or a listing category of the listing, or another signal that corresponds to a similarity measure between the items.
- the modeling module 260 may then train the CNN model 340 using the labeled training set.
- the modeling module 260 may train the CNN model 340 using a convolutional neural network leveraging aspects of deep learning. As such, the custom CNN model 340 may then be better able to determine features associated with the labels.
- a custom CNN model 340 trained with training listings of shoes labeled with a manufacturer name may better be able to distinguish between Nike® shoes and Reebok® shoes.
- the resulting customized model 340 may then be deployed to specific seed listings 322 .
- the feature extraction engine 230 may use the custom CNN model 340 associated with shoes rather than the generic CNN model 340 trained across disparate types of items.
- FIG. 5 illustrates a computerized method 500 , in accordance with an example embodiment, for image-based analysis of listings.
- the computerized method 500 is performed by a computing device comprising at least one processor and a memory.
- the computerized method 500 includes determining a set of target listings, each target listing of the set of target listings includes a category identifier, a listing identifier, and an image associated with the item.
- determining a set of target listings further includes determining target listings added to the online e-commerce system within a pre-determined period of time.
- the computerized method 500 includes, for a seed listing of the set of target listings, retrieving a seed image associated with the seed listing, the seed listing is categorized within a first item category.
- the computerized method 500 includes generating a seed item feature vector for the seed image using a convolutional neural network (CNN) trained with images of items, the seed image is an input to the CNN, the seed item feature vector includes an array of values representing features of the image.
- CNN uses the GoogLeNet model.
- the computerized method 500 also includes identifying a plurality of feature vectors associated with the first item category, each feature vector of the plurality of feature vectors is associated with a listing categorized within the first item category.
- the computerized method 500 further includes comparing the seed item feature vector to the plurality of feature vectors using a k-nearest neighbors (kNN) algorithm.
- the computerized method 500 also includes, based on the comparing, generating a set of nearest neighbor listings to the seed listing, each nearest neighbor listing represents a listing for a item that is visually similar to the seed item and that is categorized within the first item category.
- the computerized method 500 further includes storing the set of nearest neighbor listings as associated with the seed listing.
- the computerized method 500 also includes selecting one or more nearest neighbor listings from the set of nearest neighbors.
- the computerized method 500 further includes presenting the one or more nearest neighbor listings as a recommendation to a user of an online e-commerce system.
- the computerized method 500 also includes generating a database entry including the listing identifier of the seed item and listing identifiers of each listing in the set of nearest neighbor listings, and storing the database entry in an in-memory database, wherein selecting one or more nearest neighbor listings further includes selecting the one or more nearest neighbor listings from the database entry.
- the computerized method further includes converting the seed image to a standard size prior to generating the seed item feature vector, the standard size is used for images used to generate the plurality of feature vectors.
- the computerized method 500 also includes storing the seed item feature vector along with the plurality of feature vectors for use in future similarity comparisons.
- the computerized method 500 further includes identifying a labeled set of images associated with the first item category, each image in the labeled set of images includes a label based on a first category factor, the first category factor identifies a factor applicable to items within the first item category, and training the CNN based on the labeled set of images.
- Modules may constitute either software modules (e.g., code embodied on a machine-readable medium or in a transmission signal) or hardware modules.
- a “hardware module” is a tangible unit capable of performing certain operations and may be configured or arranged in a certain physical manner.
- one or more computer systems e.g., a standalone computer system, a client computer system, or a server computer system
- one or more hardware modules of a computer system e.g., a processor or a group of processors
- software e.g., an application or application portion
- a hardware module may be implemented mechanically, electronically, or any suitable combination thereof.
- a hardware module may include dedicated circuitry or logic that is permanently configured to perform certain operations.
- a hardware module may be a special-purpose processor, such as a field-programmable gate array (FPGA) or an application specific integrated circuit (ASIC).
- a hardware module may also include programmable logic or circuitry that is temporarily configured by software to perform certain operations.
- a hardware module may include software encompassed within a general-purpose processor or other programmable processor. It will be appreciated that the decision to implement a hardware module mechanically, in dedicated and permanently configured circuitry, or in temporarily configured circuitry (e.g., configured by software) may be driven by cost and time considerations.
- hardware module should be understood to encompass a tangible entity, be that an entity that is physically constructed, permanently configured (e.g., hardwired), or temporarily configured (e.g., programmed) to operate in a certain manner or to perform certain operations described herein.
- “hardware-implemented module” refers to a hardware module. Considering embodiments in which hardware modules are temporarily configured (e.g., programmed), each of the hardware modules need not be configured or instantiated at any one instance in time. For example, where a hardware module comprises a general-purpose processor configured by software to become a special-purpose processor, the general-purpose processor may be configured as respectively different special-purpose processors (e.g., comprising different hardware modules) at different times. Software may accordingly configure a particular processor or processors, for example, to constitute a particular hardware module at one instance of time and to constitute a different hardware module at a different instance of time.
- Hardware modules can provide information to, and receive information from, other hardware modules. Accordingly, the described hardware modules may be regarded as being communicatively coupled. Where multiple hardware modules exist contemporaneously, communications may be achieved through signal transmission (e.g., over appropriate circuits and buses) between or among two or more of the hardware modules. In embodiments in which multiple hardware modules are configured or instantiated at different times, communications between such hardware modules may be achieved, for example, through the storage and retrieval of information in memory structures to which the multiple hardware modules have access. For example, one hardware module may perform an operation and store the output of that operation in a memory device to which it is communicatively coupled. A further hardware module may then, at a later time, access the memory device to retrieve and process the stored output. Hardware modules may also initiate communications with input or output devices, and can operate on a resource (e.g., a collection of information).
- a resource e.g., a collection of information
- processors may be temporarily configured (e.g., by software) or permanently configured to perform the relevant operations. Whether temporarily or permanently configured, such processors may constitute processor-implemented modules that operate to perform one or more operations or functions described herein.
- processor-implemented module refers to a hardware module implemented using one or more processors.
- the methods described herein may be at least partially processor-implemented, with a particular processor or processors being an example of hardware.
- a particular processor or processors being an example of hardware.
- the operations of a method may be performed by one or more processors or processor-implemented modules.
- the one or more processors may also operate to support performance of the relevant operations in a “cloud computing” environment or as a “software as a service” (SaaS).
- SaaS software as a service
- at least some of the operations may be performed by a group of computers (as examples of machines including processors), with these operations being accessible via a network (e.g., the Internet) and via one or more appropriate interfaces (e.g., an application program interface (API)).
- API application program interface
- processors may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines.
- the processors or processor-implemented modules may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm). In other example embodiments, the processors or processor-implemented modules may be distributed across a number of geographic locations.
- FIG. 6 is a block diagram 600 illustrating an example software architecture 602 , which may be used, in conjunction with various hardware architectures herein described, to perform image-based analysis of listings (e.g., on the online e-commerce system 100 ).
- a image analysis engine 680 which is shown in a layer of applications 620 , may be similar to the image analysis engine 150 , but may be provided in whole or in part at other layers shown in FIG. 6 , FIG. 6 is a non-limiting example of a software architecture 602 , and it will be appreciated that many other architectures may be implemented to facilitate the functionality described herein.
- the software architecture 602 may execute on hardware such as a machine 700 of FIG.
- a representative hardware layer 604 is illustrated and can represent, for example, the machine 700 of FIG. 7 .
- the representative hardware layer 604 includes a processing unit 606 having associated executable instructions 608 .
- the executable instructions 608 represent the executable instructions of the software architecture 602 , including implementation of the methods, modules, and so forth described herein.
- the hardware layer 604 also includes memory/storage 610 , which also includes the executable instructions 608 .
- the hardware layer 604 may also comprise other hardware 612 .
- the software architecture 602 may be conceptualized as a stack of layers where each layer provides particular functionality.
- the software architecture 602 may include layers such as an operating system 614 , libraries 616 , frameworks or middleware 618 , applications 620 , and a presentation layer 644 .
- the applications 620 and/or other components within the layers may invoke application programming interface (API) calls 624 through the software stack and receive a response as messages 626 .
- API application programming interface
- the layers illustrated are representative in nature and not all software architectures 602 have all layers. For example, some mobile or special purpose operating systems 614 may not provide the frameworks/middleware 618 , while others may provide such a layer. Other software architectures 602 may include additional or different layers.
- the operating system 614 may manage hardware resources and provide common services.
- the operating system 614 may include, for example, a kernel 628 , services 630 , and drivers 632 .
- the kernel 628 may act as an abstraction layer between the hardware and the other software layers.
- the kernel 628 may be responsible for memory management, processor management (e.g., scheduling), component management, networking, security settings, and so on.
- the services 630 may provide other common services for the other software layers.
- the drivers 632 may be responsible for controlling or interfacing with the underlying hardware.
- the drivers 632 may include display drivers, camera drivers, Bluetooth® drivers, flash memory drivers, serial communication drivers (e.g., Universal Serial Bus (USB) drivers), Wi-Fi® drivers, audio drivers, power management drivers, and so forth depending on the hardware configuration.
- USB Universal Serial Bus
- the libraries 616 may provide a common infrastructure that may be used by the applications 620 and/or other components and/or layers.
- the libraries 616 typically provide functionality that allows other software modules to perform tasks in an easier fashion than by interfacing directly with the underlying operating system 614 functionality (e.g., kernel 628 , services 630 , and/or drivers 632 ).
- the libraries 616 may include system libraries 634 (e.g., C standard library) that may provide functions such as memory allocation functions, string manipulation functions, mathematic functions, and the like.
- libraries 616 may include API libraries 636 such as media libraries (e.g., libraries to support presentation and manipulation of various media formats such as MPEG4, H.264, MP3, AAC, AMR, JPG, PNG), graphics libraries (e.g., an OpenGL framework that may be used to render 2D and 3D graphic content on a display), database libraries (e.g., SQLite that may provide various relational database functions), web libraries (e.g., WebKit that may provide web browsing functionality), and the like.
- the libraries 616 may also include a wide variety of other libraries 638 to provide many other APIs to the applications 620 and other software components/modules.
- the frameworks 618 provide a higher-level common infrastructure that may be used by the applications 620 and/or other software components/modules.
- the frameworks/middleware 618 may provide various graphic user interface (GUI) functions, high-level resource management, high-level location services, and so forth.
- GUI graphic user interface
- the frameworks/middleware 618 may provide a broad spectrum of other APIs that may be utilized by the applications 620 and/or other software components/modules, some of which may be specific to a particular operating system 614 or platform.
- the applications 620 include built-in applications 640 and/or third-party applications 642 .
- built-in applications 640 may include, but are not limited to, a contacts application, a browser application, a book reader application, a location application, a media application, a messaging application, and/or a game application.
- the third-party applications 642 may include an application developed using the AndroidTM or iOSTM software development kit (SDK) by an entity other than the vendor of the particular platform, and may be mobile software running on a mobile operating system 614 such as iOSTM, AndroidTM, Windows® Phone, or other mobile operating systems 614 .
- the third-party applications 642 may invoke the API calls 624 provided by the mobile operating system, such as the operating system 614 , to facilitate functionality described herein.
- the applications 620 may use built-in operating system functions (e.g., kernel 628 , services 630 , and/or drivers 632 ), libraries 616 , or frameworks/middleware 618 to create user interfaces to interact with users of the system. Alternatively, or additionally, in some systems, interactions with a user may occur through a presentation layer, such as the presentation layer 644 . In these systems, the application/module “logic” can be separated from the aspects of the application/module that interact with a user.
- Some software architectures 602 use virtual machines. In the example of FIG. 6 , this is illustrated by a virtual machine 648 .
- the virtual machine 648 creates a software environment where applications/modules can execute as if they were executing on a hardware machine (such as the machine 700 of FIG. 7 , for example).
- the virtual machine 648 is hosted by a host operating system (e.g., operating system 614 ) and typically, although not always, has a virtual machine monitor 646 , which manages the operation of the virtual machine 648 as well as the interface with the host operating system (i.e., operating system 614 ).
- a software architecture executes within the virtual machine 648 , such as an operating system (OS) 650 , libraries 652 , frameworks 654 , applications 656 , and/or a presentation layer 658 .
- OS operating system
- libraries 652 libraries 652
- frameworks 654 frameworks 654
- applications 656 applications 656
- presentation layer 658 presentation layer 658
- FIG. 7 is a block diagram illustrating components of a machine 700 , according to some example embodiments, configured to read instructions 716 from a machine-readable medium 738 (e.g., a machine-readable storage medium) and perform any one or more of the methodologies discussed herein.
- a machine-readable medium 738 e.g., a machine-readable storage medium
- FIG. 7 shows a diagrammatic representation of the machine 700 in the example form of a computer system, within which instructions 716 (e.g., software, a program, an application, an applet, an app, or other executable code) for causing the machine 700 to perform any one or more of the methodologies discussed herein may be executed.
- the instructions 716 may be used to implement modules or components described herein.
- the instructions 716 transform the general, non-programmed machine 700 into a particular machine programmed to carry out the described and illustrated functions in the manner described.
- the machine 700 operates as a standalone device or may be coupled (e.g., networked) to other machines.
- the machine 700 may operate in the capacity of a server machine or a client machine in a server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment.
- the machine 700 may comprise, but not be limited to, a server computer, a client computer, a personal computer (PC), a tablet computer, a laptop computer, a netbook, a personal digital assistant (PDA), a cellular telephone, a smart phone, a mobile device, or any machine capable of executing the instructions 716 , sequentially or otherwise, that specify actions to be taken by the machine 700 .
- PC personal computer
- PDA personal digital assistant
- a cellular telephone a smart phone
- mobile device or any machine capable of executing the instructions 716 , sequentially or otherwise, that specify actions to be taken by the machine 700 .
- machine shall also be taken to include a collection of machines 700 that individually or jointly execute the instructions 716 to perform any one or more of the methodologies discussed herein.
- the machine 700 may include processors 710 , memory 730 , and input/output (I/O) components 750 , which may be configured to communicate with each other such as via a bus 702 .
- the processors 710 e.g., a central processing unit (CPU), a reduced instruction set computing (RISC) processor, a complex instruction set computing (CISC) processor, a GPU, a digital signal processor (DSP), an ASIC, a radio-frequency integrated circuit (RFIC), another processor, or any suitable combination thereof
- the processors 710 may include, for example, a processor 712 and a processor 714 that may execute the instructions 716 .
- processor is intended to include a multi-core processor 712 that may comprise two or more independent processors 712 , 714 (sometimes referred to as “cores”) that may execute instructions 716 contemporaneously.
- FIG. 7 shows multiple processors 712 , 714
- the machine 700 may include a single processor 712 with a single core, a single processor 712 with multiple cores (e.g., a multi-core processor), multiple processors 712 , 714 with a single core, multiple processors 712 , 714 with multiples cores, or any combination thereof.
- the memory/storage 730 may include a memory, such as a main memory 732 , a static memory 734 , or other memory, and a storage unit 736 , both accessible to the processors 710 such as via the bus 702 .
- the storage unit 736 and memory 732 , 734 store the instructions 716 embodying any one or more of the methodologies or functions described herein.
- the instructions 716 may also reside, completely or partially, within the memory 732 , 734 , within the storage unit 736 , within at least one of the processors 710 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 700 .
- the memory 732 , 734 , the storage unit 736 , and the memory of the processors 710 are examples of machine-readable media 738 .
- machine-readable medium means a device able to store the instructions 716 and data temporarily or permanently and may include, but is not limited to, random-access memory (RAM), read-only memory (ROM), buffer memory, flash memory, optical media, magnetic media, cache memory, other types of storage (e.g., erasable programmable read-only memory (EEPROM)), and/or any suitable combination thereof.
- RAM random-access memory
- ROM read-only memory
- buffer memory flash memory
- optical media magnetic media
- cache memory other types of storage
- EEPROM erasable programmable read-only memory
- machine-readable medium shall also be taken to include any medium, or combination of multiple media, that is capable of storing instructions (e.g., instructions 716 ) for execution by a machine (e.g., machine 700 ), such that the instructions 716 , when executed by one or more processors of the machine 700 (e.g., processors 710 ), cause the machine 700 to perform any one or more of the methodologies described herein.
- a “machine-readable medium” refers to a single storage apparatus or device, as well as “cloud-based” storage systems or storage networks that include multiple storage apparatus or devices.
- the term “machine-readable medium” excludes signals per se.
- the input/output (I/O) components 750 may include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on.
- the specific I/O components 750 that are included in a particular machine 700 will depend on the type of machine. For example, portable machines 700 such as mobile phones will likely include a touch input device or other such input mechanisms, while a headless server machine 700 will likely not include such a touch input device. It will be appreciated that the I/O components 750 may include many other components that are not shown in FIG. 7 .
- the I/O components 750 are grouped according to functionality merely for simplifying the following discussion and the grouping is in no way limiting.
- the I/O components 750 may include output components 752 and input components 754 .
- the output components 752 may include visual components (e.g., a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)), acoustic components (e.g., speakers), haptic components (e.g., a vibratory motor, resistance mechanisms), other signal generators, and so forth.
- a display such as a plasma display panel (PDP), a light emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)
- acoustic components e.g., speakers
- haptic components e.g., a vibratory motor, resistance mechanisms
- the input components 754 may include alphanumeric input components (e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components), point based input components (e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or another pointing instrument), tactile input components (e.g., a physical button, a touch screen that provides location and/or force of touches or touch gestures, or other tactile input components), audio input components (e.g., a microphone), and the like.
- alphanumeric input components e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components
- point based input components e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or another pointing instrument
- tactile input components e.g., a physical button,
- the I/O components 750 may include communication components 764 operable to couple the machine 700 to a network 780 or devices 770 via a coupling 782 and a coupling 772 respectively.
- the communication components 764 may include a network interface component or other suitable device to interface with the network 780 .
- the communication components 764 may include wired communication components, wireless communication components, cellular communication components, near field communication (NFC) components, Bluetooth® components (e.g., Bluetooth® Low Energy), Wi-Fi® components, and other communication components to provide communication via other modalities.
- the devices 770 may be another machine 700 or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a USB).
- the term “or” may be construed in either an inclusive or exclusive sense. Moreover, plural instances may be provided for resources, operations, or structures described herein as a single instance. Additionally, boundaries between various resources, operations, modules, engines, and data stores are somewhat arbitrary, and particular operations are illustrated in a context of specific illustrative configurations. Other allocations of functionality are envisioned and may fall within a scope of various embodiments of the present disclosure. In general, structures and functionality presented as separate resources in the example configurations may be implemented as a combined structure or resource. Similarly, structures and functionality presented as a single resource may be implemented as separate resources. These and other variations, modifications, additions, and improvements fall within the scope of embodiments of the present disclosure as represented by the appended claims. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Business, Economics & Management (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Life Sciences & Earth Sciences (AREA)
- Data Mining & Analysis (AREA)
- Finance (AREA)
- Multimedia (AREA)
- Accounting & Taxation (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- General Engineering & Computer Science (AREA)
- Medical Informatics (AREA)
- Databases & Information Systems (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Mathematical Physics (AREA)
- Marketing (AREA)
- Development Economics (AREA)
- Economics (AREA)
- General Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Biodiversity & Conservation Biology (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Image Analysis (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (20)
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/430,191 US11769193B2 (en) | 2016-02-11 | 2017-02-10 | System and method for detecting visually similar items |
| US18/235,018 US20230394550A1 (en) | 2016-02-11 | 2023-08-17 | System and method for detecting visually similar items |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201662294178P | 2016-02-11 | 2016-02-11 | |
| US15/430,191 US11769193B2 (en) | 2016-02-11 | 2017-02-10 | System and method for detecting visually similar items |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US18/235,018 Continuation US20230394550A1 (en) | 2016-02-11 | 2023-08-17 | System and method for detecting visually similar items |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20170236183A1 US20170236183A1 (en) | 2017-08-17 |
| US11769193B2 true US11769193B2 (en) | 2023-09-26 |
Family
ID=59561611
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/430,191 Active 2039-09-13 US11769193B2 (en) | 2016-02-11 | 2017-02-10 | System and method for detecting visually similar items |
| US18/235,018 Pending US20230394550A1 (en) | 2016-02-11 | 2023-08-17 | System and method for detecting visually similar items |
Family Applications After (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US18/235,018 Pending US20230394550A1 (en) | 2016-02-11 | 2023-08-17 | System and method for detecting visually similar items |
Country Status (1)
| Country | Link |
|---|---|
| US (2) | US11769193B2 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20220164588A1 (en) * | 2020-11-20 | 2022-05-26 | Fujitsu Limited | Storage medium, machine learning method, and output device |
| US20230252550A1 (en) * | 2022-02-10 | 2023-08-10 | Pinterest, Inc. | Multi-modal product embedding generator |
| US20240202797A1 (en) * | 2022-12-16 | 2024-06-20 | Sap Se | Solving sparse data problems in a recommendation system with cold start |
| US12430678B2 (en) | 2022-12-16 | 2025-09-30 | Sap Se | Solving sparse data problems in a recommendation system with freezing start |
Families Citing this family (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11403697B1 (en) * | 2018-02-07 | 2022-08-02 | A9.Com, Inc. | Three-dimensional object identification using two-dimensional image data |
| CN107909119B (en) * | 2017-12-11 | 2020-05-19 | 深圳先进技术研究院 | Method and device for determining similarity between sets |
| CN110443663A (en) * | 2018-05-03 | 2019-11-12 | 阿里巴巴集团控股有限公司 | Information processing method, device and calculating equipment |
| CN109145940B (en) * | 2018-07-02 | 2021-11-30 | 北京陌上花科技有限公司 | Image recognition method and device |
| US12455778B2 (en) | 2018-07-06 | 2025-10-28 | Capital One Services, Llc | Systems and methods for data stream simulation |
| US11474978B2 (en) | 2018-07-06 | 2022-10-18 | Capital One Services, Llc | Systems and methods for a data search engine based on data profiles |
| CN109213886B (en) * | 2018-08-09 | 2021-01-08 | 山东师范大学 | Image retrieval method and system based on image segmentation and fuzzy pattern recognition |
| CN109785064A (en) * | 2019-01-14 | 2019-05-21 | 南京信息工程大学 | A kind of mobile e-business recommended method and system based on Multi-source Information Fusion |
| CN109781732A (en) * | 2019-03-08 | 2019-05-21 | 江西憶源多媒体科技有限公司 | A kind of small analyte detection and the method for differential counting |
| CN109794431A (en) * | 2019-03-19 | 2019-05-24 | 广东省农业科学院农业生物基因研究中心 | A kind of intelligent technology for screening high vigor crop seed |
| CN110083234A (en) * | 2019-03-28 | 2019-08-02 | 上海微阱电子科技有限公司 | A kind of article intelligent management system |
| US10922811B2 (en) | 2019-05-06 | 2021-02-16 | Ford Global Technologies, Llc | Object differentiation and identification |
| CN110533515A (en) * | 2019-09-04 | 2019-12-03 | 深圳创新奇智科技有限公司 | A kind of the electric business personalized recommendation method and device of high low latency of handling up |
| US11748971B2 (en) * | 2021-03-30 | 2023-09-05 | Wipro Limited | Method and system for identifying products using digital fingerprints |
| US20230101174A1 (en) * | 2021-09-30 | 2023-03-30 | Ebay Inc. | Similarity based on artificial intelligence in e-commerce marketplace |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150067471A1 (en) * | 2013-09-05 | 2015-03-05 | Anurag Bhardwaj | Correlating image annotations with foreground features |
| US20160196672A1 (en) * | 2015-01-05 | 2016-07-07 | Superfish Ltd. | Graph image representation from convolutional neural networks |
| US20160225053A1 (en) * | 2015-01-29 | 2016-08-04 | Clear Research Corporation | Mobile visual commerce system |
| US20170132526A1 (en) * | 2015-11-11 | 2017-05-11 | Adobe Systems Incorporated | Structured Knowledge Modeling and Extraction from Images |
| US20180121798A1 (en) * | 2016-10-31 | 2018-05-03 | Microsoft Technology Licensing, Llc | Recommender system |
| US10055489B2 (en) | 2016-02-08 | 2018-08-21 | Ebay Inc. | System and method for content-based media analysis |
| US20180322208A1 (en) * | 2015-08-03 | 2018-11-08 | Orand S.A. | System and method for searching for products in catalogs |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150370833A1 (en) * | 2011-11-28 | 2015-12-24 | Google Inc. | Visual refinements in image search |
| US10109051B1 (en) * | 2016-06-29 | 2018-10-23 | A9.Com, Inc. | Item recommendation based on feature match |
| US10146768B2 (en) * | 2017-01-25 | 2018-12-04 | Google Llc | Automatic suggested responses to images received in messages using language model |
-
2017
- 2017-02-10 US US15/430,191 patent/US11769193B2/en active Active
-
2023
- 2023-08-17 US US18/235,018 patent/US20230394550A1/en active Pending
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20150067471A1 (en) * | 2013-09-05 | 2015-03-05 | Anurag Bhardwaj | Correlating image annotations with foreground features |
| US20160196672A1 (en) * | 2015-01-05 | 2016-07-07 | Superfish Ltd. | Graph image representation from convolutional neural networks |
| US20160225053A1 (en) * | 2015-01-29 | 2016-08-04 | Clear Research Corporation | Mobile visual commerce system |
| US20180322208A1 (en) * | 2015-08-03 | 2018-11-08 | Orand S.A. | System and method for searching for products in catalogs |
| US20170132526A1 (en) * | 2015-11-11 | 2017-05-11 | Adobe Systems Incorporated | Structured Knowledge Modeling and Extraction from Images |
| US10055489B2 (en) | 2016-02-08 | 2018-08-21 | Ebay Inc. | System and method for content-based media analysis |
| US20180121798A1 (en) * | 2016-10-31 | 2018-05-03 | Microsoft Technology Licensing, Llc | Recommender system |
Non-Patent Citations (28)
| Title |
|---|
| Bansal, Mohit, et al., "Tailoring Continuous Word Representations for Dependency Parsing", Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics, (2014), 809-815. |
| Bell, S, et al., "Learning visual similarity for product design with convolutional neural networks", ACM Transactions on Graphics. 34(4), (2015), 98(1)-98(10). |
| Bordes, N, et al., "Translating Embeddings for Modeling Multi-relational Data", Advances in Neural Information Processing Systems, (2013), 2787-2795. |
| Chatfield, Ken, et al., "Return of the Devil in the Details: Delving Deep into Convolutional Nets", British Machine Vision Conference, (2014), 12 pgs. |
| Datar, Mayur, et al., "Locality-Sensitive Hashing Scheme Based on p-Stable Distributions", SoCG '04, (2004), 253-262. |
| Deng, Jia, et al., "ImageNet: A large-scale hierarchical image database", CVPR 2009., (2009), 8 pgs. |
| Girshick, Ross, et al., "Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation", Proceedings of the 2014 IEEE Conference on Computer Vision and Pattern Recognition, CVPR '14, (2014), 8 pgs. |
| Jegou, Herve, et al., "Aggregating Local Descriptors into a Compact Image Representation", IEEE, (2010), 3304-3311. |
| Jegou, Herve, et al., "Product Quantization for Nearest Neighbor Search", IEEE Transactions on Pattern Analysis and Machine Intelligence, 33(1), (2011), 117-128. |
| Jia, Y., et al., "Caffe: Convolutional architecture for fast feature embedding.", ACM, (2014), 4 pgs. |
| Jing, Y., et al., "Visual Search at Pinterest", in Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, (2015), 1889-1898. |
| Kiapour, M Hadi, et al., "Where to Buy It: Matching Street Clothing Photos in Online Shops", The IEEE International Conference on Computer Vision, (2015), 3343-3351. |
| Klein, Benjamin, et al., "Associating Neural Word Embeddings With Deep Image Representations Using Fisher Vectors", IEEE Conference on Computer Vision and Pattern Recognition, (2015), 4437-4446. |
| Koren, Y., et al., "Matrix factorization techniques for recommender systems.", Computer, (8), (2009), 30-37. |
| Le, Quoc, "Distributed Representations of Sentences and Documents", JMLR: W&CP vol. 32. arXiv preprint arXiv:1405.4053, (2014), 9 pgs. |
| Lecun, Yann, et al., "Gradient-Based Learning Applied to Document Recognition", Proceeding of the IEEE, 86(11), (Nov. 1998), 2278-2324. |
| Lev, Guy, et al., "In Defense of Word Embedding for Generic Text Representation", Natural Language Processing and Information Systems. vol. 9103 of the series Lecture Notes in Computer Science, (Jun. 4, 2015), 35-50. |
| Levy, O., et al., "Neural Word Embedding as Implicit Matrix Factorization", Advances in Neural Information Processing Systems 27. Curran Associates, Inc., (2014), 2177-2185. |
| Lynch, Corey, et al., "Images don't lie: Transferring Deep Visual Semantic Features to Large-Scale Multimodal Learning to Rank", Xiv: 1511.06746, (2015), 9 pgs. |
| Mikolov, Tomas, et al., "Distributed Representations of Words and Phrases and Their Compositionality", Advances in Neural Information Processing Systems, 2013, (2013), 1-9. |
| Pennington, Jeffrey, et al., "GloVe: Global Vectors for Word Representation", (2014), 12 pgs. |
| Perronnin, F., et al., "Improving the Fisher kernel for large-scale image classication", Computer Vision-ECCV; Springer, (2010), 143-156. |
| Razavian, A., et al., "CNN features off the shelf: an astounding baseline for recognition.", in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, (2014), 806-813. |
| Simonyan, Karen, et al., "Very Deep Convolutional Networks for Large-Scale Image Recognition.", ICLR 2015, arXiv: 1409.1556, (Apr. 10, 2015), 14 pgs. |
| Szegedy, C., et al., "Going deeper with convolutions.", Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, (2015), 1-9. |
| Veit, A., et al., "Learning visual clothing style with heterogeneous dyadic co-occurrences.", Proceedings of the IEEE International Conference on Computer Vision, (2015), 1-9. |
| Yosinski, J., et al., "How transferable are features in deep neural networks?", Advances in Neural Information Processing Systems, (2014), 1-9. |
| Zakrewsky, Stephen. 2016. Predicting E-commerce item popularity using image quality features. Ph.D. diss., Drexel University, https://dialog.proquest.com/professional/docview/1820918727?accountid=131444 (Year: 2016). * |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20220164588A1 (en) * | 2020-11-20 | 2022-05-26 | Fujitsu Limited | Storage medium, machine learning method, and output device |
| US20230252550A1 (en) * | 2022-02-10 | 2023-08-10 | Pinterest, Inc. | Multi-modal product embedding generator |
| US20240202797A1 (en) * | 2022-12-16 | 2024-06-20 | Sap Se | Solving sparse data problems in a recommendation system with cold start |
| US12430678B2 (en) | 2022-12-16 | 2025-09-30 | Sap Se | Solving sparse data problems in a recommendation system with freezing start |
| US12443985B2 (en) * | 2022-12-16 | 2025-10-14 | Sap Se | Solving sparse data problems in a recommendation system with cold start |
Also Published As
| Publication number | Publication date |
|---|---|
| US20170236183A1 (en) | 2017-08-17 |
| US20230394550A1 (en) | 2023-12-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20230394550A1 (en) | System and method for detecting visually similar items | |
| US10055489B2 (en) | System and method for content-based media analysis | |
| US11132405B2 (en) | Method of identifying temporal demand of queries and metadata to give better autocomplete queries and improved search results | |
| US12314994B2 (en) | Structured item organizing mechanism in e-commerce | |
| US12086840B2 (en) | Generating personalized banner images using machine learning | |
| US12079227B2 (en) | System and method for identifying miscategorization | |
| US11301510B2 (en) | Obtaining item listings matching a distinguishing style of an image selected in a user interface | |
| CN112106094A (en) | Utility-Based Price Guidance | |
| CN107925673A (en) | Interactive Product evaluates interface | |
| US20160328765A1 (en) | Enhanced supply and demand tool | |
| US11887134B2 (en) | Product performance with location on page analysis | |
| CN107851086A (en) | Enhance search queries with user implicit data | |
| US20200201498A1 (en) | Dynamic auxiliary user interface | |
| US20240212001A1 (en) | Optimizing media requests with ensemble learning |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: EBAY INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KLEIN, BENJAMIN ELIOT;HAVIV, ADI GUILA;REEL/FRAME:041591/0861 Effective date: 20170213 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PRE-INTERVIEW COMMUNICATION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |