IP Library Granted Patent US 11,227,014
Granted Patent B2
US 11,227,014 · App. 16/273,969 · Granted Jan 18, 2022

Generating neighborhood convolutions according to relative importance

Inventors: Jurij Leskovec (Stanford, CA); Chantat Eksombatchai (Redwood City, CA); Kaifeng Chen (San Mateo, CA); Ruining He (Davis, CA); Rex Ying (Stanford, CA)
Assignee: Amazon Technologies, Inc.
G06F16/9024G06F16/182G06F16/2272G06F16/51G06F16/906G06F16/9035G06F16/9535G06F16/9536G06K9/6228G06K9/6257G06K9/6276G06K9/6892G06N3/04G06N3/08G06N20/00G06F9/3877
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,227,014
App. No.
16/273,969
Granted
Jan 18, 2022
Kind
B2
Abstract

Systems and methods for generating embeddings for nodes of a corpus graph are presented. More particularly, embedding information of a target node may be based on the node itself, as well as related, relevant nodes to the target node within a corpus graph. The information of various nodes among the relevant nodes to the target node can be used to weight or influence the embedding information. Disclosed systems and methods include generating neighborhood embedding information for a target node, where the neighborhood embedding information includes embedding information from neighborhood nodes of the target node's relevant neighborhood, and where certain nodes having more relevance to the target node can be weighted to influence the generation of the neighborhood embedding information over nodes having less relevance to the target node.

Claims (53)

1. A computer-implemented method, comprising:

under the control of one or more processors executing on a computer system:

maintaining, in a data store, a corpus graph comprising a first plurality of nodes;

conducting a random walk process among the first plurality of nodes originating with a target node and resulting in a subset of nodes of the first plurality of nodes, wherein each node of the subset of nodes is associated with an importance value to the target node according to a visit count to the respective node during the random walk process;

determining a relevant neighborhood for the target node comprising a second plurality of nodes of the subset of nodes having highest associated importance values;

generating neighborhood embedding information for the target node, the neighborhood embedding information comprising a plurality of embedding elements, each embedding element determined according to an embedding vector of a node of the relevant neighborhood and as a function of the associated importance value of the node to the target node;

storing the neighborhood embedding information in the data store in association with the target node; and

in response to determining that a query corresponds to the target node, providing at least one item of content corresponding to at least one node as responsive to the query, the at least one node determined based at least in part on the neighborhood embedding information.

2. The computer-implemented method of claim 1 , wherein generating the neighborhood embedding information for the target node comprises:

for each element of the neighborhood embedding information:

selecting a node of the relevant neighborhood; and

selecting an embedding element of an embedding vector of the selected node as a current embedding element of the neighborhood embedding information.

3. The computer-implemented method of claim 2 , wherein selecting a node of the relevant neighborhood comprises selecting a node of the relevant neighborhood according to the importance values of the nodes of the relevant neighborhood.

4. The computer-implemented method of claim 1 , wherein the relevant neighborhood for the target node includes up to a predetermined number of nodes.

5. The computer-implemented method of claim 1 , wherein the second plurality of nodes comprises nodes of the subset of nodes having the highest associated importance values greater than a predetermined threshold value.

6. The computer-implemented method of claim 1 , further comprising:

combining the embedding elements of the neighborhood embedding information with an embedding vector of the target node to form an aggregated embedding vector for the target node; and

storing the aggregated embedding vector in the data store in association with the target node.

7. The computer-implemented method of claim 1 , wherein the nodes of the relevant neighborhood are further determined, at least in part, according to a frequency of relationships between at least some nodes of the relevant neighborhood.

8. A non-transitory computer-readable medium bearing computer executable instructions which, when executed on a computing system comprising at least a processor, carry out a method, comprising:

maintaining, in a data store of the computing system, a corpus graph comprising a first plurality of nodes;

conducting a random walk process among the first plurality of nodes originating with target node, the random walk process resulting in a subset of nodes of the first plurality of nodes, wherein each node of the subset of nodes is associated with an importance value to the target node according to a visit count to the respective node during the random walk process;

determining a relevant neighborhood for the target node comprising a second plurality of nodes of the subset of nodes having highest associated importance values;

generating neighborhood embedding information for the target node, the neighborhood embedding information comprising a plurality of embedding elements, each embedding element determined according to an embedding vector of a node of the relevant neighborhood and as a function of the associated importance value of the node to the target node;

storing the neighborhood embedding information in the data store in association with the target node; and

in response to determining that a query corresponds to the target node, providing at least one item of content corresponding to at least one node as responsive to the query, the at least one node determined based at least in part on the neighborhood embedding information.

9. The non-transitory computer-readable medium of claim 8 , wherein generating the neighborhood embedding information for the target node comprises:

for each embedding element of the neighborhood embedding information:

selecting a node of the relevant neighborhood; and

selecting an embedding element of an embedding vector of the selected node as a current embedding element of neighborhood embedding information.

10. The non-transitory computer-readable medium of claim 9 , wherein selecting a node of the relevant neighborhood comprises selecting a node of the relevant neighborhood according to the importance values of the nodes of the relevant neighborhood.

11. The non-transitory computer-readable medium of claim 8 , wherein the relevant neighborhood for the target node includes up to a predetermined number of nodes.

12. The non-transitory computer-readable medium of claim 8 , wherein the second plurality of nodes comprises nodes of the subset of nodes having the highest associated importance values greater than a predetermined threshold value.

13. The non-transitory computer-readable medium of claim 8 , wherein the method carried out on the computing system further comprises:

combining the embedding values of the neighborhood embedding information with an embedding vector of the target node to form an aggregated embedding vector for the target node; and

storing the aggregated embedding vector in the data store in association with the target node.

14. The non-transitory computer-readable medium of claim 8 , wherein the nodes of the relevant neighborhood are further determined, at least in part, according to a frequency of relationships between at least some nodes of the relevant neighborhood.

15. A computer system comprising a processor and a memory, wherein the processor, in executing instructions stored in the memory, causes the computer system to at least:

maintain in a data store a corpus graph comprising a first plurality of nodes;

conduct a random walk process among the first plurality of nodes originating with a target node and resulting in a subset of nodes of the first plurality of nodes, wherein each node of the subset of nodes is associated with an importance value corresponding to the target node based, at least in part, on a visit count to the respective node during the random walk process;

determine a relevant neighborhood for the target node comprising a second plurality of nodes of the subset of nodes having highest associated importance values;

generate neighborhood embedding information for the target node, the neighborhood embedding information comprising a plurality of embedding elements, each embedding element determined according to an embedding vector of a node of the relevant neighborhood and as a function of the associated importance value of the node to the target node;

store the neighborhood embedding information in the data store in association with the target node; and

in response to determining that a query corresponds to the target node, provide at least one item of content corresponding to at least one node as responsive to the query, the at least one node determined based at least in part on the neighborhood embedding information.

16. The computer system of claim 15 , wherein in generating the neighborhood embedding information for the target node, and for each element of neighborhood embedding information, the computer system:

selects a node of the relevant neighborhood; and

selects an embedding element of an embedding vector of the selected node as a current embedding element of the neighborhood embedding information.

17. The computer system of claim 16 , wherein execution of the instructions further causes the computer system to select a node of the relevant neighborhood according to the importance values of the nodes of the relevant neighborhood.

18. The computer system of claim 17 , wherein the relevant neighborhood for the target node includes up to a predetermined number of nodes.

19. The computer system of claim 18 , wherein the second plurality of nodes comprises nodes of the subset of nodes having the highest associated importance values greater than a predetermined threshold value.

20. The computer system of claim 18 , wherein execution of the instructions further causes the computer system to at least:

combine the neighborhood embedding information with an embedding vector of the target node to form an aggregated embedding vector for the target node; and

store the aggregated embedding vector in the data store in association with the target node.

Assignments (2)
SECURITY INTEREST Recorded Oct 25, 2022
From: PINTEREST, INC.
To: JPMORGAN CHASE BANK, N.A., AS COLLATERAL AGENT
Reel/Frame 061767/0853 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Feb 12, 2019
From: LESKOVEC, JURIJ; EKSOMBATCHAI, CHANTAT; CHEN, KAIFENG; HE, RUINING; YING, REX
To: PINTEREST, INC.
Reel/Frame 048313/0178 →
Continuity (2)
Provisional Application 62642527 · Mar 13, 2018
Related Publication 20190286659A1 · Sep 19, 2019
Cited By (1)
US 12,407,580