This invention is directed to learning algorithms for computer-aided detection (CAD) systems.
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 MIL 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 MIL 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.
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 CT, 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
wherein ξ={ξ1, . . . ,ξr} are slack terms (errors), E:RrR 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 j wherein 0≦λji, e′λji=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 λji, matrix BjiεRm
According to a further aspect of the invention, E(ξ)=∥(ξ)+∥22, Φ(ω,η)=∥(ω,η)∥22 and Ω=Rr
According to a further aspect of the invention, E(ξ)=∥(ξ)∥22, Φ(ω,η)=∥(ω,η)∥22 and Ω=Rr.
According to a further aspect of the invention, v=1, E(ξ)=∥ξ∥22 and Ω={ξ:e′ξj=0, jε{±1}}.
According to a further aspect of the invention, the method comprises replacing ξi by di−(λjiBjiω−eη) in the objective function, replacing equality constraints e′ξj=0 by ω′(μ+−μ−)=2, wherein classifier is trained by solving a program equivalent to
wherein
is the within-class scatter matrix,
is the mean for class j, XjεRr
According to a further aspect of the invention, the method comprises initializing
and a counter c=0, for a fixed λic, ∀i=1, . . . ,r, solving for wc in a system equivalent to
for a fixed ω=ωc, solving for λic, ∀i=1, . . . ,r, in a system equivalent to
wherein
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, Φ(ω)=ε∥ω∥22 and Ψ(λ)=ε∥λ∥22, 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 (X{+}, X) for the positive class and K(X{−}, X) for the negative class, wherein X{+}, X{−}, 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 BjiεRm
where ξ={ξ1, . . . ,ξ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 class j wherein 0≦λji, e′λji=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 λji, matrix BjiεRm
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.
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 non-medical 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-dimensional 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 ith bag of class j be represented by the matrix BjiεRm
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 MIL technique, allowing algorithms that are more computationally efficient. As mentioned above, a bag Bji will be considered correctly classified if any point inside the convex hull of the bag Bji (i.e. any convex combination of points of Bji) is correctly classified.
Let λ such that 0≦λji, e′λji=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.
Then, the MIL program can be formulated as,
where ξ={ξ1, . . . ,ξr} are slack terms (errors), ω are hyperplane coefficients, η is the bias (offset from origin) term, and λ is a vector containing all the λji for i=1, . . . ,rj, jε{±1}. E:RrR represents the loss function, Φ:R(n+1)R is a regularization function on the hyperplane coefficients, Ψ is a regularization function on the convex combination coefficients λji, 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. E(ξ)=∥(ξ)+∥22, Φ(ω,η)=∥(ω,η)∥22 and Ω=Rr
2. E(ξ)=∥(ξ)∥22, Φ(ω,η)=∥(ω,η)∥22 and Ω=Rr, leads to MIL versions of the Least-Squares-SVM.
3. v=1, E(ξ)=∥ξ∥22, Ω={ξ:e′ξj=0, jε{±1}} leads to MIL versions of the Quadratic-Programming (QP) formulation for Fisher's linear discriminant (FD).
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=1, E(ξ)=∥ξ∥22, Ω={ξ:e′ξj=0, jε{±1}} in EQ. (1) the following MIL version of the quadratic programming algorithm for Fisher's Linear Discriminant is obtained:
The number of variables to be optimized in EQ. (2) is r+n+1+γ, which is computationally infeasible when the number of bags is large (r>104). To alleviate the situation, one can (1) replace ξi by di−(λjiBjiω−eη) in the objective function, and (2) replace the equality constraints e′ξj=0 by ω′(μ+−μ−)=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:
where
is the within-class scatter matrix,
is the mean for class j. XjεRr
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 Φ(ω)=ε∥ω∥22 and Ψ(λ)=ε∥λ∥22, 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,
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, SW 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(nr2) to O(n2r) and brings some computational advantages when dealing with datasets with r>>n.
Sub Program 2: When ω=ω* is fixed, the program becomes
where
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
an optimization program with O(n λ+2) 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
set counter c=0.
(1) For fixed λic, ∀i=1, . . . ,r, solve for wc in EQ. (4).
(2) Fixing w=wC solve for λic, ∀i=1, . . . ,r, in EQ. (5).
(3) Stop if ∥λ1(c+1)−λ1c, . . . ,λr(c+1)−λrc∥2 is less than some desired tolerance,
The objective functions of the subprograms in EQS. (4) and (5) are both convex on ω and λ, respectively. Thus, the above algorithm of an embodiment of the invention is guaranteed to converge to a unique minimizer. 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:RnR
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 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
Execution times for all the methods tested are shown in Table 1. As expected, the computational cost is the cheapest for the traditional non-MIL 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: MUSK1, 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 MUSK2 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 Φ(ω)=v|λ|. For the musk datasets the results are based on a Radial Basis Function (RBF) kernel K(xi, xj)=exp(−σ∥x−y∥2). The kernel space is assumed to be spanned by all the datapoints in MUSK1 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
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.
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.
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 Feb. 7, 2006, the contents of which are herein incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
5465308 | Hutcheson et al. | Nov 1995 | A |
5544256 | Brecher et al. | Aug 1996 | A |
5598509 | Takahashi et al. | Jan 1997 | A |
5835901 | Duvoisin et al. | Nov 1998 | A |
5923837 | Matias | Jul 1999 | A |
5943056 | Sato et al. | Aug 1999 | A |
5987445 | Rao et al. | Nov 1999 | A |
6018590 | Gaborski | Jan 2000 | A |
6205348 | Giger et al. | Mar 2001 | B1 |
6269176 | Barski et al. | Jul 2001 | B1 |
6317517 | Lu | Nov 2001 | B1 |
6609021 | Fan et al. | Aug 2003 | B1 |
6629065 | Gadh et al. | Sep 2003 | B1 |
6630660 | Finn | Oct 2003 | B1 |
6678413 | Liang et al. | Jan 2004 | B1 |
6750964 | Levenson et al. | Jun 2004 | B2 |
7024033 | Li et al. | Apr 2006 | B2 |
7092749 | Fowkes et al. | Aug 2006 | B2 |
7099505 | Li et al. | Aug 2006 | B2 |
7263214 | Uppaluri et al. | Aug 2007 | B2 |
7295691 | Uppaluri et al. | Nov 2007 | B2 |
7346201 | Ashton | Mar 2008 | B2 |
7463773 | Lee et al. | Dec 2008 | B2 |
7536044 | Zhou et al. | May 2009 | B2 |
7650321 | Krishnan et al. | Jan 2010 | B2 |
7702596 | Tu et al. | Apr 2010 | B2 |
7796795 | Uppaluri et al. | Sep 2010 | B2 |
20010043729 | Giger et al. | Nov 2001 | A1 |
20020069206 | Bergman et al. | Jun 2002 | A1 |
20030215119 | Uppaluri et al. | Nov 2003 | A1 |
20030215120 | Uppaluri et al. | Nov 2003 | A1 |
20040101181 | Giger et al. | May 2004 | A1 |
20040131254 | Liang et al. | Jul 2004 | A1 |
20040165767 | Gokturk et al. | Aug 2004 | A1 |
20050010106 | Lang et al. | Jan 2005 | A1 |
20050069183 | Ashton | Mar 2005 | A1 |
20050096539 | Leibig et al. | May 2005 | A1 |
20050177040 | Fung et al. | Aug 2005 | A1 |
20050209519 | Krishnan et al. | Sep 2005 | A1 |
20060045337 | Shilman et al. | Mar 2006 | A1 |
20060064017 | Krishnan et al. | Mar 2006 | A1 |
20060074908 | Selvaraj et al. | Apr 2006 | A1 |
20060184475 | Krishnan et al. | Aug 2006 | A1 |
20060222221 | Sathyanarayana | Oct 2006 | A1 |
20060247514 | Panasyuk et al. | Nov 2006 | A1 |
20060271556 | Mukherjee et al. | Nov 2006 | A1 |
20070011121 | Bi et al. | Jan 2007 | A1 |
20070081710 | Hong et al. | Apr 2007 | A1 |
20070110292 | Bi et al. | May 2007 | A1 |
20070280530 | Fung et al. | Dec 2007 | A1 |
20080031507 | Uppaluri et al. | Feb 2008 | A1 |
20080109388 | Rosales et al. | May 2008 | A1 |
20080118124 | Madabhushi et al. | May 2008 | A1 |
20080301077 | Fung et al. | Dec 2008 | A1 |
20080317308 | Wu et al. | Dec 2008 | A1 |
20090080731 | Krishnapuram et al. | Mar 2009 | A1 |
20090180669 | Horovitz et al. | Jul 2009 | A1 |
20110026798 | Madabhushi et al. | Feb 2011 | A1 |
Number | Date | Country | |
---|---|---|---|
20070189602 A1 | Aug 2007 | US |
Number | Date | Country | |
---|---|---|---|
60765922 | Feb 2006 | US |