68 research outputs found

    Soft computing applied to optimization, computer vision and medicine

    Get PDF
    Artificial intelligence has permeated almost every area of life in modern society, and its significance continues to grow. As a result, in recent years, Soft Computing has emerged as a powerful set of methodologies that propose innovative and robust solutions to a variety of complex problems. Soft Computing methods, because of their broad range of application, have the potential to significantly improve human living conditions. The motivation for the present research emerged from this background and possibility. This research aims to accomplish two main objectives: On the one hand, it endeavors to bridge the gap between Soft Computing techniques and their application to intricate problems. On the other hand, it explores the hypothetical benefits of Soft Computing methodologies as novel effective tools for such problems. This thesis synthesizes the results of extensive research on Soft Computing methods and their applications to optimization, Computer Vision, and medicine. This work is composed of several individual projects, which employ classical and new optimization algorithms. The manuscript presented here intends to provide an overview of the different aspects of Soft Computing methods in order to enable the reader to reach a global understanding of the field. Therefore, this document is assembled as a monograph that summarizes the outcomes of these projects across 12 chapters. The chapters are structured so that they can be read independently. The key focus of this work is the application and design of Soft Computing approaches for solving problems in the following: Block Matching, Pattern Detection, Thresholding, Corner Detection, Template Matching, Circle Detection, Color Segmentation, Leukocyte Detection, and Breast Thermogram Analysis. One of the outcomes presented in this thesis involves the development of two evolutionary approaches for global optimization. These were tested over complex benchmark datasets and showed promising results, thus opening the debate for future applications. Moreover, the applications for Computer Vision and medicine presented in this work have highlighted the utility of different Soft Computing methodologies in the solution of problems in such subjects. A milestone in this area is the translation of the Computer Vision and medical issues into optimization problems. Additionally, this work also strives to provide tools for combating public health issues by expanding the concepts to automated detection and diagnosis aid for pathologies such as Leukemia and breast cancer. The application of Soft Computing techniques in this field has attracted great interest worldwide due to the exponential growth of these diseases. Lastly, the use of Fuzzy Logic, Artificial Neural Networks, and Expert Systems in many everyday domestic appliances, such as washing machines, cookers, and refrigerators is now a reality. Many other industrial and commercial applications of Soft Computing have also been integrated into everyday use, and this is expected to increase within the next decade. Therefore, the research conducted here contributes an important piece for expanding these developments. The applications presented in this work are intended to serve as technological tools that can then be used in the development of new devices

    A Multilevel Image Thresholding Based on Hybrid Jaya Algorithm and Simulated Annealing

    Get PDF
    Thresholding is a method for region-based image segmentation, which is important in image processing applications such as object recognition Multilevel. Thresholding is used to find multiple threshold values. Image segmentation plays a significant role in image analysis and pattern recognition. While threshold techniques traditionally are quite well for bi-level thresholding algorithms, multilevel thresholding for color images may have too much processing complexity. Swarm intelligence methods are frequently employed to minimize the complexity of constrained optimization problems applicable to multilevel thresholding and segmentation of color (RGB) images; In this paper, the hybrid Jaya algorithm with the SA algorithm was proposed to solve the problem of computational complexity in multilevel thresholding. This work uses Otsu method, Kapur entropy and Tsallis method as techniques to find optimal values of thresholds at different levels of color images as the target Tasks Experiments were performed on 5 standardized color images and 3 grayscale images as far as optimal threshold values are concerned, Statistical methods were used to measure the performance of the threshold methods and to select the better threshold, namely, PSNR (Peak Signal to Noise Ratio), MSE (Mean Square Error), SSIM (Structural Similarity Index), FSIM (Feature Similarity Index) and values of objective at many levels. The experimental results indicate that the presenter's Jaya and Simulated Annealing (JSA) method is better than other methods for segmenting color (RGB) images with multiple threshold levels. On the other hand, the Tsallis entropy of the cascade was found to be more robust and accurate in segmenting color images at multiple levels

    Microstructural changes in thermochemical heat storage material over cycles:Insights from micro-X-ray computed tomography

    Get PDF
    This paper studies the effect of successive (de)hydration cycles on the structure of potassium carbonate K2CO3·1.5H2O grains for low-temperature heat storage applications. Such structural changes are caused by exposure of the salt to water vapor or removal of water from it, accompanied by successive swelling and shrinkage. Understanding the material's internal structure is key to predicting its behaviour and optimizing its design. However, due to the simultaneous and persistent occurrence of structural changes and transport mechanisms throughout the process, gaining a complete understanding of the phenomenon can be challenging. Unlike conventional experimental approaches and two-dimensional imaging techniques used for porosity assessment, our study showcases the qualitative and quantitative alterations in the porosity and microstructure of potassium carbonate. This analysis is achieved by using Micro-X-ray computed tomography (Micro-CT). The study focuses on the impact of cycling on grain microstructure, investigating pore volume distribution, radial variation of pore sizes, and density of individual grains. It was noted that the porosity increased from 6.4 % to 19.7 % after seven cycles. Initially, we observed a greater number of pores in the core of the uncycled salt grain. However, after cycling, we noticed a more even distribution, with a higher number of pores in the outer region of the grain, which caused a radial change in porosity. Lastly, this research provides the intrinsic and apparent densities of both non-cycled and cycled potassium carbonate specimens. Micro-CT is a good tool for a better understanding of changes in thermochemical material at a structural level. Calculation of porosity provided a pathway to calculate apparent and intrinsic density. The demonstrated method can be used for a wide range of salt hydrates, enhancing the scope and applicability of this study in the field of low-temperature heat storage applications. Additionally, it gives the measuring parameter needed to calculate energy density and change in volume during the reaction.</p

    Cooperative Swarm Intelligence Algorithms for Adaptive Multilevel Thresholding Segmentation of COVID-19 CT-Scan Images

    Get PDF
    The Coronavirus Disease 2019 (COVID-19) is widespread throughout the world and poses a serious threat to public health and safety. A COVID-19 infection can be recognized using computed tomography (CT) scans. To enhance the categorization, some image segmentation techniques are presented to extract regions of interest from COVID-19 CT images. Multi-level thresholding (MLT) is one of the simplest and most effective image segmentation approaches, especially for grayscale images like CT scan images. Traditional image segmentation methods use histogram approaches; however, these approaches encounter some limitations. Now, swarm intelligence inspired meta-heuristic algorithms have been applied to resolve MLT, deemed an NP-hard optimization task. Despite the advantages of using meta-heuristics to solve global optimization tasks, each approach has its own drawbacks. However, the common flaw for most meta-heuristic algorithms is that they are unable to maintain the diversity of their population during the search, which means they might not always converge to the global optimum. This study proposes a cooperative swarm intelligence-based MLT image segmentation approach that hybridizes the advantages of parallel meta-heuristics and MLT for developing an efficient image segmentation method for COVID-19 CT images. An efficient cooperative model-based meta-heuristic called the CPGH is developed based on three practical algorithms: particle swarm optimization (PSO), grey wolf optimizer (GWO), and Harris hawks optimization (HHO). In the cooperative model, the applied algorithms are executed concurrently, and a number of potential solutions are moved across their populations through a procedure called migration after a set number of generations. The CPGH model can solve the image segmentation problem using MLT image segmentation. The proposed CPGH is evaluated using three objective functions, cross-entropy, Otsu&amp;rsquo;s, and Tsallis, over the COVID-19 CT images selected from open-sourced datasets. Various evaluation metrics covering peak signal-to-noise ratio (PSNR), structural similarity index (SSIM), and universal quality image index (UQI) were employed to quantify the segmentation quality. The overall ranking results of the segmentation quality metrics indicate that the performance of the proposed CPGH is better than conventional PSO, GWO, and HHO algorithms and other state-of-the-art methods for MLT image segmentation. On the tested COVID-19 CT images, the CPGH offered an average PSNR of 24.8062, SSIM of 0.8818, and UQI of 0.9097 using 20 thresholds

    Mesh generation using a correspondence distance field

    Get PDF
    The central tool of this work is a correspondence distance field to discrete surface points embedded within a quadtree data structure. The theory, development, and implementation of the distance field tool are described, and two main applications to two-dimensional mesh generation are presented with extension to three-dimensional capabilities in mind. First is a method for surface-oriented mesh generation from a sufficiently dense set of discrete surface points without connectivity information. Contour levels of distance from the body are specified and correspondences oriented normally to the contours are created. Regions of merging fronts inside and between objects are detected in the correspondence distance field and incorporated automatically. Second, the boundaries in a Voronoi diagram between specified coordinates are detected adaptively and used to make Delaunay tessellation. Tessellation of regions with holes is performed using ghost nodes. Images of meshed for each method are given for a sample set of test cases. Possible extensions, future work, and CFD applications are also discussed

    Improving K-means clustering with enhanced Firefly Algorithms

    Get PDF
    In this research, we propose two variants of the Firefly Algorithm (FA), namely inward intensified exploration FA (IIEFA) and compound intensified exploration FA (CIEFA), for undertaking the obstinate problems of initialization sensitivity and local optima traps of the K-means clustering model. To enhance the capability of both exploitation and exploration, matrix-based search parameters and dispersing mechanisms are incorporated into the two proposed FA models. We first replace the attractiveness coefficient with a randomized control matrix in the IIEFA model to release the FA from the constraints of biological law, as the exploitation capability in the neighbourhood is elevated from a one-dimensional to multi-dimensional search mechanism with enhanced diversity in search scopes, scales, and directions. Besides that, we employ a dispersing mechanism in the second CIEFA model to dispatch fireflies with high similarities to new positions out of the close neighbourhood to perform global exploration. This dispersing mechanism ensures sufficient variance between fireflies in comparison to increase search efficiency. The ALL-IDB2 database, a skin lesion data set, and a total of 15 UCI data sets are employed to evaluate efficiency of the proposed FA models on clustering tasks. The minimum Redundancy Maximum Relevance (mRMR)-based feature selection method is also adopted to reduce feature dimensionality. The empirical results indicate that the proposed FA models demonstrate statistically significant superiority in both distance and performance measures for clustering tasks in comparison with conventional K-means clustering, five classical search methods, and five advanced FA variants

    Evaluating Cranial Nonmetric Traits in Mummies from Pachacamac, Peru: The Utility of Semi-Automated Image Segmentation in Paleoradiology

    Get PDF
    Anthropologists employ biodistance analysis to understand past population interactions and relatedness. The objectives of this thesis are twofold: to determine whether a sample of five mummies from the pilgrimage centre, Pachacamac, on the Central Coast of Peru comprised local or non-local individuals through an analysis of cranial nonmetric traits using comparative samples from the North and Central Coasts of Peru and Chile; and to test the utility of machine-learning-based image segmentation in the image analysis software, Dragonfly, to automatically segment CT scans of the mummies such that the cranial nonmetric traits are visible. Results show that while fully automated segmentation was not achieved, a semi-automated procedure was adequate for visualizing and scoring the skulls and saved time over manual segmentation methods. The sample from Pachacamac was too small to make significant inter-site comparisons, but a broader regional analysis suggests there are significant biological differences between geographical regions along the coast

    Feature Papers of Drones - Volume I

    Get PDF
    [EN] The present book is divided into two volumes (Volume I: articles 1–23, and Volume II: articles 24–54) which compile the articles and communications submitted to the Topical Collection ”Feature Papers of Drones” during the years 2020 to 2022 describing novel or new cutting-edge designs, developments, and/or applications of unmanned vehicles (drones). Articles 1–8 are devoted to the developments of drone design, where new concepts and modeling strategies as well as effective designs that improve drone stability and autonomy are introduced. Articles 9–16 focus on the communication aspects of drones as effective strategies for smooth deployment and efficient functioning are required. Therefore, several developments that aim to optimize performance and security are presented. In this regard, one of the most directly related topics is drone swarms, not only in terms of communication but also human-swarm interaction and their applications for science missions, surveillance, and disaster rescue operations. To conclude with the volume I related to drone improvements, articles 17–23 discusses the advancements associated with autonomous navigation, obstacle avoidance, and enhanced flight plannin
    • 

    corecore