Technologies for refining stochastic similarity search candidates include a device having a memory that is column addressable and circuitry connected to the memory. The circuitry is configured to add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix. The circuitry is also configured to produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix. Additionally, the circuitry is configured to identify a result set of the binary dimensionally expanded vectors as a function of a hamming distance of each binary dimensionally expanded vector from the search hash code and determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors.
|
1. A device comprising:
a memory that is column addressable and row addressable to allow both row-wise writes and column-wise reads;
circuitry connected to the memory, wherein the circuitry is to:
add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix to project each input data vector from a first dimension space to a second expanded dimensional space, wherein the projection matrix is a binary sparse projection matrix of random binary values or a dense floating point matrix;
produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix;
identify a result set of the binary dimensionally expanded vectors as a function of a hamming distance of each binary dimensionally expanded vector from the search hash code; and
determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors,
wherein the operations to add the set of input data vectors, produce the search hash code, and identify the result set comprise a stochastic associative search, and wherein the stochastic associative search includes row-wise writes of a block of one or more specific rows and column-wise reads of a block of one or more specific columns from the memory.
14. A system comprising:
a processor;
a memory that is column addressable and row addressable to allow both row-wise writes and column-wise reads;
circuitry connected to the memory, wherein the circuitry is to:
add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix to project each input data vector from a first dimension space to a second expanded dimensional space, wherein the projection matrix is a binary sparse projection matrix of random binary values or a dense floating point matrix;
produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix;
identify a result set of the binary dimensionally expanded vectors as a function of a hamming distance of each binary dimensionally expanded vector from the search hash code; and
determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors,
wherein the operations to add the set of input data vectors, produce the search hash code, and identify the result set comprise a stochastic associative search, and wherein the stochastic associative search includes row-wise writes of a block of one or more specific rows and column-wise reads of a block of one or more specific columns from the memory.
12. A method comprising:
adding, by a device having a memory that is column addressable and row addressable to allow both row-wise writes and column-wise reads, a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix to project each input data vector from a first dimension space to a second expanded dimensional space, wherein the projection matrix is a binary sparse projection matrix of random binary values or a dense floating point matrix;
producing, by the device, a search hash code from a search data vector, including multiplying the search data vector with the projection matrix;
identifying, by the device, a result set of the binary dimensionally expanded vectors as a function of a hamming distance of each binary dimensionally expanded vector from the search hash code; and
determining, by the device and from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors,
wherein the operations of adding the set of input data vectors, producing the search hash code, and identifying the result set comprise a stochastic associative search, and wherein the stochastic associative search includes row-wise writes of a block of one or more specific rows and column-wise reads of a block of one or more specific columns from the memory.
19. One or more non-transitory machine-readable storage media comprising a plurality of instructions stored thereon that, in response to being executed, cause a device having a memory that is column addressable and row addressable to allow both row-wise writes and column-wise reads to:
add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix to project each input data vector from a first dimension space to a second expanded dimensional space, wherein the projection matrix is a binary sparse projection matrix of random binary values or a dense floating point matrix;
produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix;
identify a result set of the binary dimensionally expanded vectors as a function of a hamming distance of each binary dimensionally expanded vector from the search hash code; and
determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors,
wherein the operations to add the set of input data vectors, produce the search hash code, and identify the result set comprise a stochastic associative search, and wherein the stochastic associative search includes row-wise writes of a block of one or more specific rows and column-wise reads of a block of one or more specific columns from the memory.
2. The device of
3. The device of
4. The device of
5. The device of
6. The device of
7. The device of
8. The device of
9. The device of
10. The device of
13. The method of
17. The system of
18. The system of
|
Content-based similarity search, or simply similarity search, is a key technique that underpins machine learning (ML) and artificial intelligence applications (AI). In performing a similarity search, query data, such as data indicative of an object (e.g., an image) is used to search a database to identify data indicative of similar objects (e.g., similar images). However, the sheer volume and richness of data used in large-scale similarity searches is an extremely challenging problem that is both compute and memory intensive. In some systems, hashing methods are used to perform stochastic associative searches faster than may otherwise be possible. However, hashing methods typically provide an imperfect conversion of data from one space (e.g., domain) to another space (e.g., domain) and may yield search results that are degraded (e.g. in terms of accuracy) as compared to searches using the original space of the data to be searched.
The concepts described herein are illustrated by way of example and not by way of limitation in the accompanying figures. For simplicity and clarity of illustration, elements illustrated in the figures are not necessarily drawn to scale. Where considered appropriate, reference labels have been repeated among the figures to indicate corresponding or analogous elements.
While the concepts of the present disclosure are susceptible to various modifications and alternative forms, specific embodiments thereof have been shown by way of example in the drawings and will be described herein in detail. It should be understood, however, that there is no intent to limit the concepts of the present disclosure to the particular forms disclosed, but on the contrary, the intention is to cover all modifications, equivalents, and alternatives consistent with the present disclosure and the appended claims.
References in the specification to “one embodiment,” “an embodiment,” “an illustrative embodiment,” etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may or may not necessarily include that particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to effect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described. Additionally, it should be appreciated that items included in a list in the form of “at least one A, B, and C” can mean (A); (B); (C); (A and B); (A and C); (B and C); or (A, B, and C). Similarly, items listed in the form of “at least one of A, B, or C” can mean (A); (B); (C); (A and B); (A and C); (B and C); or (A, B, and C).
The disclosed embodiments may be implemented, in some cases, in hardware, firmware, software, or any combination thereof. The disclosed embodiments may also be implemented as instructions carried by or stored on a transitory or non-transitory machine-readable (e.g., computer-readable) storage medium, which may be read and executed by one or more processors. A machine-readable storage medium may be embodied as any storage device, mechanism, or other physical structure for storing or transmitting information in a form readable by a machine (e.g., a volatile or non-volatile memory, a media disc, or other media device).
In the drawings, some structural or method features may be shown in specific arrangements and/or orderings. However, it should be appreciated that such specific arrangements and/or orderings may not be required. Rather, in some embodiments, such features may be arranged in a different manner and/or order than shown in the illustrative figures. Additionally, the inclusion of a structural or method feature in a particular figure is not meant to imply that such feature is required in all embodiments and, in some embodiments, may not be included or may be combined with other features.
Referring now to
The memory media 110, in the illustrative embodiment, has a three dimensional cross point architecture that has data access characteristics that differ from other memory architectures (e.g., dynamic random access memory (DRAM)), such as enabling access to one bit per tile and incurring time delays between reads or writes to the same partition or other partitions. The media access circuitry 108 is configured to make efficient use (e.g., in terms of power usage and speed) of the architecture of the memory media 110, such as by accessing multiple tiles in parallel within a given partition. In some embodiments, the media access circuitry 108 may utilize scratch pads (e.g., relatively small, low latency memory) to temporarily retain and operate on data read from the memory media 110 and broadcast data read from one partition to other portions of the memory 104 to enable calculations (e.g., matrix operations) to be performed in parallel within the memory 104. Additionally, in the illustrative embodiment, instead of sending read or write requests to the memory 104 to access matrix data, the processor 102 may send a higher-level request (e.g., a request for a macro operation, such as a request to return a set of N search results based on a search key). As such, many compute operations, such as artificial intelligence operations (e.g., stochastic associative searches) can be performed in memory (e.g., in the memory 104 or in the data storage device 114), with minimal usage of the bus (e.g., the I/O subsystem 112) to transfer data between components of the compute device 100 (e.g., between the memory 104 or data storage device 114 and the processor 102).
In some embodiments the media access circuitry 108 is included in the same die as the memory media 110. In other embodiments, the media access circuitry 108 is on a separate die but in the same package as the memory media 110. In yet other embodiments, the media access circuitry 108 is in a separate die and separate package but on the same dual in-line memory module (DIMM) or board as the memory media 110.
The processor 102 may be embodied as any device or circuitry (e.g., a multi-core processor(s), a microcontroller, or other processor or processing/controlling circuit) capable of performing operations described herein, such as executing an application (e.g., an artificial intelligence related application that may utilize stochastic associative searches). In some embodiments, the processor 102 may be embodied as, include, or be coupled to a field-programmable gate array (FPGA), an application specific integrated circuit (ASIC), reconfigurable hardware or hardware circuitry, or other specialized hardware to facilitate performance of the functions described herein.
The memory 104, which may include a non-volatile memory (e.g., a far memory in a two-level memory scheme), includes the memory media 110 and the media access circuitry 108 (e.g., a device or circuitry, such as a processor, application specific integrated circuitry (ASIC), or other integrated circuitry constructed from complementary metal-oxide-semiconductors (CMOS) or other materials) underneath (e.g., at a lower location) and coupled to the memory media 110. The media access circuitry 108 is also connected to the memory controller 106, which may be embodied as any device or circuitry (e.g., a processor, a co-processor, dedicated circuitry, etc.) configured to selectively read from and/or write to the memory media 110 in response to corresponding requests (e.g., from the processor 102 which may be executing an artificial intelligence related application that relies on stochastic associative searches to recognize objects, make inferences, and/or perform related artificial intelligence operations). In some embodiments, the memory controller 106 may include a vector function unit (VFU) 130 which may be embodied as any device or circuitry (e.g., dedicated circuitry, reconfigurable circuitry, an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), etc.) capable of offloading vector-based tasks from the processor 102 (e.g., comparing data read from specific columns of vectors stored in the memory media 110, determining Hamming distances between the vectors stored in the memory media 110 and a search key, sorting the vectors according to their Hamming distances, etc.).
Referring briefly to
Referring back to
The processor 102 and the memory 104 are communicatively coupled to other components of the compute device 100 via the I/O subsystem 112, which may be embodied as circuitry and/or components to facilitate input/output operations with the processor 102 and/or the main memory 104 and other components of the compute device 100. For example, the I/O subsystem 112 may be embodied as, or otherwise include, memory controller hubs, input/output control hubs, integrated sensor hubs, firmware devices, communication links (e.g., point-to-point links, bus links, wires, cables, light guides, printed circuit board traces, etc.), and/or other components and subsystems to facilitate the input/output operations. In some embodiments, the I/O subsystem 112 may form a portion of a system-on-a-chip (SoC) and be incorporated, along with one or more of the processor 102, the main memory 104, and other components of the compute device 100, in a single chip.
The data storage device 114 may be embodied as any type of device configured for short-term or long-term storage of data such as, for example, memory devices and circuits, memory cards, hard disk drives, solid-state drives, or other data storage device. In the illustrative embodiment, the data storage device 114 includes a memory controller 116, similar to the memory controller 106, memory media 120 (also referred to as “storage media”), similar to the memory media 110, and media access circuitry 118, similar to the media access circuitry 108. Further, the memory controller 116 may also include a vector function unit (VFU) 132 similar to the vector function unit (VFU) 130. The data storage device 114 may include a system partition that stores data and firmware code for the data storage device 114 and one or more operating system partitions that store data files and executables for operating systems.
The communication circuitry 122 may be embodied as any communication circuit, device, or collection thereof, capable of enabling communications over a network between the compute device 100 and another device. The communication circuitry 122 may be configured to use any one or more communication technology (e.g., wired or wireless communications) and associated protocols (e.g., Ethernet, Bluetooth®, WiMAX, etc.) to effect such communication.
The illustrative communication circuitry 122 includes a network interface controller (NIC) 124, which may also be referred to as a host fabric interface (HFI). The NIC 124 may be embodied as one or more add-in-boards, daughter cards, network interface cards, controller chips, chipsets, or other devices that may be used by the compute device 100 to connect with another compute device. In some embodiments, the NIC 124 may be embodied as part of a system-on-a-chip (SoC) that includes one or more processors, or included on a multichip package that also contains one or more processors. In some embodiments, the NIC 124 may include a local processor (not shown) and/or a local memory (not shown) that are both local to the NIC 124. In such embodiments, the local processor of the NIC 124 may be capable of performing one or more of the functions of the processor 102. Additionally or alternatively, in such embodiments, the local memory of the NIC 124 may be integrated into one or more components of the compute device 100 at the board level, socket level, chip level, and/or other levels. The one or more accelerator devices 126 may be embodied as any device(s) or circuitry capable of performing a set of operations faster than the general purpose processor 102. For example, the accelerator device(s) 126 may include a graphics processing unit 128, which may be embodied as any device or circuitry (e.g., a co-processor, an ASIC, reconfigurable circuitry, etc.) capable of performing graphics operations (e.g., matrix operations) faster than the processor 102.
Referring now to
Referring now to
Example flows of operations may proceed as follows depending on the particular embodiment (e.g. whether the vector function unit 130 is present). The elements are stored in the memory media 110 as binary vectors using row write operations. For a given stochastic associative search, the compute device 100 formats a search query using a hash encoding that matches the hash encoding used to produce the binary format of the vectors in the database. In at least some embodiments in which the VFU 130 is not present, the processor 102 sends a block column read request to the memory controller 106 to read specified columns (e.g., the columns corresponding to the set bits (bits having a value of one) in search key 410). The processor 102 subsequently ranks the top matching rows (e.g., vectors) based on the number of set bits matching for the column data that was read. The processor 102 subsequently identifies the top N similar rows for the application requesting the search results. Prior to providing the results to the application, the processor 102 may perform refinement of the search results, as briefly mentioned above and as described in more detail with reference to
Referring now to
Referring now to
Referring now to
Referring now to
Referring briefly to
Because each of the steps in the alternate optimization method has closed form solutions, the POSH process reaches convergence relatively quickly (e.g., after 50 to 100 iterations) on large scale datasets (e.g., billions of records). Performing the POSH process provides more accurate search results than the RSL method described above, and at the same time satisfies the encoding properties of RSL. Hence, the POSH process can be combined with the accelerated search operations described above (e.g., described in relation to RSL) to provide fast and highly efficient results for similarity searches. Referring briefly to
Referring now to
Using the extended set of similar datapoints (e.g., the initial result set), the compute device 100 performs a refinement transformation 1412 on the binary hash codes (e.g., the normalized, dimensionally expanded binary vectors and the similarly transformed search key) to convert their values to their original format (e.g., their input format, such as floating point values). In the illustrative embodiment, the refinement transformation is performed using a reverse map, which may be embodied as any algorithm and/or data structure used to convert between the binary space and the input space (e.g., floating point space). In the illustrative embodiment, the reverse map is a neural network that has been trained (e.g., by the compute device 100) using the input data vectors and their normalized binary dimensionally expanded versions as training data (e.g., to determine how to convert from the normalized binary dimensionally expanded form to the original format, such as floating point vectors). Further, the compute device 100 performs a filtering process 1414 in which the compute device 100 determines the Euclidean distance of each vector in the input space (e.g., floating point space) to the search key (e.g., in floating point space) and selects a portion (e.g., 10%) having the lowest Euclidean distances as the refined result set (e.g., as the query results 1416). By performing the hash code and Hamming distance analysis first, the compute device 100 significantly reduces the set of results that the more accurate Euclidean distance analysis (e.g., the refinement transformation and filtering) must operate on. As such, as compared to the pipelines 700, 1100, the pipeline 1400 provides potentially more accurate search results while incurring only a minor increase in computational capacity (e.g., processing time).
Referring now to
In response to a determination to add data, the method 1500 advances to block 1506, in which the compute device 100 adds one or more input data vectors to column addressable memory as binary dimensionally expanded vector(s) (e.g., one binary dimensionally expanded vector per input data vector). In doing so, and as indicated in block 1508, the compute device 100, in the illustrative embodiment, adds one or more input data vectors having data values that are indicative of features of objects to be searched (e.g., based on a feature extraction process). For example, and as indicated in block 1510, the compute device 100 may add one or more input data vectors having data values indicative of features of images or sounds. In other embodiments, the input data vectors may have data values indicative of other types of objects to be searched (e.g. videos, bioinformatics data such as genetic sequences, etc.). As indicated in block 1512, the compute device 100, in the illustrative embodiment, adds input data vector(s) having floating point data values to the memory (e.g., the memory media 110) as binary dimensionally expanded vectors. In the illustrative embodiment, the compute device 100 performs normalization on the input data vector(s), as indicated in block 1514. In doing so, the compute device 100 adds invariance to the input data vectors, as indicated in block 1516. In some embodiments, to normalize the input data vector(s), the compute device 100 determines a mean of the data values in the input data vector(s), as indicated in block 1518, and subtracts the mean from each data value, as indicated in block 1520. The normalization process is also shown as steps 710 in
Referring now to
As indicated in block 1534, the compute device 100, in the illustrative embodiment, performs binarization of each dimensionally expanded input data vector to produce a corresponding hash code. The binarization operation is also represented in
Referring now to
In response to a determination that a search query has not been obtained, the method 1500 loops back to block 1504 of
Referring now to
Subsequently, in block 1572, the compute device 100 determines a refined result set as a function of a similarity measure in an original input space of the input data vectors. In doing so, and as indicated in block 1574, the compute device 100 may convert the binary dimensionally expanded vectors in the result set to an original data format using the inverse map (e.g., from block 1546). In the illustrative embodiment, the compute device 100 converts the binary dimensionally expanded vectors in the result set to vectors of floating point values, as indicated in block 1576. Additionally, the compute device 100 converts the search hash code to an original data format using the inverse map, as indicated in block 1578. In the illustrative embodiment, the compute device 100 converts the search hash code to floating point values, as indicated in block 1580. The conversion in blocks 1574, 1576, 1578, and 1580 corresponds to the refinement transformation 1412 in the pipeline 1400 of
Illustrative examples of the technologies disclosed herein are provided below. An embodiment of the technologies may include any one or more, and any combination of, the examples described below.
Example 1 includes a device comprising a memory that is column addressable; circuitry connected to the memory, wherein the circuitry is to add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix; produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix; identify a result set of the binary dimensionally expanded vectors as a function of a Hamming distance of each binary dimensionally expanded vector from the search hash code; and determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors.
Example 2 includes the subject matter of Example 1, and wherein the circuitry is further to train an inverse map to convert the binary dimensionally expanded vectors and the search hash code to an original data format.
Example 3 includes the subject matter of any of Examples 1 and 2, and wherein to determine a refined result set comprises to convert the binary dimensionally expanded vectors in the result set to vectors of floating point values. 4 The device of claim 2, wherein to determine a refined result set comprises to convert the search hash code to a set of floating point values.
Example 5 includes the subject matter of any of Examples 1-4, and wherein to determine a refined result set comprises to determine a Euclidean distance between each converted vector and the converted search hash code.
Example 6 includes the subject matter of any of Examples 1-5, and wherein to determine the refined result set further comprises to identify a subset of the converted vectors having the lowest Euclidean distance from the converted search hash code as the refined result set.
Example 7 includes the subject matter of any of Examples 1-6, and wherein to determine, from the result set, a refined result set comprises to determine a refined result set that is an order of magnitude smaller than the result set.
Example 8 includes the subject matter of any of Examples 1-7, and wherein multiplying each input data vector with a projection matrix comprises multiplying input data vectors having data values indicative of features extracted from objects to be searched with the projection matrix.
Example 9 includes the subject matter of any of Examples 1-8, and wherein multiplying each input data vector with a projection matrix comprises multiplying input data vectors having data values indicative of features extracted from images to be searched with the projection matrix.
Example 10 includes the subject matter of any of Examples 1-9, and wherein the circuitry is further to sort the binary dimensionally expanded vectors as a function of the Hamming distance of each binary dimensionally expanded vector from the search hash code.
Example 11 includes the subject matter of any of Examples 1-10, and wherein the memory is column addressable and row addressable.
Example 12 includes the subject matter of any of Examples 1-11, and wherein the memory has a three dimensional cross point architecture.
Example 13 includes a method comprising adding, by a device having a memory that is column addressable, a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix; producing, by the device, a search hash code from a search data vector, including multiplying the search data vector with the projection matrix; identifying, by the device, a result set of the binary dimensionally expanded vectors as a function of a Hamming distance of each binary dimensionally expanded vector from the search hash code; and determining, by the device and from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors.
Example 14 includes the subject matter of Example 13, and further including training, by the device, an inverse map to convert the binary dimensionally expanded vectors and the search hash code to an original data format.
Example 15 includes a system comprising a processor; a memory that is column addressable; circuitry connected to the memory, wherein the circuitry is to add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix; produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix; identify a result set of the binary dimensionally expanded vectors as a function of a Hamming distance of each binary dimensionally expanded vector from the search hash code; and determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors.
Example 16 includes the subject matter of Example 15, and wherein the circuitry is in a data storage device.
Example 17 includes the subject matter of any of Examples 15 and 16, and wherein the circuitry is in a memory device.
Example 18 includes the subject matter of any of Examples 15-17, and wherein the circuitry is further to train an inverse map to convert the binary dimensionally expanded vectors and the search hash code to an original data format.
Example 19 includes the subject matter of any of Examples 15-18, and wherein to determine a refined result set comprises to convert the binary dimensionally expanded vectors in the result set to vectors of floating point values.
Example 20 includes one or more machine-readable storage media comprising a plurality of instructions stored thereon that, in response to being executed, cause a device having a memory that is column addressable to add a set of input data vectors to the memory as a set of binary dimensionally expanded vectors, including multiplying each input data vector with a projection matrix; produce a search hash code from a search data vector, including multiplying the search data vector with the projection matrix; identify a result set of the binary dimensionally expanded vectors as a function of a Hamming distance of each binary dimensionally expanded vector from the search hash code; and determine, from the result set, a refined result set as a function of a similarity measure in an original input space of the input data vectors.
Coulson, Richard, Dongaonkar, Sourabh, Chauhan, Chetan, Sengupta, Dipanjan, Tepper, Mariano, Willke, Theodore, Khan, Jawad
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
10685702, | Aug 28 2017 | Micron Technology, Inc | Memory array reset read operation |
7154848, | May 29 2002 | GENERAL DYNAMICS ADVANCED INFORMATION SYSTEMS, INC; GENERAL DYNAMICS MISSION SYSTEMS, INC | Methods and apparatus for generating a multiplexed communication signal |
8059905, | Jun 21 2005 | Picture Code | Method and system for thresholding |
8290918, | Sep 29 2009 | GOOGLE LLC | Robust hashing of digital media data |
20030223465, | |||
20050249292, | |||
20070033417, | |||
20080025596, | |||
20100172171, | |||
20110231389, | |||
20130162803, | |||
20150142787, | |||
20150178590, | |||
20180277181, | |||
20190066771, | |||
20190171665, | |||
20200097802, | |||
20200143032, | |||
20200314881, | |||
20200387783, | |||
20210064455, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
May 06 2020 | Intel Corporation | (assignment on the face of the patent) | / | |||
Aug 31 2020 | TEPPER, MARIANO | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 | |
Dec 11 2020 | DONGAONKAR, SOURABH | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 | |
Dec 14 2020 | SENGUPTA, DIPANJAN | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 | |
Dec 14 2020 | KHAN, JAWAD | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 | |
Dec 14 2020 | CHAUHAN, CHETAN | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 | |
Dec 14 2020 | COULSON, RICHARD | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 | |
Dec 17 2020 | WILLKE, THEODORE | Intel Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 054697 | /0757 |
Date | Maintenance Fee Events |
May 06 2020 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Date | Maintenance Schedule |
Nov 28 2026 | 4 years fee payment window open |
May 28 2027 | 6 months grace period start (w surcharge) |
Nov 28 2027 | patent expiry (for year 4) |
Nov 28 2029 | 2 years to revive unintentionally abandoned end. (for year 4) |
Nov 28 2030 | 8 years fee payment window open |
May 28 2031 | 6 months grace period start (w surcharge) |
Nov 28 2031 | patent expiry (for year 8) |
Nov 28 2033 | 2 years to revive unintentionally abandoned end. (for year 8) |
Nov 28 2034 | 12 years fee payment window open |
May 28 2035 | 6 months grace period start (w surcharge) |
Nov 28 2035 | patent expiry (for year 12) |
Nov 28 2037 | 2 years to revive unintentionally abandoned end. (for year 12) |