| Literature DB >> 23984321 |
Abstract
Pathological diagnosis is influenced by subjective factors such as the individual experience and knowledge of doctors. Therefore, it may be interpreted in different ways for the same symptoms. The appearance of digital pathology has created good foundation for objective diagnoses based on quantitative feature analysis. Recently, numerous studies are being done to develop automated diagnosis based on the digital pathology. But there are as of yet no general automated methods for pathological diagnosis due to its specific nature. Therefore, specific methods according to a type of disease and a lesion could be designed. This study proposes quantitative features that are designed to diagnose pancreatic ductal adenocarcinomas. In the diagnosis of pancreatic ductal adenocarcinomas, the region of interest is a duct that consists of lumen and epithelium. Therefore, we first segment the lumen and epithelial nuclei from a tissue image. Then, we extract the specific features to diagnose the pancreatic ductal adenocarcinoma from the segmented objects. The experiment evaluated the classification performance of the SVM learned by the proposed features. The results showed an accuracy of 94.38% in the experiment distinguishing between pancreatic ductal adenocarcinomas and normal tissue and a classification accuracy of 77.03% distinguishing between the stages of pancreatic ductal adenocarcinomas.Entities:
Mesh:
Year: 2013 PMID: 23984321 PMCID: PMC3741920 DOI: 10.1155/2013/175271
Source DB: PubMed Journal: Biomed Res Int Impact factor: 3.411
Figure 1(a) Normal; (b) Grade 1, well differentiated; (c) Grade 2, moderately differentiated; (d) Grade 3, poorly differentiated.
Figure 2System overview for diagnosing PDAC.
Figure 3(a) The preprocessed binary image for identifying the lumen boundary; (b) H (A) and candidate seed points (yellow points) for the image; (c) 3D plot for H (A). It is scaled as a range from 0 to 255; (d) the boundary of lumen segmented by candidate seed (green line).
Figure 4(a) A set of the segmented nuclei, N; (b) a set of the epithelial nuclei selected from N, N (marked as red).
Algorithm 1Selection_Epithelial_Nuclei (N).
List of notations.
| Symbol | Description |
|---|---|
|
| The |
|
| The matrix representation for preprocessed binary image |
|
| The direction cumulative histogram for |
|
| The thresholded |
|
| A sequence of points that consist of the original lumen boundary |
|
| A sequence of points for the convex hull of |
|
| A sequence of points for the ideal lumen boundary that is estimated from |
|
| A set of nuclei |
|
| A set of epithelial nuclei |
|
| A set of nonepithelial nuclei |
| Distance(·,·) | The Euclidean distance function |
| Centroid(·) | The function returning center point of given object |
|
| The atypia-amplitude function |
|
| The perimeter from |
|
| A set of atypia regions |
|
| The region surrounded by |
|
| The region surrounded by |
|
| The region surrounded by |
| Area (·) | The function returning area of given region |
|
| The data set for given feature set |
Figure 5Original lumen boundary B (green line) and ideal lumen boundary B (red line).
Figure 6The atypia-amplitude signature with A(t).
The atypia-amplitude signature for Figures 1(a), 1(b), and 1(c).
|
|
Figure 7AV at a PIP, p , is measured as the angle (θ ) between a and b .
Figure 8(a) Grade 2 tissue image, (b) atypia regions that are generated by region R and region R of (a).
Figure 9CytoplasmLengths (blue lines) of epithelial cells for Normal and Grade 1.
Information of the digital slide.
| Digital slide size | Variable size |
| Image resolution | 0.492 |
| Image type | SVS/JPEG2000 |
| Image channels | 3 |
| Image bit depth | 8 bits |
| Magnification | 20x |
| Organization | Tiled |
| Tile width | 240 pixels |
| Tile height | 240 pixels |
The obtained experimental images.
| Type | Number of images |
|---|---|
| Normal | 80 |
| Grade 1 | 80 |
| Grade 2 | 80 |
Morphological features used in the classification experiment.
| No. | Feature | Description | NEN1 | Lumen | EN2 |
|---|---|---|---|---|---|
| 1 | Area | Area of selection in square pixels | * | * | * |
| 2 | Perimeter | The length of the outside boundary of the selection | * | * | * |
| 3 | Width | Width of the smallest rectangle enclosing the selection | * | * | * |
| 4 | Height | Height of the smallest rectangle enclosing the selection | * | * | * |
| 5 | MajorAxis | Major (primary) axis length of the best fitting ellipse | * | * | * |
| 6 | MinorAxis | Minor (secondary) axis length of the best fitting ellipse | * | * | * |
| 7 | Circularity | 4 | * | * | * |
| 8 | Feret's diameter | The longest distance between any two points along the selection boundary | * | * | * |
| 9 | AspectRatio | MajorAxis/MinorAxis | * | * | * |
| 10 | Skewness | The third order moment about the mean | * | * | * |
| 11 | Roundness | 4 × Area/( | * | * | * |
| 12 | Solidity | Area/ConvexArea | * | * | * |
| 13 | RMSAA | Root-mean-squared atypia-amplitude | * | ||
| 14 | TSAV | Total sum of atypia volatilities for PIPs | * | ||
| 15 | AtypiaRatio | The ratio of atypia region | * | ||
| 16 | #AtypiaRegions | The number of atypia regions for identifying papillary | * | ||
| 17 | CytoplasmLength | The cytoplasm length of epithelial nucleus [ | * | ||
| 18 | CytoplasmLengthSD | The standard deviation of CytoplasmLength | * |
NEN1: nonepithelial nuclei; EN2: epithelial nuclei.
The symbol and the dimension of feature sets that are configured by the object features and combined features.
| Object | Symbol | Feature set | Dimension |
|---|---|---|---|
| NEN | CNF | Classical nonepithelial nuclei features | 12 |
|
| |||
| Lumen | CLF | Classical lumen features | 12 |
| PLF | Proposed lumen features | 4 | |
| ALF | CLF + PLF | 16 | |
|
| |||
| EN | CEF | Classical epithelial nuclei features | 12 |
| PEF | Proposed epithelial nuclei features | 2 | |
| AEF | CEF + PEF | 14 | |
|
| |||
| Duct | CDF | Classical duct features (CLF + CEF) | 24 |
| Proposed duct features (PLF + PEF) | 6 | ||
| ADF | CDF + PDF | 30 | |
|
| |||
| Tissue | CTF | Classical features extracted from three objects (CLF + CEF + CNF) | 36 |
| PTF | Proposed features extracted from three objects (PLF + PEF + CNF) | 18 | |
| ATF | All features (CLF + CEF + PLF + PEF + CNF) | 42 | |
The number of training and testing data sets for learning and evaluating the SVM classifier.
| Experiment | Class | Number of training data | Number of testing data |
|
| |||
|
| Normal | 48 | 32 |
| PDAC | 48 | 32 | |
|
| |||
|
| Grade 1 | 48 | 32 |
| Grade 2 | 48 | 32 | |
Evaluation results for distinguishing Normal and PDAC to each feature set.
| Object | Feature set | TN | FP | FN | TP | SN (%) | SP (%) | PPV (%) | NPV (%) | ACC (%) |
|---|---|---|---|---|---|---|---|---|---|---|
| NEN | CNF | 26.50 | 6.30 | 5.50 | 25.70 | 82.82 | 80.32 | 81.07 | 82.50 | 81.56 |
| (1.58) | (2.11) | (1.58) | (2.11) | (4.94) | (6.60) | (5.17) | (4.22) | (3.95) | ||
|
| ||||||||||
| CLF | 27.30 | 12.30 | 4.70 | 19.70 | 85.32 | 61.57 | 69.38 | 81.72 | 73.44 | |
| (2.21) | (3.27) | (2.21) | (3.27) | (6.92) | (10.21) | (4.22) | (6.25) | (3.13) | ||
| Lumen | PLF | 29.30 | 2.70 | 2.70 | 29.30 | 91.57 | 91.57 | 91.99 | 91.88 | 91.56 |
| (1.77) | (2.00) | (1.77) | (2.00) | (5.52) | (6.26) | (5.45) | (4.70) | (3.14) | ||
| ALF | 27.50 | 3.60 | 4.50 | 28.40 | 85.94 | 88.75 | 88.96 | 86.36 | 87.35 | |
| (0.85) | (2.46) | (0.85) | (2.46) | (2.66) | (7.68) | (6.92) | (2.12) | (3.57) | ||
|
| ||||||||||
| CEF | 25.10 | 10.60 | 6.90 | 21.40 | 78.44 | 66.88 | 70.72 | 75.75 | 72.66 | |
| (1.66) | (2.84) | (1.66) | (2.84) | (5.20) | (8.86) | (4.97) | (3.99) | (3.84) | ||
| EN | PEF | 27.50 | 3.50 | 4.50 | 28.50 | 85.94 | 89.07 | 89.52 | 86.67 | 87.50 |
| (1.51) | (2.95) | (1.51) | (2.95) | (4.72) | (9.23) | (6.80) | (3.25) | (3.21) | ||
| AEF | 27.00 | 3.00 | 5.00 | 29.00 | 84.38 | 90.63 | 90.55 | 85.73 | 87.50 | |
| (2.05) | (1.89) | (2.05) | (1.89) | (6.42) | (5.89) | (5.01) | (4.53) | (1.47) | ||
|
| ||||||||||
| CDF | 27.30 | 12.30 | 4.70 | 19.70 | 85.32 | 61.57 | 69.38 | 81.72 | 73.44 | |
| (2.21) | (3.27) | (2.21) | (3.27) | (6.92) | (10.21) | (4.22) | (6.25) | (3.13) | ||
| Duct | 29.80 | 1.40 | 2.20 | 30.60 | 93.13 | 95.63 | 95.78 | 93.50 | 94.38 | |
| (1.40) | (1.51) | (1.40) | (1.51) | (4.37) | (4.71) | (4.34) | (3.80) | (2.35) | ||
| ADF | 27.50 | 3.60 | 4.50 | 28.40 | 85.94 | 88.75 | 88.96 | 86.36 | 87.35 | |
| (0.85) | (2.46) | (0.85) | (2.46) | (2.66) | (7.68) | (6.92) | (2.12) | (3.57) | ||
|
| ||||||||||
| CTF | 26.90 | 11.70 | 5.10 | 20.30 | 84.06 | 63.44 | 70.34 | 80.92 | 73.75 | |
| (2.28) | (3.74) | (2.28) | (3.74) | (7.13) | (11.70) | (5.32) | (6.11) | (3.44) | ||
| Tissue | PTF | 29.80 | 2.50 | 2.20 | 29.50 | 93.13 | 92.19 | 92.74 | 93.26 | 92.66 |
| (1.32) | (2.22) | (1.32) | (2.22) | (4.11) | (6.95) | (6.15) | (3.76) | (3.21) | ||
| ATF | 27.50 | 3.60 | 4.50 | 28.40 | 85.94 | 88.75 | 88.96 | 86.36 | 87.35 | |
| (0.85) | (2.46) | (0.85) | (2.46) | (2.66) | (7.68) | (6.92) | (2.12) | (3.57) | ||
TP (true positive): the number of PDACs that are correctly classified as PDACs.
FP (false positive): the number of Normals that are incorrectly classified as PDACs.
FN (false negative): the number of PDACs that are incorrectly classified as Normals.
TN (true negative): the number of Normals that are correctly classified as Normals.
Figure 10Comparison of classification accuracy for the Normal and PDAC for each feature set.
Figure 11Comparison of ROC curves and AUC values for classifiers in Case 1.
Evaluation results for distinguishing between Grade 1 and Grade 2 to each feature set.
| Object | Feature set | TN | FP | FN | TP | SN (%) | SP (%) | PPV (%) | NPV (%) | ACC (%) |
|---|---|---|---|---|---|---|---|---|---|---|
| NEN | CNF | 19.60 | 11.70 | 12.40 | 20.30 | 61.25 | 63.44 | 64.35 | 63.29 | 62.34 |
| (6.26) | (4.97) | (6.26) | (4.97) | (19.56) | (15.52) | (8.93) | (9.49) | (7.78) | ||
|
| ||||||||||
| CLF | 22.40 | 17.30 | 9.60 | 14.70 | 70.00 | 45.94 | 58.39 | 66.13 | 57.97 | |
| (5.99) | (6.95) | (5.99) | (6.95) | (18.70) | (21.70) | (10.63) | (16.21) | (5.23) | ||
| Lumen | PLF | 23.80 | 6.50 | 8.20 | 25.50 | 74.38 | 79.69 | 79.65 | 75.40 | 77.03 |
| (1.32) | (3.95) | (1.32) | (3.95) | (4.11) | (12.35) | (10.15) | (4.96) | (6.83) | ||
| ALF | 25.20 | 13.40 | 6.80 | 18.60 | 78.75 | 58.13 | 67.05 | 73.46 | 68.44 | |
| (2.90) | (6.31) | (2.90) | (6.31) | (9.06) | (19.72) | (9.88) | (5.85) | (7.39) | ||
|
| ||||||||||
| CEF | 18.60 | 14.50 | 13.40 | 17.50 | 58.13 | 54.69 | 56.45 | 57.03 | 56.41 | |
| (4.30) | (4.14) | (4.30) | (4.14) | (13.44) | (12.95) | (7.17) | (9.10) | (7.53) | ||
| EN | PEF | 22.20 | 8.90 | 9.80 | 23.10 | 69.38 | 72.19 | 71.89 | 70.04 | 70.78 |
| (1.14) | (2.92) | (1.14) | (2.92) | (3.55) | (9.14) | (6.94) | (4.08) | (5.26) | ||
| AEF | 22.40 | 11.60 | 9.60 | 20.40 | 70.00 | 63.75 | 65.95 | 68.16 | 66.88 | |
| (2.32) | (2.27) | (2.32) | (2.27) | (7.25) | (7.10) | (5.42) | (5.84) | (5.50) | ||
|
| ||||||||||
| CDF | 22.40 | 17.30 | 9.60 | 14.70 | 70.00 | 45.94 | 58.39 | 66.13 | 57.97 | |
| (5.99) | (6.95) | (5.99) | (6.95) | (18.70) | (21.70) | (10.63) | (16.21) | (5.23) | ||
| Duct | 23.80 | 6.50 | 8.20 | 25.50 | 74.38 | 79.69 | 79.65 | 75.40 | 77.03 | |
| (1.32) | (3.95) | (1.32) | (3.95) | (4.11) | (12.35) | (10.15) | (4.96) | (6.83) | ||
| ADF | 25.10 | 13.20 | 6.90 | 18.80 | 78.44 | 58.75 | 67.25 | 73.40 | 68.60 | |
| (2.88) | (6.21) | (2.88) | (6.21) | (9.02) | (19.42) | (9.75) | (5.88) | (7.31) | ||
|
| ||||||||||
| CTF | 22.40 | 17.30 | 9.60 | 14.70 | 70.00 | 45.94 | 58.39 | 66.13 | 57.97 | |
| (5.99) | (6.95) | (5.99) | (6.95) | (18.70) | (21.70) | (10.63) | (16.21) | (5.23) | ||
| Tissue | PTF | 23.80 | 6.50 | 8.20 | 25.50 | 74.38 | 79.69 | 79.65 | 75.40 | 77.03 |
| (1.32) | (3.95) | (1.32) | (3.95) | (4.11) | (12.35) | (10.15) | (4.96) | (6.83) | ||
| ATF | 25.10 | 13.20 | 6.90 | 18.80 | 78.44 | 58.75 | 67.25 | 73.40 | 68.60 | |
| (2.88) | (6.21) | (2.88) | (6.21) | (9.02) | (19.42) | (9.75) | (5.88) | (7.31) | ||
TP (true positive): the number of Grade 2s that are correctly classified as Grade 2s.
FP (false positive): the number of Grade 1s that are incorrectly classified as Grade 2s.
FN (false negative): the number of Grade 2s that are incorrectly classified as Grade 1s.
TN (true negative): the number of Grade 1s that are correctly classified as Grade 1s.
Figure 12Comparison of classification accuracy for distinguishing between Grade 1 and Grade 2 for each feature set.
Figure 13Comparison of ROC curves and AUC values for classifiers in Case 2.
The statistics for nonepithelial nuclei features and the results of F-test.
| Lumen features | Normal (df = 79) | Grade 1 (df = 79) | Grade 2 (df = 79) |
|
|
|
|
|
| |
|
| ||||
| Area ( | 3.68 | 4.09 | 3.84 | 1.13 |
| Perimeter ( | 2.66 | 2.95 | 2.84 | 3.30 |
| Width ( | 7.50 | 8.48 | 7.97 | 3.64 |
| Height ( | 7.92 | 8.46 | 8.31 | 9.47 |
| MajorAxis ( | 8.58 | 9.68 | 9.28 | 6.78 |
| MinorAxis ( | 5.37 | 5.28 | 5.17 | 4.17 |
| Circularity | 6.67 | 6.01 | 6.10 | 6.63 |
| Feret's diameter ( | 9.63 | 1.09 | 1.04 | 5.80 |
| Skewness | 3.35 | 4.23 | 4.00 | 5.85 |
| AspectRatio | 1.66 | 1.98 | 1.91 | 7.55 |
| Roundness | 6.50 | 5.73 | 5.84 | 8.30 |
| Solidity | 8.38 | 8.19 | 8.19 | 3.96 |
C.Ia: confidence interval.
*It indicates features whose null hypothesis was rejected with F-value > F 0.01(2,237).
The statistics for lumen features and the results of F-test.
| Lumen Features | Normal (df = 79) | Grade 1 (df = 79) | Grade 2 (df = 79) |
|
|---|---|---|---|---|
|
|
|
|
| |
| Area ( | 3.78 | 6.77 | 1.19 | 4.00 |
| Perimeter ( | 1.49 | 2.09 | 2.73 | 6.05 |
| Width ( | 1.86 | 2.73 | 3.66 | 4.48 |
| Height ( | 1.79 | 2.39 | 3.05 | 4.88 |
| MajorAxis ( | 2.29 | 3.36 | 4.36 | 5.10 |
| MinorAxis ( | 1.83 | 2.42 | 3.20 | 5.70 |
| Circularity | 1.86 | 1.82 | 1.83 | 5.91 |
| Feret's diameter ( | 5.31 | 7.53 | 9.84 | 5.87 |
| Skewness | 2.15 | −7.27 | −9.88 | 8.79 |
| AspectRatio | 1.25 | 1.41 | 1.38 | 5.68 |
| Roundness | 8.15 | 7.47 | 7.60 | 5.21 |
| Solidity | 1.00 | 1.00 | 1.00 | 1.00 |
| AtypiaRatio | 5.11 | 2.72 | 4.69 | 9.22 |
| #AtypiaRegions | 7.50 | 2.48 | 4.84 | 1.61 |
| RMSAA | 1.03 | 8.85 | 1.88 | 7.51 |
| TSAV (rad) | 1.95 | 8.65 | 2.61 | 6.80 |
*It indicates features whose null hypothesis was rejected with F-value > F 0.01(2,237).
The statistics for the epithelial nuclei features and the results of F-test.
| Lumen features | Normal (df = 79) | Grade 1 (df = 79) | Grade 2 (df = 79) |
|
|---|---|---|---|---|
|
|
|
|
| |
| Area ( | 4.22 | 5.26 | 4.83 | 2.43 |
| Perimeter ( | 2.81 | 3.20 | 3.10 | 2.81 |
| Width ( | 8.04 | 9.11 | 8.65 | 2.58 |
| Height ( | 8.16 | 9.19 | 8.92 | 2.10 |
| MajorAxis ( | 8.87 | 1.01 | 9.66 | 3.73 |
| MinorAxis ( | 5.92 | 6.45 | 6.13 | 1.10 |
| Circularity | 6.87 | 6.47 | 6.33 | 1.86 |
| Feret's diameter ( | 9.94 | 1.13 | 1.09 | 3.46 |
| Skewness | 3.42 | 1.79 | 1.86 | 5.84 |
| AspectRatio | 1.51 | 1.60 | 1.62 | 1.23 |
| Roundness | 6.88 | 6.56 | 6.50 | 1.29 |
| Solidity | 8.48 | 8.41 | 8.32 | 8.87 |
| CytoplasmLength ( | 6.16 | 1.29 | 1.59 | 1.72 |
| CytoplasmLengthSD | 2.10 | 5.75 | 8.47 | 1.68 |
*It indicates features whose null hypothesis was rejected with F-value > F 0.01(2,237).
LSDtest for F-test of nonepithelial nuclei features.
| Nonepithelial nuclei features | LSD test | |||
|
|
|
| LSD-value | |
|
| ||||
| Area ( | 4.08 | 1.66 | 2.42 | 2.23 |
| Perimeter ( | 2.89 | 1.81 | 1.09 | 9.34 |
| Width ( | 9.75 | 4.68 | 5.07 | 2.97 |
| Height ( | 5.41 | 3.92 | 1.49 | 3.34 |
| MajorAxis ( | 1.10 | 7.04 | 3.99 | 2.49 |
| MinorAxis ( | — | — | — | — |
| Circularity | 6.66 | 5.68 | 9.75 | 1.62 |
| Feret's diameter ( | 1.22 | 7.66 | 4.57 | 2.98 |
| Skewness | — | — | — | — |
| AspectRatio | 3.24 | 2.60 | 6.40 | 7.24 |
| Roundness | 7.64 | 6.60 | 1.04 | 1.67 |
| Solidity | 1.92 | 1.88 | 3.46 | 6.40 |
*It indicates that the absolute pairwise difference is greater than LSD value.
LSD test for F-test of lumen features.
| Lumen features | LSD test | |||
|---|---|---|---|---|
|
|
|
| LSD value | |
| Area ( | 2.99 | 8.14 | 5.15 | 2.39 |
| Perimeter ( | 6.01 | 1.25 | 6.46 | 2.95 |
| Width ( | 8.69 | 1.80 | 9.27 | 4.93 |
| Height ( | 6.05 | 1.26 | 6.56 | 3.32 |
| MajorAxis ( | 1.07 | 2.08 | 1.01 | 5.34 |
| MinorAxis ( | 5.91 | 1.37 | 7.80 | 3.34 |
| Circularity | 3.90 | 3.18 | 7.25 | 3.13 |
| Feret's diameter ( | 2.22 | 4.54 | 2.32 | 1.09 |
| Skewness | 9.41 | 1.20 | 2.61 | 2.48 |
| AspectRatio | 1.63 | 1.34 | 2.90 | 1.34 |
| Roundness | — | — | — | — |
| Solidity | — | — | — | — |
| AtypiaRatio | 2.21 | 4.17 | 1.97 | 7.99 |
| #AtypiaRegions | 2.40 | 4.76 | 2.36 | 6.90 |
| RMSAA | 7.82 | 1.77 | 9.92 | 3.77 |
| TSAV (rad) | 8.45 | 2.59 | 1.74 | 5.88 |
*It indicates that the absolute pairwise difference is greater than LSD value.
LSD-test for F-test of epithelial nuclei features.
| Epithelial Nuclei Features | LSD-test | |||
|---|---|---|---|---|
|
|
|
| LSD-value | |
| Area ( | 1.04 | 6.19 | 4.26 | 3.91 |
| Perimeter ( | 3.92 | 2.92 | 1.00 | 1.41 |
| Width ( | 1.07 | 6.07 | 4.66 | 3.89 |
| Height ( | 1.02 | 7.60 | 2.65 | 4.27 |
| MajorAxis ( | 1.21 | 7.96 | 4.19 | 3.71 |
| MinorAxis ( | 5.30 | 2.19 | 3.12 | 2.95 |
| Circularity | 3.96 | 5.35 | 1.38 | 2.36 |
| Feret's Diameter ( | 1.36 | 9.36 | 4.22 | 4.34 |
| Skewness | 1.64 | 1.56 | 7.53 | 1.40 |
| AspectRatio | 9.12 | 1.11 | 1.95 | 6.18 |
| Roundness | 3.19 | 3.78 | 5.90 | 2.07 |
| Solidity | 7.74 | 1.65 | 8.74 | 1.02 |
| CytoplasmLength ( | 6.78 | 9.78 | 3.00 | 1.40 |
| CytoplasmLengthSD | 3.65 | 6.37 | 2.72 | 9.05 |
*: It indicates that the absolute pairwise difference is greater than LSD-value.