The following disclosure(s) are submitted under 35 U.S.C. 102(b)(1)(A): PSAR: Predictive Space Aggregated Regression and its Application in Valvular Heart Disease Classification, Ting Chen, Ritwik Kumar, Guillaume Troianowski, Tanveer Syeda-Mahmood, David Beymer, Karen Brannon, Apr. 7, 2013, 2013 IEEE International Symposium on Biomedical Imaging.
Embodiments of the invention relate generally to predictive space aggregated regression, and more specifically, to using predictive space aggregated regression to create a highly accurate classification rule.
In general, the classification of medical images, such as coronary angiograms, continuous wave flow Doppler images, and the like, is a complex and time consuming problem. Recently, work has been done to attempt to automate the classification of such images. Typically, the classification of such images includes a wide range of classifiers that can be used to solve a classification problem. These classifiers can be generally grouped into, weak, moderate and strong classifiers based on the level of accuracy of the classifiers. Currently, various methods of combining classifiers to develop highly accurate classification rules are known.
Boosting is a known method of finding a highly accurate classification rule by combining many weak classifiers, each of which is only moderately accurate. Typically, each weak hypothesis is a simple rule which can be used to generate a predicted classification for any instance. A common form of boosting, referred to as Adaboost, uses a weighted linear combination of weak classifier for building the string classifier. Recently, an alternative technique for combining weak classifiers, called CAVIAR, was proposed. CAVIAR uses a weighted combination of each weak classifier and training data. While CAVIAR is superior to traditional boosting, it requires learning a large number of parameters, which effectively limits the number of weak classifiers it can combine.
Embodiments include a method, system, and computer program product for creating a classification rule by combining classifiers. The method includes receiving N training samples d, wherein each of the N training samples d includes a label l, receiving T classifiers C, and initializing a first random weight vector α for the N training samples d. The method also includes initializing a second random weight vector β for the T classifiers C and creating, by a processor, the classification rule by identifying a combination of one or more of the T classifiers C that best approximates the label l for each of the N training samples d.
Additional features and advantages are realized through the techniques of the present disclosure. Other embodiments and aspects of the disclosure are described in detail herein. For a better understanding of the disclosure with the advantages and the features, refer to the description and to the drawings.
The subject matter which is regarded as the invention is particularly pointed out and distinctly claimed in the claims at the conclusion of the specification. The foregoing and other features, and advantages of the disclosure are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:
Embodiments described herein are directed to methods, systems and computer program products for creating a classification rule by combining weak classifiers. In exemplary embodiments, a predictive space aggregated regression (PSAR) algorithm is used to create the classification rule. PSAR is an improved boosting algorithm which can be used to combine existing classifiers to improve their performance. In exemplary embodiments, PSAR learns one weight per weak classifier and training sample, as opposed to a weight for each combination of weak classifier and training samples as done by CAVIAR. For example, in a data set with m weak classifiers and n training samples, CAVIAR would learn m×n weights while PSAR would only need to learn m+n weights. In exemplary embodiments, the reduced number of parameters, or classification weights, leads to a more stable numerical solution and allows for a large number of weak classifier to be combined.
Referring now to
Let be the set of training samples and be the set of labels which contains only {1, −1} for binary classification. (di,li), i=1, . . . , N are random samples drawn from the set ×. Assume Ct, t=1, . . . , T are the weak classifiers applied to the instance taken from the data set . The magnitude |Ct| denotes the confidence of the prediction and its sign distinguishes the class to which it belongs. As shown in
In exemplary embodiments, a combination of the weak learners' outputs Ct that best approximates the ground truth label li for each training data di is found minimizing the overall error of
In exemplary embodiments, regularization is needed to solve this under-determined linear system and prevent overfitting. If the behaviors of all the weak classifiers are similar for the training data di and dj (the i,jth rows in
In exemplary embodiments, D(·) is the similarity measure defined on the weak classifiers' outputs. D(C(di),C(dj)) thus represents the similarity of two data samples while D(e(Cp),e(Cq)) represents the similarity of two weak classifiers. Accordingly, the cost function can be regularized using
In exemplary embodiments, after the training stage, a filtering procedure is imposed during the testing stage in order to construct a data adaptive strong learner based on the given test sample and to reduce the generalization error of the model. In exemplary embodiments, the data set is assumed to be non-independent and identically distributed. Accordingly, only a subset of the training data may exhibit the same distribution as the test sample and only those relevant trained parameters are helpful in the testing.
In exemplary embodiments, sparse weighted selection can be used for finding the most relevant training samples given a test data. In one embodiment, a testing stage of the PSAR algorithm includes defining a matrix A with N columns where the ith column is the feature vector of di and let Y be the feature vector of the given test sample. The sparse combination weights τ can be obtained by solving τ*=argminτ|Aτ−Y|22+ν|τ|1. The classifier H for that certain test data do can be constructed using
Here α and β are the weights obtained from the training. Due to the Lτ norm constraint of τ, the solution is a sparse vector. A pseudo code of an exemplary PSAR algorithm is shown in
As shown in
φi=C(di)tβ;
GT×T=matrix has D(di,d1)+ . . . +D(di,dT) in the ith diagonal; HT×T=matrix has D(d1,di)+ . . . +D(dT,di) in the ith diagonal; BT×T=matrix has D(di,dj) in (i,j)th entry; G′, H′, B′=matrices with the same formats as G, H, and B, but defined on D(Ci,Cj); ΦN×M=matrix has φi2 in ith diagonal; νN×t=[φ1l1,φ2l2, . . . , φNlN]t. In exemplary embodiments, the expectation/maximization like algorithm, as shown in
In order to demonstrate the PSAR algorithm, simple weak learners were chosen by randomly selecting a dimension from the feature vector and picking a random threshold. The instances are assigned to particular classes based on their values in that chosen feature dimension by comparing to the random threshold. For example, if the feature value in that dimension is larger than the threshold, the subject is classified to class 1, otherwise, it is classified to class −1.
In continuous wave Doppler images, the functioning of the heart valves are indicated by the shapes of the Doppler signal tracings, i.e., the envelopes of the velocity. These shape patterns of the velocity region in Doppler image has been studied for the valvular disease diagnosis and it has shown promising results in decision support. Due to the normalized envelope used, the information of the severity of the diseases conveyed by the peak velocity is no longer captured. In exemplary embodiments, a more challenging problem of classifying the severity of the diseases by using the un-normalized envelope as well as the local intensity variation as our feature can be performed using PSAR.
The continuous wave Doppler image data set containing the subjects of 51 Mitral Regurgitation (MR), 24 Aortic Stenosis (AS), 98 Mitral Stenosis (MS) and 85 Aortic Regurgitation (AR) with both EKG and envelope presented were used as a training data set. Each consists of different degrees of severity varying from mild, moderate to severe. The free parameters involved in the PSAR algorithm include the regularization parameters, η1, η2 in the training stage, and ν in the testing. The experiments indicate that the PSAR algorithm is not very sensitive to the choice of these parameters. In all the comparison experiments, η1 and η2 were both set to 0.01 and ν was set to 5. Euclidean distance was used for computing classifier-classifier and data-data distances used in regularization. To demonstrate the advantage of PSAR in terms of combining weak classifier, a comparison with a traditional boosting algorithm, such as Adaboost, and CAVIAR on valvular disease classification was performed.
p={20,40,60,80}% portion of the data set were randomly selected for training and the rests are for testing and the number of weak classifiers was varied within
w={10,20,50,100,500,1000,1500}.
Referring to
Thus, as configured in
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present disclosure has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the disclosure in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the disclosure. The embodiments were chosen and described in order to best explain the principles of the disclosure and the practical application, and to enable others of ordinary skill in the art to understand the disclosure for various embodiments with various modifications as are suited to the particular use contemplated.
Further, as will be appreciated by one skilled in the art, aspects of the present disclosure may be embodied as a system, method, or computer program product. Accordingly, aspects of the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present disclosure may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
Aspects of the present disclosure are described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.