Git Product home page Git Product logo

bioinspiredalgorithms's Introduction

BioInspiredAlgorithmsComparison

Comparison of bio-inspired algorithms for medical image segmentation using Tsallis entropy on the BRATS dataset (years 2017 and 2018) using MATLAB.

Authors

Prof. Guilherme A. Wachs Lopes, Ricardo M. Santos, Prof.Nilson T. Saito and Prof. Paulo S. Rodrigues

General instructions

The main file for this experiment is "start.m". It is responsible for iterating through each patient in the dataset and each algorithm. The algorithms are executed through the "execute_algorithm.m" file. Also, each algorithm may be executed independently for any kind of image. Follow the instructions in the header of each algorithm file to get to know better about the parameters considered. A description of each algorithm and their respective parameters is suplied below.

Algorithms and their parameters:

All algorithms expect four parameters as input:

The image to be segmented: I

Number of segmentation thresholds: thresholds

Number of generations: generations

Parameter struct: parameters

The names of these parameters may vary for each algorithm. The parameters struct contains dinamic parameters which vary for each algorithm. In this study, we considered the following algorithms and their respective parameters:

Cuckoo Search via Lévy Flights (CS):

Population size (pop_size) = 40;

Probability of host bird discovering the cucoo egg (pa) = 0.5;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

Whale Optimization Algorithm (WOA):

Population size (pop_size) = 30;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

Krill Herd Algorithm (KH):

Population size (pop_size) = 40;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

Elephant Herding Optimization (EHO):

Population size (pop_size) = 100;

Number of clans (numClan) = 5;

Elitism (Keep) = 2;

Alpha (alpha) = 0.5;

Beta (beta) = 0.1;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

Grasshopper Optimization Algorithm (GOA):

Population size (pop_size) = 30;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

Grey Wolf Optimizer (GWO):

Population size (pop_size) = 30;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

Firefly Algorithm (FA):

Population size (pop_size) = 50;

Upper Bound for image thresholding (UB) = 253;

Lower Bound for image thresholding (LB) = 2.

bioinspiredalgorithms's People

Contributors

rmorellos avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.