WO2007092518A2 - System and method for multiple instance learning for computer aided detection - Google Patents

System and method for multiple instance learning for computer aided detection Download PDF

Info

Publication number
WO2007092518A2
WO2007092518A2 PCT/US2007/003296 US2007003296W WO2007092518A2 WO 2007092518 A2 WO2007092518 A2 WO 2007092518A2 US 2007003296 W US2007003296 W US 2007003296W WO 2007092518 A2 WO2007092518 A2 WO 2007092518A2
Authority
WO
WIPO (PCT)
Prior art keywords
bag
class
vector
coefficients
classifier
Prior art date
Application number
PCT/US2007/003296
Other languages
French (fr)
Other versions
WO2007092518A3 (en
Inventor
Bharat R. Rao
Murat Dundar
Balaji Krishnapuram
Glenn Fung
Original Assignee
Siemens Medical Solutions Usa, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens Medical Solutions Usa, Inc. filed Critical Siemens Medical Solutions Usa, Inc.
Publication of WO2007092518A2 publication Critical patent/WO2007092518A2/en
Publication of WO2007092518A3 publication Critical patent/WO2007092518A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0012Biomedical image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2415Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/764Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing

Definitions

  • This invention is directed to learning algorithms for computer-aided detection (CAD) systems.
  • CAD computer-aided detection
  • CAD computer-aided detection
  • CAD problems can be best modeled as a multiple-instance learning (MIL) problem with unbalanced data: the training data typically consists of a few positive bags, and a very large number of negative instances. This is done by generating candidates and building classifiers that label each candidate as positive (of interest to a physician) or negative (of no interest to the physician).
  • MIL multiple-instance learning
  • this labelling is done independently for each candidate, according to a 3 stage system: identification of potentially unhealthy regions of interest (ROI) by a candidate generator, computation of descriptive features for each candidate, and labeling of each candidate ⁇ e.g. as normal or diseased) by a classifier.
  • the training dataset for the classifier is generated as follows. Expert radiologists examine a set of images to mark out tumors. Then, candidate ROIs (with associated computed features) are marked positive if they are sufficiently close to a radiologist mark, and negative otherwise. Many CAD datasets have fewer than 1- 10% positive candidates. Due to the process involved in the identification of potentially unhealthy candidates, the resulting data is highly correlated, which makes the use of many state-of-the-art classifiers inefficient.
  • both the features and the class labels of several adjacent candidates are highly correlated.
  • the data generation process gives rise to asymmetric and correlated labeling noise, wherein at least one of the positively labeled candidates is almost certainly positive (hence correctly labeled), although a subset of the candidates that refer to other structures that happen to be near the radiologist marks may be negative.
  • the candidate generators for CAD problems are trying to identify potentially suspicious regions, they tend to produce many candidates that are spatially close to each other; since these often refer to regions that are physically adjacent in an image, the class labels for these candidates are also highly correlated.
  • candidates are labelled positive if they are within some pre-determined distance from a radiologist mark, multiple positive candidates could correspond with the same (positive) radiologist mark on the image. Note that some of the positively labelled candidates may actually refer to healthy structures that just happen to be near a mark, thereby introducing an asymmetric labeling error in the training data.
  • a "bag” may contain many observation instances of the same underlying entity, and every training bag is provided a class label (e.g. positive or negative).
  • the objective in MEL is to learn a classifier that correctly classifies at least one instance from every bag. This corresponds to the appropriate measure of accuracy for evaluating the classifier in a CAD system.
  • the malignant structure is detected; i.e., the correct classification of every candidate instance is not as important as the ability to detect at least one candidate that points to a malignant region.
  • Exemplary embodiments of the invention as described herein generally include systems and methods for classification that take into account the characteristics of the CAD data.
  • the performance of a classifier can be improved.
  • candidates that are spatially adjacent to each other are modeled by a "bag" and an artificial candidate is trained that best describes this bag as the classifier itself is trained.
  • an approach to multiple-instance learning builds on an intuitive convex-relaxation of the original MIL problem improves the run time by replacing a large set of discrete constraints where at least one instance in each bag has to be correctly classified with an infinite but continuous sets of constraints where at least one convex combination of the original instances in every bag has to be correctly classified.
  • an algorithm of an embodiment of the invention for achieving convexity in the objective function of the training algorithm alleviates the challenges of local maxima that occurs in some of the previous MIL algorithms, and often improves the classification accuracy on many practical datasets.
  • a practical implementation of an algorithm of an embodiment of the invention is presented in the form of a simple but efficient alternate-optimization algorithm for Convex Hull based Fisher's Discriminant.
  • a CH framework applies to any standard hyperplane-based learning algorithm, and for some algorithms, is guaranteed to find the global optimal solution.
  • Experimental studies on two different CAD applications, one for detecting pulmonary embolisms in CT lung images, and the other one for detecting polyps in CT colonography demonstrate that an algorithm of an embodiment of the invention significantly improves diagnostic accuracy when compared to both MIL and traditional classifiers.
  • comparisons against other MIL methods on benchmark problems also indicate that the proposed method is competitive with the state-of-the-art.
  • the same concept can be extended to improved classification of negative candidates, for example, by leveraging the fact that many negative candidates may represent the same structure of interest, such as stool in a colon CT 5 or lung tissue in a lung image.
  • a method of training a classifier for computer aided detection of digitized medical images including providing a plurality of bags, each bag containing a plurality of feature samples of a single region-of-interest in a medical image, wherein said features include texture, shape, intensity, and contrast of said region-of-interest, wherein each region-of- interest has been labeled as either malignant or healthy, and training a classifier on said plurality of bags of feature samples, subject to the constraint that at least one point in a convex hull of each bag, corresponding to a feature sample, is correctly classified according to the labeled of the associated region-of-interest.
  • the classifier is trained by solving a program equivalent to
  • X j ⁇ is the mean for class j
  • r j ⁇ , je ⁇ l ⁇ , and ⁇ + and ⁇ . are the mean values for the positive and negative labeled classes, respectively.
  • X e R rjXr is a matrix containing r, new points on a y-dimensional space wherein the row of X ⁇ denoted by b- is a vector with its nonzero elements set to B)O) * and if
  • the method comprises setting convex-hull coefficients of negative bags to be 1.
  • ⁇ ( ⁇ 2>)
  • 2 and ⁇ (A) £
  • the method comprises transforming said feature samples into a higher dimensional space using a kernel transformation (Xf+ J, X) for the positive class and K(Xf-J, X) for the negative class, wherein Xf +], Xf-J, and X are data matrices for positive, negative and all samples respectively, wherein each row is a sample vector in these matrices, wherein if the size of X is too large, subsampling a random subset from said original feature samples.
  • a kernel transformation Xf+ J, X
  • K(Xf-J, X) for the negative class
  • the bias (offset from origin) term
  • is a vector containing the coefficients of the convex combination that defines the representative point of bag i in class j
  • ⁇ , j e ⁇ + 1 ⁇ is the i th bag of class label j
  • r is the total number of representative points
  • n is the number of features
  • m j ' is the number of rows in B
  • vector d e ⁇ l ⁇ r/ represents binary bag-labels for the malignant and healthy sets, respectively
  • the vector e represent a vector with all its elements one.
  • a program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for training a classifier for computer aided detection of digitized medical images.
  • FIG. 1 depicts a simple example of convex hulls in MIL, according to an embodiment of the invention.
  • FIG. 2 is a graph of the ROC curves for two test examples, according to an embodiment of the invention.
  • FIG. 3 is a table comparing three MIL and one traditional algorithms, according to an embodiment of the invention.
  • FIG. 4 is a table depicting accuracy on benchmark datasets, according to an embodiment of the invention.
  • FIG. 5 is a block diagram of an exemplary computer system for implementing a MIL algorithm for CAD, according to an embodiment of the invention.
  • Exemplary embodiments of the invention as described herein generally include systems and methods for MIL in computer-aided detection (CAD).
  • CAD computer-aided detection
  • image refers to multi-dimensional data composed of discrete image elements (e.g., pixels for 2-D images and voxels for 3-D images).
  • the image may be, for example, a medical image of a subject collected by computer tomography, magnetic resonance imaging, ultrasound, or any other medical imaging system known to one of skill in the art.
  • the image may also be provided from nonmedical contexts, such as, for example, remote sensing systems, electron microscopy, etc.
  • an image can be thought of as a function from R 3 to R, the methods of the inventions are not limited to such images, and can be applied to images of any dimension, e.g. a 2-D picture or a 3-D volume.
  • the domain of the image is typically a 2- or 3-dimensional rectangular array, wherein each pixel or voxel can be addressed with reference to a set of 2 or 3 mutually orthogonal axes.
  • digital and “digitized” as used herein will refer to images or volumes, as appropriate, in a digital or digitized format acquired via a digital acquisition system or via conversion from an analog image.
  • the vector e represent a vector with all its elements one. Transposition is indicated by the prime symbol.
  • the original MIL problem requires at least one of the samples in a bag to be correctly labeled by the classifier, which corresponds to a set of discrete constraints on the classifier.
  • this requirement shall be relaxed so that only at least one point in the convex hull of a bag of samples, including, possibly one of the original samples, should be correctly classified.
  • the relaxed formulation corresponds to an infinite set of constraints, one for each point inside the convex hull, but these are easier to enforce because of their continuity. This relaxation also eliminates the combinatorial nature of the MEL technique, allowing algorithms that are more computationally efficient.
  • a bag B j ' will be considered correctly classified if any point inside the convex hull of the bag B j ' (i.e. any convex combination of points of ⁇ j) is correctly classified.
  • r be the total number of representative points, i.e. r — r + + r_ .
  • the MIL program can be formulated as,
  • E : R r > R represents the loss function
  • ⁇ : R (ll+I > > R is a regularization function on the hyperplane coefficients
  • is a regularization function on the convex combination coefficients ⁇ ' j
  • represents the feasible set for ⁇ .
  • R r leads to MIL versions of the Least- Squares-SVM.
  • V ⁇ l ⁇ leads to MIL versions of the Quadratic-Programming (QP) formulation for Fisher's linear discriminant (FD).
  • FIG. 1 depicts a simple example of convex hulls in MIL, according to an embodiment of the invention.
  • Positive and negative classes are represented by circles 1 1 and diamonds 13 respectively.
  • the polyhedrons 14 represent the convex hulls for the three positives bags, the points chosen by an algorithm of an embodiment of the invention to represent each bag are shown by stars 12.
  • the grey line 15 represents the linear hyperplane obtained by the algorithm and the black line 16 represents the hyperplane for an SVM.
  • an example is derived for the Fisher's Discriminant (FD), because this choice has some algorithmic as well as computational utility.
  • the number of variables to be optimized in EQ. (2) is r+n+J+ ⁇ , which is computationally infeasible when the number of bags is large (r>10 4 ).
  • This substitution eliminates the variables ⁇ , ⁇ from the program and also the corresponding r equality constraints in EQ. (2). Effectively, this results in the MIL version of the traditional FD algorithm.
  • this manipulation has some algorithmic uses as well.
  • the optimization program reduces to:
  • the mathematical program represented by EQ. (3) can be solved with an efficient Alternate Optimization (AO) algorithm.
  • AO Alternate Optimization
  • the main optimization is subdivided into two smaller subprograms that depend on disjoint subsets of the original variables.
  • ⁇ ( ⁇ ) and ⁇ ( ⁇ ) are strongly convex functions
  • both the original objective function and the two subprograms (for optimizing ⁇ and ⁇ ) in EQ. (3) are strongly convex, meaning that the algorithm converges to a global minimizer.
  • a bag is defined as a set of candidates that are spatially close to the radiologist marked ground-truth. Any candidate that is spatially far from this location is considered negative in the training data, therefore the concept of bag for negative examples does not make any practical sense in this scenario. Moreover, since ground truth is only available on the training set, there is no concept of a bag on the test set for both positive and negative examples..
  • the learned classifier labels i.e. classifies
  • individual instances that is, the bag information for positive examples is only used to help learn a better classifier from the training data.
  • the program in EQ. (5) can be simplified by solving it for the convex hull of positive coefficients only (the negative bags are assumed to be one) to account for these practical observations. Removing the constant terms yields
  • EQS. (4) and (5) are both convex on e> and ⁇ , respectively.
  • EQ. (6) can be substituted for EQ. (5) in step (2).
  • the application of the kernel operator is a preprocessing step. Before feeding the data to the training phase it is nonlinearly transformed into a higher dimensional space after which the data is used in EQS. (4) and (5).
  • the kernel transformation is K(Xf+J, X) for the positive class and K(Xf-J, X) for the negative class, where Xf +J, Xf-J, and X are data matrices for positive, negative and all samples respectively.
  • Each row is a sample vector in these matrices, so if the size of X is too large, meaning there are too many training samples, then a random subset can be subsampled from the original set. This corresponds to constraining ⁇ to lie in a subspace of the kernel space.
  • PE pulmonary embolism
  • CTA Computed tomography angiography
  • CT colonography is emerging as a new procedure to help in early detection of colon polyps. Again, however, reading through a large CT dataset, which typically consists of two CT series of the patient in prone and supine positions, each with several hundred slices, is time-consuming.
  • Colon CAD can play a critical role to help the radiologist avoid the missing of colon polyps.
  • a typical candidate generation algorithm generates several candidates across the polyp surface.
  • the database of high-resolution CT images used in this study was obtained from seven different sites across the Unites States, Europe and Asia.
  • the 188 patients were randomly partitioned into two groups: a training group comprised of 65 cases with 127 volumes, 50 polyps bags with 179 positive candidates were identified in this set with a total number of 6569 negative candidates; and a test group comprised of 123 patients with 237 volumes, a total of 103 polyp bags with 232 positive candidates were identified in this set with a total number of 12752 negative candidates.
  • the test group was sequestered and only used to evaluate the performance of the final system. A total of 75 features are extracted for each candidate.
  • ROC Receiver Operating Characteristics
  • CH-FD according to an embodiment of the invention was also compared with several state-of-the-art MIL algorithms on 5 benchmark MIL datasets: 2 Musk datasets and 3 Image Annotation datasets. Each of these datasets contain both positive and negative bags.
  • CH-FD and MICA multiple instance classification algorithm
  • All the other MIL algorithms use both the positive and negative bag information.
  • the Musk datasets contains feature vectors describing the surfaces of low- energy shapes from molecules. Each feature vector has 166 features. The goal is to differentiate molecules that smell "musky” from the rest of the molecules. Approximately half of the molecules are known to smell musky. There are two musk datasets: MUSKl , which contains 92 molecules with a total of 476 instances; and (2) MUSK2, which contains 102 molecules with a total of 6598 instances. 72 of the molecules are shared between two datasets but MUS K2 dataset contain more instances for the shared molecules.
  • the Image Annotation data is composed of three different categories, namely Tiger, Elephant, Fox. Each dataset has 100 positive bags and 100 negative bags.
  • the function ⁇ ( ⁇ ) is set
  • the results are based on a Radial Basis Function (RBF) kernel K(x ⁇ )
  • RBF Radial Basis Function
  • the kernel space is assumed to be spanned by all the datapoints in MUSKl dataset and a subset of the datapoints in MUSK2 dataset, and one tenth of the original training set is randomly selected for this purpose.
  • the width of the kernel function and v are tuned over a discrete set of five values each to optimize the 10-fold Cross Validation performance.
  • a linear embodiment of an algorithm of the invention was used.
  • IAPR Discriminant APR
  • DD Diverse Density
  • EM-DD Expectation- Maximization Diverse Density
  • MI-NN Multi Instance Neural Networks
  • Table 2 displays the average accuracy on the Benchmark Datasets. The number in parenthesis represents the relative rank of each of the algorithms (performance- wise) in the corresponding dataset. Table 2 shows that a CH-FD algorithm according to an embodiment of the invention is comparable to other techniques on all datasets, even though it ignores the negative bag information. Furthermore, CH-FD appears to be the most stable of the algorithms, at least on these
  • the present invention can be implemented in various forms of hardware, software, firmware, special purpose processes, or a combination thereof.
  • the present invention can be implemented in software as an application program tangible embodied on a computer readable program storage device.
  • the application program can be uploaded to, and executed by, a machine comprising any suitable architecture.
  • FIG. 5 is a block diagram of an exemplary computer system for implementing a MIL algorithm for CAD, according to an embodiment of the invention.
  • a computer system 51 for implementing the present invention can comprise, inter alia, a central processing unit (CPU) 52, a memory 53 and an input/output (I/O) interface 54.
  • the computer system 51 is generally coupled through the I/O interface 54 to a display 55 and various input devices 56 such as a mouse and a keyboard.
  • the support circuits can include circuits such as cache, power supplies, clock circuits, and a communication bus.
  • the memory 53 can include random access memory (RAM), read only memory (ROM), disk drive, tape drive, etc., or a combinations thereof.
  • the present invention can be implemented as a routine 57 that is stored in memory 53 and executed by the CPU 52 to process the signal from the signal source 58.
  • the computer system 51 is a general purpose computer system that becomes a specific purpose computer system when executing the routine 57 of the present invention.
  • the computer system 51 also includes an operating system and micro instruction code.
  • the various processes and functions described herein can either be part of the micro instruction code or part of the application program (or combination thereof) which is executed via the operating system.
  • various other peripheral devices can be connected to the computer platform such as an additional data storage device and a printing device.

Abstract

A method of training a classifier for computer aided detection of digitized medical images, includes providing a plurality of bags, each bag containinga plurality of feature samples of a single region-of-interest in a medical image, wherein said features include texture, shape, intensity, and contrast of said region-of-interest, wherein each region-of-interest has been labeled as either malignant (11) or healthy (13), and training a classifier on said plurality of bags of feature samples, subject to the constraint that at least one point (12) in a convex hull (14) of each bag, corresponding to a feature sample, is correctly classified according to the labeled of the associated region-of-interest.

Description

SYSTEM AND METHOD FOR MULTIPLE INSTANCE LEARNING FOR COMPUTER AIDED DETECTION
Cross Reference to Related United States Applications
This application claims priority from "Multiple Instance Learning Algorithms for Computer Aided Diagnosis", U.S. Provisional Application No. 60/765,922 of
Dundar, et al., filed February 7, 2006, the contents of which are herein incorporated by reference.
Technical Field
This invention is directed to learning algorithms for computer-aided detection (CAD) systems.
Discussion of the Related Art
In computer-aided detection (CAD) applications, a goal is to identify structures of interest from medical images (CT scans, X-ray, MRI etc): potentially cancerous lesions, life-threatening blood clots, etc. Many CAD problems can be best modeled as a multiple-instance learning (MIL) problem with unbalanced data: the training data typically consists of a few positive bags, and a very large number of negative instances. This is done by generating candidates and building classifiers that label each candidate as positive (of interest to a physician) or negative (of no interest to the physician). In a typical CAD paradigm, this labelling is done independently for each candidate, according to a 3 stage system: identification of potentially unhealthy regions of interest (ROI) by a candidate generator, computation of descriptive features for each candidate, and labeling of each candidate {e.g. as normal or diseased) by a classifier. The training dataset for the classifier is generated as follows. Expert radiologists examine a set of images to mark out tumors. Then, candidate ROIs (with associated computed features) are marked positive if they are sufficiently close to a radiologist mark, and negative otherwise. Many CAD datasets have fewer than 1- 10% positive candidates. Due to the process involved in the identification of potentially unhealthy candidates, the resulting data is highly correlated, which makes the use of many state-of-the-art classifiers inefficient. In the CAD literature, standard machine learning algorithms, such as support vector machines (SVM), and Fisher's linear discriminant, have been employed to train the classifiers for the detection stage. However, almost all the standard methods for classifier design explicitly make certain assumptions that are violated by the somewhat special characteristics of the CAD data. In particular, most of the algorithms assume that the training samples or instances are drawn identically and independently from an underlying.
However, due to spatial adjacency of the regions identified by a candidate generator, both the features and the class labels of several adjacent candidates (training instances) are highly correlated. In particular, the data generation process gives rise to asymmetric and correlated labeling noise, wherein at least one of the positively labeled candidates is almost certainly positive (hence correctly labeled), although a subset of the candidates that refer to other structures that happen to be near the radiologist marks may be negative. First, because the candidate generators for CAD problems are trying to identify potentially suspicious regions, they tend to produce many candidates that are spatially close to each other; since these often refer to regions that are physically adjacent in an image, the class labels for these candidates are also highly correlated. Second, because candidates are labelled positive if they are within some pre-determined distance from a radiologist mark, multiple positive candidates could correspond with the same (positive) radiologist mark on the image. Note that some of the positively labelled candidates may actually refer to healthy structures that just happen to be near a mark, thereby introducing an asymmetric labeling error in the training data.
In MIL terminology, a "bag" may contain many observation instances of the same underlying entity, and every training bag is provided a class label (e.g. positive or negative). The objective in MEL is to learn a classifier that correctly classifies at least one instance from every bag. This corresponds to the appropriate measure of accuracy for evaluating the classifier in a CAD system. In particular, even if only one of the candidates that refers to the underlying malignant structure (radiologist mark) is correctly highlighted to the radiologist, the malignant structure is detected; i.e., the correct classification of every candidate instance is not as important as the ability to detect at least one candidate that points to a malignant region. Furthermore, it is desirable to classify every sample that is distant from radiologist mark as negative; this is easily accomplished by considering each negative candidate as a bag. Therefore, it would appear that MIL algorithms should outperform traditional classifiers on CAD datasets.
However, in practice, most of the conventional MEL algorithms are computationally quite inefficient, and some are challenged by local minima. In CAD one typically has several thousand mostly negative candidates (instances), and a few hundred positive bags, and existing MIL algorithms are simply unable to handle such large datasets due to time or memory requirements.
Summary of the Invention
Exemplary embodiments of the invention as described herein generally include systems and methods for classification that take into account the characteristics of the CAD data. By leveraging the fact that many of the candidates are essentially the same structure of interest, the performance of a classifier can be improved. Rather than using each candidate by itself in the training, candidates that are spatially adjacent to each other are modeled by a "bag" and an artificial candidate is trained that best describes this bag as the classifier itself is trained. According to an embodiment of the invention, an approach to multiple-instance learning builds on an intuitive convex-relaxation of the original MIL problem improves the run time by replacing a large set of discrete constraints where at least one instance in each bag has to be correctly classified with an infinite but continuous sets of constraints where at least one convex combination of the original instances in every bag has to be correctly classified. Further, an algorithm of an embodiment of the invention for achieving convexity in the objective function of the training algorithm alleviates the challenges of local maxima that occurs in some of the previous MIL algorithms, and often improves the classification accuracy on many practical datasets. A practical implementation of an algorithm of an embodiment of the invention is presented in the form of a simple but efficient alternate-optimization algorithm for Convex Hull based Fisher's Discriminant. A CH framework applies to any standard hyperplane-based learning algorithm, and for some algorithms, is guaranteed to find the global optimal solution. Experimental studies on two different CAD applications, one for detecting pulmonary embolisms in CT lung images, and the other one for detecting polyps in CT colonography, demonstrate that an algorithm of an embodiment of the invention significantly improves diagnostic accuracy when compared to both MIL and traditional classifiers. Although not designed for standard MIL problems, which have both positive and negative bags and relatively balanced datasets, comparisons against other MIL methods on benchmark problems also indicate that the proposed method is competitive with the state-of-the-art.
According to other embodiments of the invention, the same concept can be extended to improved classification of negative candidates, for example, by leveraging the fact that many negative candidates may represent the same structure of interest, such as stool in a colon CT5 or lung tissue in a lung image.
According to an aspect of the invention, there is provided a method of training a classifier for computer aided detection of digitized medical images, including providing a plurality of bags, each bag containing a plurality of feature samples of a single region-of-interest in a medical image, wherein said features include texture, shape, intensity, and contrast of said region-of-interest, wherein each region-of- interest has been labeled as either malignant or healthy, and training a classifier on said plurality of bags of feature samples, subject to the constraint that at least one point in a convex hull of each bag, corresponding to a feature sample, is correctly classified according to the labeled of the associated region-of-interest.
According to a further aspect of the invention, the classifier is trained by solving a program equivalent to
min vE(ξ) + Φ(ω,η)+ Ψ(Z) such that ξ' = d' - (ΛljB'ω- eη)
<?<≡ Ω e% = = 1
0 < wherein ξ = {ξi ,...,ξr} are slack terms (errors), £ : Rr => R represents a loss function, ω is a hyperplane coefficient, η is the bias (offset from origin) term, λ is a vector containing the coefficients of the convex combination that defines the representative point of bag i in class./ wherein 0 < A!} , e'λ'j = 1 , γ is the total number of convex hull coefficients corresponding to the representative points in class j,
Φ : R("+I' => R is a regularization function on the hyperplane coefficients, Ψ is a regularization function on the convex combination coefficients Xj r matrix
Bj' € JJt"''*" } i = 1,...,/-; , y e {±l} is the ith bag of class label j, r is the total number of representative points, n is the number of features, m'j is the number of rows in B, vector d e {± i}° represents binary bag-labels for the malignant and healthy sets, respectively, and the vector e represent a vector with all its elements one.
According to a further aspect of the invention, E{ξ) = IJ(^)+HJ , Φ{fi>,rj) = \\(ω, ηjfc and Ω = Rr+ , wherein ξ+ and r+ are respectively slack variables and points labeled by +1.
According to a further aspect of the invention, m-W&MwWoKnXi and Ω = R'.
According to a further aspect of the invention, V = I, -E(^) = ||^|| and Ω = {^ : ^. = 0, 7 e {±l}}.
According to a further aspect of the invention, the method comprises replacing ξ' by d' -[XjB]U)- eη) in the objective function, replacing equality constraints e ξj =0 by ω'(β+ —μ_)= 2 , wherein classifier is trained by solving a program equivalent to
min +y ωτSwώ+ Φ(ω)+ Ψ{λ) such that άf (//+ -//_) = £>
o<4 wherein Sw = ∑ f±,j — (-^; ~ βj e A^ j ~ βj e ) 's the within-class scatter matrix,
0 μ3 — — Xjβ is the mean for class j, X^ e R0*" is a matrix containing the η rJ representative points on an n-dimensional space such that the row of Xj denoted by bj = B}'X} is the representative point of bag / in class j where
Figure imgf000007_0001
rj}, je {±l}, and μ+ and μ. are the mean values for the positive and negative labeled classes, respectively.
According to a further aspect of the invention, the method comprises initializing λ.° — — p, Vi = ],..., r and a counter c=0, for a fixed λlc,V/ = l,..., r ,
min ^ ωτSwω+ Φ(ω) solving for wc in a system equivalent to j for a fixed
Figure imgf000007_0002
= b ω— ωc, solving for Alc,V/ = l,...,r , in a system equivalent to min ΛτSwλ+ Ψ(λ) such that JF (jfi, —ju_) = b — _ J ^ . - ^ TT , J . ΪF v^+ ' , wherein Sw and /^ are defined with X, replaced by X e'X, = 1
wherein X e RrjXr is a matrix containing r, new points on a y-dimensional space wherein the row of X } denoted by b- is a vector with its nonzero elements set to B)O)* and if |ΛI(c+I) - A!c ,...,λr(c+ι) ' -
Figure imgf000007_0003
is greater than a predefined tolerance, replacing λ'c by λ'<c+J) and c by c+7 and repeating the two previous steps.
According to a further aspect of the invention, the method comprises setting convex-hull coefficients of negative bags to be 1.
According to a further aspect of the invention, Φ(<2>) = ε ||ώ|2 and ψ(A) = £|Λ|2 , where ε is a positive regularization parameter.
According to a further aspect of the invention, the method comprises transforming said feature samples into a higher dimensional space using a kernel transformation (Xf+ J, X) for the positive class and K(Xf-J, X) for the negative class, wherein Xf +], Xf-J, and X are data matrices for positive, negative and all samples respectively, wherein each row is a sample vector in these matrices, wherein if the size of X is too large, subsampling a random subset from said original feature samples.
According to another aspect of the invention, there is provided a method of training a classifier for computer aided detection of digitized medical images including providing a plurality of bags, each bag containing a plurality of feature samples of a single region-of-interest in a medical image, wherein each region-of- interest has been labeled as either malignant or healthy, wherein each bag is represented by a matrix Bj' e R"1'"" , i = 1,... , r} , ^ e {+ 1} is the i"1 bag of class label j, r is the total number of representative points, n is the number of features, mj' is the number of rows in B, and solving a program equivalent to
min \ξt +Φ(ω,η)+*¥(λ) such that ξ' = d' -(X1B) ω-eη)
= 0
= 1
0 ≤ XJ
-v
where ξ = {ξ),...,ξr} axe slack terms, ω is a hyperplane coefficient, η is the bias (offset from origin) term, λ is a vector containing the coefficients of the convex combination that defines the representative point of bag i in class j wherein
Q ≤ Xj t e'Xj — 1 , γ is the total number of convex hull coefficients corresponding to the representative points in class j, Φ : R'n+I' => R is a regularization function on the hyperplane coefficients, Ψ is a regularization function on the convex combination coefficients X) , matrix Bj e R "1^" , / = 1, ... , η , j e {+ 1} is the ith bag of class label j, r is the total number of representative points, n is the number of features, mj' is the number of rows in B, vector d e {±l}r/ represents binary bag-labels for the malignant and healthy sets, respectively, and the vector e represent a vector with all its elements one.
According to another aspect of the invention, there is provided a program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for training a classifier for computer aided detection of digitized medical images.
Brief Description of the Drawings
FIG. 1 depicts a simple example of convex hulls in MIL, according to an embodiment of the invention.
FIG. 2 is a graph of the ROC curves for two test examples, according to an embodiment of the invention.
FIG. 3 is a table comparing three MIL and one traditional algorithms, according to an embodiment of the invention.
FIG. 4 is a table depicting accuracy on benchmark datasets, according to an embodiment of the invention.
FIG. 5 is a block diagram of an exemplary computer system for implementing a MIL algorithm for CAD, according to an embodiment of the invention.
Detailed Description of the Preferred Embodiments
Exemplary embodiments of the invention as described herein generally include systems and methods for MIL in computer-aided detection (CAD).
Accordingly, while the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that there is no intent to limit the invention to the particular forms disclosed, but on the contrary, the invention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. As used herein, the term "image" refers to multi-dimensional data composed of discrete image elements (e.g., pixels for 2-D images and voxels for 3-D images). The image may be, for example, a medical image of a subject collected by computer tomography, magnetic resonance imaging, ultrasound, or any other medical imaging system known to one of skill in the art. The image may also be provided from nonmedical contexts, such as, for example, remote sensing systems, electron microscopy, etc. Although an image can be thought of as a function from R3 to R, the methods of the inventions are not limited to such images, and can be applied to images of any dimension, e.g. a 2-D picture or a 3-D volume. For a 2- or 3-dimensionaI image, the domain of the image is typically a 2- or 3-dimensional rectangular array, wherein each pixel or voxel can be addressed with reference to a set of 2 or 3 mutually orthogonal axes. The terms "digital" and "digitized" as used herein will refer to images or volumes, as appropriate, in a digital or digitized format acquired via a digital acquisition system or via conversion from an analog image.
The following notation will be used herein below. Let the *lh bag of classy be represented by the matrix Bj e R "1^*", / = 1,...,^ , jr e {± l}, where n is the number of features. The row I of B'- , denoted by BJ1 , represents the datapoint I of the bag i in class j with / = l,...,mj' . The binary bag-labels are specified by a vector d e {±l}ry -
The vector e represent a vector with all its elements one. Transposition is indicated by the prime symbol.
In the following description, it will be assumed that there are two classes, labeled as positive (+) and negative (-), where the positive label represents that sought after class. Typically, the sought after class represents malignant regions-of-interest.
The original MIL problem requires at least one of the samples in a bag to be correctly labeled by the classifier, which corresponds to a set of discrete constraints on the classifier. By contrast, according to an embodiment of the invention, this requirement shall be relaxed so that only at least one point in the convex hull of a bag of samples, including, possibly one of the original samples, should be correctly classified. The relaxed formulation corresponds to an infinite set of constraints, one for each point inside the convex hull, but these are easier to enforce because of their continuity. This relaxation also eliminates the combinatorial nature of the MEL technique, allowing algorithms that are more computationally efficient. As mentioned above, a bag Bj' will be considered correctly classified if any point inside the convex hull of the bag Bj' (i.e. any convex combination of points of βj) is correctly classified.
Let λ such that 0 < X}, e'λj = 1 be the vector containing the coefficients of the convex combination that defines the representative point of bag i in class j. Let r be the total number of representative points, i.e. r — r+ + r_ . Let γ be the total number of convex hull coefficients corresponding to the representative points in class j, i.e. Yj — ∑,'i, m'j ' Y = Y+ + Y- • Then, the MIL program can be formulated as,
min vE(ξ) + Φ(ω, η)+ ψ(λ) such that ξ' = d ' - (λ'jBjω-eη)
£e.Ω (1)
«'4 =1
Q ≤ X I:
where ξ = {ξ, ,...,ζr} are slack terms (errors), ω are hyperplane coefficients, η is the bias (offset from origin) term, and λ is a vector containing all the Z. for j = l,...,r;, j e {±l}. E : R r => R represents the loss function, Φ : R(ll+I> => R is a regularization function on the hyperplane coefficients, Ψ is a regularization function on the convex combination coefficients λ'j , and Ω represents the feasible set for ξ.
Depending on the choice of E, Φ, ψ and Ω, EQ. (1) will lead to MIL versions of several well-known classification algorithms.
1. £(£)
Figure imgf000011_0001
and Ω = Rr% leads to MIL versions of the Quadratic-Programming-SVM.
2. E{ξ)
Figure imgf000011_0002
R r , leads to MIL versions of the Least- Squares-SVM. 3. V
Figure imgf000012_0001
{± l}} leads to MIL versions of the Quadratic-Programming (QP) formulation for Fisher's linear discriminant (FD).
FIG. 1 depicts a simple example of convex hulls in MIL, according to an embodiment of the invention. Positive and negative classes are represented by circles 1 1 and diamonds 13 respectively. The polyhedrons 14 represent the convex hulls for the three positives bags, the points chosen by an algorithm of an embodiment of the invention to represent each bag are shown by stars 12. The grey line 15 represents the linear hyperplane obtained by the algorithm and the black line 16 represents the hyperplane for an SVM.
According to a non-limiting embodiment of the invention, an example is derived for the Fisher's Discriminant (FD), because this choice has some algorithmic as well as computational utility.
Setting V = ], E(ξ) = |£|*, Ω = fe : e'ξj = 0, j e {± l}} in EQ. (1 ) the following
MDL version of the quadratic programming algorithm for Fisher's Linear Discriminant is obtained:
Figure imgf000012_0002
such that ξ' = d' - (Αj ' Bjω-eη) e'ξ} = 0 (2)
O ≤ Λj
The number of variables to be optimized in EQ. (2) is r+n+J+γ, which is computationally infeasible when the number of bags is large (r>104). To alleviate the situation, one can (1) replace ξ' by d' — [Α.Bj'O)— eη) in the objective function, and (2) replace the equality constraints e ξ} = 0 by a/(μ+ ~μ_)= 2 , where μ+ and μ. are mean values for the positive labeled and negative labeled classes, respectively. This substitution eliminates the variables ξ, η from the program and also the corresponding r equality constraints in EQ. (2). Effectively, this results in the MIL version of the traditional FD algorithm. As discussed herein below, in addition to the computational gains, this manipulation has some algorithmic uses as well. Thus, the optimization program reduces to:
ψ{λ)
Figure imgf000013_0001
such that of (ju+ -μ_) = b
(3) e'λ) = 1 O ≤ Λ'j
where 5W = ^ . , — [Xj — μ^'^X } — βjβ ) is the within-class scatter matrix,
βj = — X jβ is the mean for class j. X;. e RrjX" is a matrix containing the η rj representative points on an n-dimensional space such that the row of Xj denoted by bj' = Bj'Xi is the representative' point of bag / in class j where i=fl,..., ηj and j e {±l}.
According to another embodiment of the invention, the mathematical program represented by EQ. (3) can be solved with an efficient Alternate Optimization (AO) algorithm. According to this embodiment of the invention, the main optimization is subdivided into two smaller subprograms that depend on disjoint subsets of the original variables. When Φ(ω) and Ψ(λ) are strongly convex functions, both the original objective function and the two subprograms (for optimizing λ and ω) in EQ. (3) are strongly convex, meaning that the algorithm converges to a global minimizer.
For computational efficiency, the regularizers Φ(ω) = £ ||ύjj|2 and ψ(^.)= f||Λ||2 , will be used herein below, where ε is a positive regularization parameter. Embodiments of an efficient AO algorithm for the mathematical program of EQ. (3) are described below.
Sub Program 1: When λ=λ is fixed, the program becomes,
min ωτSwω+ φ(ω) such that ύ? (μ+ -μ_) = b which is the formulation for the Fisher's Discriminant. Since Sw is the sum of two covariance matrices, it is guaranteed to be at least positive semidefinite and thus the program in EQ. (4) is convex. For datasets with r » n, i.e. the number of bags is much greater than the number of dimensions, SV is positive definite and thus the program in EQ. (4) is strictly convex. Unlike EQ. (1), where the number of constraints is proportional to the number of bags, eliminating ξ and η leaves only one constraint. This changes the order of complexity from O(nr^) to O(n2r) and brings some computational advantages when dealing with datasets with r » n.
Sub Program 2: When ω=ω* is fixed, the program becomes
min λτSwλ + ψ(λ) such that Λr+ -μ_) = b
where Sw and JL are defined as in EQ. (4) with Xj replaced by Xj where X } G Rr;Xy is now a matrix containing the η new points on the y-dimensional space such that the row of Xj denoted by bj is a vector with its nonzero elements set to B^'ω ' . For the positive class, elements ∑}k=l mi +1 through ∑l_,»ι+ of bj are nonzero, for the negative class, nonzero elements are located at T'* . w+ +^]'_ fli* +l through
Figure imgf000014_0001
• Note that Sw is also a sum of two covariance matrices and positive semidefinite, and thus the program in EQ. (5) is convex. Unlike subprogram 1 the positive defϊniteness of Sw does not depend on the data, since it always true that r ≤ γ . The complexity of EQ. (5) is O(nγ2).
As was mentioned above, in CAD applications, a bag is defined as a set of candidates that are spatially close to the radiologist marked ground-truth. Any candidate that is spatially far from this location is considered negative in the training data, therefore the concept of bag for negative examples does not make any practical sense in this scenario. Moreover, since ground truth is only available on the training set, there is no concept of a bag on the test set for both positive and negative examples.. The learned classifier labels (i.e. classifies) individual instances, that is, the bag information for positive examples is only used to help learn a better classifier from the training data. Hence, the program in EQ. (5) can be simplified by solving it for the convex hull of positive coefficients only (the negative bags are assumed to be one) to account for these practical observations. Removing the constant terms yields
Figure imgf000015_0001
such that Zμ+ = b + μ[ω* (6) e' JVj = I O ≤ Αj
an optimization program with O(n X^) complexity.
An algorithm for learning convex hull representation of multiple instances according to an embodiment of the invention is summarized below for clarity.
(0) Choose as initial guess for X? = — - , Vi = 1, ... , r ; set counter c=0. m'
(1) For fixed JL'C , Vi = l,..., r , solve for wc in EQ. (4).
(2) Fixing w=wc solve for λic,Vi = l,...,r , in EQ. (5).
(3) Stop if ||A1(C+I)c ,...,λr{c+1) -
Figure imgf000015_0002
is less than some desired tolerance,
Otherwise replace λ'c by λ'(c+1) and c by c+J and go to step (1).
The objective functions of the subprograms in EQS. (4) and (5) are both convex on e> and λ, respectively. Thus, the above algorithm of an embodiment of the invention is guaranteed to converge to a unique miπimizer. Note also that EQ. (6) can be substituted for EQ. (5) in step (2).
A nonlinear version of an algorithm according to an embodiment of the invention can be obtained by first transforming the original datapoints to a kernel space spanned by all datapoints through a kernel operator, such as K : R" => R? , and then optimizing EQS. (4) and (5) in this new space. Ideally γ is set to γ. Eqs (4) and (5) take the same forms. The application of the kernel operator is a preprocessing step. Before feeding the data to the training phase it is nonlinearly transformed into a higher dimensional space after which the data is used in EQS. (4) and (5). The kernel transformation is K(Xf+J, X) for the positive class and K(Xf-J, X) for the negative class, where Xf +J, Xf-J, and X are data matrices for positive, negative and all samples respectively. Each row is a sample vector in these matrices, so if the size of X is too large, meaning there are too many training samples, then a random subset can be subsampled from the original set. This corresponds to constraining ω to lie in a subspace of the kernel space.
Experiments comparing an algorithm of an embodiment of the invention to other known techniques using real and benchmark data sets. One set of experiments compared four techniques: a naive Fisher's Discriminant (FD), a convex-hull FD (CH-FD) according to an embodiment of the invention, an Expectation-Maximization Diverse-Density (EM-DD) technique, and an Iterated Discriminant axis-parallelogram rectangle (IDAPR) technique. In both experiments a linear embodiment of an algorithm of the invention was used. Hence the only parameter that required tuning is v which is tuned to optimize the 10-fold Patient Cross Validation on the training data. All algorithms are trained on the training data and then tested on the sequestered test data. The resulting Receiver Operating Characteristics (ROC) plots are obtained by trying different values of the IDAPR parameters, and by thresholding the corresponding output for each of the EM-DD, FD and CH-FD techniques.
One set of data concerned pulmonary embolism (PE), a potentially life- threatening condition that is a result of underlying venous thromboembolic disease. An early and accurate detection is the key to survival. Computed tomography angiography (CTA) has emerged as an accurate diagnostic tool for PE. However, there are hundreds of CT slices in each CTA study and manual reading is laborious, time consuming and complicated by various PE lookalikes. Data from four different hospitals (two North American sites and two European sites) was collected including 72 cases with 242 PE bags comprised of 1069 positive candidates marked by expert chest radiologists. The cases were randomly divided into two sets: a training set with 48 cases with 173 PE bags and 3655 candidates, and a testing set with 24 cases with
15 •
1 69 PE bags and 1857 candidates. The test group was sequestered and only used to evaluate the performance of the final system. A combined total of 70 features are extracted for each candidate.
Another set of data concerned colorectal cancer, the third most common cancer in both men and women. It is estimated that in 2004, nearly 147,000 cases of colon and rectal cancer will be diagnosed in the United States, and more than 56,730 people would die from colon cancer. CT colonography is emerging as a new procedure to help in early detection of colon polyps. Again, however, reading through a large CT dataset, which typically consists of two CT series of the patient in prone and supine positions, each with several hundred slices, is time-consuming.
Colon CAD can play a critical role to help the radiologist avoid the missing of colon polyps. Most polyps, therefore, are represented by two candidates; one obtained from the prone view and the other one from the supine view. Moreover, for large polyps, a typical candidate generation algorithm generates several candidates across the polyp surface. The database of high-resolution CT images used in this study was obtained from seven different sites across the Unites States, Europe and Asia. The 188 patients were randomly partitioned into two groups: a training group comprised of 65 cases with 127 volumes, 50 polyps bags with 179 positive candidates were identified in this set with a total number of 6569 negative candidates; and a test group comprised of 123 patients with 237 volumes, a total of 103 polyp bags with 232 positive candidates were identified in this set with a total number of 12752 negative candidates. The test group was sequestered and only used to evaluate the performance of the final system. A total of 75 features are extracted for each candidate.
The resulting Receiver Operating Characteristics (ROC) curves are displayed in FIG 2, with PE Testing data on the left and colon testing Data on the right. In each sub-figure, curve 21 is a plot of the CH-FD data, curve 22 is a plot of the IDAPR data, curve 23 is a plot of the FD data, and curve 24 is a plot of the EM-DD data. Table 1 , shown in FIG. 3, displays comparison data of 3 MIL and one traditional algorithms:
Computation time, area-under-curve (AUC), and normalized AUC in the region of clinical interest (AUC-RCI) for PE and Colon test data. Although the ROC for the PE dataset IDAPR crosses over CH-FD ROC and is more sensitive than CH-FD for extremely high number of false positives, the AUC data in Table 1 shows that CH-FD is more accurate than all other methods over the entire space. Note that CAD performance is only valid in the clinically acceptable range: < lOfp/patient for PE, < 5fp/volume for colon (generally there are 2 volumes per patient). In the region of clinical interest (AUC-RCI), Table 1 shows that CH-FD significantly outperforms all other methods. In addition, it is noted that as the distance between candidate ROI increases, the correlations between their features and labels decreases.
Execution times for all the methods tested are shown in Table 1. As expected, the computational cost is the cheapest for the traditional non-MEL based FD. Referring to the table, among MIL algorithms, for the PE data, a CH-FD according to an embodiment of the invention was roughly 2-times and 9-times as fast than IDAPR and EM-DD respectively, and for the much larger colon dataset was roughly 85-times and 2000-times faster, respectively.
A CH-FD according to an embodiment of the invention was also compared with several state-of-the-art MIL algorithms on 5 benchmark MIL datasets: 2 Musk datasets and 3 Image Annotation datasets. Each of these datasets contain both positive and negative bags. CH-FD and MICA (multiple instance classification algorithm) use just the positive bag information and ignore the negative bag information, in effect, treating each negative instance as a separate bag. All the other MIL algorithms use both the positive and negative bag information.
The Musk datasets contains feature vectors describing the surfaces of low- energy shapes from molecules. Each feature vector has 166 features. The goal is to differentiate molecules that smell "musky" from the rest of the molecules. Approximately half of the molecules are known to smell musky. There are two musk datasets: MUSKl , which contains 92 molecules with a total of 476 instances; and (2) MUSK2, which contains 102 molecules with a total of 6598 instances. 72 of the molecules are shared between two datasets but MUS K2 dataset contain more instances for the shared molecules.
The Image Annotation data is composed of three different categories, namely Tiger, Elephant, Fox. Each dataset has 100 positive bags and 100 negative bags. The function Φ(ω) is set
Figure imgf000019_0001
For the musk datasets the results are based on a Radial Basis Function (RBF) kernel K(xι,
Figure imgf000019_0002
The kernel space is assumed to be spanned by all the datapoints in MUSKl dataset and a subset of the datapoints in MUSK2 dataset, and one tenth of the original training set is randomly selected for this purpose. The width of the kernel function and v are tuned over a discrete set of five values each to optimize the 10-fold Cross Validation performance. For the Image Annotation data, a linear embodiment of an algorithm of the invention was used. The benchmark experiment design was followed and an average accuracy of 10 runs of 10-fold Cross Validation was reported in Table 2, shown in FIG. 4. Results for other MIL algorithms are also reported in the same table. Iterated Discriminant APR (IAPR), Diverse Density (DD), Expectation- Maximization Diverse Density (EM-DD), Maximum Bag Margin Formulation of SVM (mi-SVM, MI-SVM), Multi Instance Neural Networks (MI-NN) are the techniques considered in this experiment for comparison purposes.
Table 2 displays the average accuracy on the Benchmark Datasets. The number in parenthesis represents the relative rank of each of the algorithms (performance- wise) in the corresponding dataset. Table 2 shows that a CH-FD algorithm according to an embodiment of the invention is comparable to other techniques on all datasets, even though it ignores the negative bag information. Furthermore, CH-FD appears to be the most stable of the algorithms, at least on these
5 datasets, achieving the most consistent performance as indicated by the "Average Rank" column. This stable behavior of an algorithm of an embodiment of the invention may be due in part because it converges to global solutions avoiding the local minima problem. An algorithm according to an embodiment of the invention leads to a strongly convex minimization problem that converges to a unique minimizer. Since an algorithm of an embodiment of the invention considers each negative instance as an individual bag, its complexity is square proportional to the number of positive instances, which makes it scalable to large datasets with large number of negative examples.
It is to be understood that the present invention can be implemented in various forms of hardware, software, firmware, special purpose processes, or a combination thereof. In one embodiment, the present invention can be implemented in software as an application program tangible embodied on a computer readable program storage device. The application program can be uploaded to, and executed by, a machine comprising any suitable architecture.
FIG. 5 is a block diagram of an exemplary computer system for implementing a MIL algorithm for CAD, according to an embodiment of the invention. Referring now to FIG. 5, a computer system 51 for implementing the present invention can comprise, inter alia, a central processing unit (CPU) 52, a memory 53 and an input/output (I/O) interface 54. The computer system 51 is generally coupled through the I/O interface 54 to a display 55 and various input devices 56 such as a mouse and a keyboard. The support circuits can include circuits such as cache, power supplies, clock circuits, and a communication bus. The memory 53 can include random access memory (RAM), read only memory (ROM), disk drive, tape drive, etc., or a combinations thereof. The present invention can be implemented as a routine 57 that is stored in memory 53 and executed by the CPU 52 to process the signal from the signal source 58. As such, the computer system 51 is a general purpose computer system that becomes a specific purpose computer system when executing the routine 57 of the present invention.
The computer system 51 also includes an operating system and micro instruction code. The various processes and functions described herein can either be part of the micro instruction code or part of the application program (or combination thereof) which is executed via the operating system. In addition, various other peripheral devices can be connected to the computer platform such as an additional data storage device and a printing device.
It is to be further understood that, because some of the constituent system components and method steps depicted in the accompanying figures can be implemented in software, the actual connections between the systems components (or the process steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings of the present invention provided herein, one of ordinary skill in the related art will be able to contemplate these and similar implementations or configurations of the present invention. While the present invention has been described in detail with reference to a preferred embodiment, those skilled in the art will appreciate that various modifications and substitutions can be made thereto without departing from the spirit and scope of the invention as set forth in the appended claims.

Claims

CLAIMS WHAT IS CLAIMED IS:
1. A method of training a classifier for computer aided detection of digitized medical images, comprising the steps of: providing a plurality of bags, each bag containing a plurality of feature samples of a single region-of-interest in a medical image, wherein said features include texture, shape, intensity, and contrast of said region-of-interest, wherein each region-of-interest has been labeled as either malignant or healthy; and training a classifier on said plurality of bags of feature samples, subject to the constraint that at least one point in a convex hull of each bag, corresponding to a feature sample, is correctly classified according to the labeled of the associated regi on-of-i nterest.
2. The method 'of claim 1 , wherein said classifier is trained by solving a program equivalent to min vE{ξ)+ Φ(ω,η)+ ΨU) such that ξ' = dl - (X1B)(U- eη)
e'X} = \ O ≤ Λ)
wherein ξ = {ξ] ,..., ξr} are slack terms (errors), E : Rr => R represents a loss function, ω is a hyperplane coefficient, η is the bias (offset from' origin) term, λ is a vector containing the coefficients of the convex combination that defines the representative point of bag i in classy wherein 0 < Xj , e'X} = 1 , γ is the total number of convex hull coefficients corresponding to the representative points in class/, Φ : R ("+|) => R is a regularization function on the hyperplane coefficients, Ψ is a regularization function on the convex combination coefficients X. > matrix
Bj e R1"'*" , i = l, ... , rj , j € {+ 1} is the ilb bag of class label j, r is the total number of representative points, n is the number of features, mj' is the number of rows in B, vector d e {±l}° represents binary bag-labels for the malignant and healthy sets, respectively, and the vector € represent a vector with all its elements one.
3. The method of claim 2, wherein E{ξ)
Figure imgf000023_0001
and Ω = Rr* , wherein ξ+ and r+ are respectively slack variables and points labeled by +1.
4. The method of claim 2, wherein E{ξ) =
Figure imgf000023_0002
and Ω = Rr .
5. The method of claim 2, wherein V = I, E(ξ) =
Figure imgf000023_0003
and
Ω = \g : e'ξj = O, j<B {± l}}.
6. The method of claim 5, further comprising replacing ξ' by d' -\ΑjBjω—eη) in the objective function, replacing equality constraints e'ξi = 0 by ^X"+ — M-) — 2 , wherein classifier is trained by solving a program equivalent to min ύ?Swω+Φ(ω) + ψ(λ) SMC/* */røf β>r (//+ —μ_ ) = b e'A!. = \
wherein Sw = ∑ - ι±Ii — {% j ~ βje'ftX j ~ Mj e j ΪS tne within-class scatter matrix,
μj = — Xjβ is the mean for class j, X^ e R°x" is a matrix containing the η rj representative points on an n-dimensional space such that the row of Xj denoted by bj = BjΑj is the representative point of bag i in class y where i={ ],..., η}, j e {± l}, and μ+ and μ. are the mean values for the positive and negative labeled classes, respectively.
7. The method of claim 6, further comprising: initializing Ji!0 = — r,Vι = l,...,r and a counter c=0, m' for a fixed Λ'c, V/ = \,...,r , solving for wc in a system equivalent to min ωrSwω+φ(ω) such that ωτ+ -μ_) — b for a fixed ω = ύf , solving for /T , Vj = 1, ... , r , in a system equivalent to min tfSwλ + Ψ(λ)
{ω,λ)eR^r such that Jf (/Z+ -μ_) = b e'λ'j = 1
Figure imgf000024_0001
wherein Sw and μ are defined with Xj replaced by Xj wherein Xj e ΕLrj*r is a matrix containing η new points on a y-dimensional space wherein the row of Xj denoted by bj is a vector with its nonzero elements set to Bj'ύ)c ; and if ||ΛI(c+1) - Xc , ... , Z(c+j) - Λ"! is greater than a predefined tolerance, replacing A'c by λ'(c+1) and c by c+J and repeating the two previous steps.
8. The method of claim 7, further comprising setting convex -hull coefficients of negative bags to be 1.
9. The method of claim 6, wherein Φ(ω) =
Figure imgf000024_0002
and ψ(X) =
Figure imgf000024_0003
wherein ε is a positive regularization parameter.
10. The method of claim 7, further comprising transforming said feature samples into a higher dimensional space using a kernel transformation (Xf+ J, X) for the positive class and K(Xf-J, X) for the negative class, wherein Xf+ J, Xf-], and X are data matrices for positive, negative and all samples respectively, wherein each row is ' a sample vector in these matrices, wherein if the size of X is too large, subsampling a random subset from said original feature samples.
1 1. A method of training a classifier for computer aided detection of digitized medical images, comprising the steps of: providing a plurality of bags, each bag containing a plurality of feature samples of a single region-of-interest in a medical image, wherein each region-of- interest has been labeled as either malignant or healthy, wherein each bag is represented by a matrix B}' e R'"'*" , i = l, ... t r} , j e {± l} is the ith bag of class label j, r is the total number of representative points, n is the number of features, m'. is the number of rows in B; and solving a program equivalent to
Figure imgf000025_0001
such that ξ' = d' — {XjBj'ύi—eη) e'ξj = 0 e #, = 1
0 ≤ Λ)
wherein ξ = {ξt ,...,ξr} are slack terms, ω is a hyperplane coefficient, η is the bias (offset from origin) term, λ is a vector containing the coefficients of the convex combination that defines the representative point of bag i in classy wherein 0 < Xj , e'Λ'j = 1 , γ is the total number of convex hull coefficients corresponding to the representative points in class./, Φ : R(Π+1) => R is a regularization function on the hyperplane coefficients, {Pis a regularization function on the convex combination coefficients λ} , matrix B j- e Rm}xπ , i - 1, ... , ry , j e {+ 1} is the ith bag of class label j, r is the total number of representative points, n is the number of features, mj' is the number of rows in B, vector d e {± l}° represents binary bag-labels for the malignant and healthy sets, respectively, and the vector e represent a vector with all its elements one.
12. A program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for training a classifier for computer aided detection of digitized medical images, said method comprising the steps of: providing a plurality of bags, each bag containing a plurality of feature samples of a single region-of-interest in a medical image, wherein said features ' include texture, shape, intensity, and contrast of said region-of-interest, wherein each region-of-interest has been labeled as either malignant or healthy; and training a classifier on said plurality of bags of feature samples, subject to the constraint that at least one point in a convex hull of each bag, corresponding to a feature sample, is correctly classified according to the labeled of the associated region-of-i nterest.
13. The computer readable program storage device of claim 12, wherein said classifier is trained by solving a program equivalent to min vE{ξ)+Φ{ω,η)+λ¥{λ) such tfuzt ξ = d' - (tijBj'ω- eη)
wherein ξ = {£, ,...,ζr} are slack terms (errors), E : Rr => R represents a loss function, ω is a hyperplane coefficient, η is the bias (offset from origin) term, λ is a vector containing the coefficients of the convex combination that defines the representative point of bag / in classy" wherein 0 < λi , e'Λ'j = 1 , γ is the total number of convex hull coefficients corresponding to the representative points in class j, Φ : R(n+1) => R is a regularization function on the hyperplane coefficients, Ψ is a regularization function on the convex combination coefficients Λ'j, matrix
Bj G RmJxn , / = 1, ... , j\ , ,/' e {± l} is the /th bag of class label j, r is the total number of representative points, n is the number of features, mj' is the number of rows in B, vector d e {± 1.}° represents binary bag-labels for the malignant and healthy sets, respectively, and the vector e represent a vector with all its elements one.
14. The computer readable program storage device of claim 13, wherein E{ξ) =
Figure imgf000027_0001
Rr+ , wherein ξ+ and r+ are respectively slack variables and points labeled by +1.
15. The computer readable program storage device of claim 13, wherein
Figure imgf000027_0002
16. The computer readable program storage device of claim 13, wherein v = 1, E{ξ) = ||42 and Ω = {ξ : e'ξ. =0, ; e {±l}}.
17. The computer readable program storage device of claim 16, the method further comprising replacing ξ' by d' —ytjB^co—eT]) in the objective function, replacing equality constraints e ξj = 0 by ύj{μ+ —μ_) = 2 , wherein classifier is trained by solving a program equivalent to min ωrSwω+ Φ(ω)+ ψ(Λ) such that eoτ+ —μ_) = b
O ≤ Λ'j
wherein ^ — ∑ -s/±Ij — \Xjj e h^j > ~Mj e / is tne within-class scatter matrix,
Mj = — XjS is the mean for class j, X . e Rr/1" is a matrix containing the η
representative points on an n-dimensional space such that the row of Xj denoted by bj' = Bj'Xj is the representative point of bag i in class j where i=fl,..., ηj, j e {±l}, and μ+ and μ. are the mean values for the positive and negative labeled classes, respectively.
18. The computer readable program storage device of claim 17, the method further comprising: initializing Λ'° = — r , V/ = 1, ... , r and a counter c=0, m' for a fixed /T",Vz = l,...,r , solving for wc in a system equivalent to min ωτSwω+ Φ(ω) such that ωτ+ -μ_) = b for a fixed Cύ~ of , solving for X° , Vc" = \,...,r , in a system equivalent to min λτSwλ + ψ(Z)
(ω,λhR"*r such that JC (/Z+ - μ_) = b e'λ'j = 1 O ≤ λ'j wherein Sw and μ are defined with Xj replaced by Xj wherein Xj e Rr;*r is a matrix containing η new points on a y-dimensional space wherein the row of Xj denoted by bj is a vector with its nonzero elements set to Bj'όf ; and if |ll(c+l) - λlc , ... , Λr(M"° -
Figure imgf000028_0001
is greater than a predefined tolerance, replacing λ'c by λ'(c+/) and c by c+7 and repeating the two previous steps.
19. The computer readable program storage device of claim 18, the method further comprising setting convex-hull coefficients of negative bags to be 1.
20. The computer readable program storage device of claim 17, wherein Φ(fi>) = ^IHI2 a"d Ψ(Λθ = ^W2 > wherein ε is a positive regularization parameter.
21. The computer readable program storage device of claim 18, the method further comprising transforming said feature samples into a higher dimensional space using a kernel transformation (Xf-*- J, X) for the positive class and K(Xf-J, X) for the negative class, wherein Xf+ J, Xf-J, and X are data matrices for positive, negative and all samples respectively, wherein each row is a sample vector in these matrices, wherein if the size of X is too large, subsampling a random subset from said original feature samples.
PCT/US2007/003296 2006-02-07 2007-02-07 System and method for multiple instance learning for computer aided detection WO2007092518A2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US76592206P 2006-02-07 2006-02-07
US60/765,922 2006-02-07
US11/671,777 2007-02-06
US11/671,777 US7986827B2 (en) 2006-02-07 2007-02-06 System and method for multiple instance learning for computer aided detection

Publications (2)

Publication Number Publication Date
WO2007092518A2 true WO2007092518A2 (en) 2007-08-16
WO2007092518A3 WO2007092518A3 (en) 2008-06-05

Family

ID=38293221

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2007/003296 WO2007092518A2 (en) 2006-02-07 2007-02-07 System and method for multiple instance learning for computer aided detection

Country Status (2)

Country Link
US (1) US7986827B2 (en)
WO (1) WO2007092518A2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103325125A (en) * 2013-07-03 2013-09-25 北京工业大学 Moving target tracking method based on improved multi-example learning algorithm
CN109416763A (en) * 2016-07-01 2019-03-01 英特尔公司 Machine learning in antagonism environment
CN109416763B (en) * 2016-07-01 2024-04-12 英特尔公司 Machine learning in a resistant environment

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8131039B2 (en) * 2007-09-26 2012-03-06 Siemens Medical Solutions Usa, Inc. System and method for multiple-instance learning for computer aided diagnosis
US20090198654A1 (en) * 2008-02-05 2009-08-06 Microsoft Corporation Detecting relevant content blocks in text
US20090290802A1 (en) * 2008-05-22 2009-11-26 Microsoft Corporation Concurrent multiple-instance learning for image categorization
US8249366B2 (en) * 2008-06-16 2012-08-21 Microsoft Corporation Multi-label multi-instance learning for image classification
WO2010035163A1 (en) * 2008-09-29 2010-04-01 Koninklijke Philips Electronics, N.V. Method for increasing the robustness of computer-aided diagnosis to image processing uncertainties
US9122955B2 (en) * 2010-06-28 2015-09-01 Ramot At Tel-Aviv University Ltd. Method and system of classifying medical images
US8588519B2 (en) 2010-09-22 2013-11-19 Siemens Aktiengesellschaft Method and system for training a landmark detector using multiple instance learning
US8768668B2 (en) 2012-01-09 2014-07-01 Honeywell International Inc. Diagnostic algorithm parameter optimization
US9060685B2 (en) 2012-03-26 2015-06-23 Nec Laboratories America, Inc. Whole tissue classifier for histology biopsy slides
US10120980B2 (en) 2014-01-27 2018-11-06 Arizona Board Of Regents On Behalf Of Arizona State University Diagnosing pulmonary embolism by integrating patient-level diagnosis and embolus-level detection
CN105005989B (en) * 2015-06-30 2018-02-13 长安大学 A kind of vehicle target dividing method under weak contrast
US10157467B2 (en) 2015-08-07 2018-12-18 Arizona Board Of Regents On Behalf Of Arizona State University System and method for detecting central pulmonary embolism in CT pulmonary angiography images
CN105976401B (en) * 2016-05-20 2019-03-12 河北工业职业技术学院 Method for tracking target and system based on piecemeal multi-instance learning algorithm

Family Cites Families (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5274714A (en) * 1990-06-04 1993-12-28 Neuristics, Inc. Method and apparatus for determining and organizing feature vectors for neural network recognition
US5598509A (en) * 1992-08-28 1997-01-28 Hitachi, Ltd. Method of configuring a neural network and a diagnosis/recognition system using the same
US5544256A (en) * 1993-10-22 1996-08-06 International Business Machines Corporation Automated defect classification system
US5931780A (en) * 1993-11-29 1999-08-03 Arch Development Corporation Method and system for the computerized radiographic analysis of bone
US6269363B1 (en) * 1994-01-24 2001-07-31 Yossi Matias Method of accessing data using approximate data structures by relaxing the operations that define same
US5835901A (en) * 1994-01-25 1998-11-10 Martin Marietta Corporation Perceptive system including a neural network
JP2915826B2 (en) * 1995-07-11 1999-07-05 富士通株式会社 Interference check device
US5987445A (en) * 1996-01-05 1999-11-16 Siemens Corporate Research, Inc. Delta learning system for using expert advice to revise diagnostic expert system fault hierarchies
US6018590A (en) * 1997-10-07 2000-01-25 Eastman Kodak Company Technique for finding the histogram region of interest based on landmark detection for improved tonescale reproduction of digital radiographic images
US6629065B1 (en) * 1998-09-30 2003-09-30 Wisconsin Alumni Research Foundation Methods and apparata for rapid computer-aided design of objects in virtual reality and other environments
US6317517B1 (en) * 1998-11-30 2001-11-13 Regents Of The University Of California Statistical pattern recognition
US6269176B1 (en) * 1998-12-21 2001-07-31 Eastman Kodak Company Method for x-ray antiscatter grid detection and suppression in digital radiography
US6408300B1 (en) * 1999-07-23 2002-06-18 International Business Machines Corporation Multidimensional indexing structure for use with linear optimization queries
US6750964B2 (en) * 1999-08-06 2004-06-15 Cambridge Research And Instrumentation, Inc. Spectral imaging methods and systems
GB9919947D0 (en) * 1999-08-23 2000-05-24 British Aerospace Image processing system and method
US6901156B2 (en) * 2000-02-04 2005-05-31 Arch Development Corporation Method, system and computer readable medium for an intelligent search workstation for computer assisted interpretation of medical images
US6678413B1 (en) * 2000-11-24 2004-01-13 Yiqing Liang System and method for object identification and behavior characterization using video analysis
US7024033B2 (en) * 2001-12-08 2006-04-04 Microsoft Corp. Method for boosting the performance of machine-learning classifiers
US7263214B2 (en) * 2002-05-15 2007-08-28 Ge Medical Systems Global Technology Company Llc Computer aided diagnosis from multiple energy images
US7295691B2 (en) * 2002-05-15 2007-11-13 Ge Medical Systems Global Technology Company, Llc Computer aided diagnosis of an image set
US6609021B1 (en) * 2002-05-20 2003-08-19 Siemens Corporate Research, Inc. Pulmonary nodule detection using cartwheel projection analysis
US7418123B2 (en) * 2002-07-12 2008-08-26 University Of Chicago Automated method and system for computerized image analysis for prognosis
US7346209B2 (en) * 2002-09-30 2008-03-18 The Board Of Trustees Of The Leland Stanford Junior University Three-dimensional pattern recognition method to detect shapes in medical images
US7664298B2 (en) * 2003-03-25 2010-02-16 Imaging Therapeutics, Inc. Methods for the compensation of imaging technique in the processing of radiographic images
US7092749B2 (en) * 2003-06-11 2006-08-15 Siemens Medical Solutions Usa, Inc. System and method for adapting the behavior of a diagnostic medical ultrasound system based on anatomic features present in ultrasound images
US7346201B2 (en) * 2003-09-26 2008-03-18 Virtualscopics Llc Semi-automated measurement of anatomical structures using statistical and morphological priors
US7658714B2 (en) * 2003-10-31 2010-02-09 Siemens Medical Solutions Usa, Inc. Intelligent ultrasound examination storage system
US7536044B2 (en) * 2003-11-19 2009-05-19 Siemens Medical Solutions Usa, Inc. System and method for detecting and matching anatomical structures using appearance and shape
US7463773B2 (en) * 2003-11-26 2008-12-09 Drvision Technologies Llc Fast high precision matching method
US20050177040A1 (en) * 2004-02-06 2005-08-11 Glenn Fung System and method for an iterative technique to determine fisher discriminant using heterogenous kernels
US7653227B2 (en) * 2004-02-09 2010-01-26 Siemens Medical Solutions Usa, Inc. Hierarchical modeling in medical abnormality detection
US7729538B2 (en) * 2004-08-26 2010-06-01 Microsoft Corporation Spatial recognition and grouping of text and graphics
US20060064017A1 (en) * 2004-09-21 2006-03-23 Sriram Krishnan Hierarchical medical image view determination
US7440944B2 (en) * 2004-09-24 2008-10-21 Overture Services, Inc. Method and apparatus for efficient training of support vector machines
US8320996B2 (en) * 2004-11-29 2012-11-27 Hypermed Imaging, Inc. Medical hyperspectral imaging for evaluation of tissue and tumor
US7650321B2 (en) * 2005-02-16 2010-01-19 Siemens Medical Solutions Usa, Inc. Two classifier based system for classifying anomalous medical patient records
US20070053563A1 (en) * 2005-03-09 2007-03-08 Zhuowen Tu Probabilistic boosting tree framework for learning discriminative models
US7680307B2 (en) * 2005-04-05 2010-03-16 Scimed Life Systems, Inc. Systems and methods for image segmentation with a multi-stage classifier
US7672987B2 (en) * 2005-05-25 2010-03-02 Siemens Corporate Research, Inc. System and method for integration of medical information
US20070011121A1 (en) * 2005-06-03 2007-01-11 Jinbo Bi System and method for learning rankings via convex hull separation
US8358819B2 (en) * 2005-06-24 2013-01-22 University Of Iowa Research Foundation System and methods for image segmentation in N-dimensional space
US7702153B2 (en) * 2005-10-07 2010-04-20 Siemens Medical Solutions Usa, Inc. Systems and methods for segmenting object of interest from medical image
US7756313B2 (en) * 2005-11-14 2010-07-13 Siemens Medical Solutions Usa, Inc. System and method for computer aided detection via asymmetric cascade of sparse linear classifiers
US7515734B2 (en) * 2006-03-27 2009-04-07 Eyecue Vision Technologies Ltd. Device, system and method for determining compliance with a positioning instruction by a figure in an image
US7912278B2 (en) * 2006-05-03 2011-03-22 Siemens Medical Solutions Usa, Inc. Using candidates correlation information during computer aided diagnosis
US8204315B2 (en) * 2006-10-18 2012-06-19 The Trustees Of The University Of Pennsylvania Systems and methods for classification of biological datasets
US8055593B2 (en) * 2006-11-02 2011-11-08 Siemens Medical Solutions Usa, Inc. Learning classifiers for multiple-label data analysis
US8010476B2 (en) * 2007-06-04 2011-08-30 Siemens Medical Solutions Usa, Inc. System and method for medical predictive models using likelihood gamble pricing
US8131039B2 (en) * 2007-09-26 2012-03-06 Siemens Medical Solutions Usa, Inc. System and method for multiple-instance learning for computer aided diagnosis
US8774479B2 (en) * 2008-02-19 2014-07-08 The Trustees Of The University Of Pennsylvania System and method for automated segmentation, characterization, and classification of possibly malignant lesions and stratification of malignant tumors

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
FUNG G M ET AL: "Knowledge-Based Support Vector Machine Classifiers" PROCEEDINGS OF INTERNATIONAL CONFERENCE ON NEURAL INFORMATION PROCESSING, XX, XX, 2002, pages 1-8, XP002364990 *
FUNG G. ET AL.: "Multiple Instance Learning for Computer Aided Diagnosis" NEURAL INFORMATION PROCESSING SYSTEMS, 4 December 2006 (2006-12-04), XP002474279 *
MANGASARIAN O.L. AND WILD E. W.: "Multiple Instance Classification via Successive Linear Programming" DATA MINING INSTITUTE TECHNICAL REPORT 05-02 - UNIVERSITY OF WISCONSIN MADISON, [Online] February 2005 (2005-02), XP002474280 ISSN: 8 Retrieved from the Internet: URL:ftp://ftp.cs.wisc.edu/pub/dmi/tech-rep orts/05-02.pdf> [retrieved on 2008-03-20] *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103325125A (en) * 2013-07-03 2013-09-25 北京工业大学 Moving target tracking method based on improved multi-example learning algorithm
CN109416763A (en) * 2016-07-01 2019-03-01 英特尔公司 Machine learning in antagonism environment
CN109416763B (en) * 2016-07-01 2024-04-12 英特尔公司 Machine learning in a resistant environment

Also Published As

Publication number Publication date
US7986827B2 (en) 2011-07-26
US20070189602A1 (en) 2007-08-16
WO2007092518A3 (en) 2008-06-05

Similar Documents

Publication Publication Date Title
US7986827B2 (en) System and method for multiple instance learning for computer aided detection
Zhang et al. Radiological images and machine learning: trends, perspectives, and prospects
Abdelrahman et al. Convolutional neural networks for breast cancer detection in mammography: A survey
Bernal et al. Deep convolutional neural networks for brain image analysis on magnetic resonance imaging: a review
Zhao et al. A deep learning model integrating FCNNs and CRFs for brain tumor segmentation
Dundar et al. Multiple instance learning for computer aided diagnosis
Gu et al. On the performance of lung nodule detection, segmentation and classification
Fan et al. Classification of structural images via high-dimensional image warping, robust feature extraction, and SVM
Li et al. An effective computer aided diagnosis model for pancreas cancer on PET/CT images
Srinivas et al. Simultaneous sparsity model for histopathological image representation and classification
Domínguez et al. Toward breast cancer diagnosis based on automated segmentation of masses in mammograms
Shen et al. A surface-based approach for classification of 3D neuroanatomic structures
US9159128B2 (en) Enhanced multi-protocol analysis via intelligent supervised embedding (empravise) for multimodal data fusion
US7962428B2 (en) System and method for joint optimization of cascaded classifiers for computer aided detection
Nagarajan et al. Classification of small lesions on dynamic breast MRI: Integrating dimension reduction and out-of-sample extension into CADx methodology
Mahapatra Automatic cardiac segmentation using semantic information from random forests
Dundar et al. Multiple-instance learning algorithms for computer-aided detection
WO2007056495A1 (en) System and method for computer aided detection via asymmetric cascade of sparse linear classifiers
Kadoury et al. Metastatic liver tumour segmentation from discriminant Grassmannian manifolds
Liu et al. Sparse classification for computer aided diagnosis using learned dictionaries
Aborisade et al. Comparative analysis of textural features derived from GLCM for ultrasound liver image classification
Sridhar et al. Content-based image retrieval of digitized histopathology in boosted spectrally embedded spaces
Tiwari et al. Multi-modal data fusion schemes for integrated classification of imaging and non-imaging biomedical data
Sethi et al. Computer aided diagnosis system for abdomen diseases in computed tomography images
Milenković et al. Characterization of spatiotemporal changes for the classification of dynamic contrast-enhanced magnetic-resonance breast lesions

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07763676

Country of ref document: EP

Kind code of ref document: A2