The present application relates to systems and methods for training global student models and, more particularly, to systems and methods for training global student models using devices under resource constraints for cross-device federated learning.
Currently, in the field of computer-executed applications, foundation models are trained on large amounts of raw, unlabeled data for use with an array of tasks and other applications. Examples of foundation models include, but are not limited to, DALL-E, GPT-2, GPT-3, GPT-4, ULM and BERT. One approach to training these foundation models is using federated learning, where multiple individuals or entities remotely share their data to train a single deep learning model in a collaborative fashion. This approach typically involves each party downloading the foundation model (usually already pre-trained) and running it on a local device (e.g., a smart phone, IoT device, sensor network, or other computer device) of the party.
Oftentimes, there are privacy issues related to the data that would otherwise be shared for the collaborative training. For example, Health Insurance Portability and Accountability Act (HIPAA) governs the sharing of medical records. Other examples of legislation related to data privacy are the General Data Protection Regulation (GDPR) and the California Consumer Privacy Act (CCPA). Further, many industries exist where sharing data could pose a significant competitive disadvantage to the companies sharing data, such as cable companies, banks, and the like that compete within the same domain. Concerns like these make federated learning an appealing approach because a machine learning model can be trained without sharing or revealing training data.
However, there are many current drawbacks to federated learning. Training foundation models in federated learning with existing techniques leads to low model quality in terms of accuracy. Additionally, foundation models are expensive to train, typically requiring hundreds of graphics processing unit (GPU) hours to train in centralized systems. Further, in cross-device federated learning scenarios, where data often resides in resource-constrained devices, training foundation models is unfeasible. These resource-constrained devices generally have limited computational and memory resources for local model training and limited battery life and availability.
The present disclosure is directed to overcoming these and other problems of the prior art.
Embodiments of the present invention address and overcome one or more of the above shortcomings and drawbacks, by providing systems and methods of training a global student model stored on a server.
According to an embodiment of the present disclosure, a computer-implemented method of training a global student model is disclosed and can include: storing, on a server, the global student model comprising a first layer and a teacher model comprising a first layer; transmitting, from the server, local student models based on the global student model, the local student models each comprising an embedding layer and a first layer; receiving, at the server, an embedding layer output of one of the local student models; performing, on the server, a forward pass on the first layer of the teacher model, with the embedding layer output as an input, to generate a teacher model first layer output; transmitting, from the server, the teacher model first layer output; receiving, at the server, first layer weights of the local student models; and calculating, on the server, first layer weights of the global student model using the received first layer weights of the local student models.
In some embodiments, the local student models are each transmitted to a different client device.
In some embodiments, the local student model training layer weights are aggregated by weighing the local student models based on training sample size.
In some embodiments, the calculating, on the server, the first layer weights of the global student model includes a federated averaging process.
In some embodiments, the computer-implemented method further includes: training, on the server, the teacher model on public datasets.
In some embodiments, the computer-implemented method further includes: selecting, by the server, a number of clients to transmit the first teacher model output from a number of available clients, each selected client receiving one of the local student models.
In some embodiments, each client of the number of clients includes one or more client devices.
In some embodiments, each client device comprises locally stored data sets.
In some embodiments, the embedding layer output does not include data from a data set stored locally on a client device.
In some embodiments, the embedding layer is pre-trained on the server using the teacher model.
In some embodiments, the local student models are not transmitted until a loss of the embedding layer is less than a threshold loss.
In some embodiments, the method further includes: performing, on the server, a forward pass on a second layer of the teacher model, with the embedding layer output as an input, to generate a teacher model second layer output; transmitting, from the server, the teacher model second layer output; receiving, at the server, second layer weights of the local student models; and calculating, on the server, second layer weights of the global student model using the received second layer weights of the local student models.
According to another embodiment of the present disclosure, a computer-implemented method of training a global student model is disclosed and can include: receiving, on a client device comprising a data set, a local student model based on the global student model, the local student model comprising an embedding layer and a first layer; outputting, on the client device, an embedding layer output from the embedding layer; transmitting, from the client device, the embedding layer output; performing, on the client device, a forward pass on the first layer, with the embedding layer output as an input, to generate a student model first layer output; receiving, on the client device, a teacher model first layer output; calculating, on the client device, a loss based on the student model first layer output and the teacher model first layer output; training, on the client device, the first layer of the local student model until the student model first layer output converges with the teacher model first layer output; and transmitting, from the client device, first layer weights of the first layer of the local student model.
In some embodiments, the embedding layer output does not include data from the data set.
In some embodiments, the computer-implemented method further includes: performing, on the client device, a forward pass on a second layer of the local student model, with the embedding layer output as an input, to generate a student model second layer output; receiving, on the client device, a teacher model second layer output; calculating, on the client device, a loss based on the local student model second layer output and the teacher model second layer output; training, on the client device, the second layer of the student model until the student model second layer output converges with the teacher model second layer output; and transmitting, from the client device, second layer weights of the second layer of the local student model.
In some embodiments, the client device uses linear layers to match the local student model first layer output and the teacher model first layer output.
In some embodiments, the client device trains the local student model using a Kullback-Leibler loss function.
According to another embodiment of the present disclosure, a system of training a global student model stored on a server is disclosed, the server including a processing device and a memory including instructions that are executed by the processing device to perform a method including: storing, on the server, a global student model comprising a first layer and a teacher model comprising a first layer; transmitting, from the server, local student models based on the global student model, the local student models each comprising an embedding layer and a first layer; receiving, at the server, an embedding layer output of one of the local student models; performing, on the server, a forward pass on the first layer of the teacher model, with the embedding layer output as an input, to generate a teacher model first layer output; transmitting, from the server, the teacher model first layer output; receiving, at the server, first layer weights of the local student models; and calculating, on the server, first layer weights of the global student model using the received first layer weights of the local student models.
In some embodiments, the local student models are each transmitted to a different client device.
In some embodiments, the received embedding layer output does not include data from a data set stored locally on a client device.
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter. Additional features and advantages of the disclosed technology will be made apparent from the following detailed description of illustrative embodiments that proceeds with reference to the accompanying drawings.
The foregoing and other aspects of the present invention are best understood from the following detailed description when read in connection with the accompanying drawings. For the purpose of illustrating the invention, there are shown in the drawings embodiments that are presently preferred, it being understood, however, that the invention is not limited to the specific instrumentalities disclosed. Included in the drawings are the following Figures:
The present disclosure provides methods and systems that are capable of training models based on a larger model (e.g., a foundation model) in resource-constrained devices without requiring data transfers to a central server or auxiliary data while still maintaining a high level of accuracy with the final trained model. The present disclosure utilizes a smaller model on a client-side in order to train a larger model on a server-side. The disclosed systems and methods do not require any users/organizations to share any data.
As used herein, the term “teacher model” refers to a large model (e.g., a foundation model) stored and executed on a server that is pre-trained on a training dataset, and then that knowledge is distilled to train a student model.
As used herein, a “student model” refers to a smaller model (relative to the large model) stored and run on a client device that learns to mimic the teacher model and achieve similar accuracy thereto. The student model, in some embodiments, is a distilled version of the teacher model.
In some embodiments, the teacher model can be a foundation model, and the student model can be a distilled version of the foundation model. For the purposes of exemplary illustration, BERT and DistilBERT are used. However, of course, other foundation models that can be trained via federated learning can be used, including, but not limited, to DALL-E, GPT-2, GPT-3, GPT-4, ULM and other NLP machine learning models, without departing from the spirit and scope of the present disclosure. Moreover, the present disclosure may also be applied beyond NLP models, such as with other models that have a larger foundation model or transformer-based architecture with encoder-decoder parts on a server and a smaller model on the client side.
Conventional methods and systems are different from the present disclosure in many ways. For example, conventional systems employ smaller models on the client side that are used to train a larger model on the server-side. No federated aggregation occurs, and the final model is the larger model. Previous solutions inherently have privacy risks because they send output labels to the server directly. Previous solutions also suffer because no layer-wise knowledge distillation is possible because the architectures are significantly different. They are also limited to vision transformer (ViT) problems because a smaller model is challenging to use as a teacher to train larger models for natural language processing (NLP) machine learning models (e.g., BERT).
Embodiments of the present disclosure can have many potential applications. For example, the framework discussed herein could be integrated with Watson Machine Learning. It can also be used by any organization that wants to offer cognitive solutions where training data remains with the user, organizations that train foundation models in federated learning, and organizations that may use Internet of Things (IoT) to train their prediction models. It can also be applicable for highly regulated environments such as healthcare, banking industry or where competition inhibits free sharing of data, companies subject to government regulations, such as GDPR and HIPAA, and/or any consortium where only one entity has the label e.g., common in regulated environments such as banking.
Making reference to
The server 310 has a teacher model 312 stored thereon. The teacher model 312 is pre-trained and frozen (i.e., the weights cannot be modified further). Each client device 320 can include client data 322, a pre-trained embedding layer 324 (whose weights are the same as the teacher model 312 arrived at via the method described in
The embedding layer 324 is a part of a model. For example, the embedding layer 324 can be the input part of the student model 326 that converts the raw input data 322 into a specific vector (i.e., encoding the data 322), while the student model 326 does some or all of the computation. For the purposes of illustration, the embedding layer 324 and student model 326 are shown as being separate, but the embedding layer 324 can be a part of the teacher model 326.
In federated learning, there is typically a plurality of clients with client devices 320, e.g., user end devices such phones and other computing devices, and a single server 310. The client devices 320 typically have user-specific personal data stored thereon (e.g., passwords, data, etc.). With federated learning, the goal is to train a large deep learning model with these client devices 320 from the different clients. However, the client devices 320 can have restrictive hardware that decreases the efficiency/effectiveness of the training due to the high resource requirements of training deep learning models. Embodiments of the present disclosure can reduce that cost on the client side by offloading a portion of the computation from the client devices 320 to the teacher model on the server 310 without compromising client data 322.
When federated learning is employed, the server 310 cannot observe client data 322. By way of example, the client data 322 could be a number of images (e.g., personal images) stored on the client device 320 (e.g., a smart phone, tablet, or other computing device). If a model is to be trained using that client data 322, the data 322 cannot be transferred to the server 310. In other words, the teacher model 312 cannot directly access the client data 322. Accordingly, each student model 326 needs to be trained on each respective client device 320, and then the weights associated with those trained student models 326 can aggregated (described in greater detail with respect to
At the point in time shown in
As shown in
Making reference to
Turning to
For each respective embedding layer output of a respective client device 3201, 3202, they can be taken and put through the rest of the student model 3261, 3262, one layer at a time, to generate a student model layer output as well as a teacher model layer output on the server side when put through the teacher model 312 via a forward pass. As shown in
Next, weights can be computed from the losses, and as shown in
Making reference to
The foregoing description with respect to
As shown in the sequence from
In some embodiments, the client device 3201 monitors the convergence status and communicates that convergence status with the server 310. Once there is client consensus on the convergence of a respective layer L1 (i.e., all the client devices 320 have converged at the layer and it is fully trained), an aggregation process can occur at the server level to arrive at a trained first layer of the global student model 314 (see
This process continues iteratively with the student model third layer 329 (trained with the corresponding teacher model third layer 317) and so on until all the layers of the global student model 314 are trained based on aggregation of the respective layers. Once that occurs, the round of training of the student model 3261 ends.
Further, while the above describes a process in which aggregation occurs layer by layer, alternatively, upon completion of all the training of the individual layers on the student models 326 across the selected client devices 320, all the layers can be aggregated at a single time, rather than doing it as each layer is trained.
Referring to
As shown in
Thus, the global student model is able to be trained layer by layer without the client devices 320 sharing any of the private data sets with the server 310. By implementing federated learning in the above-described way, computational load on client devices 310 is therefore minimized by offloading portions of it to the server 310 without transmitting client data 322 to the server 310.
As those skilled in the pertinent art will appreciate, and as made clear from the foregoing, the present disclosure has many potential uses. For example, it can be used within various operating systems (e.g. IBM z/OS™), security solutions (e.g., IBM Security), and advertising services (e.g., Watson Advertising™). It can be an integral solution for resolving client identity across devices, such as, but not limited to, IOT devices, smart phones, desktop computers, smart TVs, and the like. It can be used within platforms to manage identities for operating systems (OS) on original equipment manufacturer (OEM) devices. It can also be used as a privacy-first component of non-OS software, such as browsers or other applications which operate separately from the OS.
Further, alternative embodiments of the present disclosure may include the following. Direct matrix computation may be used instead of using learnable linear weights. Further, rather than training layer by layer as discussed above, every layer can be trained simultaneously with just one forward pass. Further, batch computation can be used for multiple local epochs.
Various aspects of the present disclosure are described by narrative text, flowcharts, block diagrams of computer systems and/or block diagrams of the machine logic included in computer program product (CPP) embodiments. With respect to any flowcharts, depending upon the technology involved, the operations can be performed in a different order than what is shown in a given flowchart. For example, again depending upon the technology involved, two operations shown in successive flowchart blocks may be performed in reverse order, as a single integrated step, concurrently, or in a manner at least partially overlapping in time.
A computer program product embodiment (“CPP embodiment” or “CPP”) is a term used in the present disclosure to describe any set of one, or more, storage media (also called “mediums”) collectively included in a set of one, or more, storage devices that collectively include machine readable code corresponding to instructions and/or data for performing computer operations specified in a given CPP claim. A “storage device” is any tangible device that can retain and store instructions for use by a computer processor. Without limitation, the computer readable storage medium may be an electronic storage medium, a magnetic storage medium, an optical storage medium, an electromagnetic storage medium, a semiconductor storage medium, a mechanical storage medium, or any suitable combination of the foregoing. Some known types of storage devices that include these mediums include: diskette, hard disk, random access memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or Flash memory), static random access memory (SRAM), compact disc read-only memory (CD-ROM), digital versatile disk (DVD), memory stick, floppy disk, mechanically encoded device (such as punch cards or pits/lands formed in a major surface of a disc) or any suitable combination of the foregoing. A computer readable storage medium, as that term is used in the present disclosure, is not to be construed as storage in the form of transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide, light pulses passing through a fiber optic cable, electrical signals communicated through a wire, and/or other transmission media. As will be understood by those of skill in the art, data is typically moved at some occasional points in time during normal operations of a storage device, such as during access, de-fragmentation or garbage collection, but this does not render the storage device as transitory because the data is not transitory while it is stored.
Computer 101 (e.g., client device 320) may take the form of a desktop computer, laptop computer, tablet computer, smart phone, smart watch or other wearable computer, mainframe computer, quantum computer or any other form of computer or mobile device now known or to be developed in the future that is capable of running a program, accessing a network or querying a database, such as remote database 130. As is well understood in the art of computer technology, and depending upon the technology, performance of a computer-implemented method may be distributed among multiple computers and/or between multiple locations. On the other hand, in this presentation of computing environment 100, detailed discussion is focused on a single computer, specifically computer 101, to keep the presentation as simple as possible. Computer 101 may be located in a cloud, even though it is not shown in a cloud in
Processor set 110 includes one, or more, computer processors of any type now known or to be developed in the future. Processing circuitry 120 may be distributed over multiple packages, for example, multiple, coordinated integrated circuit chips. Processing circuitry 120 may implement multiple processor threads and/or multiple processor cores. Cache 121 is memory that is located in the processor chip package(s) and is typically used for data or code that should be available for rapid access by the threads or cores running on processor set 110. Cache memories are typically organized into multiple levels depending upon relative proximity to the processing circuitry. Alternatively, some, or all, of the cache for the processor set may be located “off chip.” In some computing environments, processor set 110 may be designed for working with qubits and performing quantum computing.
Computer readable program instructions are typically loaded onto computer 101 to cause a series of operational steps to be performed by processor set 110 of computer 101 and thereby effect a computer-implemented method, such that the instructions thus executed will instantiate the methods specified in flowcharts and/or narrative descriptions of computer-implemented methods included in this document (collectively referred to as “the inventive methods”). These computer readable program instructions are stored in various types of computer readable storage media, such as cache 121 and the other storage media discussed below. The program instructions, and associated data, are accessed by processor set 110 to control and direct performance of the inventive methods. In computing environment 100, at least some of the instructions for performing the inventive methods may be stored in block 200 in persistent storage 113.
Communication fabric 111 is the signal conduction path that allows the various components of computer 101 to communicate with each other. Typically, this fabric is made of switches and electrically conductive paths, such as the switches and electrically conductive paths that make up busses, bridges, physical input/output ports and the like. Other types of signal communication paths may be used, such as fiber optic communication paths and/or wireless communication paths.
Volatile memory 112 is any type of volatile memory now known or to be developed in the future. Examples include dynamic type random access memory (RAM) or static type RAM. Typically, volatile memory 112 is characterized by random access, but this is not required unless affirmatively indicated. In computer 101, the volatile memory 112 is located in a single package and is internal to computer 101, but, alternatively or additionally, the volatile memory may be distributed over multiple packages and/or located externally with respect to computer 101.
Persistent storage 113 is any form of non-volatile storage for computers that is now known or to be developed in the future. The non-volatility of this storage means that the stored data is maintained regardless of whether power is being supplied to computer 101 and/or directly to persistent storage 113. Persistent storage 113 may be a read only memory (ROM), but typically at least a portion of the persistent storage allows writing of data, deletion of data and re-writing of data. Some familiar forms of persistent storage include magnetic disks and solid state storage devices. Operating system 122 may take several forms, such as various known proprietary operating systems or open source Portable Operating System Interface-type operating systems that employ a kernel. The code included in block 200 typically includes at least some of the computer code involved in performing the inventive methods.
Peripheral device set 114 includes the set of peripheral devices of computer 101. Data communication connections between the peripheral devices and the other components of computer 101 may be implemented in various ways, such as Bluetooth connections, Near-Field Communication (NFC) connections, connections made by cables (such as universal serial bus (USB) type cables), insertion-type connections (for example, secure digital (SD) card), connections made through local area communication networks and even connections made through wide area networks such as the internet. In various embodiments, UI device set 123 may include components such as a display screen, speaker, microphone, wearable devices (such as goggles and smart watches), keyboard, mouse, printer, touchpad, game controllers, and haptic devices. Storage 124 is external storage, such as an external hard drive, or insertable storage, such as an SD card. Storage 124 may be persistent and/or volatile. In some embodiments, storage 124 may take the form of a quantum computing storage device for storing data in the form of qubits. In embodiments where computer 101 is required to have a large amount of storage (for example, where computer 101 locally stores and manages a large database) then this storage may be provided by peripheral storage devices designed for storing very large amounts of data, such as a storage area network (SAN) that is shared by multiple, geographically distributed computers. IoT sensor set 125 is made up of sensors that can be used in Internet of Things applications. For example, one sensor may be a thermometer and another sensor may be a motion detector.
Network module 115 is the collection of computer software, hardware, and firmware that allows computer 101 to communicate with other computers through WAN 102. Network module 115 may include hardware, such as modems or Wi-Fi signal transceivers, software for packetizing and/or de-packetizing data for communication network transmission, and/or web browser software for communicating data over the internet. In some embodiments, network control functions and network forwarding functions of network module 115 are performed on the same physical hardware device. In other embodiments (for example, embodiments that utilize software-defined networking (SDN)), the control functions and the forwarding functions of network module 115 are performed on physically separate devices, such that the control functions manage several different network hardware devices. Computer readable program instructions for performing the inventive methods can typically be downloaded to computer 101 from an external computer or external storage device through a network adapter card or network interface included in network module 115.
WAN 102 is any wide area network (for example, the internet) capable of communicating computer data over non-local distances by any technology for communicating computer data, now known or to be developed in the future. In some embodiments, the WAN 012 may be replaced and/or supplemented by local area networks (LANs) designed to communicate data between devices located in a local area, such as a Wi-Fi network. The WAN and/or LANs typically include computer hardware such as copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and edge servers.
End user device (EUD) 103 is any computer system that is used and controlled by an end user (for example, a customer of an enterprise that operates computer 101), and may take any of the forms discussed above in connection with computer 101. EUD 103 typically receives helpful and useful data from the operations of computer 101. For example, in a hypothetical case where computer 101 is designed to provide a recommendation to an end user, this recommendation would typically be communicated from network module 115 of computer 101 through WAN 102 to EUD 103. In this way, EUD 103 can display, or otherwise present, the recommendation to an end user. In some embodiments, EUD 103 may be a client device, such as thin client, heavy client, mainframe computer, desktop computer and so on.
Remote server 104 is any computer system that serves at least some data and/or functionality to computer 101. Remote server 104 may be controlled and used by the same entity that operates computer 101. Remote server 104 represents the machine(s) that collect and store helpful and useful data for use by other computers, such as computer 101. For example, in a hypothetical case where computer 101 is designed and programmed to provide a recommendation based on historical data, then this historical data may be provided to computer 101 from remote database 130 of remote server 104.
Public cloud 105 is any computer system available for use by multiple entities that provides on-demand availability of computer system resources and/or other computer capabilities, especially data storage (cloud storage) and computing power, without direct active management by the user. Cloud computing typically leverages sharing of resources to achieve coherence and economies of scale. The direct and active management of the computing resources of public cloud 105 is performed by the computer hardware and/or software of cloud orchestration module 141. The computing resources provided by public cloud 105 are typically implemented by virtual computing environments that run on various computers making up the computers of host physical machine set 142, which is the universe of physical computers in and/or available to public cloud 105. The virtual computing environments (VCEs) typically take the form of virtual machines from virtual machine set 143 and/or containers from container set 144. It is understood that these VCEs may be stored as images and may be transferred among and between the various physical machine hosts, either as images or after instantiation of the VCE. Cloud orchestration module 141 manages the transfer and storage of images, deploys new instantiations of VCEs and manages active instantiations of VCE deployments. Gateway 140 is the collection of computer software, hardware, and firmware that allows public cloud 105 to communicate through WAN 102.
Some further explanation of virtualized computing environments (VCEs) will now be provided. VCEs can be stored as “images.” A new active instance of the VCE can be instantiated from the image. Two familiar types of VCEs are virtual machines and containers. A container is a VCE that uses operating-system-level virtualization. This refers to an operating system feature in which the kernel allows the existence of multiple isolated user-space instances, called containers. These isolated user-space instances typically behave as real computers from the point of view of programs running in them. A computer program running on an ordinary operating system can utilize all resources of that computer, such as connected devices, files and folders, network shares, CPU power, and quantifiable hardware capabilities. However, programs running inside a container can only use the contents of the container and devices assigned to the container, a feature which is known as containerization.
Private cloud 106 is similar to public cloud 105, except that the computing resources are only available for use by a single enterprise. While private cloud 106 is depicted as being in communication with WAN 102, in other embodiments a private cloud may be disconnected from the internet entirely and only accessible through a local/private network. A hybrid cloud is a composition of multiple clouds of different types (for example, private, community or public cloud types), often respectively implemented by different vendors. Each of the multiple clouds remains a separate and discrete entity, but the larger hybrid cloud architecture is bound together by standardized or proprietary technology that enables orchestration, management, and/or data/application portability between the multiple constituent clouds. In this embodiment, public cloud 105 and private cloud 106 are both part of a larger hybrid cloud.
The present description and claims may make use of the terms “a,” “at least one of,” and “one or more of,” with regard to particular features and elements of the illustrative embodiments. It should be appreciated that these terms and phrases are intended to state that there is at least one of the particular features or elements present in the particular illustrative embodiment, but that more than one can also be present. That is, these terms/phrases are not intended to limit the description or claims to a single feature/element being present or require that a plurality of such features/elements be present. On the contrary, these terms/phrases only require at least a single feature/element with the possibility of a plurality of such features/elements being within the scope of the description and claims.
In addition, it should be appreciated that the description uses a plurality of various examples for various elements of the illustrative embodiments to illustrate example implementations of the illustrative embodiments and to aid in the understanding of the mechanisms of the illustrative embodiments. These examples are intended to be non-limiting and are not exhaustive of the various possibilities for implementing the mechanisms of the illustrative embodiments. It will be apparent to those of ordinary skill in the art in view of the present description, that there are many other alternative implementations for these various elements that may be utilized in addition to, or in replacement of, the example provided herein without departing from the spirit and scope of the present invention.
The system and processes of the Figures are not exclusive. Other systems, processes and menus may be derived in accordance with the principles of embodiments described herein to accomplish the same objectives. It is to be understood that the embodiments and variations shown and described herein are for illustration purposes only. Modifications to the current design may be implemented by those skilled in the art, without departing from the scope of the embodiments. As described herein, the various systems, subsystems, agents, managers, and processes can be implemented using hardware components, software components, and/or combinations thereof. No claim element herein is to be construed under the provisions of 35 U.S.C. 112, sixth paragraph, unless the element is expressly recited using the phrase “means for.”
Although the invention has been described with reference to exemplary embodiments, it is not limited thereto. Those skilled in the art will appreciate that numerous changes and modifications may be made to the preferred embodiments of the invention and that such changes and modifications may be made without departing from the true spirit of the invention. It is therefore intended that the appended claims be construed to cover all such equivalent variations as fall within the true spirit and scope of the invention.