Embodiments of the invention relate generally to identifying and discovering information objects. More particularly, embodiments of the invention relate to identifying information objects using AI-based knowledge objects.
Automatic identification and discovery of information objects that are embedded in static or streaming volume of electronic, electromagnetic, digital or analogue corpus is an important technical advancement which is customary to build intelligent systems. Intelligent adaptive systems that are required to “adapt and grow” with new knowledge must possess the ability to (1) identify information objects embedded inside a corpus using a-priori declared knowledge objects, and (2) discover new knowledge objects in the residual portion of the corpus, (3) learn the a-posteriori discovered knowledge, and (4) update its knowledge object-base.
Over the last several decades, numerous intelligent systems have been built that utilize neural networks techniques for learning (a sub-field of Artificial Intelligence usually known as machine learning). Neural networks have also been used to identify objects of sorts, e.g. training a neural network by ingesting volume of images of a dog or a car so that it can correlate certain features of the image to that of a physical object such as a dog (or a car) has been accomplished to varying degrees of success in a large volume of published research. However, “discovery” of an object (physical or conceptual) that was not known to the system a-priori has been a tremendous challenge, especially if the objective is to accomplish the goal in an automated or sub-automated fashion.
This difficulty has been in the past circumvented by contrivances of convenience such as the “closed world assumption” in classical artificial intelligence (AI) wherein assumption is made that “if it is not known it does not exist”. In the more sophisticated circumstances wherein it is important to discover and highlight the objects that were not previously known to the system, the ability to automatically (or sub-automatically) discover such unknown objects is unequivocal.
Embodiments of the invention are illustrated by way of example and not limitation in the figures of the accompanying drawings in which like references indicate similar elements.
Various embodiments and aspects of the invention will be described with reference to details discussed below, and the accompanying drawings will illustrate the various embodiments. The following description and drawings are illustrative of the invention and are not to be construed as limiting the invention. Numerous specific details are described to provide a thorough understanding of various embodiments of the present invention. However, in certain instances, well-known or conventional details are not described in order to provide a concise discussion of embodiments of the present inventions.
Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in conjunction with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase “in one embodiment” in various places in the specification do not necessarily all refer to the same embodiment.
According to some embodiments, an information object identification and discovery server has been presented. A given corpus of information (such as a database of unstructured documents, structured data from the database tables, or any other modality of data such as images, digital signal or analogue signals) is treated as a ‘unique sequence’ of canonical structures. These canonical structures are called information objects that are categorized into a set of primitive types. In real-life, these information objects may represent a physical object, an imaginary object, a conceptual object, or a data/knowledge object about them. The corpus of information is also expected to contain noise objects—these items are not information objects. The corpus of information is also expected to contain items that are not known to be information objects a-priori but are discovered and classified a-posteriori in the process as new knowledge objects. discovery of new information objects: the process results in the “discovery” of new “types” and “classes” of information objects that were not known a-priori. This is effectively a “discovery induced learning process” (that could be automatic or human assisted learning).
In one embodiment, an information object identification and discovery server contains declarative knowledge-bases pertaining to each type and class of information object. In one embodiment, there are four sets of declarative knowledge-bases, including three “field type” categories and one “expression type” category. The “field type” categories include α-knowledge object set, β-knowledge object set, and ν-knowledge object set. The “expression type” category includes an s-knowledge object set. The corpus of information is also expected to contain items that are not known to be information objects a-priori.
According to one embodiment, an object identification engine receives a request from an object discovery controller (e.g., Web portal or configuration server) over a network for identifying one or more objects stored in a storage device. In response to the request, a file is retrieved from the storage device based on the request and analyzed using a predetermined analysis algorithm (e.g., proximity analysis) to determine a list of fields as part of content of the file. Each field may include one or more terms (e.g., words, numbers, phrases). A first list of knowledge objects (referred to as κ-objects) is determined. Each of the κ-objects corresponds to one of the data type categories. Each κ-object includes, amongst others, a value attribute to specify matching data to match a field associated with an information object, a verify attribute to specify a method to verify the field of the information object, and a tag attribute to specify one of the formats associated with the matching data stored in the value attribute.
For each of the fields identified in the file, the system matches the field against each of the κ-objects in the first list to determine whether the field matches the κ-objects. In one embodiment, a hash table is maintained for the κ-objects in the first list. In response to a particular field, the field is input to the hash table. The hash table returns one or more pointers or object identifiers referencing to one or more κ-objects. The field is then examined to determine whether the field contains data matching the data stored in the value attribute and a format specified in the tag attribute of the κ-object. A verification method or process is identified in the verify attribute of the κ-object and executed to verify whether the field indeed matches the κ-object. If the verification process has been executed successfully, an object identifier (ID) of the κ-object is inserted into a result list and a counter associated with the κ-object may be incremented in the result list. The counter represents a frequency of occurrence of the κ-object matched or alternatively, the counter represents a number of the fields extracted from the file match the κ-object. If any of the above processes fails, the field may be inserted into a list of unknown objects representing the fields that the system cannot recognize or verify. The unknown objects may be utilized for machine learning subsequently, such that these unknown objects can be recognized in the future.
In one embodiment, the field is examined to determine whether the field contains at least a portion of the value (e.g., leading characters and/or numbers) matching the values (e.g., characters, numbers, or a combination thereof) stored in the value attribute of the κ-object. In one embodiment, a format of the subsequent values of the field is examined in view of the format specified in the tag attribute of the κ-object. The tag attribute may indicate the specific format or pattern of the expected format. For example, a tag attribute may include a national identifier identifying a particular country where each country may have a different format for a particular category of data (e.g., social security numbers), which may be specified in the value attribute.
In one embodiment, in matching the field against each of the κ-objects in the first list, a second list as a sublist of κ-objects associated with a second type of the κ-objects is identified. A field type of the field is also determined, such as an alpha, a numeric, or an alphanumeric type, as well as the size of the field. The field type is then matched against a structure attribute of the κ-objects in the second list to identify a subset of the κ-objects as matching κ-object candidates. Once the κ-objects matching the field type of the field have been identified, the size of the field is matched with a sizeof attribute of the κ-object. If any of the above matching processes fails, the field will be inserted in the unknown object list.
In one embodiment, a finite state automaton (FSA) may be specified in the value attribute of the κ-object. The FSA may be executed in response to determining that the size of the field matches the expected sizeof attribute of the κ-object. If the FSA has been executed successfully, a verification method specified in the verify attribute of the κ-object may be executed. The verification method refers to a specific verification algorithm to be performed on the field if the operations above have been performed successfully. Once the field has been verified, the object ID of the κ-object is inserted into the result list. Otherwise, the field is inserted as an unknown object into the unknown object list. A machine-learning process may then be performed on the unknown objects.
In one embodiment, prior to matching the fields of the file to the κ-objects of the list, certain terms or fields that are not relevant may be screened and filtered out, referred to as noise objects or noise terms. A list of noise objects or noise terms may be preconfigured. For each of the fields extracted from the file, the field is examined to determine whether the field matches any of the noise objects in the list. If a field matches any of the noise objects, the field may be considered as a noise field and the field may be removed from the file. The file with the noise fields removed is then processed as described above.
In one embodiment, if a particular field has been determined to match any of the κ-objects, an enforcement action may be performed according to an enforcement policy. An enforcement policy may be enabled or specified in an enabled flag attribute of the κ-object. An enforcement action may include encrypting the file, restricting access of the file, sending an alert to a preconfigured destination, disabling printing or downloading the file, disabling an account associated with the file, performing a quarantine of the file, restricting sharing or viewing of the file, or revoking access rights of the file.
In one embodiment, OD management server 103 may be a Web server or an application server having a user interface 111, such as a Web interface, to allow a user or an administrator of client devices 101-102 to access and configure one or more OD tasks. For example, a user (e.g., an administrator of an enterprise or corporation) can access user interface 111 (e.g., Web pages) to select certain criteria for object discovery. Based on the information provided by the user, configuration module 112 is to interpret and compile the user data or user selection. OD controller is then configured to determine a set of configuration information, including a storage location to be scanned, a list of knowledge objects (κ-objects), and optional one or more enforcement policies to form one or more OD tasks. The OD tasks are then distributed to OD engines (ODEs) 104A and/or 104B (collectively referred to as ODEs 104) located in various data centers 105A-105B (collectively referred to as data centers 105) of different types or classes (e.g., drop box, databases, or other cloud storages).
In one embodiment, OD management server 103 may be located in a main corporate data center of an organization or enterprise, while data centers 105 may be local or distributed data centers associated with the organization. Note that data centers 105 may be a multi-tenant data centers that provide storage services to a variety of clients. In one embodiment, OD management server 103 may operate as a frontend server (e.g., a Web server) while ODEs 104 may by hosted by a backend server such as an application server or a backend server. Server 103 and ODEs 104 may communicate with each other via a secure connection.
In one embodiment, once the OD tasks have been configured, the OD controller 115 transmits the OD configuration information to one or more of ODEs 104. Based on the OD configuration information, some or all of the ODEs 104 are configured to scan the files stored in data stores 106A-106B (collectively referred to as data stores 106), which may represent any cloud storage servers, databases, software as a service (SaaS) systems, software as a platform (SaaP) systems, or any other data sharing platforms, etc. A scanning result or a result list containing a list of κ-objects that match any of the fields of the files stored in the data stores 106. The scanning result is then returned back to OD controller 115 and may be returned or displayed to the users via user interface 111. Note that ODE 104A may securely access data store 106B of data center 105B for object discovery without deploying ODE 104B, or vice versa.
Based on the user configuration data received from configuration module 112, OD controller 115 determines and generates a repository configuration information of a storage location to be scanned based on repository configuration database 201. The repository configuration database 201 may store all of the repository configuration information of a variety of storage locations or storage servers it supports. In addition, OD controller 115 determines or identifies a list of κ-objects from rule configuration database 202 that are required for the object discovery operations requested by the user. Each κ-object represents a set of rules or a category of data governing the discovery of a specific field or term (also referred to as an information object).
Further, dependent upon the specific user configuration, an enforcement policy may be enabled for any one or more of the κ-objects identified for the specific object discovery at the point in time. If such an enforcement policy has been specified or enabled, OD controller 115 further identifies at least one enforcement policy for one or more κ-objects. The information is then compiled into a task configuration package 205. The task configuration package 205 may include the repository configuration information associated with a repository or storage to be scanned, a list of κ-objects for object discovery, and optional one or more enforcement policies.
The OD task configuration package 104 may include the actual data structures containing the repository configuration information, the κ-objects, and enforcement policies. Alternatively, the OD task configuration package may only contain the identifiers (IDs) of the repository configuration information, the κ-objects, and enforcement policies, where the actual information can be determined by ODEs 104 locally based on the identifiers. The OD task configuration package 205 is then transmitted to one or more ODEs 104 for object discovery operations to be performed at repositories of their respective data centers.
In one embodiment, ODE 300 receives OD task configuration information 205 from OD controller 115. The task configuration information 205 includes a repository configuration table 311, a list of κ-objects 312, and optional one or more enforcement policies 313. In response to the task configuration 205, repository access module 301 is configured to access a storage location specified in the repository configuration table 311. Repository access module 301 is configured to access the specific storage location via a universal resource locator (URL) and authenticating the account associated with the storage location using authentication information (e.g., username and password) provided in the repository configuration table 311. Repository access module 301 then accesses and retrieves one or more files from the storage location using proper file accessing protocol specified in repository configuration table 311 such as network file system protocols.
In one embodiment, based on the list of κ-objects 312, memory space configuration module 302 allocates, configures, and populates the κ-objects in one or more memory regions, referred to herein as memory spaces. Note that the list of κ-objects may include multiple types or classes of κ-objects. For each type of κ-objects, a specific memory space is created to store the corresponding κ-objects. In addition, for each type of κ-objects, a hash table is created for that particular type of κ-objects. The hash table is utilized to quickly identify and retrieve a memory pointer (e.g., a memory address) of a κ-object based on an input (e.g., a field having one or more terms extracted from a file).
In response to a file retrieved from a storage location, in one embodiment, file analysis module 303 performs an analysis on the content of the file to determine a set of fields, where each field may include one or more terms (e.g., words, numbers, or a combination thereof). Analysis module 303 may perform a proximity analysis on the content to identify different fields such as social security numbers, credit card numbers, etc.
According to one embodiment, prior to perform the actual object discovery process, a preliminary noise reduction process may be performed to remove any unrelated or untargeted fields or terms, so that the object discovery process can focus on the targeted fields or objects. In one embodiment, the list of κ-objects 312 may include a list of noise κ-objects representing the noise objects, untargeted objects, or unrelated objects. For each of the fields identified from the file, the field is examined against any of the noise objects in the list to determine whether the field matches or is associated with any noise object. If one of the noise objects matches the fields, the field may be removed from the file, such that the subsequent object discovery process does not have to process the same field.
In one embodiment, as described above, there may be a noise hash table generated for the noise objects in the list. In response to a particular field, the field is fed into the hash table. The hash table outputs an indication whether any of the noise objects matches the field. In one embodiment, the hash table returns a pointer pointing to a particular noise object. The noise reduction module 304 then verifies that the field indeed matches the detailed attributes of the noise object, using noise reduction algorithm 316 of algorithms 315. The field may then be removed from the file after the verification process is successful.
After the noise reduction process has been performed, according to one embodiment, object scanning module 305 is configured to scan the file having the noise fields removed against the list of κ-objects stored in the memory spaces set up by memory space configuration module 302. For each of the fields identified from the file, object scanning module 305 is configured to determine whether the field matches any of the κ-objects stored in the memory space using one or more OD algorithms 317 of algorithms 315.
In one embodiment, dependent upon the specific OD algorithms, for a particular field extracted from the file, a hash table is applied to the field to retrieve one or more pointers of one or more κ-objects. For each of the κ-objects retrieved, the detailed attributes of the κ-object are examined to determine whether the field includes data matching the attributes of the κ-object. If the field does not match with any of the κ-objects, the field may be inserted into a result list 320 and optionally a counter counting a number of occurrences of the matching κ-object is updated. The result list 320 is then transmitted back to OD controller 115. If there is no match, the field is considered as an unknown object and may be inserted a list of unknown objects for further analysis such as machine learning.
In one embodiment, for each of the κ-objects that matches the field, if an attribute of the κ-object has indicated that an enforcement policy has been configured to enabled, policy enforcement module 305 may retrieve the corresponding enforcement policy and perform certain enforcement actions against the file.
Note that throughout this application, an OD task is performed on a data object or a file stored in a storage device for the purpose of illustration. However, the techniques described herein can also be applicable to other data sources, such as, for example, a database of unstructured documents, structured data from the database tables, or any other modality of data such as images, digital signal or analogue signals, real-time data streams.
Repository or storage location 404 may specify a directory or path of a particular storage location in which an OD task will be performed. Alternatively, repository location 404 may specify a network address such as a universal resource locator (URL) pointing to the storage location. Name 405 specify a name of the storage location, which may be displayed to a user via a user interface. Transport 407 may specify certain communications or storage access protocols that are required to access the storage location, such as network file systems, etc. Date created 409 stores the date of which the repository configuration was created and date updated 410 stores the last update date. Progress 411 indicates the status of the corresponding OD task such as a percentage of completion, etc.
In one embodiment, repository access module 301 is configured to access a storage location via the storage location specified in field 404. When repository access module 301 accesses the storage location, it utilizes the authentication information stored in field 408. The authentication information may include a username and a password, as well as the authentication type. As described above, repository configuration table 400 is created by OD controller 115 based on user configuration information received from a client device.
In one embodiment, value attribute 503 stores a value or data pattern used to match a field extracted from a file. Value attribute 503 may store certain leading characters, numbers, or a combination of both. In another embodiment, value attribute 503 may store a finite state automaton (FSA), which when executed based on the field, indicates whether the field matches certain attributes of the corresponding κ-object. Dependent upon the specific type of a κ-object, verify attribute 504 may store a method or an algorithm to further verify that a particular field indeed matches the corresponding κ-object.
In one embodiment, the sizeof attribute 505 stores an expected size of at least a portion of a field to be matched. This is another attribute that can be utilized to match a field, just another level of a confirmation process. In one embodiment, value attribute 503 may include only the leading characters and the sizeof attribute 505 may specify the length of the subsequent characters, numbers, of a combination thereof.
In one embodiment, structure attribute 506 stores a value indicating a format or structure associated with the corresponding κ-object. For example, structure attribute 506 may indicate whether the κ-object is associated with an alpha, a numeric value, or an alphanumeric value. Tag attribute 507 may store a tag value indicating that the κ-object is associated with a particular class of κ-object (e.g., customer keyword, national ID, industry). Enabled attribute 508 may store an enabled flag indicating that an enforcement policy associated with the κ-object has been enabled. When enable attribute 508 is enabled, the system may perform an enforcement action according to a preconfigured enforcement policy, which may be specified in a policy table.
In one embodiment, an enforcement policy may specify an action to be performed in response to a field extracted from a file matching a particular κ-object. An enforcement action may be sending an alert to a predetermined destination device (e.g., an administrator). An enforcement action may modify an ownership of a file or an account of the file. An enforcement action may be restricting access to a file, a storage location, or an account, such as, for example, disabling printing or downloading a file, causing a link to a storage location expired, restricting sharing or viewing of a file, or revoking entire access of a file. An enforcement action may be performing quarantine on a file.
In one embodiment, each type of κ-objects may be populated into a specific memory space and a hash table is created to represent the κ-objects of that particular type. Thus, for the four types of κ-objects as shown in
In one embodiment, hash table 811 returns one or more pointers pointing to one or more of κ-objects 812. For each of the κ-objects returned from hash table 811, ODE 300 performs the matching operations against each field extracted from input data 801, including matching or executing an FSA specified in the value attribute and executing a verification function specified in the verify attribute of the κ-object using one or more verification algorithms 803. If it is determined that the field matches a particular κ-object, the κ-object or its object ID may be inserted into result or output 804 as part of κ-objects 821. If there is no match, the field may be inserted into the result 804 as part of unknown objects 822.
In response to the request, at block 902, processing logic identifies a list of κ-objects based on the configuration information. The κ-objects may include one or more κ-objects that are associated with any of the κ-objects of different types as shown in
At block 904, for each of the fields identified from the input data, processing logic invokes a workflow representing a scanning algorithm to determine any of the κ-objects in the list that marches the field. The workflow may include one or more workflow stages and each workflow stage may include operations of matching the field against a κ-object or an attribute of a κ-object. If there is a matching κ-object, at block 905, at least the object identifiers of the matching κ-objects may be inserted into a result list as a part of known objects. Otherwise, at block 906, the fields without matching are inserted into a list of unknown objects.
In one embodiment, the κ-objects of the first list are the declarative objects associated with type 601. This operation is an optional operation, which can quickly determine whether the field extracted from the input data is one of the target fields to be further examined. If it is, such a field is not a noise field. As a result, the subsequent noise screening operations can be skipped. If there is a match determined at block 1003, the process resets and a next field is extracted from the input data. If the field does not match any of the κ-objects in the first list, at block 1004, the processing logic matches the field against a second list of κ-objects. The κ-objects of the second list may be compatible with those κ-objects associated with type 604. If the field does not match any of the κ-objects in the second list, the next field will be examined. If there is a match, the field may be considered as a noise object, and at block 1006, the field is removed from the input data. The above process is iteratively performed until the end of the input data is reached. The input data with the noise objects removed is then examined using one or more screening or matching algorithms, such as, for example, based on a third list of κ-objects of types 602 and/or 603.
At block 1102, processing logic obtains a list of κ-objects based on the field type of the field. In one embodiment, processing logic applies a predetermined hash function to the field type of the field. The hash function returns one or more memory pointers pointing to one or more κ-objects populated in a memory space of the corresponding type of κ-objects.
At block 1103, for each of the κ-objects in the list, processing logic matches the size of the field against the sizeof attribute of the κ-object. If the size of the field does not match the sizeof attribute of the κ-object, at block 1107, the field is inserted into a list of unknown objects.
If the size of the field matches the sizeof attribute of the κ-object, at block 1104, the processing logic executes a finite state automaton (FSA) specified in the value attribute of the κ-object. If the execution of the FSA is unsuccessful, at block 1107, the field is inserted into the list of unknown objects. If the execution of the FSA is successful, at block 1105, a verification function specified in the verify attribute of the κ-object is executed. If the execution of the verification function is successful, at block 1106, an object identifier of the κ-object is inserted into a list of known objects in the result list. Otherwise, at block 1107, the field is inserted in to the list of unknown objects.
System 1500 can include many different components. These components can be implemented as integrated circuits (ICs), portions thereof, discrete electronic devices, or other modules adapted to a circuit board such as a motherboard or add-in card of the computer system, or as components otherwise incorporated within a chassis of the computer system.
Note also that system 1500 is intended to show a high level view of many components of the computer system. However, it is to be understood that additional components may be present in certain implementations and furthermore, different arrangement of the components shown may occur in other implementations. System 1500 may represent a desktop, a laptop, a tablet, a server, a mobile phone, a media player, a personal digital assistant (PDA), a Smartwatch, a personal communicator, a gaming device, a network router or hub, a wireless access point (AP) or repeater, a set-top box, or a combination thereof. Further, while only a single machine or system is illustrated, the term “machine” or “system” shall also be taken to include any collection of machines or systems that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
In one embodiment, system 1500 includes processor 1501, memory 1503, and devices 1505-1508 via a bus or an interconnect 1510. Processor 1501 may represent a single processor or multiple processors with a single processor core or multiple processor cores included therein. Processor 1501 may represent one or more general-purpose processors such as a microprocessor, a central processing unit (CPU), or the like. More particularly, processor 1501 may be a complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets. Processor 1501 may also be one or more special-purpose processors such as an application specific integrated circuit (ASIC), a cellular or baseband processor, a field programmable gate array (FPGA), a digital signal processor (DSP), a network processor, a graphics processor, a network processor, a communications processor, a cryptographic processor, a co-processor, an embedded processor, or any other type of logic capable of processing instructions.
Processor 1501, which may be a low power multi-core processor socket such as an ultra-low voltage processor, may act as a main processing unit and central hub for communication with the various components of the system. Such processor can be implemented as a system on chip (SoC). Processor 1501 is configured to execute instructions for performing the operations and steps discussed herein. System 1500 may further include a graphics interface that communicates with optional graphics subsystem 1504, which may include a display controller, a graphics processor, and/or a display device.
Processor 1501 may communicate with memory 1503, which in one embodiment can be implemented via multiple memory devices to provide for a given amount of system memory. Memory 1503 may include one or more volatile storage (or memory) devices such as random access memory (RAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), static RAM (SRAM), or other types of storage devices. Memory 1503 may store information including sequences of instructions that are executed by processor 1501, or any other device. For example, executable code and/or data of a variety of operating systems, device drivers, firmware (e.g., input output basic system or BIOS), and/or applications can be loaded in memory 1503 and executed by processor 1501. An operating system can be any kind of operating systems, such as, for example, Windows® operating system from Microsoft®, Mac OS®/iOS® from Apple, Android® from Google®, Linux®, Unix®, or other real-time or embedded operating systems such as VxWorks.
System 1500 may further include IO devices such as devices 1505-1508, including network interface device(s) 1505, optional input device(s) 1506, and other optional IO device(s) 1507. Network interface device 1505 may include a wireless transceiver and/or a network interface card (NIC). The wireless transceiver may be a WiFi transceiver, an infrared transceiver, a Bluetooth transceiver, a WiMax transceiver, a wireless cellular telephony transceiver, a satellite transceiver (e.g., a global positioning system (GPS) transceiver), or other radio frequency (RF) transceivers, or a combination thereof. The NIC may be an Ethernet card.
Input device(s) 1506 may include a mouse, a touch pad, a touch sensitive screen (which may be integrated with display device 1504), a pointer device such as a stylus, and/or a keyboard (e.g., physical keyboard or a virtual keyboard displayed as part of a touch sensitive screen). For example, input device 1506 may include a touch screen controller coupled to a touch screen. The touch screen and touch screen controller can, for example, detect contact and movement or break thereof using any of a plurality of touch sensitivity technologies, including but not limited to capacitive, resistive, infrared, and surface acoustic wave technologies, as well as other proximity sensor arrays or other elements for determining one or more points of contact with the touch screen.
IO devices 1507 may include an audio device. An audio device may include a speaker and/or a microphone to facilitate voice-enabled functions, such as voice recognition, voice replication, digital recording, and/or telephony functions. Other IO devices 1507 may further include universal serial bus (USB) port(s), parallel port(s), serial port(s), a printer, a network interface, a bus bridge (e.g., a PCI-PCI bridge), sensor(s) (e.g., a motion sensor such as an accelerometer, gyroscope, a magnetometer, a light sensor, compass, a proximity sensor, etc.), or a combination thereof. Devices 1507 may further include an imaging processing subsystem (e.g., a camera), which may include an optical sensor, such as a charged coupled device (CCD) or a complementary metal-oxide semiconductor (CMOS) optical sensor, utilized to facilitate camera functions, such as recording photographs and video clips. Certain sensors may be coupled to interconnect 1510 via a sensor hub (not shown), while other devices such as a keyboard or thermal sensor may be controlled by an embedded controller (not shown), dependent upon the specific configuration or design of system 1500.
To provide for persistent storage of information such as data, applications, one or more operating systems and so forth, a mass storage (not shown) may also couple to processor 1501. In various embodiments, to enable a thinner and lighter system design as well as to improve system responsiveness, this mass storage may be implemented via a solid state device (SSD). However, in other embodiments, the mass storage may primarily be implemented using a hard disk drive (HDD) with a smaller amount of SSD storage to act as a SSD cache to enable non-volatile storage of context state and other such information during power down events so that a fast power up can occur on re-initiation of system activities. Also a flash device may be coupled to processor 1501, e.g., via a serial peripheral interface (SPI). This flash device may provide for non-volatile storage of system software, including a basic input/output software (BIOS) as well as other firmware of the system.
Storage device 1508 may include computer-accessible storage medium 1509 (also known as a machine-readable storage medium or a computer-readable medium) on which is stored one or more sets of instructions or software (e.g., module, unit, and/or logic 1528) embodying any one or more of the methodologies or functions described herein. Processing module/unit/logic 1528 may represent any of the components described above, such as, for example, an OD controller or an OD engine as described above. Processing module/unit/logic 1528 may also reside, completely or at least partially, within memory 1503 and/or within processor 1501 during execution thereof by data processing system 1500, memory 1503 and processor 1501 also constituting machine-accessible storage media. Processing module/unit/logic 1528 may further be transmitted or received over a network via network interface device 1505.
Computer-readable storage medium 1509 may also be used to store some software functionalities described above persistently. While computer-readable storage medium 1509 is shown in an exemplary embodiment to be a single medium, the term “computer-readable storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions. The terms “computer-readable storage medium” shall also be taken to include any medium that is capable of storing or encoding a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present invention. The term “computer-readable storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media, or any other non-transitory machine-readable medium.
Processing module/unit/logic 1528, components and other features described herein can be implemented as discrete hardware components or integrated in the functionality of hardware components such as ASICS, FPGAs, DSPs or similar devices. In addition, processing module/unit/logic 1528 can be implemented as firmware or functional circuitry within hardware devices. Further, processing module/unit/logic 1528 can be implemented in any combination hardware devices and software components.
Note that while system 1500 is illustrated with various components of a data processing system, it is not intended to represent any particular architecture or manner of interconnecting the components; as such details are not germane to embodiments of the present invention. It will also be appreciated that network computers, handheld computers, mobile phones, servers, and/or other data processing systems which have fewer components or perhaps more components may also be used with embodiments of the invention.
Some portions of the preceding detailed descriptions have been presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the ways used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of operations leading to a desired result. The operations are those requiring physical manipulations of physical quantities.
It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the above discussion, it is appreciated that throughout the description, discussions utilizing terms such as those set forth in the claims below, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
The techniques shown in the figures can be implemented using code and data stored and executed on one or more electronic devices. Such electronic devices store and communicate (internally and/or with other electronic devices over a network) code and data using computer-readable media, such as non-transitory computer-readable storage media (e.g., magnetic disks; optical disks; random access memory; read only memory; flash memory devices; phase-change memory) and transitory computer-readable transmission media (e.g., electrical, optical, acoustical or other form of propagated signals-such as carrier waves, infrared signals, digital signals).
The processes or methods depicted in the preceding figures may be performed by processing logic that comprises hardware (e.g. circuitry, dedicated logic, etc.), firmware, software (e.g., embodied on a non-transitory computer readable medium), or a combination of both. Although the processes or methods are described above in terms of some sequential operations, it should be appreciated that some of the operations described may be performed in a different order. Moreover, some operations may be performed in parallel rather than sequentially.
In the foregoing specification, embodiments of the invention have been described with reference to specific exemplary embodiments thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of the invention as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.
The present application is a continuation of U.S. patent application Ser. No. 17/035,071, titled METHOD AND SYSTEM FOR IDENTIFYING INFORMATION OBJECTS USING DEEP AI-BASED KNOWLEDGE OBJECTS, filed Sep. 28, 2020, which claims the benefit of U.S. provisional patent application No. 62/974,108, titled OBJECT IDENTIFICATION AND DISCOVERY SERVER USING DEEP AI BASED KNOWLEDGE OBJECTS, filed Nov. 14, 2019. The entire content of each afore-mentioned patent filing is hereby incorporated by reference.
Number | Date | Country | |
---|---|---|---|
62974108 | Nov 2019 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 17035071 | Sep 2020 | US |
Child | 18926078 | US |