Abstract:Research in neural models inspired by mammal's visual cortex has led to many spiking neural networks such as pulse-coupled neural networks (PCNNs). These models are oscillating, spatio-temporal models stimulated with images to produce several time-based responses. This paper reviews PCNN's state of the art, covering its mathematical formulation, variants, and other simplifications found in the literature. We present several applications in which PCNN architectures have successfully addressed some fundamental image processing and computer vision challenges, including image segmentation, edge detection, medical imaging, image fusion, image compression, object recognition, and remote sensing. Results achieved in these applications suggest that the PCNN architecture generates useful perceptual information relevant to a wide variety of computer vision tasks.
Computer Vision and Pattern Recognition,Machine Learning,Neural and Evolutionary Computing
What problem does this paper attempt to address?
This paper reviews the applications of Pulse-Coupled Neural Networks (PCNN) in computer vision and image processing. PCNN is a neural network model inspired by mammalian visual cortex, used to simulate the activity of neurons and generate temporal responses. The paper introduces the basic structure of PCNN, including dendrites, coupling pathways, and spike generators, and discusses its mathematical formulas, variants, and parameter settings. PCNN has been widely used in various fields such as image segmentation, edge detection, medical imaging, image fusion, image compression, object recognition, and remote sensing.
PCNN achieves image processing tasks by processing the pixels of input images. For example, in edge detection, it can effectively identify image boundaries. In medical imaging, PCNN is used for automatic segmentation and classification, especially in dental imaging, demonstrating better performance than other methods. In image fusion, PCNN combines different image sources to generate a single image with more details.
The paper emphasizes the importance of PCNN parameter settings as they directly affect the quality of results. Despite some methods of automated parameter setting, finding the optimal parameters remains challenging. Moreover, future research directions include optimizing the computational efficiency of PCNN, exploring its integration with machine learning methods, and further harnessing the chaotic behavior of neural networks.
In conclusion, this paper summarizes the recent advances of PCNN in the fields of image processing and computer vision, and suggests potential directions for future research.