Abstract
This paper aims to present a review of neural networks used in medical image processing. We classify neural networks by its processing goals and the nature of medical images. Main contributions, advantages, and drawbacks of the methods are mentioned in the paper. Problematic issues of neural network application for medical image processing and an outlook for the future research are also discussed. By this survey, we try to answer the following two important questions: (1) What are the major applications of neural networks in medical image processing now and in the nearby future? (2) What are the major strengths and weakness of applying neural networks for solving medical image processing tasks? We believe that this would be very helpful researchers who are involved in medical image processing with neural network techniques.
Keywords: Neural network, medical image processing, Preprocessing, image segmentation, Image registration, Object recognition, Image understanding, Computer-aided diagnosis, Magnetic resonance imaging, CT, Radiographic image, Diagnosis
1. Introduction
With medical imaging playing an increasingly prominent role in the diagnosis of disease, interests in medical image processing have increased significantly over the past decades [1]–[3]. Especially methods based on artificial neural networks (ANNs) have attracted more attention. In 1992, a comprehensive survey of neural networks in image processing has been published by Miller et al. [4]. In their review article, Miller etc. predicted that neural networks would become widely used in medical image processing. This predication turned out to be right. According to our searching results with Google Scholar, more than 33000 items were found on the topic of medical image processing with ANNs during the past 16 years. The intention of this article is to cover those approaches introduced and to make a map for ANN techniques used for medical image processing. Instead of trying to cover all the issues and research aspects of ANNs in medical image processing, we focus our discussion on three major topics: medical image preprocessing (i.e. de-noising and enhancement), medical image segmentation, and medical image object detection and recognition. We include methods published before 1992 as well, because those methods provide key ideas and are still useful to learn. In this way, we retain the continuity and provide a complete view of ANNs in medical image processing research. We do not contemplate to go into details of particular algorithms or describe results of comparative experiments, rather we want to summarize main approaches and point out interesting parts of the neural networks in medical image processing, further more in this survey, we want to give some ideas to answer: 1) what the major applications of neural networks in medical image processing now and in the nearby future are; 2) what the major strengths and weaknesses of ANNs in applications of medical image processing would be. We think this should be the main contributions of our work in this paper.
The remainder of this paper is organized as follows: In Section 2 image processing operations used in medical imaging are reviewed briefly with an emphasis on the techniques that have been employed and on the tasks which these techniques aim to solve. Artificial neural network approaches used in medical image processing are reviewed in Section 3. Section 4 surveys main issues for medical image processing with neural networks. Section 5 concludes main trends in the research
2. Image processing in medical imaging
In recent years, image processing techniques pose a far important role in the analysis of medical images in a wide range of modalities because of the reasons below.
First, most medical images have a poor noise-to-signal ratio than scenes taken with a digital camera, which often leads a frustratingly lower spatial resolution and makes the contrast between anatomically distinct structures too low to be computed reliably. For example, in the case of ultrasonic images, speckle noise, which is caused by the scattering of the ultrasonic beam from microscopic tissue in homogeneties, tends to mask the presence of low contrast lesions and reduces the ability of a human observer to resolve final detail [5]. A similar case also appears in nuclear medicine (NM) images [6]–[7]. Because of these reasons, image preprocessing techniques used for reducing noises and blurs of medical image are indispensable.
Second, changes to image content must be done in a highly controlled and reliable way that does not compromise clinical decision-making. For example, whereas it is generally acceptable to filter out local bright patches of noise, care must be taken in the case of mammography not to remove microcalcifications. In order to obtain this goal, some sophisticated operations have to be done. An important step in this process is image segmentation. In image segmentation, we expect the pixels in the same class to have similar pixel values independent of their locations. However, in magnetic resonance imaging (MRI), in-homogeneity in the magnetic field usually gives rises to intensity non-uniformity (INU) artifact. This common artifact exhibits itself as a smooth, slowly varying change in image pixel values and could have adverse effect on the performance of intensity based automatic segmentation methods. In addition to intensity variation due to field in-homogeneity, there may be a lack of tissue specific meanings for MRI intensities within scans, even for the same patient obtained on the same scanner using the same protocol.
Thirdly, information gained from two images acquired in the clinical track of events is usually of a complementary nature, and a proper integration of useful data obtained from the separate images may be more desired. There are, therefore, potential benefits in improving the way in which these images are compared and combined [8].
Table 1 shows the main operations of image processing used in different medical image modalities.
Table 1.
Main operations of image-processing used in different medical image modalities.
| Preprocessing | Segmentation | Registration | Recognition | |
|---|---|---|---|---|
| X-rays | √ | √ | - | √ |
| Ultrasonic | √ | √ | √ | √ |
| CT | √ | √ | √ | √ |
| MRI | √ | √ | √ | √ |
| NM | √ | √ | - | √ |
3. Neural networks used in medial image processing
Neural networks are well known for their good performance in classification and function approximation, and have been used with success in medical image processing over the past years, particularly in the case of preprocessing (e.g. construction and restoration), segmentation, registration and recognition. Table 2 gives an overview of the main types of neural network used in these fields; detailed description of most important applications is included in the remainder of this section.
Table 2.
Main neural networks used in medical image processing
| Preprocessing | Segmentation | Registration | Recognition | |
|---|---|---|---|---|
| Feed forward NN | √ | √ | - | √ |
| Radial basis function NN | - | - | √ | √ |
| Hopfield NN | √ | √ | - | √ |
| Self organizing feature NN | √ | √ | √ | |
| Adaptive resonance theory NN | - | - | - | √ |
| Cellular NN | √ | - | - | - |
| Convolution NN | - | - | - | √ |
| Probabilistic NN | - | √ | - | √ |
| Fuzzy NN | √ | √ | - | √ |
| Neural ensemble | √ | √ | √ | |
| Massive training NN | √ | - | - | √ |
3.1 Preprocessing
Image preprocessing with neural networks generally falls into one of the following two categories: image reconstruction and image restoration (Including de-noise and enhancement). Neural networks used for these two medical image processing operations are summarized in table 3.
Table 3.
neural networks for medical image preprocessing
| Neural networks | Image reconstruction | Image restoration |
|---|---|---|
| Hopfield NN | [9]–[13] | [25] |
| Feed forward NN | [14] [15] | [18]–[24] |
| Self organizing map NN | [16] [17] | - |
| Fuzzy NN | - | [26]–[27] |
| Cellular NN | - | [28]–[30] |
[] reference index
From table 3, it can be seen that the Hopfield neural network is one of the most used neural works for image reconstruction [9]–[13], and it poses 55 percent of our reviewed literatures related to this areas. The feed forward neural network [14]–[15] and the self-organizing Kohonen neural network [16]–[17] are also found to be used for medical image reconstruction, which pose 2 of 9 papers among our reviewed literatures, respectively.
The majority of applications of neural networks in medical image preprocessing are found in medical image restoration, 13 of 24 papers among our reviewed literatures focused their interests here [18]-[30]. Among which, one paper for Hopfield neural network, seven papers for the feed forward neural network, and two papers for fuzzy neural network and cellular neural network respectively.
3.2. Medical image segmentation
Table 4 gives an overview of neural networks used in medical image segmentation.
Table 4.
an overview of neural networks used in medical image segmentation
| Remarks | |
|---|---|
| Du Yih TSAI [31] | Using a three layers BP NN for segmenting liver structure from abdominal CT images |
| A. Hasegawa [32] | Employing a shift invariant NN for the segmentation of lung fields in chest radiography |
| M. Ozkan [33] | Developing a BP NN approach to the automatic characterization of brain tissues from MR images |
| Yan Li [34] | Describes a LSB NN based method |
| Ian Middleton et al. [35][36] | Combining a MLP NN and active contour model for structures segmenting in MR images |
| John. E. Koss [37] | Employing Hopfield NN for segmenting liver from CT abdominal images |
| Lin et al. [38] [39] | Proposing a fuzzy Hopfield NN based segmentation approach |
| K.S. Cheng [40] | Developing a competitive Hopfield NN for medical image segmentation |
| Wei Sun [41] | Proposing an MRI segmentation method based on fuzzy Gaussian basis NN |
| Lee [42] | Describing a contextual NN based segmentation |
| Wang [43] | Presenting a probabilistic NN based segmentation technique |
| Reddick et al. [44]–[47] | Hybrid NNs are developed for MR/MRI/CT image segmentation |
From Table 4, it can be seen that the feed forward neural network is the most used neural network for medical image segmentation. Among our reviewed papers, 6 of 17 papers employed the feed forward network for medical image segmentation [31]–[36]. Compared with the traditional Maximum Likelihood Classifier (MLC) based image segmentation method, it has been observed that the feed forward neural networks-based segmented images appear less noisy, and the feed forward neural networks classifier is also less sensitive to the selection of the training sets than the MLC. However, most feed forward neural network based methods have a very slow convergence rate and requires a priori learning parameters. These drawbacks limited the application of feed forward neural networks in medical image segmentation, especially since the medical images training sets required are very large.
Hopfield neural network is another most used neural network for medical image segmentation. Among our reviewed literatures, 4 of 17 paper used Hopfield Neural Network to segment some organs from a medical image [37]–[40]. Hopfield neural networks used here were introduced as a tool for finding satisfactory solutions to complex optimization problems. This makes them an interesting alternative to traditional optimization algorithms for medical image reconstruction which can be formulated as optimization problems. A further discussion of Hopfield networks for solving optimization problems see section 4
Other neural networks, such as fuzzy Gaussian basis neural networks [41], contextual neural network [42], probabilistic neural network [43], a hybrid neural network method [44]–[47], are also found to be employed for medical image segmentation.
3.3. Object detection and recognition
Detection and recognition of organs and tumors in medical images are prerequisite in medical applications. It is also the final step in the medical image processing, where the goal is to interpret the image content. Therefore, it couples techniques from segmentation or object recognition with the use of prior knowledge of the expected image content. As a consequence, it is potentially the most fruitful application area of neural networks, as using a neural network approach makes it possible to roll several of the preceding stages (preprocessing, segmentation) into one and train it as a single system. Neural network methods used for medical image detection and recognition are summarized in table 5.
Table 5.
Main neural network methods used for medical image detection and recognition
| NN model | Application | |
|---|---|---|
| Wu [48] | Feed-forward NN | Interpretation of mammograms |
| Tourassi [49] | Feed forward NN | Localization of cold lesion in SPECT images |
| Maclin [50] | Feed forward NN | Diagnosing classes of liver diseases based on ultrasonographic |
| Wolberg [51] | Feed forward NN | Breast cancer diagnosis |
| Fikret [52] | BP NN | Melanoma detection |
| Ashizawa [53] | BP NN | Lung diseases distinguish |
| Suzuki [54]–[58] | Modified BP NN | Reduction of false positives in computerized detection of lung nodules |
| Zhu [59] | Hopfield NN | Detection of brain tumor boundaries |
| Innocent [60] | ART NN | Radiographic image classification |
| Yasser [61] | RBF NN | Diagnosis of liver diseases using ultrasonic images |
| Chen [62] | Probabilistic NN | Liver tumors recognition |
| Pavlopouls [63] | Fuzzy NN | Liver ultrasound image recognition |
| B. Verma [68] | Fuzzy NN | Detecting microcalcifications in digital mammograms |
| H.P. Chan [64]–[67] | Convolution NN | Detection of clustered microcalcifications on mammograms |
| Zhou et. al. [69][70] | Neural ensemble | Lung cancer cell identify |
From table 5, it can be seen that for the use of neural networks in medical image detection and recognition, the back propagation neural networks poses most places, 11 of 23 papers among our reviewed papers employed it [48]–[58]. Compared with conventional image recognition methods, no matter used for the interpretation of mammograms [48], or used for cold lesion detection in SPECT image [49], or used for diagnosing classes of liver diseases based on ultrasonographic [50], or used for separation of melanoma from three benign categories of tumors [52], or distinguish interstitial lung diseases [53], or used for reduction of false positives in computerized detection of lung nodules in LDCT [54]–[58]and chest radiography [61], all these neural network based methods show their preference in recognition accuracy and computing time.
Other neural networks, i.e. Hopfield neural network [59], ART neural network [60], radial basis function neural network [61], Probabilistic Neural Network [62], convolution neural network [64]–[67], and fuzzy neural network [63] [68], have also found their position in medical image detection and recognition, and pose 1 of 23, 1 of 23, 1 of 23, 1 of 23, 2 of 23 and 2 of 23 papers, respectively.
Different from what mentioned above, in [69] and [70], artificial neural network ensembles are employed to cancer detection. The ensemble is built on two-level ensemble architecture. The first-level ensemble is used to judge whether a cell is normal with high confidence where each individual network has only two outputs respectively normal cell or cancer cell. The predictions of those individual networks are combined by some a method. The second-level ensemble is used to deal with the cells that are judged as cancer cells by the first-level ensemble, where each individual network has several outputs respectively, each of which represents a different type of lung cancer cells. The predictions of those individual networks are combined by a prevailing method, i.e. plurality voting. Experiments show that the neural network ensemble can achieve not only a high rate of overall identification but also a low rate of false negative identification, i.e. a low rate of judging cancer cells to be normal ones, which is important in saving lives due to reducing missing diagnoses of cancer patients.
4. Discussion
4.1 Major strengths and contributions of applying neural networks for medical image processing
From the reviewed literatures, we found that the Hopfield neural network, the feed-forward neural network and the self-organizing feature map are the most and widely neural network model in medical image processing. The main advantage of using Hopfield neural network for medical image processing is that the problem of medical image reconstruction can be taken as an optimization problem, and thus be solved by letting the network converge to a stable state while minimizing the energy function. Compare with other conventional technique, the idea of just taking medical image processing as the optimization of Hopfield neural network makes the problem of medical image processing more easer to solve.
The feed forward neural network is a supervised neural network. From our reviewed literatures, we find that when a gold standards is available, this kind of neural network is good choose for medical image processing, Compared with Hopfield neural network based method or other conventional techniques, the advantages of the this neural networks based image reconstruction methods are their ability to control the compromise between the noise performance and resolution of the image reconstruction and their conceptual simplicity and ease of implementation.
When no gold standard is available, the self-organizion feature map (SOM) is an interesting alternative to supervised techniques. It can learn to discriminate different medical image information, e.g., textures when provided with powerful features.
From the reviewed literatures, we also find that no matter what neural network model employed for medical image processing, compared with conventional image processing methods, the time for applying a trained neural network to solve a medical image processing problem was negligibly small, though the training of a neural network is a time cost work and also medical image processing tasks often require quite complex computation [18]–[24].
4.2 Main weakness of applying neural networks for medical image processing
Despite their success story in medical image processing, artificial neural networks have several major disadvantages compared to other techniques.
The first one is that how to choose the best neural network model and its corresponding architecture. Although there is some work on model selection [71], there are no appropriate data in literature describing what type of network to construct for a given task and no general guidelines exist which guarantee the best trade-off between model bias and variance for a particular size of the training set [72]. Networks must be designed by trial and error: this empirical approach to network design is difficult to surmount. Furthermore, there is always a danger of overtraining a neural network because that minimizing the error measure occasionally does not correspond to finding a well-generalizing neural network.
The second problem is their black-box character. A trained neural network might perform well but offers no explanation on how it works. That is, given any input a corresponding output is produced, but it is usually hard to explain why this decision was reached, how reliable it is, etc. In medical image processing, this is certainly problematic, so the use of neural networks in such applications will remain limited.
The third problem is that a neural network is hard to express human expert’s knowledge and experience, and the construction of its topological structure lacks of theoretical methods [73]. Moreover the physical meaning of its joint weight is not clear. All these can make the image processing method by neural networks unstable. A solution to these problems may be to combines fuzzy technique with neural networks together by using neural networks to process fuzzy information. It provides neural networks the ability to express qualitative knowledge, and network topological structure and joint weight have clear physical meaning. Also, it can make the initialization of network easier, avoid the local optimization of network training, and ensure the stability of networks [74].
The fourth problem in medical image processing relates to the amount of input data. For achieving a high and reliable performance for non-training cases, a large number of training cases are commonly required [75] [76]. If an ANN is trained with only a small number of cases, the generalization ability (performance for non-training cases) will be lower (e.g. the ANN may fit only the training cases). Because medical images are progressing rapidly as technology advances, the timely development of CAD schemes is important. However, it is very difficult to collect a large number of abnormal cases for training, particularly for a CAD scheme with a new modality, such as lung cancer screening with multi-detector-row CT. This significantly degraded the results obtained.
Finally, there is a clear need for a thorough validation of the developed image processing algorithms. Such validation will necessarily involve a comparison of network classification with that of experts in the field. Unfortunately, in our reviewed literature, validation on a large set of test images had only occasionally been performed, and most of the publications about neural networks applications did not ask the question whether a neural network really is the best way of solving the problem, comparison with traditional methods is often neglected.
In addition, for the using of Hopfield neural network to medical image processing, it also should be noticed that it is not so easy to cast an actual medical image processing problem to the architecture of the Hopfield network. Occasionally, the original problem had to be modified before it could be solved by the Hopfield network architecture. Also, convergence to a global optimum can not be ensured.
5. Conclusion and future perspectives
After a general review of neural networks in medical image processing, what the major strengths and weakness of applying neural networks for solving medical image processing tasks are has been answered. Some interesting possibilities for artificial neural network in medical image processing are also noticed.
The first one is what called on-job training, which makes the use of neural networks in changing environments possible [77]. In the use of neural networks in medical image processing, an especially important problem is how to ensure the transferability of a classifier. When a neural network is trained to classify patterns obtained from one setting with a specific class, the neural network may have a poorer and possibly unacceptably low performance when transferred to a novel setting with another class distribution. How to cope with varying prior class distributions is a hard subject for current research. The on-job training may be a valuable improvement over current systems and facilitate transferability solution between different medical image patterns.
The second one is that the using of the emergent novel neural network methods in medical image processing, e.g. artificial neural network ensembles [69], the combination of neural networks and intelligent agents [78], the combination of genetic algorithms with fuzzy fitness and neural networks [79] etc. represent a promising alternative to increase further the effectiveness of medical image processing.
Perhaps, efficient image compressing techniques, Internet compatibility and medical image data base management should be included within the challenge of medical image processing in the near future.
Acknowledgments
The authors wish to thank the anonymous reviewers for their valuable suggestion. This work was partially supported by Hori Information Science Promotion Foundation
References
- 1.Doi Kunio. Computer-aided diagnosis in medical imaging: Historical review, current status and future potential. Computerized Medical Imaging and Graphics. 25(4–5):198–211. doi: 10.1016/j.compmedimag.2007.02.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.DOI K. Current status and future potential of computer-aided diagnosis in medical imaging. The British Journal of Radiology. 2005;78:S3–S19. doi: 10.1259/bjr/82933343. [DOI] [PubMed] [Google Scholar]
- 3.Summers RM. Road maps for advancement of radiologic computer-aided detection in the 21st century. Radiology. 2003;229:11–13. doi: 10.1148/radiol.2291030010. [DOI] [PubMed] [Google Scholar]
- 4.Miller AS, Blott BH, Hames TK. Review of neural network applications in medical imaging and signal processing. Medical & biological engineering & computing. 1992;30(5):449–64. doi: 10.1007/BF02457822. [DOI] [PubMed] [Google Scholar]
- 5.Thijssen Johan m. Ultrasonic speckle formation, analysis and processing applied to tissue characterization. Pattern Recognition Letters. 2003;24(4–5):659–675. [Google Scholar]
- 6.Shekhar R, Zagrodsky V. Mutual information-based rigid and nonrigid registration of ultrasound volumes. IEEE Transactions on Medical Imaging. 2002;21(1):9–22. doi: 10.1109/42.981230. [DOI] [PubMed] [Google Scholar]
- 7.Kjems U, Strother SC, Anderson J, Law I, Hansen LK. Enhancing the multivariate signal of water PET studies with a new nonlinear neuroanatomical registration algorithm. IEEE Transactions on Medical Imaging. 1999;18(4):306–319. doi: 10.1109/42.768840. [DOI] [PubMed] [Google Scholar]
- 8.Hill DLG, Batchelor PG, Holden M, Hawkes DJ. Medical image registration. Phys Med Biol. 2001;46:R1–R45. doi: 10.1088/0031-9155/46/3/201. [DOI] [PubMed] [Google Scholar]
- 9.Cichocki A, Unbehauen R, Lendl M, Weinzierl K. Neural networks for linear inverse problems with incomplete data especially in applications to signal and image reconstruction. Neurocomputing. 1995;8:7–41. [Google Scholar]
- 10.Warsito W, Fan LS. Neural network based multi-criterion optimization image reconstruction technique for imaging two-and three-phase flow systems using electrical capacitance tomography. Meas Sci Technol. 2001;12:2198–2210. [Google Scholar]
- 11.Su B, Zhang Y, Peng L, Yao D, Zhang B. The use of simultaneous iterative reconstruction technique for electrical capacitance tomography. Chemical Engineering Journal. 2000;77(1–2):37–41. [Google Scholar]
- 12.Wang Y, Wahl FM. Vector-entropy optimization-based neural-network approach to image reconstruction from projections. IEEE Trans Neural Networks. 1997;8:1008–1014. doi: 10.1109/72.623202. [DOI] [PubMed] [Google Scholar]
- 13.Wang Y, Heng P, Wahl FM. Image reconstructions from two orthogonal projections. International Journal of Imaging Systems and Technology. 2003;13(2):141–145. [Google Scholar]
- 14.Ali F, Nakao Z, Chen YW, Matsuo K, Ohkawa I. An adaptive backpropagation algorithm for limited-angle CT image reconstruction. IEICE Trans Fundamentals. 2000;E83-A(6):1049–1058. [Google Scholar]
- 15.Netajatali A, Ciric IR. An Iterative algorithm for electrical impedance imaging using neural networks. IEEE Trans Magn. 1998;34:2940–2943. [Google Scholar]
- 16.Comtat C, Morel C. Approximate reconstruction of PET data with a self-organizing neural network. IEEE Trans Neural Networks. 1995;6:783–789. doi: 10.1109/72.377988. [DOI] [PubMed] [Google Scholar]
- 17.Adler A, Guardo R. A neural network image reconstruction technique for electrical impedance tomography. IEEE Transactions on Medical Imaging. 1994;13(4):594–600. doi: 10.1109/42.363109. [DOI] [PubMed] [Google Scholar]
- 18.Suzuki Kenji, Horiba Isao, Sugie Noboru, Nanki Michio. Neural filter with selection of input features and its applicationto image quanlity improvement of medical image sequences. IEICE transaction on information and systems. 2002;85(10):1710–1718. [Google Scholar]
- 19.Suzuki K, Horiba I, Sugie N. A simple neural network pruning algorithm with application to filter synthesis. Neural Process Lett. 2001;13(1):43–53. [Google Scholar]
- 20.Suzuki K, et al. Efficient approximation of neural filters for removing quantum noise from images. IEEE Trans Signal Process. 2002;50(7):1787–1799. [Google Scholar]
- 21.Suzuki K, et al. Neural edge enhancer for supervised edge enhancement from noisy images. IEEE Trans Pattern Anal Mach Intell. 2003;25(12):1582–1596. [Google Scholar]
- 22.Suzuki Kenji, Horiba Isao, Sugie Noboru. Efficient approximation of neural filters for removing quantum noise from images. IEEE transactions on signal processing. 2002;50(7):1787–1799. [Google Scholar]
- 23.Suzuki K, Horiba I, Sugie N, Nanki M. Neural filter with selection of input features and its application to image quality improvement of medical image sequences. IEICE Trans Inf Syst. 2002;E85-D(10):1710–1718. [Google Scholar]
- 24.Suzuki K, Horiba I, Sugie N. Neural edge enhancer for supervised edge enhancement from noisy images. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2003;25:1582–1596. [Google Scholar]
- 25.Chang Chuan Yu. Contextual-based Hopfield neural network for medical image edge detection. Optical Engineering. 2006;45(3):37006–37015. [Google Scholar]
- 26.Clarke LP, Qian Wei. Fuzzy-logic adaptive neural networks for nuclear medicine image restorations. Proceedings of the 20th Annual International Conference of the IEEE; 1998. pp. 1363–1366. [Google Scholar]
- 27.Qian W, Li H, Kallergi M, Song D, Clarke LP. Adaptive Neural Network for Nuclear Medicine Image Restoration. The Journal of VLSI Signal Processing. 1998;18(3):297–315. 19. [Google Scholar]
- 28.Aizenberg N, Aizenberg I, Belikova TP. Extraction and localization of important features in gray-scale images: implementation with CNNs. Proceedings of the IEEE International Workshop on Cellular Neural Networks and their Applications CNNA; Rome, Italy. Silver Springs, MD: IEEECS Press; 1994. pp. 207–212. [Google Scholar]
- 29.Aizenberg I. Processing of noisy and small-detailed gray-scale images using cellular neural networks. Journal of Electronic Imaging. 1997;6(3):272–285. [Google Scholar]
- 30.Aizenberg I. Multi-valued non-linear filters and their implementation on cellular neural networks. Frontiers in Artificial Intelligence and Applications. 1997;41:135–140. [Google Scholar]
- 31.Du Yih TSAI. Automatic Segmentation of Liver Structure in CT Images Using a Neural Network. IEICE TRANSACTINS on Fundamentals of Electronics, Communications and Computer Sciences. 1994;E77-A(11):1892–1895. [Google Scholar]
- 32.Hasegawa A, Lo SCB, Lin JS, Freedman MT, Mun SK. A Shift-Invariant Neural Network for the Lung Field Segmentation in Chest Radiography. The Journal of VLSI Signal Processing. 1998;18(3):241–250. [Google Scholar]
- 33.Ozkan Mehmed, Dawant Benoit M, Margolin Robert. Neural- Network-Based Segmentation of Multi-Modal Medical Images: A Comparative and Prospective Study. IEEE Transactions on Medical Imaging. 1993;12(3):534–544. doi: 10.1109/42.241881. [DOI] [PubMed] [Google Scholar]
- 34.Li Yan, Wen Peng, Powers D, Clark CR. LSB neural network based segmentation of MR brain images. Systems, Man, and Cybernetics. 1999;IEEE SMC’99(6):822–825. [Google Scholar]
- 35.Middleton Ian, Damper Robert I. Segmentation of magnetic resonance images using a combination of neural networks and active contour models. Medical Engineering & Physics. 2004;26(1):71–86. doi: 10.1016/s1350-4533(03)00137-1. [DOI] [PubMed] [Google Scholar]
- 36.Chiou GI, Hwang JN. A neural network-based stochastic active model (NNS-SNAKE) for contour finding of distinct features. IEEE Trans Image Process. 1995;4(10):1407–16. doi: 10.1109/83.465105. [DOI] [PubMed] [Google Scholar]
- 37.Koss John E, Newman FD, Johnson TK, Kirch DL. Abdominal Organ Segmentation Using Texture Transforms and a Hopfield Neural Network. IEEE Transactions on Medical Imaging. 1999;18(7):640–648. doi: 10.1109/42.790463. [DOI] [PubMed] [Google Scholar]
- 38.Lin Jzau-Sheng, Cheng Kuo-Sheng, Mao Chi-Wu. A fuzzy Hopfield neural network for medical image segmentation. IEEE Transactions on Nuclear Science. 1996;43(4):2389–2398. doi: 10.1109/42.511759. [DOI] [PubMed] [Google Scholar]
- 39.Chang Chwen Liang, Ching Yu Tai. Fuzzy Hopfield neural network with fixed weight for medical image segmentation. Optical Engineering. 2002;41(2):351–358. [Google Scholar]
- 40.Cheng KS, Lin JS, Mao CW. The application of competitive Hopfield neural network to medical image segmentation. IEEE Transactions on Medical Imaging. 1996;15(4):560–567. doi: 10.1109/42.511759. [DOI] [PubMed] [Google Scholar]
- 41.Sun Wei, Wang Yaonan. Segmentation Method of MRI Using Fuzzy Gaussian Basis Neural Network. Neural Information Processing. 2005;8(2):19–24. [Google Scholar]
- 42.Lee Chien-Cheng, Chung Pau-Choo. Recognizing abdominal organs in CT images using contextual neural networks and fuzzy rules. Proc. of Int. Conf. of the IEEE Engineering in Medicine and Biology Society; Chicago, IL. July 2000, 23–28. [Google Scholar]
- 43.Wang Y, Adali T, Kung SY, et al. Quantification and segmentation of brain tissues from MR images - a probabilistic neural network approach. IEEE Transactions on Image Processing. 1998;7(8):1165–1181. doi: 10.1109/83.704309. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Reddick WE, Glass JO, Cook EN, et al. Automated segmentation and classification of multispectral magnetic resonance images of brain using artificial neural networks. IEEE Trans Med Imaging. 1997;16(6):911–918. doi: 10.1109/42.650887. [DOI] [PubMed] [Google Scholar]
- 45.Ahmed MN, Farag AA. Two-stage neural network for volume segmentation of medical images. Pattern Recognition Letters. 1997;18(11–13):1143–1151. [Google Scholar]
- 46.Dokur Z. Segmentation of MR and CT Images Using a Hybrid Neural Network Trained by Genetic Algorithms. Neural Processing Letters. 2002;16(3):211–225. [Google Scholar]
- 47.Pitiot A, Toga AW, Ayache N, Thompson P. Texture based MRI segmentation with a two-stage hybrid neural classifier. Proceedings of the 2002 International Joint Conference on Neural Networks; 2002. pp. 253–2058. [Google Scholar]
- 48.Wu Y, Giger ML, Doi K, et al. Artificial neural network in mammography: application to decision making in the diagnosis of breast cancer. Radiology. 1993;187(1):81–87. doi: 10.1148/radiology.187.1.8451441. [DOI] [PubMed] [Google Scholar]
- 49.Tourassi GD, Floyd CE., Jr Artificial neural networks for single photon emission computed tomography. Invest Radiol. 1993;28(8):671–677. doi: 10.1097/00004424-199308000-00002. [DOI] [PubMed] [Google Scholar]
- 50.Maclin PS, Dempsey J. Using artificial neural networks to diagnose hepatic masses. J Med Syst. 1992;16(5):215–225. doi: 10.1007/BF01000274. [DOI] [PubMed] [Google Scholar]
- 51.Wolberg WH, Sreet WN, Mangasarian OL. Image analysis and machine learning applied to breast cancer diagnosis and prognosis. Anal Quant Cytol Histol. 1995;17(2):77–87. [PubMed] [Google Scholar]
- 52.Ercal Fikret, Chawla Anurag, Stoecker William V, Lee His-Chieh, Moss Randy H. Neural Network Diagnosis of Malignant Melanoma From Color Images. IEEE Transactions on biomedical engineering. 1994;41(9):837–845. doi: 10.1109/10.312091. [DOI] [PubMed] [Google Scholar]
- 53.Ashizawa K, Ishida T, MacMahon H, Vyborny CJ, Katsuragawa S, Doi K. Artificial neural networks in chest radiography: application to the differential diagnosis of interstitial lung disease. Acad Radio. 1999;6(1):2–9. doi: 10.1016/s1076-6332(99)80055-5. [DOI] [PubMed] [Google Scholar]
- 54.Suzuki K, Armato SG, Li F, Sone S, Doi K. Massive training artificial neural network (MTANN) for reduction of false positives in computerized detection of lung nodules in low-dose CT. Med Phys. 2003;30(7):1602–1617. doi: 10.1118/1.1580485. [DOI] [PubMed] [Google Scholar]
- 55.Suzuki K, Armato SG, Li F, Sone S, Doi K. Effect of a small number of training cases on the performance of massive training artificial neural network (MTANN) for reduction of false positives in computerized detection of lung nodules in low-dose CT. Proc SPIE (Medical Imaging) 2003;5032:1355–1366. doi: 10.1118/1.1580485. [DOI] [PubMed] [Google Scholar]
- 56.Suzuki K, Doi K. Characteristics of a massive training artificial neural network (MTANN) in the distinction between lung nodules and vessels in CT images. Computer Assisted Radiology and Surgery (CARS): Chicago, IL; Jun, 2004. pp. 923–928. [Google Scholar]
- 57.Arimura H, Katsuragawa S, Suzuki K, Li F, Shiraishi J, Sone S, Doi K. Computerized scheme for automated detection of lung nodules in low-dose CT images for lung cancer screening. Acad Radiol. 2004;11(6):617–629. doi: 10.1016/j.acra.2004.02.009. [DOI] [PubMed] [Google Scholar]
- 58.Suzuki K, Shiraishi J, Abe H, MacMahon H, Doi K. False-positive reduction in computer-aided diagnostic scheme for detecting nodules in chest radiographs by means of massive training artificial neural network. Acad Radiol. 2005;12(2):191–201. doi: 10.1016/j.acra.2004.11.017. [DOI] [PubMed] [Google Scholar]
- 59.Zhu Y, Yan H. Computerized tumor boundary detection using a Hopfield neural network. IEEE Transactions on Medical Imaging. 1997;16(1):55–67. doi: 10.1109/42.552055. [DOI] [PubMed] [Google Scholar]
- 60.Innocent PR, Barnes M, John R. Application of the fuzzy ART/MAP and MinMax/MAP neural network models to radiographic image classification. Artif Intell in Med. 1997;11:241–263. doi: 10.1016/s0933-3657(97)00032-8. [DOI] [PubMed] [Google Scholar]
- 61.Kadah Yasser M, Farag Aly A, Zaruda Jacek M, Badawi Ahmed M, Youssef Abou-Bakr M. Classification Algorithms for Quantitative Tissue Characterization of Diffuse Liver Disease from Ultrasound Images. IEEE transactions on Medical Imaging. 1996;15(4):466–477. doi: 10.1109/42.511750. [DOI] [PubMed] [Google Scholar]
- 62.Chen E-Liang, Chung Pau-CHoo, Chen Ching-Liang, Tsai Hong-Ming, Chang Chein I. An Automatic Diagnostic system for CT Liver Image Classification. IEEE Transactions Biomedical Engineering. 1998;45(6):783–794. doi: 10.1109/10.678613. [DOI] [PubMed] [Google Scholar]
- 63.Pavlopoulos S, Kyriacou E, Koutsouris D, Blekas K, Stafylopatis A, Zoumpoulis P. Fuzzy Neural Network-Based Texture Analysis of Ultrasonic Images. IEEE Engineering in Medicine and Biology. 2000;2:39–47. doi: 10.1109/51.816243. [DOI] [PubMed] [Google Scholar]
- 64.Chan HP, Lo SCB, Sahiner B, et al. Computer-aided detection of mammographic microcalcifications: Pattern recognition with an artificial neural network. Medical Physics. 1995;22(10):1555–1567. doi: 10.1118/1.597428. [DOI] [PubMed] [Google Scholar]
- 65.Sahiner B, Chan HP, Petrick N, et al. Classification of mass and normal breast tissue - a convolution neural network classifier with spatial domain and texture images. IEEE Transactions on Medical Imaging. 1996;15(5):598–610. doi: 10.1109/42.538937. [DOI] [PubMed] [Google Scholar]
- 66.Lo SCB, Chan HP, Lin JS, et al. Artificial convolution neural network for medical image pattern recognition. Neural Networks. 1995;8(7–8):1201–1214. [Google Scholar]
- 67.Chan HP, et al. Computerized classification of malignant and benign microcalcifications on mammograms: texture analysis using an artificial neural network. Phys Med Biol. 1997;42:549–567. doi: 10.1088/0031-9155/42/3/008. [DOI] [PubMed] [Google Scholar]
- 68.Verma B, Zakos J. A computer-aided diagnosis system for digital mammograms based onfuzzy-neural and feature extraction techniques. IEEE Transactions on Information Technology in Biomedicine. 2001;5(1):46–54. doi: 10.1109/4233.908389. [DOI] [PubMed] [Google Scholar]
- 69.Zhou Zhi Hua, Jiang Yuan, Yang Yu Bin, Chen Shi Fu. Lung Cancer Cell Identification Based on Artificial Neural Network Ensembles. Artificial Intelligence in Medicine. 2002;24(1):25–36. doi: 10.1016/s0933-3657(01)00094-x. [DOI] [PubMed] [Google Scholar]
- 70.Tumer K, Ramanujam N, Ghosh J, Richards-Kortum R. Ensembles of radial basis function networks for spectroscopicdetection of cervical precancer. IEEE Transactions on Biomedical. 1998;45(8):953–961. doi: 10.1109/10.704864. [DOI] [PubMed] [Google Scholar]
- 71.Murata N, Yoshizawa S, Amari S. Network information criterion----determining the number of hidden units for an artificial neural network model. IEEE Trans Neural Networks. 1994;5(6):865–872. doi: 10.1109/72.329683. [DOI] [PubMed] [Google Scholar]
- 72.Papik Kornel, Molnar Bela, Schaefer Rainer, Dombovari Zalan, Tulassay Zsolt, Feher Janos. Application of neural networks in medicine - a review. Med Sci Monit. 1998;4(3):538–546. [Google Scholar]
- 73.Perlovsky L. Conundrum of combinatorial complexity. IEEE Tranactions on Pattern Analysis and Machine Intelligence. 1998;20(6):666–670. [Google Scholar]
- 74.Horikawa S, Furuhashi T, Uchikawa Y. On fuzzy modeling using neural networks with the back propagation algorithm. IEEE Trans on Neural Networks. 1992;3(5):801–806. doi: 10.1109/72.159069. [DOI] [PubMed] [Google Scholar]
- 75.Chan HP, Sahiner B, Wagner RF, et al. Classifier design for computer aided diagnosis: effects of finite sample size on the mean performance of classical and neural network classifiers. Med Phys. 1999;26:2654–2668. doi: 10.1118/1.598805. [DOI] [PubMed] [Google Scholar]
- 76.Sahiner B, Chan HP, Petrich N, et al. Feature selection and classifier performance in computer aided diagnosis: the effect of finite sample size. Med Phys. 2000;27:1509–1522. doi: 10.1118/1.599017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 77.Doulamis AD, Doulamis ND, Kollias SD. On-line retrainable neural networks: improving the performance of neural networks in image analysis problems. IEEE Transactions on Neural Networks. 2000;11(1):137–155. doi: 10.1109/72.822517. [DOI] [PubMed] [Google Scholar]
- 78.Poli R, Valli G. Neural inhabitants of MR and echo images segment cardiac structures. (available at ftp://ftp.cs.bham.ac.uk/pub/authors/R.Poli/cc93.ps.gz)
- 79.Pal SK, Bhandari D. Genetic algorithms with fuzzy fitness function for object extraction using cellular networks. Fuzzy Sets and Systems. 1994;65:129–139. [Google Scholar]
