Medical Image Segmentation Using Artificial Neural Networks

Segmentation of tissues and structures from medical images is the first step in many image analysis applications developed for medical diagnosis. Development of treatment plans and evaluation of disease progression are other applications. These applications stem from the fact that diseases affect specific tissues or structures, lead to loss, atrophy (volume loss), and abnormalities. Consequently, an accurate, reliable, and automatic segmentation of these tissues and structures can improve diagnosis and treatment of diseases. Manual segmentation, although prone to rater drift and bias, is usually accurate but is impractical for large datasets because it is tedious and time consuming. Automatic segmentation methods can be useful for clinical applications if they have: 1) ability to segment like an expert; 2) excellent performance for diverse datasets; and 3) reasonable processing speed.

Artificial Neural Networks (ANNs) have been developed for a wide range of applications such as function approximation, feature extraction, optimization, and classification. In particular, they have been developed for image enhancement, segmentation, registration, feature extraction, and object recognition. Among these, image segmentation is more important as it is a critical step for high-level processing such as object recognition. Multi-Layer Perceptron (MLP), Radial Basis Function (RBF), Hopfield, Cellular, and Pulse-Coupled neural networks have been used for image segmentation. These networks can be categorized into feed-forward (associative) and feedback (auto-associative) networks. MLP, Self-Organized Map (SOM), and RBF neural networks belong to the feed-forward networks while Hopfield, Cellular, and Pulse-Coupled neural networks belong to the feedback networks.

This chapter is organized as follows. Section 2 explains methods that benefit from feedback networks such as Hopfield, Cellular, and Pulse-Coupled neural networks for image segmentation. In Section 3, we review the methods that use feedforward networks such as MLP and RBF neural networks. Then, we present our recent method. In this method, deep brain structures are segmented using Geometric Moment Invariants (GMIs) and MLP neural networks.

Related posts:

Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Artificial Intelligence by example - Denis Rothman
Artificial Intelligence - A Very Short Introduction - Margaret A.Boden
Deep Learning for Natural Language Processing - Jason Brownlee
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Introduction to Deep Learning - Eugene Charniak
Deep Learning dummies second edition - John Paul Mueller & Luca Massaronf
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Fundamentals of Deep Learning - Nikhil Bubuma
Python Machine Learning Cookbook - Practical solutions from preprocessing to Deep Learning - Chris A...
Practical computer vision applications using Deep Learning with CNNs - Ahmed Fawzy Gad
Amazon Machine Learning Developer Guild Version Latest
An introduction to neural networks - Kevin Gurney & University of Sheffield
Pattern recognition and machine learning - Christopher M.Bishop
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Python Machine Learning Second Edition - Sebastian Raschka & Vahid Mirjalili
Python Data Structures and Algorithms - Benjamin Baka
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Generative Deep Learning - Teaching Machines to Paint, Write, Compose and Play - David Foster
Applied Text Analysis with Python - Benjamin Benfort & Rebecca Bibro & Tony Ojeda
Learn Keras for Deep Neural Networks - Jojo Moolayil
Deep Learning with PyTorch - Vishnu Subramanian
Deep Learning and Neural Networks - Jeff Heaton
Neural Networks - A visual introduction for beginners - Michael Taylor
Pro Deep Learning with TensorFlow - Santunu Pattanayak
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
Intelligent Projects Using Python - Santanu Pattanayak
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper