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…

An empirical analysis of the correlation between the motifs frequency and the topological properties of complex networks (2019)

Abstract Complex networks are data structures with great importance in representing real world interactions which surrounds us. While their structures might look chaotic at a first glance, the focus of most on-going studies in this field is in understanding how their topological properties influence the dynamics of a complex network’s structure in order to…

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…