A Transfer Learning Approach on the Optimization of Edge Detectors for Medical Images Using Particle Swarm Optimization (2021)

Abstract Edge detection is a fundamental image analysis task, as it provides insight on the content of an image. There are weaknesses in some of the edge detectors developed until now, such as disconnected edges, the impossibility to detect branching edges, or the need for a ground truth that is not always accessible. Therefore,…

Extended region growing algorithm for whole heart segmentation from cardiac MRI images (2019)

Abstract We aimed to assess the reliability of an automatic solution for whole-heart segmentation of MRI images of patients with atrial fibrillation (AF). We propose a semi-interactive image segmentation algorithm based on region growing, GrowCut1, using novel neighborhood structures based on Cellular Automata. We complemented the algorithm with a global view of the signal…

Artificial intelligence meets software engineering in the classroom (2019)

Abstract We aimed to assess the reliability of teaching Artificial Intelligencefor Software Engineering master students. We propose a semi-interactive course where the students have to develop applications for solving real world problems by using various intelligent tools. We try to integrate these two disciplines, since both deal with modeling of the real case studies,…

Particle Swarm Optimization of Cellular Automata Rules for Edge Detection (2019)

Abstract Cellular automata have been widely used for solving the edge detection problem. This paper proposes an algorithm which optimizes cellular automata rules using Particle Swarm Optimization based on an existing method in the literature. Moreover, the method is extended from grayscale to RGB images by performing the optimization on each colour channel individually.…

Autonomous image segmentation by Competitive Unsupervised GrowCut (2019)

Abstract In this paper, we introduce Competitive Unsupervised GrowCut, a cellular automata-based, unsupervised and autonomous algorithm that combines the label merging component of Unsupervised GrowCut with the soft label propagation mechanism of GrowCut. We evaluated our algorithm on two benchmark image segmentation datasets, along with two related methods proposed in the literature. We also…

A four-phase meta-heuristic algorithm for solving large scale instances of the Shift minimization personnel task scheduling problem (2018)

Abstract The Shift minimization personnel task scheduling problem (SMPTSP) is a known NP-hard problem. The present paper introduces a novel four-phase meta-heuristic approach for solving the Shift minimization personnel task scheduling problem which consists of an optimal assignment of jobs to multi-skilled employees, such that a minimal number of employees is used and no…

Unsupervised and Fully Autonomous 3D Medical Image Segmentation based on Grow Cut (2018)

Abstract Extending and optimizing cellular automata to handle 3D volume segmentation is a non-trivial task. First, it does not suffice to simply alter the cell neighborhood (be it von Neumann or Moore), and second, going from 2D to 3D means that the number of operations increases by an order of magnitude, thus GPU acceleration…