Among various data processing tools, neuralnetworks stand out prominently in the fields of computer vision, intelligent control, and brain-like computing. They emulate the operational processes of the human brain, co...
详细信息
The electrocardiogram signal of the heart is used to monitor the health status and function of the human heart and to a doctor in diagnosing the type of disease. For this purpose, first, the scalogram of the different...
详细信息
Using machine vision and imageprocessing methods has an important role in the identification of defects of agricultural products, especially potatoes. The applications of imageprocessing and artificial intelligence ...
详细信息
Using machine vision and imageprocessing methods has an important role in the identification of defects of agricultural products, especially potatoes. The applications of imageprocessing and artificial intelligence in agriculture in identifying and classifying pests and diseases of plants and fruits have increased and research in this field is ongoing. In this paper, we use the convolution neural network (CNN) methods, also, we examined 5 classes of potato diseases with the names: Healthy, Black Scurf, Common Scab, Black Leg, Pink Rot. We used a database of 5000 potato images. We compared the results of potato defect classification our methods with other methods such as Alexnet, Googlenet, VGG, R-CNN, Transfer Learning. The results show that the accuracy of the deep learning proposed method is higher than other existing works. We get 100% and 99% accuracy in some of the classes, respectively.
Quality assessment is a key problem to be resolved in imageprocessing. Few research works have been designed to analyze the quality of images using different techniques. However, the accuracy involved during the proc...
详细信息
Cancer is one of the deadliest diseases in the present days. Its survivability is mostly corelated to early detection and treatment, which means that it is of utmost importance to successfully diagnose the patients. U...
详细信息
Cancer is one of the deadliest diseases in the present days. Its survivability is mostly corelated to early detection and treatment, which means that it is of utmost importance to successfully diagnose the patients. Unfortunately, even with years of experience human errors can happen which leads to the death of many individuals being misdiagnosed. Throughout the years there have been several applications created which could possibly aid doctors in the diagnosis. neuralnetworks have always been a powerful tool which can be used in different applications that require an accurate model and the complexity of these models exceeds a human's computational capabilities. In imageprocessing for example, a convolutional neural network can analyze each particular pixel and determine through the convolution function the common properties of different pictures. The objective of this study is to analyze different types of cancer diagnosing methods that have been developed and tested using imageprocessing methods. The analyzed factors are training parameters, imageprocessing technique and the obtained performances. This survey/review can be of significant value to researchers and professionals in medicine and computer science, highlighting areas where there are opportunities to make significant new contributions.
Deep learning is a powerful multi-layer architecture that has important applications in imageprocessing and text classification. This paper first introduces the development of deep learning and two important algorith...
详细信息
ISBN:
(纸本)9798350312935
Deep learning is a powerful multi-layer architecture that has important applications in imageprocessing and text classification. This paper first introduces the development of deep learning and two important algorithms of deep learning: convolutional neuralnetworks and recurrent neuralnetworks. The paper then introduces three applications of deep learning for image recognition, image detection, and image forensics, as well as three text classification methods based on convolutional neuralnetworks, recurrent neuralnetworks, and other text classification methods. Finally, the development trend of deep learning in the field of text and imageprocessing and the difficulties to be further researched are summarised and prospected.
The Hopfield network is an example of an artificialneural network used to implement associative memories. A binary digit represents the neuron's state of a traditional Hopfield neural network. Inspired by the hum...
详细信息
The Hopfield network is an example of an artificialneural network used to implement associative memories. A binary digit represents the neuron's state of a traditional Hopfield neural network. Inspired by the human brain's ability to cope simultaneously with multiple sensorial inputs, this paper presents three multi-modal Hopfield-type neuralnetworks that treat multi-dimensional data as a single entity. In the first model, called the vector-valued Hopfield neural network, the neuron's state is a vector of binary digits. Synaptic weights are modeled as finite impulse response (FIR) filters in the second model, yielding the so-called convolutional associative memory. Finally, the synaptic weights are modeled by linear time-varying (LTV) filters in the third model. Besides their potential applications for multi-modal intelligence, the new associative memories may also be used for signal and imageprocessing and solve optimization and classification tasks.
Vision transformers have become popular as a possible substitute to convolutional neuralnetworks (CNNs) for a variety of computer vision applications. These transformers, with their ability to focus on global relatio...
详细信息
Vision transformers have become popular as a possible substitute to convolutional neuralnetworks (CNNs) for a variety of computer vision applications. These transformers, with their ability to focus on global relationships in images, offer large learning capacity. However, they may suffer from limited generalization as they do not tend to model local correlation in images. Recently, in vision transformers hybridization of both the convolution operation and self-attention mechanism has emerged, to exploit both the local and global image representations. These hybrid vision transformers, also referred to as CNN-Transformer architectures, have demonstrated remarkable results in vision applications. Given the rapidly growing number of hybrid vision transformers, it has become necessary to provide a taxonomy and explanation of these hybrid architectures. This survey presents a taxonomy of the recent vision transformer architectures and more specifically that of the hybrid vision transformers. Additionally, the key features of these architectures such as the attention mechanisms, positional embeddings, multi-scale processing, and convolution are also discussed. In contrast to the previous survey papers that are primarily focused on individual vision transformer architectures or CNNs, this survey uniquely emphasizes the emerging trend of hybrid vision transformers. By showcasing the potential of hybrid vision transformers to deliver exceptional performance across a range of computer vision tasks, this survey sheds light on the future directions of this rapidly evolving architecture.
The paper examines the integration of AI in visual communication design, particularly focusing on the enhanced impact of images when combined with text. It explores the evolution of visual communication design in the ...
详细信息
Convolutional neuralnetworks (CNN) have become a common choice for industrial quality control, as well as other critical applications in the Industry 4.0. When these CNNs behave in ways unexpected to human users or d...
详细信息
Convolutional neuralnetworks (CNN) have become a common choice for industrial quality control, as well as other critical applications in the Industry 4.0. When these CNNs behave in ways unexpected to human users or developers, severe consequences can arise, such as economic losses or an increased risk to human life. Concept extraction techniques can be applied to increase the reliability and transparency of CNNs through generating global explanations for trained neural network models. The decisive features of image datasets in quality control often depend on the feature's scale;for example, the size of a hole or an edge. However, existing concept extraction methods do not correctly represent scale, which leads to problems interpreting these models as we show herein. To address this issue, we introduce the Scale-Preserving Automatic Concept Extraction (SPACE) algorithm, as a state-of-the-art alternative concept extraction technique for CNNs, focused on industrial applications. SPACE is specifically designed to overcome the aforementioned problems by avoiding scale changes throughout the concept extraction process. SPACE proposes an approach based on square slices of input images, which are selected and then tiled before being clustered into concepts. Our method provides explanations of the models' decision-making process in the form of human-understandable concepts. We evaluate SPACE on three image classification datasets in the context of industrial quality control. Through experimental results, we illustrate how SPACE outperforms other methods and provides actionable insights on the decision mechanisms of CNNs. Finally, code for the implementation of SPACE is provided.
暂无评论