BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to a computer program product, system, and method for training a pose estimation model to determine anatomy keypoints in images.
2. Description of the Related Art
Human pose estimation computer technology seeks to locate the keypoints of the human anatomy (such as eyes, knees, arms, legs, etc.) within an image or a video, which is a fundamental task in the field of computer vision and has various practical applications, including action recognition, human-object interaction, pose tracking, and visual reasoning. Early efforts in deep learning directly regress keypoint coordinates from the given images. Recent supervised approaches have adopted a heatmap based framework for better supervision.
Despite substantial advancements in supervised learning, substantial labeled data is crucial for its effectiveness. Improving pose estimation performance through the use of larger, high-quality datasets in supervised learning is costly, as collecting labeled data can be both time consuming and labor-intensive. To mitigate the need for labeled data, some attempts have been made towards semi-supervised human pose estimation, leveraging both limited labeled images and abundant unlabeled images. However, semi-supervised learning in human pose estimation is challenging due to the limited number of labeled images and the sparse labeling structure (i.e., the number of background pixels in images is dominant).
Existing semi-supervised human pose estimation methods focus on effectively using abundant unlabeled images. Pseudo-labeling and consistency regularization are two common paradigms for utilizing unlabeled images. The pseudo-labeling paradigm generates pseudo-labels for unlabeled images using a fixed teacher network pre-trained on limited labeled images, and then uses these pseudo-labels for supervised training. However, the fixed teacher network's performance is limited by the initial labeled data, leading to the generation of incorrect pseudo-labels that cannot be rectified.
There is a need in the art for improved techniques to train a pose estimation model to estimate keypoints in an image of a body.
SUMMARY
Provided are a computer program product, system, and method for training a pose estimation model to determine anatomy keypoints in images. A teacher network, implementing machine learning, processes images representing anatomies to produce heatmaps representing keypoints of the anatomies. An anatomy parsing network, implementing machine learning, processes the images to produce segmentation representations labeling anatomies represented in the images. The segmentation representations from the anatomy parsing network and the heatmaps from the teacher network are concatenated to produce mixed heatmaps. A pose estimation model, implementing machine learning, is trained to process the images to output predicted heatmaps to minimize a loss function of the output predicted heatmaps from the pose estimation model and the mixed heatmaps.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 illustrates an embodiment of a human pose training system.
FIGS. 2a and 2b illustrate an embodiment of operations to use a teacher network and anatomy parsing network to train a pose estimation model in a pose estimation network.
FIG. 3 illustrates a computing environment in which the components of FIGS. 1 and 2 may be implemented.
DETAILED DESCRIPTION
In current techniques using a teacher network to train a student network, the teacher network's predictions for unlabeled images (pseudo-labels) contain noise. Existing methods for pose estimations do not consider constraining the impact of noise present in pseudo-labels on the student network's learning which increases confidence in erroneous predictions because of learning from unreliable pseudo-labels. Further, existing methods over-rely on the sparse and noisy pseudo-labels. The pseudo heatmap reveals a limited high-density keypoint area within an image, indicating that predicted keypoint locations are sparsely distributed. This sparsity makes the pseudo heatmap less error-tolerant. The model cannot learn the approximate range of the correct keypoint with an incorrect pseudo heatmap. When learning with unlabeled images, the student network focuses solely on the potentially incorrect pseudo heatmaps, with the risk of overfitting to the wrong guidance.
Described embodiments address the above technical problems by providing regional guidance for semi-supervised human pose estimation. The regional guidance comprises a type of supervision signal that covers regions of an image rather than individual pixels. The regional guidance extends the consistency regularization paradigm from the perspective of regional guidance. Described embodiments introduce dense regional guidance through human parsing, which aims to segment the semantics of different parts of the human body. For instance, humans estimate pose by leveraging semantic knowledge of each body part, often unconsciously. Inspired by this, described embodiments propose an extra human parsing branch that uses human parsing as an auxiliary task, which makes the student network capable of simultaneously performing pose estimation and human parsing. The additional human parsing branch guides the pose estimation results to be consistent with the human body structure, instead of relying solely on potentially incorrect pseudo-labels, as the predictions of both human parsing and pose estimation are made from the shared representations.
Further, described embodiments improve the pseudo-heatmap form and avoid the disadvantages of existing pseudo heatmaps by selectively regenerating Gaussian pseudo heatmaps using relatively accurate predicted keypoints while keeping the remaining pseudo heatmaps as the relaxed version. In this way, a heatmap selection module incorporates regional guidance to optimize the pseudo-label generation and selectively chooses regenerated Gaussian pseudo heatmaps based on the dynamic categorical thresholds of heatmap response and the prior knowledge of human parsing (e.g., the predicted keypoints should lie within the human body area). The human parsing is combined with the remaining relaxed pseudo heatmaps to produce mixed pseudo heatmaps. The mixed pseudo heatmaps are more effective than traditional pseudo heatmaps for supervising student network learning.
Described embodiments mitigate the training difficulty issue from sparse supervision of pose keypoints by utilizing the human parsing branch to provide dense regional guidance, resulting in keypoint predictions that align better with human body topology.
Described embodiments analyze the limitations of existing types of pseudo-labels and note their inevitable noise. The heatmap selection module mitigates the interference from the background and noise of pseudo-labels with prior knowledge of the human body.
FIG. 1 illustrates an embodiment of a computer system 100 including a human pose training system 102 to train the student pose estimation model 104 to recognize keypoints of human anatomy, e.g., eyes, knee, arms, head, etc., or the anatomy of another creature, in an image. Although embodiments are described with respect to estimating parts of human anatomy, the described embodiments may be applied to estimate the anatomy of other creatures. The human pose training system 102 consists of three components, a teacher network 106 to generate Gaussian heatmaps 108, an anatomy parsing network 110 trained to produce a segmentation 112, e.g., mask, identifying the anatomy of the input image, i.e., a semantic labeling of the anatomical parts, and a pose estimation network 114 to train the student pose estimation model 104 to provide accurate heatmaps identifying keypoints of the human anatomy in a received input image. A heatmap selector 116 concatenates the segmentation 112, i.e., mask, with the Gaussian heatmap 108 to produce mixed heatmaps 118 used to train the student pose estimation model 104. Different heatmaps may be produced for the keypoints of each image, so that the processing is performed for each image and each keypoint of the image 120.
The terms anatomy, anatomical parts, anatomical region, body, and body parts are used herein to refer to the anatomy or anatomical parts of a human or other creature represented in the image 120.
The teacher network 106 upon receiving an image 120 may perform easy augmentation of the image to produce an augmented image 122 that is processed by an encoder 124 to generate an image vector representing the image in a vector space that is inputted to the teacher pose estimation model 126, comprising a machine learning model, to generate heatmaps 128. A Gaussian transformer 130 maps the heatmaps 128 into Gaussian heatmaps 108. There may be a separate teacher pose estimation model 126 for each keypoint in an image of the human anatomy to be trained to produce a heatmap identifying a specific keypoint of the human anatomy, where each teacher pose estimation model 126 generates a separate heatmap 128 so there is a heatmap 128 for each keypoint to identify that is transformed into Gaussian heatmaps 108 for the different keypoints.
The pose estimation network 114 comprises the student pose estimation model 104 that is trained from the output from the teacher network 106 and the anatomy parsing network 110, which comprises an auxiliary teaching network to provide the regional guidance from the human parsing. The anatomy parsing network 110 trains the student network to simultaneously perform pose estimation and human parsing, relaxing the learning difficulty of pose estimation in semi-supervised learning and preventing relying solely on potentially incorrect pseudo-labels
The pose estimation network 114 receives the image 120 of a human pose that is augmented using hard augmentation to an augmented image 132. The encoder 134 generates an image vector from the image 132 to input into the student pose estimation model 104 and the segmentation model 136 in the anatomy parsing network 110. Thus, the student pose estimation model 104 and the segmentation model 136 share a same encoder 134. The segmentation model 136 processes the input image vector from the encoder 134, such as one for each keypoint to estimate, and generates a predicted segmentation 138 comprising the human parsing information or human mask that labels and identifies the body parts with semantic understanding.
A pre-trained parsing model 140, comprising a machine learning model, receives as input the image vector from encoder 134 and generates a pseudo-label segmentation 142 identifying the body parts to provide a ground truth segmentation. A loss function 144 is used to minimize the difference between the predicted segmentation 138 and the pseudo-label segmentation 142 to train the segmentation model 136, using backpropagation and other techniques, to produce segmentations 138 that minimize the loss function 144. As with the heatmaps, there may be one segmentation 138, 142 for each of the keypoints to determine, which each segmentation 138, 142 identifies/labels one of the keypoints, e.g., right knee, left knee, right arm, left arm, head, etc.
The student pose estimation model 104 outputs predicted heatmaps 146, where there is a predicted heatmap 146 for each of the keypoints to estimate. Loss function 148 is defined to minimize a loss between the predicted heatmaps 146 and the mixed heatmaps 118, which provide the ground truth for the training. The student pose estimation model 104 is trained, such as using back propagation, to minimize the loss function 148.
In certain embodiments, many of the described components, such as the encoders 124, 134, teacher pose estimation model 126, student pose estimation model 104, segmentation model 136, and pre-trained parsing model 140 may use machine learning and deep learning algorithms, such as decision tree learning, association rule learning, neural networks, inductive programming logic, support vector machines, Bayesian network, recurrent neural networks (RNN), Feedforward neural networks, Convolutional Neural Networks (CNN), etc. For artificial neural network program implementations, the neural network may be trained using backward propagation to adjust weights and biases at nodes in a hidden layer to produce their output based on the received inputs. In backward propagation used to train a neural network machine learning module, biases at nodes in the hidden layer are adjusted accordingly to produce the expected output having specified confidence levels based on the input parameters.
Backward propagation may comprise an algorithm for supervised and semi-supervised learning of artificial neural networks using gradient descent. Given an artificial neural network and an error function, the method may use gradient descent to find the parameters (coefficients) for the nodes in a neural network or function that minimizes a cost function measuring the difference or error between actual and predicted values for different parameters. The parameters are continually adjusted during gradient descent to minimize the error.
In backward propagation used to train a neural network machine learning module, margins of error are determined based on a difference of the calculated predictions and user rankings of the output. Biases (parameters) at nodes in the hidden layer are adjusted accordingly to minimize the margin of error of the error function.
In an alternative embodiment, other techniques may be used to train the components, such as an unsupervised machine learning module, or machine learning implemented in methods other than neural networks, such as multivariable linear regression models.
Generally, program modules, such as the program components 102, 104, 106, 110, 114, 116, 124, 126, 130, 134, 136, 140, among others, may comprise routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. The program components and hardware devices of the computer systems 100 of FIG. 1 may be implemented in one or more computer systems, where if they are implemented in multiple computer systems, then the computer systems may communicate over a network.
The program components in FIG. 1, including components 102, 104, 106, 110, 114, 116, 124, 126, 130, 134, 136, 140, among others, may be accessed by a processor from memory to execute. Alternatively, some or all of the program components in FIG. 1, including components 102, 104, 106, 110, 114, 116, 124, 126, 130, 134, 136, 140, among others, may be implemented in separate hardware devices, such as one or more Application Specific Integrated Circuit (ASIC) hardware devices.
The functions described as performed by the program components of FIG. 1 may be implemented as program code in fewer program modules than shown or implemented as program code throughout a greater number of program modules than shown.
The computer system 100 may comprise a suitable computer with sufficient computational power to run the networks 106, 110, and 114. The final trained student pose estimation model 104 may be deployed in any computational device in which it would be utilized, including servers and a personal computing device, such as a laptop, desktop computer, tablet, smartphone, wearable computer, server class computing devices, or other suitable computing devices.
FIGS. 2a and 2b illustrate an embodiment of operations performed by the components of the human pose training system 102, including the teacher network 106, pose estimation network 114, and anatomy parsing network 110, and components therein, to train the pose estimation model 104 to estimate keypoints of the anatomy of a human, or other creatures. Upon initiating (at block 200) training with a data set of images 120 representing a body in a pose, which may comprise unlabeled images, the pose estimation network 114 inputs (at block 202) images 132, which may comprise augmentations of the original images 120, into a student encoder 134, in a student network comprising the pose estimation network 114, to generate student image vectors to input into the student pose estimation model 104. The image vectors are inputted into the student pose estimation model 104 to generate predicted heatmaps (P) 146. There may be K student pose estimation models 104 to generate K heatmaps 146 for the K keypoints in the pose in the image 132, one heatmap for each keypoint.
Concurrently with step 202, the anatomy parsing network 110 inputs (at block 204) the student image vectors from the encoder 134 into the segmentation model 136 in the anatomy parsing network 110 to produce a predicted segmentation(S) 138, e.g., body mask, for each image 132. Concurrently with steps 202 and 204, the anatomy paring network 1140 inputs (at block 206) student image vectors, from encoder 134, into the pre-trained parsing model 140 to produce a pseudo-label segmentation 142 for each image 132. A loss function 144 is calculated (at block 208) between the predicted segmentations 138 and the pseudo-label segmentations 142 from the images in the training data set. The anatomy parsing network 110 uses (at block 210) the loss function 144 to train the segmentation model 136 to minimize the loss function 144. In this way, the auxiliary anatomy parsing network 110 is continually retrained to improve the prediction of the human mask 112, which comprises a semantic description of the parts of the anatomy in the images 120.
At the same time the images 120 are provided to the student encoder 134, the teacher network 106 inputs (at block 214) the images 122, which may comprise an augmentation of the original images 120, to the teacher encoder 124 in the teacher network 106 to generate teacher image vectors to input into the teacher pose estimation model 126 to generate intermediary heatmaps (H) 128, where there may be K heatmaps for each image for the K keypoints of the body represented in the image. A Gaussian transformer 130 is applied (at block 216) to the intermediary heatmaps (H) 128 to produce Gaussian heatmaps (G) 108 for the training data set of images, where there may be K Gaussian heatmaps 108 for each keypoint of the body in the image. From blocks 212 and 216, the heatmap selector 116 forms (at block 218), for each image 120, K mixed heatmaps 118 for the K keypoints by concatenating the segmentation mask 112 for the image with each of the K gaussian heatmaps (G) 108.
Control then proceeds to block 220 in FIG. 2b where the heatmap selector 116 calculates (at block 220), for each mixed heatmap 118 for a keypoint and image, a probability, using a probabilistic approach, that the predicted keypoint in the mixed heatmap 118 for the keypoint is within a human region. The human region for a keypoint may be defined from the human mask 112, which shows a mask of keypoints in an anatomy. The heatmap selector 116 determines (at block 222), for each mixed heatmap 118 for each keypoint and image 120, whether the calculated probability is greater than a threshold probability, e.g., 70%. If (at block 222) the calculated probability is less than the probability threshold, then the heatmap selector 116 selects (at block 224) the Gaussian heatmap 108 as the ground truth to train the pose estimation model 104 for the keypoint and the image. If (at block 222) the calculated probability is greater than the probability threshold, then the heatmap selector 116 selects the mixed heatmap 118 for the keypoint and the image. The selected heatmap 108 or 118 operates as the ground truth in the loss function 148 to train the student pose estimation model 104. In this way, the heatmap selector 116 may regenerate the Gaussian pseudo-heatmaps 108 by selecting relatively accurate predicted keypoints based on the dynamic categorical thresholds of heatmap response and the prior knowledge of the human parsing reflected in the anatomy mask 112. Predicted heatmaps 146 of the student network 114 are supervised by refined pseudo heatmaps 118 generated by the heatmap selector 116.
The pose estimation network 114 calculates (at block 228) a loss function 148 between the predicted heatmaps 146 and the selected mixed heatmaps 118 or selected heatmaps 108 for the keypoints of the images. The pose estimation network 114 trains (at block 230) the student pose estimation model 104 to minimize the loss function 148. After training on one or more datasets of unlabeled images, the student pose estimation model 104 may be deployed (at bock 232) in a user environment to generate information on keypoints of a human pose that can be interpreted to provide information on the detected pose to other applications and end users.
In the above embodiments, the teacher network 106 and the anatomy parsing network 110 may in parallel process the encoded images 120 so that their outputs 108 and 112, respectively, are provided at relatively the same time to the heatmap selector 116 to use to produce the mixed heatmaps 118. Further, while the teacher network 106 and the anatomy parsing network 110 are parallel processing the image vectors, the pose estimation network 114 may process the image vector to generate the predicted heatmaps 146 to be available at the time the mixed heatmaps 118 become available to optimize the training process.
In the embodiment of FIGS. 2a and 2b, the image 120 is subject to an easy augmentation to produce image 122 for the teacher network 106 and the image 120 is subject to a hard augmentation to produce image 132 for the pose estimation network 114 and the anatomy parsing network 110. In alternative embodiments, other augmentations or transformations may be performed on the image 120. In the described embodiments the heatmaps 128 are transformed to Gaussian heatmaps 108 through a Gaussian mapping. In alternative embodiments, the heatmaps 128 may be transformed using other transformation mappings or not transformed.
In certain embodiments, the anatomy parsing network 110 may not be trained with extra human parsing datasets in the semi-supervised setting. Further, to avoid introducing extra computational costs in inference, the pose estimation network 114 calculations may be relatively independent of the anatomy parsing network 110. Further, the anatomy parsing network 110 may only be available to the student pose estimation network 114 and can be discarded for better inference efficiency after training. The anatomy parsing network and the pose estimation network 114 share the same backbone network in the encoder 134, but their models 104 and 136 do not interact with each other.
In certain embodiments, the original pose estimation network 114 may be denoted as fθ=fθ,pose∘fθ,enc, where θ denotes network parameters, fθ,enc refers to the encoder 134, e.g., backbone network, and fθ,pose refers to the prediction pose estimation model 104. The pose estimation model 104 may be denoted as fθ,seg. The pre-trained parsing model 140 may comprise a pre-trained model of human parsing, such as Self-Correction for Human Parsing (SCHP) model, to generate the pseudo-label segmentations of the unlabeled training set of images 120 to train the anatomy parsing network 110.
For a set of unlabeled images unlabeled image Iiu, where i is the number of an image of a set of u images, the pseudo-label segmentation 142 of a hard augmented unlabeled image Th(Iiu) may be denoted as Yiu, where Th refers to hard augmentation, such as from SemiPose. The predicted human segmentation 138 may comprise equation (1) below:
In such case, the loss function 144, Lseg, may be calculated according to equation (2) below:
where B is the batch size, and CE is a pixel-wise cross-entropy loss function.
The heatmap selector 116 may select between the pseudo heatmaps 108 outputted from the Gaussian transformer 130 or a mixed heatmap 118 comprising the Gaussian heatmap 108 matrix concatenated with the human mask 112, where the concatenation may comprise a Hadamard product, i.e., element-wise multiplication of two matrices, for the keypoint. The mixed heatmap 118 is used if the probability the predicted keypoints of the mixed heatmap 118 are greater than a probability threshold, such as 0.7, indicating the probability the keypoints of the mixed heatmap 118 are within the human region. If they are not greater than the threshold, then the pseudo heatmap 108 is used to train the student pose estimation model 104.
The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
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.
With respect to FIG. 3, computing environment 300 contains an example of an environment for the execution of at least some of the computer code involved in performing the inventive methods concerning how to train a pose estimation model 104 using the human pose training system 102 described above with respect to FIG. 1. In addition to the human pose training system 102, computing environment 300 includes, for example, computer 301, wide area network (WAN) 302, end user device (EUD) 303, remote server 304, public cloud 305, and private cloud 306. In this embodiment, computer 301 includes processor set 310 (including processing circuitry 320 and cache 321), communication fabric 311, volatile memory 312, persistent storage 313 (including operating system 322 and human pose training system 102, as identified above), peripheral device set 314 (including user interface (UI) device set 323, storage 324, and Internet of Things (IoT) sensor set 325), and network module 315. Remote server 304 includes remote database 330. Public cloud 305 includes gateway 340, cloud orchestration module 341, host physical machine set 342, virtual machine set 343, and container set 344.
COMPUTER 301 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 330. 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 300, detailed discussion is focused on a single computer, specifically computer 301, to keep the presentation as simple as possible. Computer 301 may be located in a cloud, even though it is not shown in a cloud in FIG. 3. On the other hand, computer 301 is not required to be in a cloud except to any extent as may be affirmatively indicated.
PROCESSOR SET 310 includes one, or more, computer processors of any type now known or to be developed in the future. Processing circuitry 320 may be distributed over multiple packages, for example, multiple, coordinated integrated circuit chips. Processing circuitry 320 may implement multiple processor threads and/or multiple processor cores. Cache 321 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 310. 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 310 may be designed for working with qubits and performing quantum computing.
Computer readable program instructions are typically loaded onto computer 301 to cause a series of operational steps to be performed by processor set 310 of computer 301 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 321 and the other storage media discussed below. The program instructions, and associated data, are accessed by processor set 310 to control and direct performance of the inventive methods. In computing environment 300, at least some of the instructions for performing the inventive methods may be stored in human pose training system 102 in persistent storage 313.
COMMUNICATION FABRIC 311 is the signal conduction path that allows the various components of computer 301 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 buses, 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 312 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 312 is characterized by random access, but this is not required unless affirmatively indicated. In computer 301, the volatile memory 312 is located in a single package and is internal to computer 301, but, alternatively or additionally, the volatile memory may be distributed over multiple packages and/or located externally with respect to computer 301.
PERSISTENT STORAGE 313 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 301 and/or directly to persistent storage 313. Persistent storage 313 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 322 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 the human pose training system 102, typically includes at least some of the computer code involved in performing the inventive methods.
PERIPHERAL DEVICE SET 314 includes the set of peripheral devices of computer 301. Data communication connections between the peripheral devices and the other components of computer 301 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 323 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 324 is external storage, such as an external hard drive, or insertable storage, such as an SD card. Storage 324 may be persistent and/or volatile. In some embodiments, storage 324 may take the form of a quantum computing storage device for storing data in the form of qubits. In embodiments where computer 301 is required to have a large amount of storage (for example, where computer 301 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 325 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 315 is the collection of computer software, hardware, and firmware that allows computer 301 to communicate with other computers through WAN 302. Network module 315 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 315 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 315 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 301 from an external computer or external storage device through a network adapter card or network interface included in network module 315.
WAN 302 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 302 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) 303 is any computer system that is used and controlled by an end user (for example, a customer of an enterprise that operates computer 301), and may take any of the forms discussed above in connection with computer 301. EUD 303 typically receives helpful and useful data from the operations of computer 301. For example, in a hypothetical case where computer 301 is designed to provide a recommendation to an end user, this recommendation would typically be communicated from network module 315 of computer 301 through WAN 302 to EUD 303. In this way, EUD 303 can display, or otherwise present, the recommendation to an end user. In some embodiments, EUD 303 may be a client device, such as thin client, heavy client, mainframe computer, desktop computer and so on. The trained pose estimation model 104 may be deployed in EUD 303 to determine keypoints of human anatomy in images.
REMOTE SERVER 304 is any computer system that serves at least some data and/or functionality to computer 301. Remote server 304 may be controlled and used by the same entity that operates computer 301. Remote server 304 represents the machine(s) that collect and store helpful and useful data for use by other computers, such as computer 301. For example, in a hypothetical case where computer 301 is designed and programmed to provide a recommendation based on historical data, then this historical data may be provided to computer 301 from remote database 330 of remote server 304.
PUBLIC CLOUD 305 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 305 is performed by the computer hardware and/or software of cloud orchestration module 341. The computing resources provided by public cloud 305 are typically implemented by virtual computing environments that run on various computers making up the computers of host physical machine set 342, which is the universe of physical computers in and/or available to public cloud 305. The virtual computing environments (VCEs) typically take the form of virtual machines from virtual machine set 343 and/or containers from container set 344. 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 341 manages the transfer and storage of images, deploys new instantiations of VCEs and manages active instantiations of VCE deployments. Gateway 340 is the collection of computer software, hardware, and firmware that allows public cloud 305 to communicate through WAN 302.
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 306 is similar to public cloud 305, except that the computing resources are only available for use by a single enterprise. While private cloud 306 is depicted as being in communication with WAN 302, 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 305 and private cloud 306 are both part of a larger hybrid cloud.
The letter designators, such as i, is used to designate a number of instances of an element may indicate a variable number of instances of that element when used with the same or different elements.
The terms “an embodiment”, “embodiment”, “embodiments”, “the embodiment”, “the embodiments”, “one or more embodiments”, “some embodiments”, and “one embodiment” mean “one or more (but not all) embodiments of the present invention(s)” unless expressly specified otherwise.
The terms “including”, “comprising”, “having” and variations thereof mean “including but not limited to”, unless expressly specified otherwise.
The enumerated listing of items does not imply that any or all of the items are mutually exclusive, unless expressly specified otherwise.
The terms “a”, “an” and “the” mean “one or more”, unless expressly specified otherwise.
Devices that are in communication with each other need not be in continuous communication with each other, unless expressly specified otherwise. In addition, devices that are in communication with each other may communicate directly or indirectly through one or more intermediaries.
A description of an embodiment with several components in communication with each other does not imply that all such components are required. On the contrary a variety of optional components are described to illustrate the wide variety of possible embodiments of the present invention.
When a single device or article is described herein, it will be readily apparent that more than one device/article (whether or not they cooperate) may be used in place of a single device/article. Similarly, where more than one device or article is described herein (whether or not they cooperate), it will be readily apparent that a single device/article may be used in place of the more than one device or article or a different number of devices/articles may be used instead of the shown number of devices or programs. The functionality and/or the features of a device may be alternatively embodied by one or more other devices which are not explicitly described as having such functionality/features. Thus, other embodiments of the present invention need not include the device itself.
The foregoing description of various embodiments of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto. The above specification, examples and data provide a complete description of the manufacture and use of the composition of the invention. Since many embodiments of the invention can be made without departing from the spirit and scope of the invention, the invention resides in the claims herein after appended.