The present invention relates generally to training of artificial intelligence-based systems, and in particular to self-supervised learning for artificial intelligence-based systems for medical imaging analysis.
Often times, artificial intelligence-based systems are trained for medical imaging analysis (e.g., detection, segmentation, or classification of anatomies or abnormalities) on relatively small sets of training data. This often results in limited performance and generalizability on unseen data during the inference stage, as the appearance of certain anatomies and abnormalities is highly variable and may not be fully captured in such small datasets. While such artificial intelligence-based systems may be trained using relatively large sets of training data, the availability of such training data is limited due to strong privacy regulations and the high cost of annotating the training data.
In accordance with one or more embodiments, systems and methods for training an artificial intelligence-based system using self-supervised learning are provided. For each respective training medical image of a set of unannotated training medical images, the following steps are performed. A first augmented image is generated by applying a first augmentation operation to the respective training medical image. A second augmented image is generated by applying a second augmentation operation to the respective training medical image. A first representation vector is created from the first augmented image using an encoder network. A second representation vector is created from the second augmented image using the encoder network. The first representation vector is mapped to first cluster codes. The second representation vector is mapped to second cluster codes. The encoder network is optimized using the first and second representation vectors and the first and second cluster codes.
In one embodiment, the encoder network is optimized to find cluster codes that maximize a similarity between representation vectors and cluster prototypes. The encoder network may be optimized by calculating a first loss based on the first representation vectors and the second cluster codes, calculating a second loss based on the second representation vectors and the first cluster codes, and combining the first loss and the second loss. In one embodiment, the encoder network is optimized by optimizing a loss function by clustering based on a modality of each of the training medical images.
In one embodiment, one of the first augmentation operation or the second augmentation operation comprises an energy-based augmentation. The energy-based augmentation is performed by decomposing an image into a plurality of energy bands, computing an energy value for each of the plurality of energy bands, and transforming the image based on the energy values. The set of unannotated training medical images may comprise a plurality of subsets of training medical images each associated with different sites. The encoder network may be continuously optimized with the plurality of subsets of training medical images using federated learning and continual learning.
In one embodiment, annotated training data comprising annotated training medical images and corresponding annotations is received. The annotated training medical images are mapped to predicted annotations using a machine learning based network based on features of the encoder network. The encoder network is optimized to minimize a distance of the predicted annotations to the corresponding annotations.
In one embodiment, an input medical image is received. A representation vector is created from the input medical image using the optimized encoder network. A medical imaging analysis task is performed for the input medical image based on the representation vector. Results of the medical imaging analysis task are output. In one embodiment, the medical imaging analysis task is performed by decoding the representation vector using a decoder network to perform the medical imaging analysis task. The medical imaging analysis task may comprise at least one of detection, segmentation, or classification of an anatomy or abnormality in the input medical image.
These and other advantages of the invention will be apparent to those of ordinary skill in the art by reference to the following detailed description and the accompanying drawings.
The present invention generally relates to methods and systems for self-supervised learning for artificial intelligence-based systems for medical imaging analysis. Embodiments of the present invention are described herein to give a visual understanding of such methods and systems. A digital image is often composed of digital representations of one or more objects (or shapes). The digital representation of an object is often described herein in terms of identifying and manipulating the objects. Such manipulations are virtual manipulations accomplished in the memory or other circuitry/hardware of a computer system. Accordingly, is to be understood that embodiments of the present invention may be performed within a computer system using data stored within the computer system.
Self-supervised learning is a type of learning using unlabeled training images. In accordance with embodiments described herein, self-supervised learning utilizes a set of arbitrary N-dimensional training medical images, which can scale to the thousands, millions, billions, or more. Certain embodiments described herein are based on the SWaV (swapping assignments between views) framework, but modified to jointly learn from multiple imaging modalities by a contrastive clustering loss function. Further, embodiments described herein provided for a hybrid self-supervised/supervised learning approach to incorporate annotations of annotated training images in the self-supervised learning framework. In some embodiments, self-supervised learning can be deployed in the context of federated learning and continual learning.
Training (or pretraining) of an artificial intelligence-based system, such as, e.g., a machine learning-based system, by self-supervised learning is described herein with respect to
At step 102 of
In one embodiment, the training medical images in the set are of a plurality of different modalities, such as, e.g., MRI (magnetic resonance imaging), CT (computed tomography), ultrasound, x-ray, and/or any other medical imaging modality or combinations of medical imaging modalities. The set of training medical images may comprise 2D (two dimensional) images and/or 3D (three dimensional) volumes, and each training medical image may comprise a single image or a plurality of images (e.g., channels). The set of training medical images may be received directly from an image acquisition device, such as, e.g., a CT scanner, as the training medical images are acquired, or can be received by loading previously acquired training medical images from a storage or memory of a computer system (e.g., a PACS (picture archiving and communication system)) or by receiving medical images that have been transmitted from a remote computer system.
Method 100 then proceeds to step 104 to perform steps 104-114 for a first respective training medical image in the set of unannotated training medical images.
At step 104 of
In one embodiment, the first augmentation operation and the second augmentation operation are different augmentation operations. By applying both the first augmentation operation and the second augmentation operation to the respective training medical image, different augmented images are generated that correlate with each other. The first augmentation operation and the second augmentation operation may be any suitable operation or operations for transforming the respective training medical image. The first augmentation operation and the second augmentation operation may comprise any other suitable augmentation operation, such as, e.g., 1) crop and resize to original resolution, 2) crop, resize to original resolution, and flip, 3) color distortion (drop), 4) color distortion (jitter), 5) rotation (e.g., 90 degrees, 180 degrees, 270 degrees), 6) cutout, 7) Gaussian noise, 8) Gaussian blur, 9) Sobel filtering, or a combination thereof. In one embodiment, the first augmentation operation and the second augmentation operation are compositional such that each operation comprises or is composed of a plurality of operations. For example, the first augmentation operation may comprise rotation, rescaling, intensity variation, and cropping and the second augmentation operation may comprise rotation and cropping.
In one embodiment, one of the first augmentation operation or the second augmentation operation comprises an energy-based augmentation where, based on different energy bands of the respective training medical image, statistics may be computed and used to vary the image reconstruction weighting factor on each band. In energy-based augmentation, an image I is decomposed into B energy bands B(1), B(2), . . . , B(B) using Gaussian filtering. For each band 1≤i≤B, the energy value ei(I, Ω) is computed as the brightness dispersion in a predefined image region defined by Ω(e.g., the entire image). Image I is then normalized to transform the image based on the energy values ei(I, Ω) as follows:
where
denotes the reference energy value on band i, with I1, I2, . . . , IR denoting R preselected reference images. In one example, R is set to 1000 and image I is augmented using a variable reference energy eiref (Ω) for any given band 1≤i≤B around the mean value. On each band, the distribution of the band R reference value is modelled using a Gaussian distribution and the value of the reference energy is sampled from the range band [−σ, +σ] around the mean energy value.
At step 108 of
The encoder network may be any suitable machine learning-based network for respectively encoding the first and second augmented images to first and second representation vectors. In one example, the encoder network is a neural network, such as, a ResNet (Residual Network). The first and second representation vectors respectively comprise latent features of the first and second augmented images.
At step 112 of
The projection network may be any suitable machine learning-based network for respectively mapping the first and second representation vectors to first and second cluster codes. In one example, the projection network is a neural network, such as, e.g., an MLP (multilayer perceptron).
Method 100 of
At step 118 of
where H is entropy and E is a regularization weighing factor. The solution Q* to Equation 2 can be determined as a normalized exponential matrix using the Sinkhorn-Knopp algorithm. In one example, as shown in
In local experiments, pretraining on 1.8 million x-ray images or pretraining on 105 million CT/MR/ultrasound/x-ray images yielded a considerable increase in performance in assessing chest x-ray abnormalities based on a downstream task on 12 thousand images (1-3% AUC (area under the curve) increase compared to transfer learning and up to 12% increase in AUC compared to no pretraining), significantly increased training speed, and provided a consistent increase in robustness to various input augmentations (e.g., rotation, scaling, intensity variations, etc.).
Equation 2 may be used to learn from a multi-modality dataset of training medical images using random sampling. However, in one embodiment, the loss function of Equation 2 is modified to a contrastive clustering loss function that conditions clustering based on a modality of the training medical images. Specifically, cluster prototypes Cm are clustered according to different modalities m according to the following contrastive clustering loss function:
where Qm and Cm are conditioned on modality m and Z(m) denotes the aggregate of
vectors z associated with modality m.
At step 120 of
At step 302, an input medical image is received. The input medical image may depict, for example, anatomies and/or abnormalities of a patient. The input medical image may be of any suitable modality, such as, e.g., MRI, CT, ultrasound, x-ray, and/or any other medical imaging modality or combinations of medical imaging modalities. The input medical image may comprise 2D (two dimensional) images and/or 3D (three dimensional) volumes, and may comprise a single input medical image or a plurality of input medical images. The input medical image may be received directly from an image acquisition device, such as, e.g., a CT scanner, as the input medical image is acquired, or can be received by loading a previously acquired input medical image from a storage or memory of a computer system (e.g., a PACS (picture archiving and communication system)) or by receiving an input medical image that have been transmitted from a remote computer system.
At step 304, a representation vector is extracted from the input medical image using a trained encoder network. In one embodiment, the trained encoder network is the encoder network optimized according to method 100 of
At step 306, a medical imaging analysis task is performed for the input medical image based on the representation vector. The medical imaging analysis task may be any task for analyzing the input medical image, such as, e.g., detection, segmentation, or classification of anatomies and/or abnormalities in the input medical image. In one embodiment, a decoder network is applied to decode the representation vector to perform the medical imaging analysis task. The encoder network may be reused for other medical imaging analysis tasks, for example, using transfer learning (i.e., pretraining) where training is continuously performed in a supervised way on a specific downstream task. For downstream tasks, more complex models may also be utilized and embodiments described herein are not limited to an encoder network. For example, self-supervised learning may be used to pretrain a backbone network (residual network based).
At step 308, results of the medical imaging analysis task are output. The results of the medical imaging analysis task may comprise, for example, a probability map, a segmentation map, a classification, etc. The results of the medical imaging analysis task can be output by displaying the results of the medical imaging analysis task on a display device of a computer system, storing the results of the medical imaging analysis task on a memory or storage of a computer system, or by transmitting the results of the medical imaging analysis task to a remote computer system.
In one embodiment, where at least some of the training medical images of the set of training medical images are annotated (e.g., with image level labels, annotation masks, bounding boxes, associated text descriptions), the annotations may be exploited and incorporated into the self-supervised learning framework. In one embodiment, annotated training images may be incorporated into the self-supervised learning framework by, for example, adding a new auxiliary loss to the optimization of the encoder network (at step 118 of
ŷ
k
=g
ω(xk|ƒθ),∀k>N′
In this case, to optimize the encoder network ƒθ, the goal is similar to any supervised learning problem, i.e., minimize the distance of predicted label ŷk to label yk according to a loss function sup (sup=supervised):
Combining equations to a single global optimization criterion and re-balancing the contribution of each using factors α, β∈ gives the following objective for optimizing the encoder network:
Experiments incorporating annotated training medical images in self-supervised learning have shown improved performance in the downstream medical imaging analysis task.
Embodiments described herein are described with respect to the claimed systems as well as with respect to the claimed methods. Features, advantages or alternative embodiments herein can be assigned to the other claimed objects and vice versa. In other words, claims for the systems can be improved with features described or claimed in the context of the methods. In this case, the functional features of the method are embodied by objective units of the providing system.
Furthermore, certain embodiments described herein are described with respect to methods and systems utilizing trained machine learning based networks (or models), as well as with respect to methods and systems for training machine learning based networks. Features, advantages or alternative embodiments herein can be assigned to the other claimed objects and vice versa. In other words, claims for methods and systems for training a machine learning based network can be improved with features described or claimed in context of the methods and systems for utilizing a trained machine learning based network, and vice versa.
In particular, the trained machine learning based networks applied in embodiments described herein can be adapted by the methods and systems for training the machine learning based networks. Furthermore, the input data of the trained machine learning based network can comprise advantageous features and embodiments of the training input data, and vice versa. Furthermore, the output data of the trained machine learning based network can comprise advantageous features and embodiments of the output training data, and vice versa.
In general, a trained machine learning based network mimics cognitive functions that humans associate with other human minds. In particular, by training based on training data, the trained machine learning based network is able to adapt to new circumstances and to detect and extrapolate patterns.
In general, parameters of a machine learning based network can be adapted by means of training. In particular, supervised training, semi-supervised training, unsupervised training, reinforcement learning and/or active learning can be used. Furthermore, representation learning (an alternative term is “feature learning”) can be used. In particular, the parameters of the trained machine learning based network can be adapted iteratively by several steps of training.
In particular, a trained machine learning based network can comprise a neural network, a support vector machine, a decision tree, and/or a Bayesian network, and/or the trained machine learning based network can be based on k-means clustering, Q-learning, genetic algorithms, and/or association rules. In particular, a neural network can be a deep neural network, a convolutional neural network, or a convolutional deep neural network. Furthermore, a neural network can be an adversarial network, a deep adversarial network and/or a generative adversarial network.
The artificial neural network 800 comprises nodes 802-822 and edges 832, 834, . . . , 836, wherein each edge 832, 834, . . . , 836 is a directed connection from a first node 802-822 to a second node 802-822. In general, the first node 802-822 and the second node 802-822 are different nodes 802-822, it is also possible that the first node 802-822 and the second node 802-822 are identical. For example, in
In this embodiment, the nodes 802-822 of the artificial neural network 800 can be arranged in layers 824-830, wherein the layers can comprise an intrinsic order introduced by the edges 832, 834, . . . , 836 between the nodes 802-822. In particular, edges 832, 834, . . . , 836 can exist only between neighboring layers of nodes. In the embodiment shown in
In particular, a (real) number can be assigned as a value to every node 802-822 of the neural network 800. Here, x(n)i denotes the value of the i-th node 802-822 of the n-th layer 824-830. The values of the nodes 802-822 of the input layer 824 are equivalent to the input values of the neural network 800, the value of the node 822 of the output layer 830 is equivalent to the output value of the neural network 800. Furthermore, each edge 832, 834, . . . , 836 can comprise a weight being a real number, in particular, the weight is a real number within the interval [−1, 1] or within the interval [0, 1]. Here, w(m,n)i,j denotes the weight of the edge between the i-th node 802-822 of the m-th layer 824-830 and the j-th node 802-822 of the n-th layer 824-830. Furthermore, the abbreviation w(n)i,j is defined for the weight w(n,n+1)i,j.
In particular, to calculate the output values of the neural network 800, the input values are propagated through the neural network. In particular, the values of the nodes 802-822 of the (n+1)-th layer 824-830 can be calculated based on the values of the nodes 802-822 of the n-th layer 824-830 by
Herein, the function f is a transfer function (another term is “activation function”). Known transfer functions are step functions, sigmoid function (e.g. the logistic function, the generalized logistic function, the hyperbolic tangent, the Arctangent function, the error function, the smoothstep function) or rectifier functions. The transfer function is mainly used for normalization purposes.
In particular, the values are propagated layer-wise through the neural network, wherein values of the input layer 824 are given by the input of the neural network 800, wherein values of the first hidden layer 826 can be calculated based on the values of the input layer 824 of the neural network, wherein values of the second hidden layer 828 can be calculated based in the values of the first hidden layer 826, etc.
In order to set the values w(m,n)i,j for the edges, the neural network 800 has to be trained using training data. In particular, training data comprises training input data and training output data (denoted as ti). For a training step, the neural network 800 is applied to the training input data to generate calculated output data. In particular, the training data and the calculated output data comprise a number of values, said number being equal with the number of nodes of the output layer.
In particular, a comparison between the calculated output data and the training data is used to recursively adapt the weights within the neural network 800 (backpropagation algorithm). In particular, the weights are changed according to
w
i,j
T
=w
i,j
(n)−γ·δj(n)·xi(n)
wherein γ is a learning rate, and the numbers δ(n)j can be recursively calculated as
δj(n)=(Σkδk(n+1)·wj,k(n+1))·fT(Σixi(n)·wi,j(n))
based on δ(n+1)j, if the (n+1)-th layer is not the output layer, and
δj(n)=(xk(n+1)−tj(n+1))·fT(Σixi(n)·wi,j(n))
if the (n+1)-th layer is the output layer 830, wherein f′ is the first derivative of the activation function, and y(n+1)j is the comparison training value for the j-th node of the output layer 830.
In the embodiment shown in
In particular, within a convolutional neural network 900, the nodes 912-920 of one layer 902-910 can be considered to be arranged as a d-dimensional matrix or as a d-dimensional image. In particular, in the two-dimensional case the value of the node 912-920 indexed with i and j in the n-th layer 902-910 can be denoted as x(n)[i,j]. However, the arrangement of the nodes 912-920 of one layer 902-910 does not have an effect on the calculations executed within the convolutional neural network 900 as such, since these are given solely by the structure and the weights of the edges.
In particular, a convolutional layer 904 is characterized by the structure and the weights of the incoming edges forming a convolution operation based on a certain number of kernels. In particular, the structure and the weights of the incoming edges are chosen such that the values x(n)k of the nodes 914 of the convolutional layer 904 are calculated as a convolution x(n)k=Kk*X(n-1) based on the values x(n−1) of the nodes 912 of the preceding layer 902, where the convolution * is defined in the two-dimensional case as
x
k
(n)[i,j]=(Kk*x(n-1))[i,j]=Σi,Σj,Kk[i′,j′]·x(n-1)[i-i′,j-j′].
Here the k-th kernel Kk is a d-dimensional matrix (in this embodiment a two-dimensional matrix), which is usually small compared to the number of nodes 912-918 (e.g. a 3×3 matrix, or a 5×5 matrix). In particular, this implies that the weights of the incoming edges are not independent, but chosen such that they produce said convolution equation. In particular, for a kernel being a 3×3 matrix, there are only 9 independent weights (each entry of the kernel matrix corresponding to one independent weight), irrespectively of the number of nodes 912-920 in the respective layer 902-910. In particular, for a convolutional layer 904, the number of nodes 914 in the convolutional layer is equivalent to the number of nodes 912 in the preceding layer 902 multiplied with the number of kernels.
If the nodes 912 of the preceding layer 902 are arranged as a d-dimensional matrix, using a plurality of kernels can be interpreted as adding a further dimension (denoted as “depth” dimension), so that the nodes 914 of the convolutional layer 904 are arranged as a (d+1)-dimensional matrix. If the nodes 912 of the preceding layer 902 are already arranged as a (d+1)-dimensional matrix comprising a depth dimension, using a plurality of kernels can be interpreted as expanding along the depth dimension, so that the nodes 914 of the convolutional layer 904 are arranged also as a (d+1)-dimensional matrix, wherein the size of the (d+1)-dimensional matrix with respect to the depth dimension is by a factor of the number of kernels larger than in the preceding layer 902.
The advantage of using convolutional layers 904 is that spatially local correlation of the input data can exploited by enforcing a local connectivity pattern between nodes of adjacent layers, in particular by each node being connected to only a small region of the nodes of the preceding layer.
In embodiment shown in
A pooling layer 906 can be characterized by the structure and the weights of the incoming edges and the activation function of its nodes 916 forming a pooling operation based on a non-linear pooling function f. For example, in the two dimensional case the values x(n) of the nodes 916 of the pooling layer 906 can be calculated based on the values x(n-1) of the nodes 914 of the preceding layer 904 as
x
(n)[i,j]=f(x(n-1)[id1,jd2], . . . , x(n-1)[id1+d1−1,jd2+d2−1])
In other words, by using a pooling layer 906, the number of nodes 914, 916 can be reduced, by replacing a number d1·d2 of neighboring nodes 914 in the preceding layer 904 with a single node 916 being calculated as a function of the values of said number of neighboring nodes in the pooling layer. In particular, the pooling function f can be the max-function, the average or the L2-Norm. In particular, for a pooling layer 906 the weights of the incoming edges are fixed and are not modified by training.
The advantage of using a pooling layer 906 is that the number of nodes 914, 916 and the number of parameters is reduced. This leads to the amount of computation in the network being reduced and to a control of overfitting.
In the embodiment shown in
A fully-connected layer 908 can be characterized by the fact that a majority, in particular, all edges between nodes 916 of the previous layer 906 and the nodes 918 of the fully-connected layer 908 are present, and wherein the weight of each of the edges can be adjusted individually.
In this embodiment, the nodes 916 of the preceding layer 906 of the fully-connected layer 908 are displayed both as two-dimensional matrices, and additionally as non-related nodes (indicated as a line of nodes, wherein the number of nodes was reduced for a better presentability). In this embodiment, the number of nodes 918 in the fully connected layer 908 is equal to the number of nodes 916 in the preceding layer 906. Alternatively, the number of nodes 916, 918 can differ.
Furthermore, in this embodiment, the values of the nodes 920 of the output layer 910 are determined by applying the Softmax function onto the values of the nodes 918 of the preceding layer 908. By applying the Softmax function, the sum the values of all nodes 920 of the output layer 910 is 1, and all values of all nodes 920 of the output layer are real numbers between 0 and 1.
A convolutional neural network 900 can also comprise a ReLU (rectified linear units) layer or activation layers with non-linear transfer functions. In particular, the number of nodes and the structure of the nodes contained in a ReLU layer is equivalent to the number of nodes and the structure of the nodes contained in the preceding layer. In particular, the value of each node in the ReLU layer is calculated by applying a rectifying function to the value of the corresponding node of the preceding layer.
The input and output of different convolutional neural network blocks can be wired using summation (residual/dense neural networks), element-wise multiplication (attention) or other differentiable operators. Therefore, the convolutional neural network architecture can be nested rather than being sequential if the whole pipeline is differentiable.
In particular, convolutional neural networks 900 can be trained based on the backpropagation algorithm. For preventing overfitting, methods of regularization can be used, e.g. dropout of nodes 912-920, stochastic pooling, use of artificial data, weight decay based on the L1 or the L2 norm, or max norm constraints. Different loss functions can be combined for training the same neural network to reflect the joint training objectives. A subset of the neural network parameters can be excluded from optimization to retain the weights pretrained on another datasets.
Systems, apparatuses, and methods described herein may be implemented using digital circuitry, or using one or more computers using well-known computer processors, memory units, storage devices, computer software, and other components. Typically, a computer includes a processor for executing instructions and one or more memories for storing instructions and data. A computer may also include, or be coupled to, one or more mass storage devices, such as one or more magnetic disks, internal hard disks and removable disks, magneto-optical disks, optical disks, etc.
Systems, apparatus, and methods described herein may be implemented using computers operating in a client-server relationship. Typically, in such a system, the client computers are located remotely from the server computer and interact via a network. The client-server relationship may be defined and controlled by computer programs running on the respective client and server computers.
Systems, apparatus, and methods described herein may be implemented within a network-based cloud computing system. In such a network-based cloud computing system, a server or another processor that is connected to a network communicates with one or more client computers via a network. A client computer may communicate with the server via a network browser application residing and operating on the client computer, for example. A client computer may store data on the server and access the data via the network. A client computer may transmit requests for data, or requests for online services, to the server via the network. The server may perform requested services and provide data to the client computer(s). The server may also transmit data adapted to cause a client computer to perform a specified function, e.g., to perform a calculation, to display specified data on a screen, etc. For example, the server may transmit a request adapted to cause a client computer to perform one or more of the steps or functions of the methods and workflows described herein, including one or more of the steps or functions of
Systems, apparatus, and methods described herein may be implemented using a computer program product tangibly embodied in an information carrier, e.g., in a non-transitory machine-readable storage device, for execution by a programmable processor; and the method and workflow steps described herein, including one or more of the steps or functions of
A high-level block diagram of an example computer 1002 that may be used to implement systems, apparatus, and methods described herein is depicted in
Processor 1004 may include both general and special purpose microprocessors, and may be the sole processor or one of multiple processors of computer 1002. Processor 1004 may include one or more central processing units (CPUs), for example. Processor 1004, data storage device 1012, and/or memory 1010 may include, be supplemented by, or incorporated in, one or more application-specific integrated circuits (ASICs) and/or one or more field programmable gate arrays (FPGAs).
Data storage device 1012 and memory 1010 each include a tangible non-transitory computer readable storage medium. Data storage device 1012, and memory 1010, may each include high-speed random access memory, such as dynamic random access memory (DRAM), static random access memory (SRAM), double data rate synchronous dynamic random access memory (DDR RAM), or other random access solid state memory devices, and may include non-volatile memory, such as one or more magnetic disk storage devices such as internal hard disks and removable disks, magneto-optical disk storage devices, optical disk storage devices, flash memory devices, semiconductor memory devices, such as erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), compact disc read-only memory (CD-ROM), digital versatile disc read-only memory (DVD-ROM) disks, or other non-volatile solid state storage devices.
Input/output devices 1008 may include peripherals, such as a printer, scanner, display screen, etc. For example, input/output devices 1008 may include a display device such as a cathode ray tube (CRT) or liquid crystal display (LCD) monitor for displaying information to the user, a keyboard, and a pointing device such as a mouse or a trackball by which the user can provide input to computer 1002.
An image acquisition device 1014 can be connected to the computer 1002 to input image data (e.g., medical images) to the computer 1002. It is possible to implement the image acquisition device 1014 and the computer 1002 as one device. It is also possible that the image acquisition device 1014 and the computer 1002 communicate wirelessly through a network. In a possible embodiment, the computer 1002 can be located remotely with respect to the image acquisition device 1014.
Any or all of the systems and apparatus discussed herein may be implemented using one or more computers such as computer 1002.
One skilled in the art will recognize that an implementation of an actual computer or computer system may have other structures and may contain other components as well, and that
The foregoing Detailed Description is to be understood as being in every respect illustrative and exemplary, but not restrictive, and the scope of the invention disclosed herein is not to be determined from the Detailed Description, but rather from the claims as interpreted according to the full breadth permitted by the patent laws. It is to be understood that the embodiments shown and described herein are only illustrative of the principles of the present invention and that various modifications may be implemented by those skilled in the art without departing from the scope and spirit of the invention. Those skilled in the art could implement various other feature combinations without departing from the scope and spirit of the invention.