Preface |
|
ix | |
Acknowledgments |
|
xi | |
|
|
1 | (34) |
|
|
1 | (1) |
|
1.2 Introduction to deep learning |
|
|
2 | (10) |
|
1.3 Why deep learning in medical image analysis? |
|
|
12 | (1) |
|
|
13 | (12) |
|
1.4.1 Features in medical images |
|
|
13 | (6) |
|
1.4.2 Types of medical imaging modalities for analysis of chest tissue |
|
|
19 | (5) |
|
1.4.3 Why chest radiographs? |
|
|
24 | (1) |
|
1.5 Description of normal and pneumonia chest radiographs |
|
|
25 | (1) |
|
1.6 Objective of the book |
|
|
26 | (2) |
|
|
28 | (7) |
|
|
28 | (5) |
|
|
33 | (2) |
|
Chapter 2 Review of related work |
|
|
35 | (24) |
|
|
35 | (1) |
|
2.2 Overview of the studies based on the classification of chest radiographs |
|
|
35 | (20) |
|
2.2.1 Overview of machine learning-based studies for the classification of chest radiographs |
|
|
35 | (1) |
|
2.2.2 Overview of deep learning-based studies for the classification of chest radiographs |
|
|
36 | (19) |
|
|
55 | (4) |
|
|
55 | (4) |
|
Chapter 3 Methodology adopted for designing of computer-aided classification systems for chest radiographs |
|
|
59 | (58) |
|
|
59 | (1) |
|
3.2 What is a CAC system? |
|
|
59 | (1) |
|
|
60 | (1) |
|
3.4 Need for CAC systems for chest radiographs |
|
|
60 | (1) |
|
3.5 Types of classifier designs for CAC systems |
|
|
61 | (4) |
|
3.5.1 On the basis of number output classes |
|
|
62 | (2) |
|
3.5.2 On the basis of learning approach |
|
|
64 | (1) |
|
3.6 Deep learning-based CAC system design |
|
|
65 | (2) |
|
3.6.1 On the basis of network connection |
|
|
65 | (1) |
|
3.6.2 On the basis of network architecture |
|
|
66 | (1) |
|
3.7 Workflow adopted in the present work |
|
|
67 | (7) |
|
3.8 Implementation details |
|
|
74 | (16) |
|
3.8.1 Hardware and software specifications |
|
|
74 | (1) |
|
3.8.2 MATLAB Deep Learning Toolbox |
|
|
74 | (2) |
|
3.8.3 Installing Pre-trained networks |
|
|
76 | (1) |
|
3.8.4 Key hyperparameters of deep learning-based networks |
|
|
77 | (12) |
|
3.8.5 Key hyperparameters of deep learning-based convolution neural networks used in the present work |
|
|
89 | (1) |
|
3.9 Dataset: Kaggle chest X-ray dataset |
|
|
90 | (2) |
|
|
92 | (1) |
|
|
93 | (17) |
|
3.11.1 Preprocessing module: Image resizing |
|
|
93 | (3) |
|
3.11.2 Dataset bifurcation |
|
|
96 | (2) |
|
3.11.3 Augmentation module: Dataset augmentation |
|
|
98 | (12) |
|
|
110 | (7) |
|
|
110 | (4) |
|
|
114 | (3) |
|
Chapter 4 End-to-end pre-trained CNN-based computer-aided classification system design for chest radiographs |
|
|
117 | (24) |
|
|
117 | (1) |
|
4.2 Experimental workflow |
|
|
117 | (1) |
|
4.3 Transfer learning-based convolutional neural network design |
|
|
117 | (3) |
|
4.4 Architecture of end-to-end pre-trained CNNs used in the present work |
|
|
120 | (4) |
|
4.4.1 Series end-to-end pre-trained CNN model: AlexNet |
|
|
120 | (2) |
|
4.4.2 Directed acyclic graph end-to-end pre-trained CNN model: ResNetl8 |
|
|
122 | (1) |
|
4.4.3 DAG end-to-end pre-trained CNN model: GoogLeNet |
|
|
122 | (2) |
|
|
124 | (4) |
|
4.6 Experiments and results |
|
|
128 | (8) |
|
|
136 | (5) |
|
|
137 | (2) |
|
|
139 | (2) |
|
Chapter 5 Hybrid computer-aided classification system design using end-to-end CNN-based deep feature extraction and ANFC-LH classifier for chest radiographs |
|
|
141 | (16) |
|
|
141 | (1) |
|
5.2 Experimental workflow |
|
|
141 | (1) |
|
5.3 Deep feature extraction |
|
|
141 | (5) |
|
5.3.1 GoogLeNet as a deep feature extractor |
|
|
143 | (3) |
|
|
146 | (2) |
|
5.4.1 Correlation-based feature selection |
|
|
147 | (1) |
|
5.4.2 Feature selection using ANFC-LH |
|
|
147 | (1) |
|
5.5 Adaptive neuro-fuzzy classifier |
|
|
148 | (1) |
|
5.6 Experiment and result |
|
|
149 | (1) |
|
|
149 | (8) |
|
|
152 | (5) |
|
Chapter 6 Hybrid computer-aided classification system design using end-to-end Pre-trained CNN-based deep feature extraction and PCA-SVM classifier for chest radiographs |
|
|
157 | (10) |
|
|
157 | (1) |
|
6.2 Experimental workflow |
|
|
157 | (1) |
|
6.3 Deep feature extraction |
|
|
157 | (2) |
|
6.4 Feature selection and dimensionality reduction |
|
|
159 | (1) |
|
6.4.1 Correlation-based feature selection |
|
|
159 | (1) |
|
6.4.2 PCA-based feature dimensionality reduction |
|
|
159 | (1) |
|
|
160 | (1) |
|
6.6 Experiment and result |
|
|
161 | (1) |
|
|
161 | (6) |
|
|
163 | (2) |
|
|
165 | (2) |
|
Chapter 7 Lightweight end-to-end Pre-trained CNN-based computer-aided classification system design for chest radiographs |
|
|
167 | (18) |
|
|
167 | (1) |
|
7.2 Experimental workflow |
|
|
167 | (1) |
|
7.3 Lightweight CNN model |
|
|
167 | (1) |
|
7.4 Architecture of lightweight Pre-trained CNN networks used in the present work |
|
|
168 | (4) |
|
7.4.1 DAG lightweight end-to-end Pre-trained CNN model: SqueezeNet |
|
|
168 | (1) |
|
7.4.2 DAG lightweight end-to-end Pre-trained CNN model: ShuffleNet |
|
|
169 | (1) |
|
7.4.3 DAG lightweight end-to-end Pre-trained CNN model: MobileNetV2 |
|
|
169 | (3) |
|
|
172 | (1) |
|
7.6 Experiments and results |
|
|
172 | (8) |
|
|
180 | (5) |
|
|
181 | (2) |
|
|
183 | (2) |
|
Chapter 8 Hybrid computer-aided classification system design using lightweight end-to-end Pre-trained CNN-based deep feature extraction and ANFC-LH classifier for chest radiographs |
|
|
185 | (12) |
|
|
185 | (1) |
|
8.2 Experimental workflow |
|
|
185 | (1) |
|
8.3 Deep feature extraction |
|
|
185 | (4) |
|
8.3.1 Lightweight MobileNetV2 CNN model as deep feature extractor |
|
|
186 | (3) |
|
|
189 | (1) |
|
84.1 Correlation-based feature selection |
|
|
189 | (1) |
|
8.4.2 Feature selection using ANFC-LH |
|
|
189 | (1) |
|
8.5 Adaptive neuro-fuzzy classifier |
|
|
190 | (1) |
|
8.6 Experiment and results |
|
|
191 | (2) |
|
|
193 | (4) |
|
|
193 | (2) |
|
|
195 | (2) |
|
Chapter 9 Hybrid computer-aided classification system design using lightweight end-to-end Pre-trained CNN-based deep feature extraction and PCA-SVM classifier for chest radiographs |
|
|
197 | (8) |
|
|
197 | (1) |
|
9.2 Experimental workflow |
|
|
197 | (1) |
|
9.3 Deep feature extraction |
|
|
197 | (2) |
|
9.4 Feature selection and dimensionality reduction |
|
|
199 | (1) |
|
9.4.1 Correlation-based feature selection |
|
|
199 | (1) |
|
9.4.2 PCA-based feature dimensionality reduction |
|
|
199 | (1) |
|
|
200 | (1) |
|
9.6 Experiment and results |
|
|
200 | (1) |
|
|
201 | (4) |
|
|
201 | (2) |
|
|
203 | (2) |
|
Chapter 10 Comparative analysis of computer-aided classification systems designed for chest radiographs: Conclusion and future scope |
|
|
205 | (6) |
|
|
205 | (1) |
|
10.2 Conclusion: End-to-end pretrained CNN-based CAC system design for chest radiographs |
|
|
205 | (1) |
|
10.3 Conclusion: Hybrid CAC system design using end-to-end pretrained CNN-based deep feature extraction and ANFC-LH, PCA-SVM classifiers for chest radiographs |
|
|
206 | (1) |
|
10.4 Conclusion: Lightweight end-to-end pretrained CNN-based CAC system design for chest radiographs |
|
|
206 | (1) |
|
10.5 Conclusion: Hybrid CAC system design using lightweight end-to-end pretrained CNN-based deep feature extraction and ANFC-LH, PCA-SVM classifiers for chest radiographs |
|
|
206 | (1) |
|
10.6 Comparison of the different CNN-based CAC systems designed in the present work for the binary classification of chest radiographs |
|
|
206 | (2) |
|
|
208 | (3) |
Index |
|
211 | |